@charset "shift_jis";

/* ****************************************************************************

	standard.css - for PC
	
******************************************************************************* */

#contenar h1 {
	background: url(/_img/pc/icon_top_left.png) no-repeat 12px center / 60px;
}

#contenar .content-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#contenar .content-header .faq-button {
	display: block;
	width: 155px;
	height: 30px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	background: url(/common/_img/pc/bg_button_155.png) no-repeat left top;
}

#contenar .content-header .faq-button:hover {
	text-decoration: none;
}


/* ----------------------------------

 main-contents

---------------------------------- */

.main-contents {
	margin-bottom: 20px;
}


/* ----------------------------------

 contents-box

---------------------------------- */
.main-contents .contents-box section {
	margin: 0 15px 40px 15px;
	color: #333;
	font-size: 13px;
	line-height: 1.8;
}

.main-contents .contents-box section h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.main-contents .contents-box section h4{
	margin-bottom: 10px;
}

.main-contents .contents-box section article {
	margin: 0 15px 20px 0;
}

.main-contents .contents-box section article .wrap {
	margin-left: 20px;
}

.main-contents .contents-box section article table {
	width: 100%;
	margin: 10px 0;
	border: 1px solid #333;
}

.main-contents .contents-box section article table tr th {
	box-sizing: border-box;
	width: 1%;
	padding: 2px 5px;
	white-space: nowrap;
}

.main-contents .contents-box section article table tr td {
	box-sizing: border-box;
	width: 99%;
	padding: 2px 5px;
}

.main-contents .contents-box section.s1 p {
	margin-right: 10px;
}

.main-contents .contents-box section.s2 article.a4 {
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #333;
}

.main-contents .contents-box section.s2 article.a4 h4 {
	font-weight: 700;
}

.main-contents .contents-box .back-button2 {
	display: block;
	width: 250px;
	height: 30px;
	margin: 60px auto 30px;
	color: #333;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	background: url(/common/_img/pc/bg_button_250.png) no-repeat left top;
}

.main-contents .contents-box .back-button2:hover {
	text-decoration: none !important;
}



/* ****************************************************************************
	large size
******************************************************************************* */

.large .main-contents .contents-box section{
	font-size: 17px;
}

.large .main-contents .contents-box section h3{
	font-size: 20px;
}