@charset "UTF-8";

/* ───────────────────────────────────
/* main-visual
─────────────────────────────────── */
#main-visual {
	display: table;
	height: 460px;
	width: 100%;
	margin-bottom: 50px;
	background: url(../img/bg-line-r.gif) top center;
}
.main-visual-inner {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.main-visual-inner .site-logo {
	margin-bottom: 30px;
}
.main-visual-inner .site-logo img {
	width: 130px;
}
.main-visual-inner .site-logo img {
	width: 130px;
}
.main-visual-inner h1.title {
	font-size:42px;
	font-size:4.2rem;
	line-height: 1.6;
	font-weight:bold;
	text-align:center;
	margin: 0 auto;
	padding-top: 40px;
	font-family: 'Gravitas One', cursive;
	color: #fff;
	letter-spacing: 5px;
	background-image:url(../img/mrk-tl-star.svg);
	background-repeat:no-repeat;
	background-size: 167px 36px;
	background-position: top center;
}
.main-visual-inner p {
	margin: 0 24px;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: 5px;
	color: #fff;
	font-weight:bold;
}

@media screen and (max-width:1199px){
	.main-visual-inner {
		width:100%;
	}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
	#main-visual {
		height: 400px;
		width: 100%;
	}
	.main-visual-inner h1.title {
		font-size:30px;
		font-size:3.0rem;
		padding-top: 40px;
		font-family: 'Gravitas One', cursive;
		color: #fff;
		letter-spacing: 5px;
		background-image:url(../img/mrk-tl-star.svg);
		background-repeat:no-repeat;
		background-size: 120px 26px;
		background-position: top center;
	}
	.main-visual-inner p {
		margin: 0 24px;
		font-size:16px;
		font-size:1.6rem;
	}
}
@media screen and (max-width:479px){
}


/* ───────────────────────────────────
contents topics
─────────────────────────────────── */
#topics {
	margin-bottom: 50px;
}
#topics ._inner {
	max-width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0px 0px 30px;
}
#topics .list dt {
	font-size: 2rem;
	font-weight: normal;
}
#topics .list a {
	color: #FF6165;
	text-decoration: underline;
}
#topics .list a:hover {
	text-decoration: none;
}
#topics .list time {
	display: inline;
	margin: 0 1em 0 0;
	text-align: left;
	font-size: 1.4rem;
}
#topics .list dd {
	margin: 12px 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e3e3e3;
	color: #555;
	line-height: 1.75;
	font-size: 1.4rem;
}
#topics .aligncenter {
  display: block;
  margin: 0 auto;
}
#topics .alignleft,
#topics .alignright {
  max-width: 52% !important;
  margin-bottom: 20px;
}
#topics .alignleft {
  float: left;
  margin-right: 40px;
}
#topics .alignright {
  float: right;
  margin-left: 40px;
}
#topics time {
	display: block;
	margin: 0 0 30px;
	text-align: right;
}
#topics h2 {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e3e3e3;
	color: #FF6165;
	font-weight: bold;
}
#topics h3 {
	margin: 30px 0 0;
	padding: 20px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 2rem;
	font-weight: bold;
}
#topics p {
	margin-top: 30px;
	line-height: 1.75;
}
#topics p strong {
	font-weight: bold;
}
#topics p.border {
	border: 1px solid #333;
	padding: 20px;
	overflow: hidden;
}
#topics ul:not([class]) {
	margin-top: 30px;
	list-style: disc;
	padding-left: 1.5em;
}
#topics ol:not([class]) {
	margin-top: 30px;
	list-style: decimal;
	padding-left: 1.5em;
}
#topics ol:not([class]) ol {
	margin-top: 16px;
}
#topics ol:not([class]) li {
	list-style: lower-roman
}
#topics li {
	margin-top: 16px;
	line-height: 1.75;
}
#topics li:first-of-type {
	margin-top: 0;
}
#topics div.scroll {
	background: #fff !important;
	overflow: auto;
}
#topics div.scroll table {
	width: auto !important;
}
#topics table {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	line-height: 1.5;
}
#topics th {
	background: #f7f7f7;
	padding: 16px;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	vertical-align: middle;
}
#topics td {
	padding: 16px;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	vertical-align: middle;
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
	#topics {
		margin-bottom: 0px;
	}
	#topics ._inner {
		padding:0px 0px 20px;
	}
}
@media screen and (max-width:479px){
}


