@charset "utf-8";

/* --------------------------------------------------------------------------------
   #contents 3rd ; header
-------------------------------------------------------------------------------- */
body.lower #main_visual.third {
	background: none;
}
body.lower #main_visual.third .text_wrapper {
	width: 55.11%;
	min-height: 240px;
	background: rgba(23, 138, 227, 0.3) none repeat scroll 0 0;
}
a {
	box-sizing: border-box;
}
/* --------------------------------------------------------------------------------
   #contents 2nd ; template / index, archive = .main
-------------------------------------------------------------------------------- */
#contents .main,
#contents .topic {
	float: left;
	display: block;
	vertical-align: top;
	width: 77.5%;
}
#contents a {
	text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
#contents .main article,
#contents .topic article {
	width: 100%;
	padding: 0 5% 0px 0;
  margin-bottom: 2em;
	line-height: 1.5;
  border-bottom: 2px solid #ccc;
}
#contents .main article h1,
#contents .topic article h1 {
	padding: 10px 20px 8px;
	background: #0270c3;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1.05em;
}
#contents .main article .text,
#contents .topic article .text {
	margin-top: 1.5em;
	padding: 0 2% 30px;
	
}
#contents .main article .text + h1,
#contents .topic article .text + h1 {
	margin-top: 30px;
}

/* --------------------------------------------------------------------------------
   #contents 2nd ; category archive
-------------------------------------------------------------------------------- */
#contents article .text .ul_sub_category {
	margin-left: 0;
}
#contents article .text .ul_sub_category li {
	list-style: none;
	position: relative;
	margin: 3% 0;
  background: linear-gradient(to right, #fff, #cef);
}
#contents article .text .ul_sub_category li::before {
	content: url("../images/common/common_icon_arrow_01.png");
	position: absolute;
	top: 25%;
	left: 10px;
	z-index: 3;
}
#contents article .text .ul_sub_category li a {
	position: relative;
	z-index: 2;
	display: block;
	width: auto;
	padding: 1em 0 1em 20px;
	border: 1px solid #0270c3;
	transition: all 1s;
}
#contents article .text .ul_sub_category li a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	width: 0%;
	height: 100%;
	transition: all 1s;
}
#contents article .text .ul_sub_category li a:hover {
	border: 1px solid #0270c3;
}
#contents article .text .ul_sub_category li a:hover::before {
	width: 100%;
}

/* --------------------------------------------------------------------------------
   #contents 3rd ; sub category archive
-------------------------------------------------------------------------------- */
#contents .main article .text .ol_archive {
  margin-left: 0;
}
#contents .main article .text .ol_archive li {
	list-style: none;
	position: relative;
	padding: 1em 35px 0.5em;
	border-top: 1px solid #ddd;
}
#contents .main article .text .ol_archive li:nth-child(2n+1) {
  background: #f6f6f6;
}
#contents .main article .text .ol_archive li:last-child {
	border-bottom: 1px solid #ddd;
}
#contents .main article .text .ol_archive li::before {
	position: absolute;
	left: 12px;
	top: 1em;
	margin-top: -2px;
	content: "\f14a";
	color: #0270c3;
	font-family: 'FontAwesome';
}
#contents .main article .text .ol_archive li > a {
	display: inline-block;
	margin: 1.5% 0;
	font-size: 1.2em;
}
#contents .main article .text .ol_archive li time {
	display: block;
	width: 100%;
	font-size: 0.833em;
}
#contents .main article .text .ol_archive li div {
	font-size: 0.833em;
	padding: 0 0 0 40px;
}
#contents .main article .text .ol_archive li .entry-more-link a {
	display: inline-block;
	text-decoration: none;
	background: #0270c3;
	color: #fff;
	padding: 0 2%;
	margin: 2% 0;
}
#contents .main article .text .ol_archive li .entry-more-link a::before {
	content: "≫ ";
	font-size: 1.2em;
}
#contents .main article .text .ol_archive li .entry-more-link a:hover {
	background: #42b0ff;
}
#contents .pagenation span,
#contents .pagenation a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #0270c3;
	text-align: center;
	line-height: 30px;
	margin: 0 1% 1%;
  box-sizing: border-box;
}
#contents .pagenation span,
#contents .pagenation a:hover {
	background: #0270c3;
	text-decoration: none;
	color: #fff;
}
#contents .pagenation p {
  display: inline-block;
  font-size: 86%;
}

/* --------------------------------------------------------------------------------
   #contents 4th ; topic
-------------------------------------------------------------------------------- */
#contents .topic article > h2::before {
	position: absolute;
	left: 10px;
	content: "\f0a4";
	color: #0270c3;
	font-family: 'FontAwesome';
}
#contents .topic article > h2 {
	position: relative;
	background: url(../images/common/h2_border.png) no-repeat right bottom;
	padding: 15px 15px 13px 40px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
}
#contents .topic article time {
	display: block;
	width: auto;
	text-align: right;
	background: #eee;
	font-size: 0.846em;
	padding-right: 10px;
	margin-right: 3px;
}
#contents .topic article .text .toggle {
  padding-left: 30px;
  cursor: pointer;
}
#contents .topic article .text .toggle::before {
  content: "\f0d7";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: rgba(0,0,0,0.5);
	font-size: 1em;
  line-height: 40px;
  text-align: center;
	font-family: 'FontAwesome';
  color: #fff;
	font-weight: normal;
}
#contents .topic article .text .toggle.clicked::before {
  content: "\f0d8";  
}
#contents .topic article .text .toggle + section {
  display: none;
}
#contents .topic article .text h2 {
  position: relative;
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 20px;
	margin-left: -2%;
  border-top: 3px dotted #ccc;
}
#contents .topic article .text h3 {
  position: relative;
	clear: both;
	background: #42b0ff;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 20px;
	margin-bottom: 1.25em;
	margin-left: -2%;
}
#contents .topic article .text h4 {
	clear: both;
	background: #eee;
	font-size: 1.2em;
	padding: 8px 15px;
	margin-bottom: 1.25em;
	border-left: 5px solid #666;
	border-top: 1px solid #666;
}
#contents .topic article .text h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0270c3;
	margin-bottom: 1em;
}
#contents .topic article .text h6 {
	font-weight: bold;
	margin-bottom: 1em;
	text-decoration: underline;
}
#contents .topic article .text h6::before {
	content: "\f111";
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: normal;
}
#contents .topic article .text p,
#contents .topic article .text div {
	margin-bottom: 1.4em;
}
#contents .topic article .text p:first-child,
#contents .topic article .text div:first-child {
	margin-top: 1.5em;
}
#contents .topic article .text ul,
#contents .topic article .text ol {
	margin: 1.5em 0 1.5em 30px;
}
#contents .topic article .text li {
  margin-bottom: 1.5%;
}
#contents .topic article .text ul.ul_sub_category {
	margin: 1.5em 0 1.5em 20px;
}
#contents .topic article .text ul.square > li {
  list-style: square;
}
#contents .topic article .text ol.roman > li {
  list-style: upper-roman;
}
#contents .topic article .text ol.none > li,
#contents .topic article .text ol.circled > li,
#contents .topic article .text ol.maru > li,
#contents .topic article .text ol.kaku > li,
#contents .topic article .text ol.sumi > li,
#contents .topic article .text ol.question > li{
  counter-increment: normal-decimal;
  position: relative;
  list-style: none;
}
#contents .topic article .text ol.circled > li::before {
  content: counter(normal-decimal);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 17px;
  padding-top: 3px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 100%;
}
#contents .topic article .text ol.maru > li::before {
  content: "(" counter(normal-decimal) ")";
  position: absolute;
  left: -30px;
}
#contents .topic article .text ol.kaku > li::before {
  content: "[" counter(normal-decimal) "]";
  position: absolute;
  left: -30px;
}
#contents .topic article .text ol.sumi > li::before {
  content: "【" counter(normal-decimal) "】";
  position: absolute;
  left: -40px;
}
#contents .topic article .text ol.question > li::before {
  content: "Q" counter(normal-decimal)".";
  position: absolute;
  left: -30px;
}

#contents .topic article .text img {
	position: relative;
	display: block;
	margin: 1.4em auto;
	max-width: 75%;
	width: auto;
	height: auto;
}
@media (max-width:600px) {
  #contents .topic article .text img {
    max-width: 90%;
  }
}
#contents .topic article figure.column_banner {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 86%;
	margin: 0 auto 1.4em;
}
#contents .topic article .text figure.mt-image-none,
#contents .topic article .text figure.mt-image-center {
	display: block;
	width: 100%;
  max-width: 500px;
	text-align: center;
	font-size: 86%;
	margin: 0 auto 1.4em;
}
#contents .topic article .text figure.mt-image-left {
  float: left;
	max-width: 40%;
	margin: 0 5% 1.4em 0;
	font-size: 86%;
}
#contents .topic article .text figure.mt-image-right {
  float: right;
	max-width: 40%;
	margin: 0 0 1.4em 3%;
	font-size: 86%;
}
#contents .topic article figure.column_banner img,
#contents .topic article .text figure img {
	display: inline;
	max-width: 100%;
	margin: 0;
	height: auto;
}
#contents .topic article .text table {
	width: 100%;
	margin: 1.25em 0 1.5em;
	line-height: 1.2;
	text-align: center;
}
#contents .topic article .text table thead th,
#contents .topic article .text table caption {
	border: 1px solid #fff;
	padding: 0;
	background: #adf;
	font-weight: normal;
}
#contents .topic article .text table tbody tr:nth-child(odd) {
	background: #f6f6f6;
}
#contents .topic article .text table tbody tr:hover {
	background: #ffc;
}
#contents .topic article .text table tbody th {
	border: 1px solid #fff;
	padding: 1% 0;
	background: #cef;
	font-weight: normal;
}
#contents .topic article .text table td {
	border: 1px solid #fff;
	padding: 1% 0;
}
#contents .topic article .text table.table_left td,
#contents .topic article .text table td.td_left {
	text-align: left !important;
	padding-left: 3px;
}
#contents .topic article .text table.table_right td,
#contents .topic article .text table td.td_right {
	text-align: right !important;
	padding-right: 3px;
}
#contents .topic article .text strong {
	font-weight: bold;
}
#contents .topic article .text hr {
	border: 0;
	border-top: 3px dotted #ccc;
}
#contents .topic article .text a[href$=".pdf"]::after {
	content: "\f1c1";
	color: #c00;
	font-family: "FontAwesome";
	margin-left: 5px;
}
#contents .topic article .text figure a img {
  border: 1px solid #ccc;
}
#contents .topic article .text figure a[href$=".pdf"]::after {
	content: none;
}

#contents .topic article .text a[href^="http://map.yahoo.co.jp"] {
	background: #0270c3;
	padding: 7px 10px 5px;
	text-decoration: none;
	color: #fff;
	line-height: 24px;
}
#contents .topic article .text a[href^="http://map.yahoo.co.jp"]::before {
	content: "\f041";
	color: #fff;
	font-size: 24px;
	font-family: "FontAwesome";
	margin-right: 8px;
	position: relative;
	top: 3px;
}
#contents .topic article .text a[href^="http://map.yahoo.co.jp"]:hover {
	background: #42b0ff;
}
#contents .topic article .text .notice {
  background: #fbf3fc;
  padding: 2% 5%;
  font-size: 86%;
}
#contents .topic article .text .notice p:first-child {
  margin-top: 0;
}
#contents .topic article .text .notice p:last-child {
  margin-bottom: 0;
}
nav.pagination {
	width: auto;
	height: auto;
	padding: 4% 2%;
  border-top: 3px dotted #ccc;
}
nav.pagination ul {
  height: 30px;
  margin: 0 !important;
}
nav.pagination li.page-navigation-prev {
	float: left;
	list-style: none;
	width: 100px;
	
}
nav.pagination li.page-navigation-next {
	float: right;
	list-style: none;
	width: 100px;
}
nav.pagination li.page-navigation-list-top {
	list-style: none;
	width: 140px;
	margin: 0 auto;
}
@media (max-width:480px) {
  nav.pagination li.page-navigation-list-top {
    clear: both;
  }
  nav.pagination li.page-navigation-prev,
  nav.pagination li.page-navigation-next {
    margin-bottom: 10px;
  }
}
nav.pagination li.page-navigation-list-item a {
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #0270c3;
	text-align: center;
	line-height: 30px;
	padding: 0 13%;
}
nav.pagination li.page-navigation-list-item a:hover {
	background: #0270c3;
	text-decoration: none !important;
	color: #fff;
}

/* --------------------------------------------------------------------------------
   #contents sitemap
-------------------------------------------------------------------------------- */
.sitemap #contents .topic article .sec_sitemap {
  font-size: 14px;
}
.sitemap #contents .topic article .sec_sitemap section {
  float: right;
  width: 49%;
}
.sitemap #contents .topic article .sec_sitemap section:first-child {
  float: left;
  width: 49%;
}
.sitemap #contents .topic article .text h2 {
  padding-bottom: 0;
}
.sitemap #contents .topic article .text ul.ul_two {
  margin-top: 1em;
}
.sitemap #contents .topic article .text ul.ul_three {
  margin-top: 0.7em;
}
/* --------------------------------------------------------------------------------
   #contents search
-------------------------------------------------------------------------------- */
#contents .main article .text .ol_archive.search li img,
#contents .main article .text .ol_archive.search li br {
	display: none;
}
#contents .main article .text .ol_archive.search li div p,
#contents .main article .text .ol_archive.search li div h1,
#contents .main article .text .ol_archive.search li div h2,
#contents .main article .text .ol_archive.search li div h3,
#contents .main article .text .ol_archive.search li div h4 {
	display: inline;
}
#contents .main article .text .ol_archive.search li div a {
	display: inline-block;
	text-decoration: none;
	background: #42b0ff;
	color: #fff;
	padding: 0 2%;
	margin: 2% 0;
}
#contents .main article .text .ol_archive.search li div a::before {
	content: "≫ ";
	font-size: 1.2em;
}
#contents .main article .text .ol_archive.search li div a:hover {
	background: #0270c3;
}



@media (max-width: 959px) {
	body.lower #main_visual.third .image_wrapper {
		background-size: cover !important;
	}
	body.lower #main_visual.third .text_wrapper {
		width: 100%;
		min-height: 100px;
		background: rgba(23, 138, 227, 0.5) url(../images/sub/mv/mosaic.png);
	}
	#contents .main,
	#contents .topic {
    float: none;
		display: block;
		width: 100%;
		padding: 0 10px;
	}
	#contents .main article,
	#contents .topic article {
		padding: 0;
		margin-bottom: 50px;
	}
}
@media (max-width: 599px) {
	#contents .main article .text .ol_archive li div {
		font-size: 0.833em;
		padding: 0;
	}
	#contents .topic article .text figure.mt-image-left,
	#contents .topic article .text figure.mt-image-right {
		float: none;
		display: block;
		width: 100%;
    max-width: none;
		text-align: center;
		margin: 0 0 1.4em;
	}
}


/* --------------------------------------------------------------------
    Home RSS feed block
-------------------------------------------------------------------- */
#rss {
	margin-bottom: 50px;
}
#rss ul,
#industriall ul {
	margin-left: 0 !important;
}
#rss ul li,
#industriall ul li {
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px 20px;
	margin-bottom: 15px;
	line-height: 1.4;
}
#rss ul li::before,
#industriall ul li::before {
	position: absolute;
	top: -1px;
	left: 0px;
	content: "\f0a9";
	color: #0270c3;
	font-family: "FontAwesome";
	font-size: 1.167em;
}
#industriall ul li::before {
	color: #e20512;
}
#rss ul li {
	display: none;
}
#rss ul li:first-child,
#rss ul li:nth-child(2),
#rss ul li:nth-child(3),
#rss ul li:nth-child(4),
#rss ul li:nth-child(5) {
	display: block;
	width: 100%;
}
#rss ul li a,
#industriall ul li a {
	color: #333;
	text-decoration: none;
}
#rss ul li a:hover,
#industriall ul li a:hover {
	text-decoration: underline;
}
#rss li p,
#rss li span {
	display: none;
}
