@charset "utf-8";

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

.blank {
	background-image: url("/business/common/images/ic_blank.svg");
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    margin-right: 20px;
}
#global__footer--category .blank {
	background-image: url("/business/common/images/ic_blank_w.svg");
}
.hashtag {margin-top: 15px;}
.hashtag li{display: inline-block;background-color:#F5F5F5;border: 1px solid #DADADA;color: #3B4043;font-size: 0.9rem;margin-right: 10px;margin-bottom: 10px; padding: 3px 10px;border-radius:1em; }

#contents__support--top {
	background: #f5f5f5;
}

.small {
	font-size: 12px;
	font-weight: 300;
	line-height: 150%;
	padding: 10px 0 0 0;
}

.sec-title {
	border-bottom: 1px solid #716f63;
	padding: 10px 0;
	margin-bottom: 20px;
}
.sec-txt {
	padding: 20px 0;
}

.btn-inquiry {
	margin: 20px 0 ;
	line-height: 130%;
	position: relative;
}
.btn-inquiry a {
	display: block;
	padding: 20px;
	border-radius: 3px;
	background-color: #716f63;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.btn-inquiry a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.btn-contact {
	margin: 0 0 20px 0 ;
	line-height: 130%;
}
.btn-contact a {
	display: block;
	padding: 18px;
	border-radius: 3px;
	background-color: #BC5A00;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.btn-contact a:hover {
	opacity: 0.5;
	transition: 0.3s;
}
.btn-download {
	margin: 0 ;
	line-height: 130%;
}
.btn-download a {
	display: block;
	padding: 18px;
	border-radius: 3px;
	border: 1px solid #716f63;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	color: #716f63;
}
.btn-download a:hover {
	opacity: 0.5;
	transition: 0.3s;
}


/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	
	a.tel {
		cursor: pointer;
		pointer-events: default;
	}
	#contents__main--wrap {
		width: 100%;
		padding: 1.0em;
		box-sizing: border-box;
	}
    
	
	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h1.title {
		color: #716F63;
		font-size: 2rem;
		font-weight: 300;
		margin-bottom: 2.0rem;
	}
	h2.title {
		color: #716f63;
		font-size: 1.5rem;
		border-left: 4px solid #716f63;
		padding: 0 20px 2px .7em;
		margin-bottom: 15px;
		font-weight: 400;
	}
	h3.title {
		color: #716f63;
		font-size: 1.2rem;
		border-left: 4px solid #716f63;
		padding-left: .7em;
		font-weight: 500;
		line-height: 120%;
	}
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	
	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	.support-content {
		display: flex;
		flex-direction: column;
	}
	.section {
		background: #fff;
		padding: 20px;
		margin-bottom: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.section:nth-child(2) {
		background: #fff;
		padding: 20px;
		margin-bottom: 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.section .txt-area {
		min-height: 100px;
		position: relative;
	}
	.section .txt-area p {
		width: 100%;
		box-sizing: border-box;
		padding-right: 30%;
		line-height: 160%;
	}
	.section .txt-area p:first-child {
		padding-bottom: 10px;
	}
	.section .txt-area img {
		position: absolute;
		right: 0;
		top: 0;
		width: 30%;
		max-width: 110px;
	}
	
	.contact-btn-area {
		background: #eeeddf;
		padding: 20px;
		margin: 20px 0;
	}
	.contact-tel-area {
		background: #eeeddf;
		padding: 20px;
		margin: 20px 0 0 0;
		line-height: 150%;
	}
	
	.contact-tel-area p.division {
		font-size: 14px;
		margin-bottom: 20px;
		font-weight: 500;
		line-height: 130%;
	}
	.contact-tel-area p.reception {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 130%;
	}
	.contact-tel-number {
		display: flex;
		align-items: flex-start;
		margin-bottom: 5px;
	}
	.contact-tel-number img {
		width: 70px;
		margin-right: 20px;
	}
	.contact-tel-number .telephone {
		font-size: 28px;
		font-weight: 500;
		line-height: 100%;
	}
	.contact-tel-number a {
		text-decoration: none;
		display: block;
	}
	.section table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		line-height: 1.5;
	}
	.section table th, td {
		padding: 0.85em 0.6em;
		border: 1px solid #716f63;
		vertical-align: middle;
		text-align: left;
	}
	.section table th {
		background-color: #eeeddf;
		white-space: nowrap;
		font-weight: normal;
		width: 110px;
	}
}


/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
    
	a.tel {
		text-decoration: none;
		color: inherit;
		cursor: default;
		pointer-events: none;
	}
	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}
    
	
	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	h1.title {
		color: #716F63;
		font-size: 2.5rem;
		font-weight: 400;
		margin-bottom: 2.0rem;
	}
	h2.title {
		color: #716f63;
		font-size: 1.5rem;
		border-left: 4px solid #716f63;
		padding: 0 20px 2px .7em;
		margin-bottom: 15px;
		font-weight: 400;
	}
	h3.title {
		color: #716f63;
		font-size: 1.2rem;
		border-left: 4px solid #716f63;
		padding-left: .7em;
		font-weight: 500;
	}
	#global__pagetitle--title .s {
		font-size: .9rem;
	}
	
	
	/* TOP
	---------------------------------------------------------------------------------------------------- */
	.support-content {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.section {
		background: #fff;
		padding: 20px;
		margin-right: 10px;
		width: 50%;
		box-sizing: border-box;
	}
	.section:nth-child(2) {
		background: #fff;
		padding: 20px;
		margin-left: 10px;
		width: 50%;
		box-sizing: border-box;
	}
	.section .txt-area {
		height: 130px;
		position: relative;
	}
	.section .txt-area p {
		width: 100%;
		box-sizing: border-box;
		padding-right: 150px;
		line-height: 160%;
	}
	.section .txt-area p:first-child {
		padding-bottom: 10px;
	}
	.section .txt-area img {
		position: absolute;
		right: 0;
		top: 0;
		width: 130px;
	}
	
	.contact-btn-area {
		background: #eeeddf;
		padding: 20px;
		margin: 20px 0;
	}
	.contact-tel-area {
		background: #eeeddf;
		padding: 20px;
		margin: 20px 0 0 0;
	}
	
	.contact-tel-area p.division {
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.contact-tel-area p.reception {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.contact-tel-number {
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.contact-tel-number img {
		width: 90px;
		margin-right: 20px;
	}
	.contact-tel-number .telephone {
		font-size: 38px;
		font-weight: 500;
		line-height: 100%;
	}
	.contact-tel-number a {
		text-decoration: none;
		display: block;
	}
	
	.section table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		line-height: 1.5;
	}
	.section table th, td {
		padding: 0.85em 0.6em;
		border: 1px solid #716f63;
		vertical-align: middle;
		text-align: left;
	}
	.section table th {
		background-color: #eeeddf;
		white-space: nowrap;
		font-weight: normal;
		width: 120px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}