@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: #ea8600;
	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;
}

.white_bg {
	background-color: #fff;
	margin-bottom: 30px;
}


.container_block{
	display: flex;
	font-size: 93%;
	margin-top: 20px;
}
.container_block .contents_l {
  width: 54%;
}
.container_block .contents_r {
  flex: 1;
  width: 44%;
  margin-left: 2%;
}



.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: underline;	
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow a:hover{
	text-decoration: none;	
}

.arrow-mark::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
}



.list_test-wrap {
	list-style:  none;
	margin:  0;
	padding: 0;
	padding-left:1em;
	text-indent:-1em;
}
 
 
.list_test:before {
	content:  "";
	width:  10px;
	height:  10px;
	display:  inline-block;
	background-color: #b4b2a5;
	border-radius:  50%;
	position:  relative;
	top: -1px;
	margin-right: 5px;
}


.wide-15 {
	max-width: 15px;	
}

/* -------------------------------------------------------------------------------------------------------
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;
		line-height: 80%;
	}

	h1 span.small {
		color: #716F63;
		font-size: 14px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	
	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: 0px;
		width: 100%;
		box-sizing: border-box;
	}
	.section:nth-child(2) {
		background: #fff;
		padding: 20px;
		margin-bottom: 0px;
		width: 100%;
		box-sizing: border-box;
	}
	.section .txt-area {
		position: relative;
	}
	.section .txt-area.sec {
		min-height: 100px;
	}
	.section .txt-area p {
		width: 100%;
		box-sizing: border-box;
		padding-right: 0%;
		line-height: 160%;
	}
	
	.section .txt-area.sec p {
		padding-right: 30%;
	}
	
	.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;
	}
	
.container_block{
  display: block;
}
.container_block .contents_l {
  width: 100%;
}
.container_block .contents_r {
  width: 100%;
  margin-left: 0%;
  margin-top: 1rem;
}


.list_test-wrap {
	list-style:  none;
	margin:  0;
	padding: 0;
	text-indent:0em;
}

	
}


/* -------------------------------------------------------------------------------------------------------
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: 300;
		margin-bottom: 2.0rem;
		line-height: 80%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 16px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	
	
	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;
		padding-bottom: 40px;
		margin-right: 10px;
		width: 50%;
		box-sizing: border-box;
	}
	
	.section.lage {
		width: 100%;
	}
	
	.section:nth-child(2) {
		background: #fff;
		padding: 20px;
		margin-left: 10px;
		width: 50%;
		box-sizing: border-box;
	}
	.section .txt-area {
		position: relative;
	}
	
	.section .txt-area.sec {
		height: 130px;
	}
	
	.section .txt-area p {
		width: 100%;
		box-sizing: border-box;
		line-height: 160%;
	}
	.section .txt-area.sec p {
		padding-right: 150px;
	}
	.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;
		font-size:116% !important;
	}
	.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;
	}
	
}





