@charset 'utf-8';

/* ==============================
汎用モジュール
============================== */
/* ============================== */
/* Generic                        */
/* ============================== */
#NR-main-in {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 17px 17px 0;
}

/* ============================== */
/* Base                           */
/* ============================== */
strong {
	font-weight: bold;
}

code {
	font-size: 14px;
	line-height: 1.3;
}

/* ============================== */
/* Objects                        */
/* ============================== */
.mod-box-a {
	border: 1px solid #e3e3e3;
	margin: 30px 0;
	overflow: hidden;
	padding: 10px;
}

.mod-box-b {
	background-color: #f5f5f5;
	margin: 30px 0;
	overflow: hidden;
	padding: 10px;
}

/* ============================== */
/* Components                     */
/* ============================== */
/* header mod-ttl-a */
#NR-wrapper .mod-ttl-a,
#NR-wrapper .article-body .mod-ttl-a {
	border-bottom: none;
	border-left: 3px solid #81cb16;
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0 20px;
	padding: 10px 0 10px 15px;
	vertical-align: middle;
}

#NR-wrapper .mod-ttl-a:first-child {
	margin-top: 0;
}

.mod-ttl-a .title {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
	white-space: nowrap;
	word-break: normal;
	word-wrap: normal;
}

.mod-ttl-a .sup {
	display: table-cell;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}

/* header mod-ttl-b */
#NR-wrapper .mod-ttl-b,
#NR-wrapper .article-body .mod-ttl-b {
	border-top: 2px solid #81cb16;
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 5px;
	padding: 20px 0;
}

#NR-wrapper .mod-ttl-b:first-child {
	margin-top: 0;
}

.mod-ttl-b .title {
	display: table-cell;
	padding-right: 15px;
	vertical-align: middle;
	white-space: nowrap;
	word-break: normal;
	word-wrap: normal;
}

.mod-ttl-b .sup {
	display: table-cell;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}

/* header mod-ttl-c */
#NR-wrapper .mod-ttl-c,
#NR-wrapper .article-body .mod-ttl-c {
	border-bottom: 1px solid #81cb16;
	border-top: none;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 20px 0;
	padding: 15px 0 7px;
}

#NR-wrapper .mod-ttl-c:first-child {
	margin-top: 0;
}

/* header mod-ttl-d */
#NR-wrapper .mod-ttl-d,
#NR-wrapper .article-body .mod-ttl-d {
	border-bottom: 1px solid #ccc;
	border-top: none;
	font-size: 16px;
	font-weight: normal;
	margin: 1em 0;
	padding: 0 0 10px;
}

#NR-wrapper .mod-ttl-d:first-child {
	margin-top: 0;
}

/*　mod-text */
.mod-text {
	font-size: 14px;
	line-height: 1.3;
	margin: 1em 0 .5em;
	overflow: hidden;
}

.mod-text:first-child {
	margin: 0 0 .5em;
}

/*　mod-notice */
.mod-notice {
	padding-left: 1em;
	text-indent: -1em;
}

/* mod-totop */
.mod-totop {
	line-height: 1;
	margin: 1em 0;
	text-align: right;
}

.mod-totop:after {
	color: #999;
	content: '\f062';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}

.mod-totop a {
	font-size: 14px;
}

.mod-totop a:link,
.mod-totop a:visited,
#NR-wrapper .article-body .mod-totop a:link,
#NR-wrapper .article-body .mod-totop a:visited {
	color: #333;
}

/* mod-list */
.mod-list {
	list-style: initial;
	margin: 1em 0;
}

.mod-list li {
	font-size: 14px;
	line-height: 1.2;
	list-style-type: disc;
	margin-bottom: .5em;
	margin-left: 1.5em;
}

/* mod-list-link */
.mod-list-link {
	margin: 1em 0;
	padding: 0 0 0 5px;
}

.mod-list-link li {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .75em;
	margin-left: 15px;
	position: relative;
}

.mod-list-link li:before {
	color: #ccc;
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 14px;
	left: -15px;
	position: absolute;
}

.mod-list-link li a:link,
.mod-list-link li a:visited,
#NR-wrapper .article-body .mod-list-link li a:link,
#NR-wrapper .article-body .mod-list-link li a:visited {
	color: #333;
}

/* mod-list-link-inner */
.mod-list-link-inner {
	margin: 1em 0;
	padding: 0 0 0 5px;
}

.mod-list-link-inner li {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: .75em;
	margin-left: 15px;
	position: relative;
}

.mod-list-link-inner li:before {
	color: #81cb16;
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 10px;
	left: -15px;
	margin-top: -.6em;
	position: absolute;
	top: 50%;
}

.mod-list-link-inner li a:link,
.mod-list-link-inner li a:visited,
#NR-wrapper .article-body .mod-list-link-inner li a:link,
#NR-wrapper .article-body .mod-list-link-inner li a:visited {
	color: #333;
}

/* mod-list-col2 */
.mod-list-col2:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

.mod-list-col2 li {
	float: left;
	width: 46%;
}

.mod-list-link.mod-list-col2 li {
	float: left;
	width: 47%;
}

/* mod-list-col3 */
.mod-list-col3:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

.mod-list-col3 li {
	float: left;
	width: 29%;
}

.mod-list-link.mod-list-col3 li {
	float: left;
	width: 30%;
}

/* mod-list-tag */
.mod-tag {
	background: #e9e9e9;
	border-radius: 15px;
	color: #333;
	cursor: pointer;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px 12px;
}

#NR-wrapper .mod-tag:hover {
	background-color: #81cb16;
	color: #fff;
	text-decoration: none;
}

.mod-list-tag li {
	float: left;
	line-height: 2.1;
	margin: 5px 0 0;
	position: relative;
	white-space: normal;
}

.mod-list-tag:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* mod-button */
#NR-wrapper-in .mod-button {
	margin: 8px 0;
}

#NR-wrapper-in .mod-button a {
	border: 2px #e9e9e9 solid;
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding: 8px 32px 8px 16px;
	position: relative;
	text-align: center;
}

#NR-wrapper-in .mod-button a:hover {
	background: #ccc;
	border: 2px #ccc solid;
	color: #fff;
}

#NR-wrapper-in .mod-button a:before {
	color: #999;
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-top: -8px;
	position: absolute;
	right: 7px;
	top: 50%;
}

#NR-wrapper-in .mod-button a:hover:before {
	color: #fff;
}

#NR-wrapper-in .mod-button.txt-left a {
	text-align: left;
}

#NR-wrapper-in .mod-button a .txt-block {
	display: block;
	margin: 4px 0 0;
}

#NR-wrapper-in .mod-button a .txt-large {
	font-size: 18px;
	font-weight: bold;
}

#NR-wrapper-in .mod-button a .txt-middle {
	font-size: 14px;
	font-weight: bold;
}

#NR-wrapper-in .mod-button a .txt-small {
	font-size: 12px;
	font-weight: bold;
}

#NR-wrapper-in .mod-button a .txt-blue {
	color: #36c;
	font-size: inherit;
	font-weight: bold;
}

#NR-wrapper-in .mod-button a:hover .txt-blue {
	color: inherit;
}

#NR-wrapper-in .mod-button.green a {
	background: #81cb16;
	border-bottom: 3px #78BA14 solid;
	border-left: 3px #B7EE64 solid;
	border-right: 3px #78BA14 solid;
	border-top: 3px #B7EE64 solid;
	border-radius: 3px;
	color: #fff;
}

#NR-wrapper-in .mod-button.border-green a {
	background: #f5f5f5;
	border-bottom: 3px #78BA14 solid;
	border-left: 3px #B7EE64 solid;
	border-right: 3px #78BA14 solid;
	border-top: 3px #B7EE64 solid;
	border-radius: 3px;
	color: #333;
}

#NR-wrapper-in .mod-button.orange a {
	background: #f59e1b;
	border-bottom: 3px #DE890A solid;
	border-left: 3px #F9C475 solid;
	border-right: 3px #DE890A solid;
	border-top: 3px #F9C475 solid;
	border-radius: 3px;
	color: #fff;
}

#NR-wrapper-in .mod-button.border-orange a {
	background: #f5f5f5;
	border-bottom: 3px #DE890A solid;
	border-left: 3px #F9C475 solid;
	border-right: 3px #DE890A solid;
	border-top: 3px #F9C475 solid;
	border-radius: 3px;
	color: #333;
}

#NR-wrapper-in .mod-button.green a:before,
#NR-wrapper-in .mod-button.orange a:before {
	color: #fff;
}

#NR-wrapper-in .mod-button.green a:hover,
#NR-wrapper-in .mod-button.orange a:hover {
	opacity: .8;
}

#NR-wrapper-in .mod-button.border-green a:hover,
#NR-wrapper-in .mod-button.border-orange a:hover {
	color: #fff;
}

#NR-wrapper-in .mod-button.border-green a:hover {
	background: #81cb16;
}

#NR-wrapper-in .mod-button.border-orange a:hover {
	background: #f59e1b;
}

#NR-wrapper-in .mod-button.mod-button-col2 {
	letter-spacing: -.4em;
	margin: 8px 0 8px -12px;
}

#NR-wrapper-in .mod-button.mod-button-col2 .col {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 0 12px;
	width: 319px;
}

*:first-child + html #NR-wrapper-in .mod-button.mod-button-col2 .col {
	display: inline;
	zoom: 1;
}



/* mod-tel */
.mod-tel {
	font-size: 18px;
	font-weight: bold;
	margin: 16px 0;
}

.mod-tel .tel-number {
	color: #36c;
	font-weight: inherit;
}



/* mod-bnr */
.mod-bnr {
	background: #f4f4f4;
	display: block;
	padding: 10px;
}

.mod-bnr:hover {
	background: #FFEFCD;
}

.mod-bnr .mod-bnr-inner {
	display: table;
	margin: 0 auto;
	width: auto;
}

*:first-child + html .mod-bnr .mod-bnr-inner {
	text-align: center;
}

.mod-bnr .mod-bnr-figure,
.mod-bnr .mod-bnr-contents {
	display: table-cell;
	vertical-align: middle;
}

*:first-child + html .mod-bnr .mod-bnr-figure,
*:first-child + html .mod-bnr .mod-bnr-contents {
	display: inline;
	text-align: left;
	zoom: 1;
}

.mod-bnr .mod-bnr-figure + .mod-bnr-contents {
	padding: 0 0 0 14px;
}

.mod-bnr .mod-bnr-ttl {
	border-bottom: 1px #36c solid;
	color: #36c;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.mod-bnr .mod-bnr-ttl.mod-icon {
	position: relative;
}

.mod-bnr .mod-bnr-ttl.mod-icon:after {
	background: #666;
	border-radius: 4px;
	color: #fff;
	content: '\f105';
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	right: -24px;
	width: 16px;
}

.mod-bnr .mod-bnr-text {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	margin: 6px 0 0;
}

/* mod-bnr mod-simple */
.mod-bnr.mod-simple {
	background: #fff;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 14px 12px;
}

.mod-bnr.mod-simple:hover {
	background: #FFEFCD;
}

.mod-bnr.mod-simple .mod-bnr-inner {
	display: table;
	margin: 0;
	width: auto;
}


/* mod-bnr-external */
.mod-bnr-external {
	border: 2px #e9e9e9 solid;
	display: table;
	width: 100%;
	position: relative;
	padding: 10px 0;
}

.mod-bnr-external .mod-bnr-inner {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

*:first-child + html .mod-bnr-external .mod-bnr-inner {
	display: inline;
	zoom: 1;
}

.mod-bnr-external .mod-ttl {
	margin: 0 0 10px;
	padding: 5px 0 5px 23px;
	position: relative;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.mod-bnr-external .mod-ttl:before {
	padding: 5px 0 5px 0;
	color: #ff7799;
	content: '\f058';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 0;
}

.mod-bnr-external .mod-link {
	font-size: 18px;
}

.mod-bnr-external .mod-link br {
	display: none;
}

#NR-wrapper .mod-bnr-external .mod-link a {
	color: #36c;
	font-weight: bold;
}

.mod-bnr-external .mod-link a:after {
	content: '\f08e';
	font-family: 'FontAwesome';
	margin-left: 5px;
	font-weight: normal;
	font-size: 14px;
}

.mod-bnr-external .mod-tel {
	margin: 20px 0 0;
	font-size: 16px;
}

.mod-bnr-external .mod-tel br {
	display: none;
}

.mod-bnr-external .tel-number {
	padding: 0 5px;
	color: #c06;
	font-weight: normal;
}

.mod-bnr-external .tel-time {
	font-size: 12px;
}

.mod-bnr-external .mod-link-external {
	display: table-cell;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

*:first-child + html .mod-bnr-external .mod-link-external {
	display: inline;
	zoom: 1;
}

.mod-bnr-external .mod-link-external img {
	max-width: 160px;
	width: auto;
	max-height: 50px;
	height: auto;
}



/* ============================== */
/* trumps                         */
/* ============================== */
/* mod-hr */
.mod-hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 20px #eee solid;
	display: block;
}

.mod-image-right {
	text-align: right;
}

.mod-image-center {
	text-align: center;
}

.mod-text.mod-image-right {
	text-align: left;
}

.mod-text.mod-image-right img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.mod-text.mod-image-left img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mod-margin-minus {
	margin: 0 0 0 -.5em;
}


/* 黄色いアンダーライン */
.marker {
	background: #ff0;
}

.toolbar {
	display: none;
}

/* アイコンカラー指定 */
.fa.green {
	color: #81cb16 !important;
}

.fa.pink {
	color: #f58ab6 !important;
}

.fa.orange {
	color: #f59e1b !important;
}

div.article-book-body .mod-image-center img { max-width:100%; }
#NR-wrapper div.article-book-body p.mod-text {
    font-size: 16px;
    line-height: 1.6;
}

#NR-wrapper div.article-book-body p.mod-text strong {
    font-size: 16px;
}

div.supervision {
    float:right;
    margin:10px;
}

div.supervision li {
    font-size: 14px;
    line-height: 1.2;
}

#NR-wrapper div.article-book-body h2,
#NR-wrapper div.article-book-body p.mod-text {
    clear:both;
}

#NR-wrapper div.article-book-body p.mod-notice {
    font-size:16px;
    line-height: 1.6;
}

#NR-wrapper div.article-book-body table {
    font-size:16px;
    line-height: 1.6;
}

#NR-wrapper div.article-book-body table th {
    font-weight: bold;
}

#NR-wrapper div.previous_next_link {
    margin-top: 20px;
    margin-bottom: 20px;
}

#NR-wrapper div.previous_link {
    float: left;
}

#NR-wrapper div.next_link {
    float: right;
}

@media screen and (max-width: 599px) {
	/* ============================== */
	/* Generic                        */
	/* ============================== */
	.tpath {
		background-color: #f8f6ef;
	}

	#NR-wrapper {
		background-color: #f8f6ef;
	}

	#NR-main-in {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 2px 0 rgba(204,204,204,.5);
		box-shadow: 0 2px 2px 0 rgba(204,204,204,.5);
		margin: 0 0 20px;
		padding: 10px 10px 0;
	}

	#NR-wrapper i {
		display: inline-block;
	}

	#recommend-posts {
		display: none;
	}

	/* ============================== */
	/* Base                           */
	/* ============================== */

	/* ============================== */
	/* Objects                        */
	/* ============================== */

	/* ============================== */
	/* Components                     */
	/* ============================== */
	#NR-wrapper .mod-ttl-a,
	#NR-wrapper .article-body .mod-ttl-a {
		border-left: 8px solid #81cb16;
		display: table;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 20px;
		padding: 10px 0 10px 10px;
		vertical-align: middle;
		width: 100%;
	}

	.mod-ttl-a .title {
		font-weight: bold;
		padding-right: 15px;
		vertical-align: middle;
		white-space: nowrap;
		word-break: normal;
		word-wrap: normal;
	}

	.mod-ttl-a .sup {
		display: none;
	}

	/* header mod-ttl-b */
	#NR-wrapper .mod-ttl-b,
	#NR-wrapper .article-body .mod-ttl-b {
		font-size: 18px;
		font-weight: bold;
		margin: 1em -10px;
		padding: 14px 10px 0;
	}

	.mod-ttl-b .title {
		display: table-cell;
		font-weight: bold;
		padding-right: 15px;
		vertical-align: middle;
		white-space: nowrap;
		word-break: normal;
		word-wrap: normal;
	}

	.mod-ttl-b .sup {
		display: none;
	}

	/* header mod-ttl-c */
	#NR-wrapper .mod-ttl-c,
	#NR-wrapper .article-body .mod-ttl-c {
		border-top: none;
		font-size: 18px;
		font-weight: bold;
		margin: 1em -10px;
		padding: 0 10px 5px;
	}

	/* header mod-ttl-d */
	#NR-wrapper .mod-ttl-d,
	#NR-wrapper .article-body .mod-ttl-d {
		border-top: none;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
		padding: 0 0 10px;
	}

	/*　mod-text */
	.mod-text {
		font-size: 15px;
		line-height: 1.4;
		margin: 1em 0 .5em;
	}

	.mod-text:first-child {
		margin: 0 0 .5em;
	}

	/*　mod-notice */
	.mod-notice {
		padding-left: 1em;
		text-indent: -1em;
	}

	/* mod-list */
	.mod-list li {
		font-size: 15px;
	}

	/* mod-list-link */
	.mod-list-link li {
		font-size: 15px;
	}

	/* mod-list-link-inner */
	.mod-list-link-inner li {
		font-size: 15px;
	}

	/* mod-list-col2 */
	.mod-list-col2:after {
		content: '';
	}

	.mod-list-col2 li {
		float: none;
		width: auto;
	}

	.mod-list-link.mod-list-col2 li {
		float: none;
		width: auto;
	}

	/* mod-list-col3 */
	.mod-list-col3:after {
		content: '';
	}

	.mod-list-col3 li {
		float: none;
		width: 100%;
	}

	.mod-list-link.mod-list-col3 li {
		float: none;
		width: 100%;
	}

	/* mod-list-tag */
	.mod-tag {
		border-radius: 50px;
		display: block;
		font-size: 13px;
		line-height: 1.2;
		padding: 10px;
	}

	/* mod-button */
	#NR-wrapper-in .mod-button a {
		font-size: 16px;
		padding: 8px 24px 8px 8px;
	}

	#NR-wrapper-in .mod-button.mod-button-col2 {
		margin: 0 0 8px;
	}

	#NR-wrapper-in .mod-button.mod-button-col2 .col {
		display: block;
		margin: 8px 0 0;
		width: 100%;
	}

	/* mod-tel */
	#NR-wrapper-in .mod-tel {
		background: #81cb16;
		border-bottom: 3px #78BA14 solid;
		border-left: 3px #B7EE64 solid;
		border-right: 3px #78BA14 solid;
		border-top: 3px #B7EE64 solid;
		border-radius: 3px;
		color: #fff;
		font-size: 18px;
		padding: 8px;
		text-align: center;
	}

	#NR-wrapper-in .mod-tel.tel-link {
		padding: 12px 8px 8px;
	}

	#NR-wrapper-in .mod-tel.tel-link.active {
		padding: 0;
	}

	#NR-wrapper-in .mod-tel.tel-link a {
		color: #fff;
		display: block;
		padding: 16px;
	}

	#NR-wrapper-in .mod-tel.tel-link a:link,
	#NR-wrapper-in .mod-tel.tel-link a:visited {
		color: #fff;
	}

	#NR-wrapper-in .mod-tel .tel-number {
		color: #fff;
		display: block;
		font-size: inherit;
		margin: 6px 0 0;
	}

	/* ============================== */
	/* trumps                         */
	/* ============================== */
	.mod-image-left img,
	.mod-image-right img {
		width: 110px;
	}

	.mod-image-center img {
		max-width: 100%;
	}

	.mod-spbr {
		display: block;
	}

	/* ============================== */
	/* mod-bnr-external               */
	/* ============================== */
	.mod-bnr-external {
		display: block;
		width: auto;
		position: relative;
		top: 34px;
		margin: 0 0 54px;
		padding: 10px;
	}

	.mod-bnr-inner {
		display: inline;
		padding: 0;
	}

	#NR-wrapper .mod-bnr-external .mod-ttl {
		position: absolute;
		top: -34px;
		left: 0;
		font-size: 12px;
	}

	#NR-wrapper .mod-bnr-external .mod-link {
		font-size: 14px;
		line-height: 1.5;
	}

	.mod-bnr-external .mod-link br {
		display: block;
	}

	#NR-wrapper .mod-bnr-external .mod-tel {
		display: block;
		margin: 10px 0 0;
		font-size: 15px;
	}

	.mod-bnr-external .mod-tel br {
		display: block;
	}

	#NR-wrapper .mod-bnr-external .tel-number {
		display: inline-block;
		padding: 0 5px;
		color: #fff;
		font-size: 15px;
		font-weight: normal;
	}

	#NR-wrapper .mod-bnr-external .tel-time {
		font-size: 10px;
	}

	.mod-bnr-external .mod-link-external {
		display: inline;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 10px;
	}

	.mod-bnr-external .mod-link-external img {
		max-width: 100px;
		width: auto;
		max-height: 30px;
		height: auto;
	}

    #NR-wrapper div.article .article-list-in .article-list-img img,
    #NR-wrapper #article .article-list-in .article-list-img img {
        max-height:80px;
    }

    div.supervision li {
        font-size:8px;
    }
}
