@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
/*
 * 一般向け 及び 入居者向け
 * -- 一覧の要素
 * -- 共通の要素
 */

/**
 * 共通（一覧・詳細）
 */
.contents-menu-wrap {
    margin-bottom: 0;
}
.fixed-footer--a {
    display: none;
}
.fixed-footer--b {
    display: block;
}

.pc_view{
	display: block;
}
.pc_view_ib{
	display: inline-block;
}
.sp_view{
	display: none;
}
.pc_none{
	display: none;
}
.center{
	text-align: center;
}

/* 2018/11/06 irima change
 * スマホ・タブレットでも表示
.l-side {
  display: none;
}
 */
.pageback--top {
    border-top: none;
    text-align: left;
}
/*
.pageback--top button{
  font-weight: bold;
  font-size: 1.7rem;
}
.pageback--top a{
  margin-top: -34px;
}
*/

/* 2020.10.21 */
@media print, screen and (max-width: 800px) {
	.main-heading02{
		padding-left: 20px;
	}
}
.section-news span{
	font-size: 1.6rem;
}
.news-post,
.news-post2{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed #ddd;
}
.news-post:last-child,
.news-post2:last-child{
	border-bottom: 0;
}
.news-post-text{
	padding: 5px 10px 40px 0px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.news-post2{
	padding-left: 0;
}
.news-post:before{
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	content: "Q";
	font-size: 20px;
	font-weight: bold;
}
.news-post:after,
.news-post2:after{
	position: absolute;
	top: 21px;
	right: 15px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
}
.news-post.general:after{
	top: 21px;
	right: 15px;
	margin-top: -4px;
	border-top: 0;
	border-bottom: 1px solid #a8a8a8;
}
.news-post.open:after{
	top: 25px;
	border-top: 1px solid #a8a8a8;
	border-right: 0px solid #a8a8a8;
	border-bottom: 0px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
}
.news-list h2{
	position: relative;
	cursor: pointer;
	border: 1px dashed #ccc;
	padding: 20px;
	margin-bottom: 10px;
}
.news-list h2:after{
	position: absolute;
	top: 24px;
	right: 25px;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
}
.news-list h2.open:after{
	top: 30px;
	border-top: 0;
	border-left: 0;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-bottom: 0;
	border-right: 0;
}
.news-list .cate-block {
	display: none;
	margin-bottom: 30px;
}
.resident-access-title{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.4;
	border-bottom: 1px dashed #ccc;
}
.resident-access-title-cate{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.4;
	border-bottom: 1px dashed #ccc;
}
.small-category-block{
	padding-top: 20px;
}
.small-category-block .small-category-tab{
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.small-category-block .small-category-tab .small-category-tabitem{
	position: relative;
	display: inline-block;
	padding: 10px;
	font-size: 1.4rem;
	width: 30%;
	background-color: #666;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	margin-left: 15px;
	cursor: pointer;
}
.small-category-block .small-category-tab .small-category-tabitem:after{
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.small-category-block .small-category-tab .small-category-tabitem:nth-child(1){
	margin-left: 25px;
}
.small-category-block .small-category-tab .small-category-tabitem.active{
	position: relative;
	top: 6px;
	color: #090909;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	background-color: #fff;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	cursor: unset;
	font-weight: bold;
}
.small-category-block .small-category-content{
	display: none;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 10px;
}
#defect{
	display: flex;
}
.small-category-block .small-category-content .small-category-content-item{
	position: relative;
	padding: 0px;
	border: 1px dashed #ccc;
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-align: center;
	width: 162px;
	height: 162px;
	background-color: #eee;
}
.small-category-block .small-category-content .small-category-content-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px;
}
.small-category-block .small-category-content .small-category-content-item .small-category-content-item-icon img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.small-category-block .small-category-content .small-category-content-item.noimage{
	border: 1px dashed #eee;
}
.small-category-block .small-category-content .small-category-dummy-item{
	position: relative;
	padding: 0px;
	border: 0px dashed #ccc;
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-align: center;
	width: 162px;
	height: 100px;
}
.small-category-block .small-category-content .small-category-content-item:nth-child(5n){
}
.small-category-block .small-category-content .small-category-content-item .small-category-content-item-title{
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-align: left;
	z-index: 2;
}
#cancellation{
	padding: 0px;
}
.small-category-content .small-category-content-title{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 15px 10px 10px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
}
.small-category-content .small-category-content-sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.small-category-content #small-category-content-sub-button{
	display: none;
}
.small-category-content .small-category-content-sub.full{
	justify-content: unset;
	width: 100%;
}
.small-category-content .small-category-content-sub.full .small-category-content-sub-block{
	width: 100%;
}
.small-category-content .small-category-content-sub-block{
	width: 48%;
}
.small-category-content .small-category-content-sub-block .small-category-content-sub-title{
	position: relative;
	padding: 20px 10px;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
}
.small-category-content .small-category-content-sub-block div{
	font-size: 1.4rem;
	line-height: 1.8;
}
.small-category-content .small-category-content-sub-block p img{
	vertical-align: text-top;
}
.small-category-content .small-category-content-sub-block h4{
	font-size: 1.4rem;
	padding: 5px 0px;
}
.small-category-content .form-block{
	border-top: 1px dashed #ccc;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.small-category-content .form-block a{
	display: inline-block;
	border: 2px solid #333;
	border-radius: 7px;
	width: 300px;
	padding: 10px;
	font-weight: bold;
}
.l-main.faq-form{
	max-width: 765px;
	margin: 0 auto 50px;
}
#contact{
	display: block;
}
.l-main.faq-form .main-heading02{
	margin-top: 20px;
	text-align: center;
}
@media screen and ( min-width:599px) and (max-width:800px) {
	.pc_none{
		display: block;
	}
	.small-category-block .small-category-content .small-category-content-item.noimage{
		height: 19vw;
	}
}
@media screen and ( max-width:599px) {
	.pc_view{
		display: none;
	}
	.pc_view_ib{
		display: none;
	}
	.sp_view{
		display: block;
	}
	.sp_view.small{
		font-size: 1.2rem;
	}
	.pc_none{
		display: block;
	}
	.pageback--top a.noarrow{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.section-news{
		padding-top: 10px;
	}
	.main-heading02{
		display: none;
	}
	.resident-access-title-cate{
		padding:0px 10px;
		border-bottom: 0;
	}
	.news-post:before{
		top: 3vw;
		left: 0vw;
		font-size: 7vw;
	}
	.news-post:after{
		border-top: 0px solid #a8a8a8;
		border-bottom: 1px solid #a8a8a8;
		border-right: 1px solid #a8a8a8;
	}
	.news-post-link{
		padding-left: 10px;
	}
	.news-post-desc{
		width: 100vw;
		padding-left: 0px;
	}
	.news-post-ttl{
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.news-post-text{
		display: none;
		margin-left: -20px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
	}
	.small-category-block .small-category-tab .small-category-tabitem{
		font-size: 1rem;
		padding: 15px;
		margin-left: 5px;
	}
	.small-category-block .small-category-tab .small-category-tabitem.active{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.small-category-block .small-category-tab .small-category-tabitem:nth-child(1){
		margin-left: 10px;
	}
	.small-category-block .small-category-tab .small-category-tabitem:after{
		top: 45%;
		right: 10px;
		border-top: 0px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.small-category-block .small-category-content .small-category-content-item{
		width: 28vw;
		height: 28vw;
		margin-right: 10px;
		padding: 5px;
	}
	.small-category-block .small-category-content .small-category-content-item.noimage{
		width: 28vw;
		height: 28vw;
	}
	.small-category-block .small-category-content .small-category-dummy-item{
		width: 28vw;
		margin-right: 0;
		padding: 5px;
	}
	.small-category-content .small-category-content-sub{
		margin-bottom: 0;
	}
	#cancellation{
		padding: 0px 10px;
	}
	.small-category-content .small-category-content-sub-block{
		width: 100%;
		margin-bottom: 30px;
	}
	.small-category-content .small-category-content-sub-block p{
		font-size: 1.2rem;
	}
	img{
		width: auto;
	}
	.small-category-content .small-category-content-sub-block .small-category-content-sub-title{
		padding-left: 15px;
	}
	.small-category-content .small-category-content-sub-block .small-category-content-sub-title:before{
		border-top: 10px solid #333;
		border-left: 10px solid #333;
		border-bottom: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.small-category-content #small-category-content-sub-button{
		display: block;
	}
	.small-category-content #small-category-content-sub-button a{
		display: block;
		border: 2px solid #333;
		border-radius: 7px;
		padding: 10px;
		margin: 0 auto;
		width: 50vw;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.news-list h2{
		margin: 0px 10px 10px;
	}
}
@media print, screen and (min-width:599px) and (max-width: 800px) {
	.news-post-text{
		display: none;
		margin-left: -20px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 2;
		font-size: 1.6vw;
	}
	.small-category-block .small-category-content{
		justify-content: space-between;
	}
	.small-category-block .small-category-tab .small-category-tabitem:nth-child(1){
		margin-left: 10px;
	}
	.small-category-block .small-category-tab .small-category-tabitem:after{
		top: 45%;
		right: 10px;
		border-top: 0px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.small-category-block .small-category-content .small-category-content-item{
		width: 19vw;
		height: 19vw;
		margin-right: 0;
		padding: 5px;
	}
	.small-category-block .small-category-content .small-category-dummy-item{
		width: 19vw;
		margin-right: 0;
		padding: 5px;
	}
	.resident-access-title-cate{
		padding:0px 10px;
		border-bottom: 0;
	}
	#cancellation{
		padding: 0px 10px;
	}
	.small-category-content .small-category-content-sub-block{
		width: 100%;
		margin-bottom: 30px;
	}
	.small-category-content .small-category-content-sub-block p{
		font-size: 1.4rem;
	}
	img{
		width: auto;
	}
	.small-category-content .small-category-content-sub-block .small-category-content-sub-title{
		padding-left: 15px;
	}
	.small-category-content .small-category-content-sub-block .small-category-content-sub-title:before{
		border-top: 10px solid #333;
		border-left: 10px solid #333;
		border-bottom: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.small-category-content #small-category-content-sub-button{
		display: block;
	}
	.small-category-content #small-category-content-sub-button a{
		display: block;
		border: 2px solid #333;
		border-radius: 7px;
		padding: 10px;
		margin: 0 auto;
		width: 50vw;
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
	}
}
.l-main.faq-form .main-heading02 span{
	font-size: 2rem;
}
.l-main.faq-form .faq-form-text{
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: center;
}
.l-main.faq-form.defect .faq-form-text,
.l-main.faq-form.cancellation .faq-form-text{
	margin-bottom: 50px;
}
.l-main.faq-form .faq-form-tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0px 60px 0px;
}
.l-main.faq-form .faq-form-tab .faq-form-tabitem{
	position: relative;
	width: 32%;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	border: 1px dashed #ccc;
	padding: 25px;
	cursor: pointer;
	margin-bottom: 10px;
}
.l-main.faq-form .faq-form-tab .faq-form-tabitem-dummy{
	position: relative;
	width: 32%;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 25px;
	cursor: pointer;
	margin-bottom: 10px;
}
.l-main.faq-form .faq-form-tab .faq-form-tabitem.active{
	background-color: #eee;
}
.l-main.faq-form .faq-form-tab .faq-form-tabitem:after{
	position: absolute;
	top: 46%;
	right: 22px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	content: '';
	transform: rotate(45deg);
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.faq-form-content .faq-article-link{
	padding: 15px 0px;
}
.faq-form-content .faq-article-link span{
	font-size: 1.3rem;
	color: #b82029;
	text-decoration: underline;
	cursor: pointer;
	transition: all ease-in-out .35s;
}
.faq-form-content .faq-article-link span:hover{
	opacity: .5;
}
.l-main.faq-form .faq-form-content{
	margin-bottom: 50px;
}
.l-main.faq-form .faq-form-content .faq-form-content-note{
	position: relative;
	font-size: 1.3rem;
	padding: 10px 0px;
}
.l-main.faq-form .faq-form-content .faq-form-content-note a{
	color: #00f;
	text-decoration: underline;
}
.l-main.faq-form .faq-form-content .faq-form-content-note.border{
	border-bottom: 1px dashed #ccc;
}
.l-main.faq-form .faq-form-content .faq-form-content-note p{
	line-height: 1.5rem;
	padding-left: 17px;
}
.l-main.faq-form .faq-form-content .faq-form-content-note p span{
	position: absolute;
	left: 0;
	font-size: 1.3rem;
}
.l-main.faq-form .faq-form-content .faq-form-content-title{
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 10px 0px;
}
.l-main.faq-form .faq-form-content .faq-form-content-title span{
	margin-left: 50px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #666;
}
.l-main.faq-form .faq-form-content .faq-form-content-title span.double{
	position: absolute;
	line-height: 1.5;
	margin-top: -10px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line{
	position: relative;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}
.l-main.faq-form .faq-form-content .faq-form-content-line.half{
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}
.l-main.faq-form .faq-form-content .faq-form-content-line:after{
	content: "";
	display: block;
	clear: both;
}
.l-main.faq-form .faq-form-content .faq-form-content-line.noborder{
	border-bottom: 0px dashed #ccc;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .flex-box{
    font-size: 1.3rem;
	display: flex;
	flex-wrap: wrap;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .check{
	line-height: 2.4;
	margin: 7px 0px;
	width: 100%;
	height: 30px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .check_select{
	line-height: 1;
	margin: 7px 0px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .check_select:not(:last-child){
	margin-right: 30px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line label:not(.small){
	margin-right: 30px;
	font-size: 1.3rem;
}
.l-main.faq-form .faq-form-content .faq-form-content-line label.brank{
	margin-left: 20px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title{
	float: left;
	font-size: 1.3rem;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2{
	font-size: 1.3rem;
	line-height: 5rem;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2 span,
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2 div{
	margin-left: 50px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #666;
	line-height: 2;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-caution{
	position: absolute;
	top: 20px;
	left: 165px;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 1.1rem;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value{
	font-size: 1.3rem;
	float:right;
	width: 530px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value p{
	line-height: 1;
	margin-bottom: 10px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value.full{
	width: 100%;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value input[type="text"]{
	width: 200px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value-text{
	line-height: 1;
	margin-bottom: 20px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value-text span{
	margin-left: 50px;
	font-size: 1.1rem;
	color: #666;
	font-weight: normal;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value.file{
	display: flex;
	flex-wrap: wrap;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value textarea{
	width: 100%;
	height: 120px;
	border: 1px solid #999;
	border-radius: 4px;
	resize: none;
	font-size: 1.3rem;
	padding: 10px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value textarea.half{
	width: 530px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value textarea:disabled{
	background-color: #eee;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title .label-must,
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2 .label-must{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	color: #b82029;
	width: 40px;
	text-align: center;
	line-height: 22px;
	height: 24px;
	border: #b82029 1px solid;
	font-style: normal;
	font-weight: normal;
	margin-left: 12px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title .label-must.checked_must,
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2 .label-must.checked_must{
	display: none;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-repletion{
	font-size: 1.1rem;
	margin-left: 15px;
	color: #666;
}
.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-repletion.double{
	position: absolute;
	line-height: 1.3;
	margin-top: 15px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="tel"]{
	border: 1px solid #999;
	border-radius: 4px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	width: 250px;
}

.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"]{
	border: 1px solid #999;
	border-radius: 4px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	width: 250px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="date"]{
	border: 1px solid #999;
	border-radius: 4px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	width: 150px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"]:disabled{
	background-color: #eee;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"].full{
	width: 530px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"].small{
	width: 150px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"].ymd{
	width: 50px;
}
.l-main.faq-form .faq-form-content .faq-form-content-line input[type="file"]{
	width: 50%;
	margin-bottom: 10px;
}
.faq-form-content-line-select-wrap{
	display: inline-block;
	font-weight: bold;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 1.3rem;
	cursor: pointer;
	position: relative;
	margin: 0px 5px 0 5px;
	width: 55px;
}
.faq-form-content-line-select-wrap:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	transform: rotate(135deg);
	position: absolute;
	top: 48%;
	margin-top: -5px;
	right: 10px;
	pointer-events: none;
}
.faq-form-content-line-select-wrap select{
	line-height: 26px;
	text-align: center;
	font-size: 1.25rem;
	width: 55px;
	text-align: center;
	padding: 0 15px;
}
.faq-form-content-line-select-wrap select:disabled{
	background-color: #eee;
}
.form-privacy {
	padding: 25px 10px 0;
	margin-bottom: 50px;
}
.form-privacy-lead {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 23px;
	line-height: 1.3;
}
.form-privacy-caution {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 15px;
}
.form-privacy textarea {
	height: 123px;
}
@media print, screen and (min-width:599px) and (max-width: 800px) {
	.section-news{
		padding: 25px 20px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value{
		width: 65vw;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"].full{
		width: 65vw;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value textarea.half{
		width: 65vw;
	}
	input[type=radio] + label:before{
		top: 45%;
		left: 4px;
	}
}
@media print, screen and (min-width: 800px) {
}
.privacy-checkbox-area {
	margin: 20px 0 0;
	text-align: center;
}
.privacy-checkbox-area2 {
	margin: 20px 0 0;
	text-align: center;
}
@media print, screen and (min-width: 800px) {
}
.submit-btn {
	display: block;
	border: 2px solid #000;
	width: 280px;
	height: 50px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #000;
	position: relative;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all ease-in-out .35s;
	-moz-transition: all ease-in-out .35s;
	-ms-transition: all ease-in-out .35s;
	-o-transition: all ease-in-out .35s;
	transition: all ease-in-out .35s;
}
.submit-btn::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 20px;
	border-width: 2px !important;
	-webkit-transition: all ease-in-out .35s;
	-moz-transition: all ease-in-out .35s;
	-ms-transition: all ease-in-out .35s;
	-o-transition: all ease-in-out .35s;
	transition: all ease-in-out .35s;
}
.does-not-solve{
	border: 2px dotted #ccc;
	border-radius: 4px;
	padding: 20px 10px;
	font-size: 1.3rem;
	margin: 0px 10px 20px 10px;
}
.does-not-solve:last-child{
	margin-bottom: 50px;
}
.does-not-solve .title{
	font-size: 1.7rem;
	line-height: 2;
	font-weight: bold;
}
.does-not-solve .text{
	line-height: 1.8;
}
.does-not-solve .button-area{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
.does-not-solve a{
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 4px;
	padding: 15px;
	width: 60%;
	cursor: pointer;
}
.goes-wrong{
	border: 2px dotted #ccc;
	border-radius: 4px;
	padding: 20px 20px;
	font-size: 1.4rem;
	margin: 0px 10px 20px 10px;
	line-height: 1.5;
}
.goes-wrong .title{
	margin-bottom: 5px;
	font-weight: bold;
}
.goes-wrong p{
	margin-bottom: 5px;
}
@media screen and ( max-width:350px) {
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="file"]{
		width: 100%;
	}
}
@media screen and ( max-width:599px) {
	.err-msg-box{
		background-size: 32px auto;
	}
	.err-msg-box p{
		margin: 0 0 0 40px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-title{
		text-align: center;
		font-size: 5vw;
		line-height: 1.3;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-title span{
		display: block;
		margin-top: 10px;
		margin-left: 0px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-title span.double{
		position: static;
		margin-top: 10px;
	}
	input[type=checkbox] + label{
		font-size: 1.2rem;
	}
	input[type=checkbox] + label.agree2{
		text-align: left;
		display: inline-block;
		line-height: 1.3;
	}
	input[type=checkbox] + label.agree2::after{
		top: 49%;
	}
	.l-main.faq-form.defect .faq-form-text, .l-main.faq-form.cancellation .faq-form-text{
		text-align: left;
		padding: 10px;
		margin-bottom: 10px;
	}
	.l-main.faq-form .faq-form-content{
		padding: 0px 10px;
		margin-bottom: 100px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title,
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2{
		width: 100%;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 2;
		margin-top: 10px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line.fit .faq-form-content-line-title,
	.l-main.faq-form .faq-form-content .faq-form-content-line.fit .faq-form-content-line-title2{
		margin-bottom: 10px;
		text-align: left;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-caution{
		display: block;
		position: static;
		margin-top: -5px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value{
		position: relative;
		width: 100%;
		text-align: left;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value.check{
		text-align: center;
		height: auto;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"],
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="tel"]{
		width: 100%;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value input[type="text"]{
		width: 100%;
	}
	#contact_other_body{
		width: 200px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="text"].full{
		width: 100%;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-repletion,
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-repletion.double{
		position: unset;
		line-height: 1.3;
		margin-left: 0px;
	}
	input[type=radio] + label:before{
		top: 30%;
		width: 8px;
		height: 8px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value textarea.half{
		width: 100%;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value-text{
		font-weight: bold;
		font-size: 1.6rem;
		margin-top: 20px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2{
		font-weight: bold;
		font-size: 1.6rem;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-title2 span{
		position: absolute;
		right: 10px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line .faq-form-content-line-value-text span{
		position: absolute;
		right: 10px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line.fit{
		line-height: 35px;
		text-align: center;
	}
	.l-main.faq-form .faq-form-text{
		text-align: left;
		padding: 5px 10px 15px 10px;
		font-size: 1.5rem;
	}
	.l-main.faq-form .faq-form-tab{
		padding: 0px 10px;
		margin-bottom: 30px;
	}
	.l-main.faq-form .faq-form-tab .faq-form-tabitem{
		width: 49%;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 25px;
	}
	.l-main.faq-form .faq-form-tab .faq-form-tabitem:after{
		right: 12px;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line label:not(.small){
		margin-right: 10px;
		white-space: nowrap;
		font-size: 1.5rem;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-note{
		font-size: 1.5rem;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-note p{
		line-height: 1.8rem;
	}
	.l-main.faq-form .faq-form-content .faq-form-content-line input[type="file"]{
		font-size: 1.1rem;
	}
	.news-list{
		margin-bottom: 30px;
	}
	.goes-wrong .title{
		border-bottom: 2px solid #333;
	}
}
/* 2020.10.21 */

@media print, screen and (min-width: 800px) {
    #breadcrumb {
        margin-bottom: 20px;
    }
    /* 2018/11/06 irima change
     * スマホでも表示
     */
    .l-side {
        margin-top: 85px;
        display: block;
        width: 324px;
    }
}
/* 2018/11/06 irima change
 * タブレットでも表示
 */
@media print, screen and (min-width: 1100px) {
    .l-wrapper {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .l-main {
        width: calc(100% - 380px);
    }
    .l-side {
        margin-top: 90px;
        display: block;
        width: 250px;
    }
}
@media print, screen and (min-width: 1280px) {
    /* 2018/11/06 irima change
     * タブレットでも表示
    .l-wrapper {
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }*/
    .l-main {
        width: calc(100% - 364px);
    }
    .l-side {
        width: 324px;
    }
    /* 2018/11/06 irima change
    * タブレットでも表示
    .l-side {
        margin-top: 85px;
        display: block;
        width: 324px;
    } */
}

/* link */
.list-link,
.list-link2 {
    border-bottom: 1px solid #999999;
    font-size: 1.4rem;
    padding: 15px 20px 15px 15px;
    position: relative;
    display: block;
}
.list-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}
.list-link--news {
    border-top: 1px solid #999;
    margin:10px 5px 15px;
}
.tag-list-group {
    margin:0 5px 60px;
}

@media print, screen and (min-width: 800px) {
    .list-link--news,.tag-list-group {
        margin:0 0 45px;
    }
}

/**
 * 一覧独自
 */
/* 一覧 */
#newslist10 .section-article-heading,
#newslist10 .section-news .main-heading02 {
    display: none;
}

@media print, screen and (min-width: 800px) {
    .section-article-heading {
        -webkit-align-items: center;
        align-items: center;
    }
    .section-article-heading .article-category {
        margin-top:-10px;
        font-size: 1.3rem;
        margin-left: 25px;
        font-weight: bold;
    }
}

#newslist10 .section-news {
    padding: 0;
}
#newslist10 .section-article {
    margin-top: 20px;
    padding: 0 10px;
}
@media print, screen and (min-width: 800px) {
    #newslist10 .section-news .main-heading02 {
        display: block;
        margin-bottom: 45px;
    }
    #newslist10 .section-article-heading {
        display: flex;
        margin-bottom: 5px;
        margin-top: 16px;
    }
    #newslist10 .section-article-heading .main-heading02 {
        margin-bottom: 0;
    }
    #newslist10 .section-article {
        margin-top: 0;
        padding: 0;
    }
    #newslist10 .news-post .news-post-thumb {
        width: 200px;
    }
    #newslist10 .news-post .news-post-ttl {
        font-size: 1.8rem;
    }
    #newslist10 .news-post .news-post-desc {
        width: 690px;
        padding-left: 20px;
    }
    #newslist10 .news-post .news-new-label {
        font-size: 1.6rem;
        height: 21px;
        width: 50px;
        line-height: 21px;
    }
    #newslist10 .news-post .news-post-link {
        padding: 20px 0;
    }
    #newslist10 .news-post-text {
        display: block;
        font-size: 1.3rem;
        padding-top: 0px;
    }
}

/* pager */
.pager {
    margin: 25px auto 30px;
    text-align: center;
    font-size: 0;
}
@media print, screen and (min-width: 800px) {
    .pager {
        position: relative;
        display: table;
        margin: 60px auto 80px;
    }
}

.pager span:not(.nextpostslink):not(.prevpostslink),
.pager a:not(.nextpostslink):not(.prevpostslink) {
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    border: 1px solid transparent;
    background: #fff;
    border: 1px dotted #000;
    margin: 0 5px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
@media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink),
    .pager a:not(.nextpostslink):not(.prevpostslink) {
        font-size: 1.6rem;
    }
}
@media print, screen and (min-width: 800px) {
    .pager span:not(.nextpostslink):not(.prevpostslink),
    .pager a:not(.nextpostslink):not(.prevpostslink) {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 1.2rem;
    }
}

.pager a:hover, .pager span.is-current, .pager a.is-current {
    background: transparent !important;
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    opacity: 1;
}

.pager span.nextpostslink, .pager a.nextpostslink {
    display: inline-block;
    position: relative;
    color: #000;
    height: 30px;
    vertical-align: top;
    margin-left: 20px;
    font-weight: bold;
}
.pager span.nextpostslink::after, .pager a.nextpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -7px;
}
.pager span.nextpostslink:hover, .pager a.nextpostslink:hover {
    border: none !important;
}
@media print, screen and (min-width: 800px) {
    .pager span.nextpostslink, .pager a.nextpostslink {
        height: 36px;
    }
}

.pager span.prevpostslink,
.pager a.prevpostslink {
    vertical-align: top;
    display: inline-block;
    color: #000;
    position: relative;
    font-size: .95rem;
    line-height: 30px;
    height: 30px;
    margin-right: 20px;
    font-weight: bold;
}
.pager span.prevpostslink:hover,
.pager a.prevpostslink:hover {
    border: none !important;
    opacity: .5 !important;
}
.pager span.prevpostslink::after,
.pager a.prevpostslink::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -7px;
}
@media print, screen and (min-width: 800px) {
    .pager span.prevpostslink,
    .pager a.prevpostslink {
        height: 36px;
    }
}

/* 世界遺産の記事 */
.article-post {
    border-bottom: 1px dotted #999999;
}
.article-post a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 4px;
}
.article-post-ttl {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
}
.article-post-ttl .article-new-label {
    font-size: 1rem;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-right: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #b82029;
    font-family: "Ubuntu", sans-serif;
}
@media print, screen and (min-width: 800px) {
    .article-post a {
    padding: 14px 0px;
    }
    .article-post-ttl {
        font-size: 1.5rem;
    }
    .article-post-ttl .article-new-label {
        font-size: 1.6rem;
        line-height: 21px;
        width: 50px;
        height: 21px;
    }
}


/*torii 2018 11 03 add*/
@media print, screen and (min-width: 800px) {
    .nTitleD1{
        font-weight: bold;
        margin-right: 20px;
    }

    .archives p{
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .news-list {
        margin-top: 20px;
    }
    .news-list a:hover{
    	opacity: 1;
    }

    .article-list{
        margin-top: 20px;
    }
}

/*torii 2018 12 04 add*/

/*アクセスマップ用*/
.ggmap {
position: relative;
padding-bottom: 86.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 50px;
}
@media print, screen and (min-width: 800px) {
    .ggmap {
      padding-bottom: 56.25%;
    }
}


.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*会社案内テキスト用*/


.entry-custom-area h2{
    border-bottom: 1px dotted #999;
    margin:50px 0 20px 0;
    padding-bottom: 10px;
    font-size: 1.8rem;
}

.entry-custom-area h3{
    margin-bottom: 5px;
}

.entry-custom-area .comp_center{
    text-align: center;
}

.entry-custom-area p {
    line-height: 1.7;
    margin:10px 0 20px 0;
}

.entry-custom-area ul{
    margin-bottom: 40px;
}

.entry-custom-area ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.entry-custom-area dl {
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;
    align-items: center;

}

.entry-custom-area dl dt{
    display: inline-block;
    width: 136px;
}

.entry-custom-area dl dd{
     display: inline-block;
     width: 400px;
}



