@charset "utf-8";

@media screen and (min-width: 751px), print {
/*-----------------------------------------------------------
===  [ guide CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

  01. guide

*/
/* ***************************************************************************** */
.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}
.indent4 {
	text-indent: -4em;
	padding-left: 4em;
}
.indent5 {
	text-indent: -5em;
	padding-left: 5em;
}
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. guide
 ** ------------------------------------------------------- */
#guide p {
	margin: 1.4rem 0 0;
}
#guide ul {
	margin: 1.4rem 0 0;
}
#guide li {
	text-indent: -1.4rem;
	padding-left: 1.4rem;
}
#guide dt {
	margin: 1.4rem 0 0;
}
#guide dd.creditBlc {
	margin: 10px 0 0;
}
#guide dd .creditImg {
	margin: 5px 0;
}
#guide table {
	margin: 1.4rem 0 0;
}
#guide table th,
#guide table td {
	font-size: 1.4rem;
	line-height: 1.71;
	border-top: 1px solid #aaa;
	padding: 15px 30px 15px 0;
	font-weight: normal;
	text-align: right;
}
#guide table tr:first-child th,
#guide table tr:first-child td {
	border: none;
}
#guide table th {
	color: #999;
}
#guide table thead th {
	text-align: center;
	padding: 15px 30px;
	font-weight: bold;
	color: #666;
}
#guide .table-list {
	display: table;
}
#guide .table-list dl {
	display: table-row;
}
#guide .table-list dt,
#guide .table-list dd {
	display: table-cell;
	font-size: 1.4rem;
	line-height: 1.71;
	border-top: 1px solid #aaa;
	padding: 15px 30px 15px 0;
	font-weight: normal;
}
#guide .table-list dl:first-child dt,
#guide .table-list dl:first-child dd {
	border: none;
}
#guide .table-list dt {
	color: #999;
}
#guide section {
	margin: 50px 0 0;
}
/* ***************************************************************************** */
}
