@charset "UTF-8";
/*
---
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
h5 {
	margin-bottom: 30px;
}
h6 {
	font-size: 18px;
	margin-bottom: 1rem;
}
p {
	line-height: 1.5;
}
.contents_sectionWrapper {
    max-width: 100%;
    overflow: hidden;
    background-image: url(./images/bg_wrapper_article_51x51.png);
    -webkit-background-size: 51px auto;
    background-size: 51px auto;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}
#content_header {
	margin-bottom: 0;
}

#header #navi ul,
#content_header nav ul,
#footer .wrap nav ul,
#footer .site_link ul,
#footer p{
	margin-top: 0;
}
#header #navi ul li,
#content_header nav ul li{
	margin: 0;
	padding: 0;
}
/*-- ヘッダーメニュー 変更用 ----*/
#content_header nav ul li.active03 a {
	color: #D1568D;
    background: #ffffff;
}
#content_header nav ul li.active01 a {
     color: #ffffff; 
     background: #D1568D;
}
#content_header nav ul li a:hover {
    color: #D1568D;
    background: #ffffff;
}

#footer{
	padding-top: 40px;
}

/* ---- セクション設定 ----------*/
.contents_section {
	margin-top: 80px;
	font-size: 16px;
}
.contents_section h4 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 15px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contents_section h5 {
	font-size: 28px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
.contents_section a {
	text-decoration: none;
}


/* ---- ヘッダー ----------*/
section.article_header {
	margin-top: 100px;
}

#index .article_header-logo {
    float: left;
	min-width: 280px;
    margin-top: -40px;
	padding: 15px;
	box-sizing: border-box;
}
#index .article_header-logo h2 {
	text-align: left;
    font-size: 32px;
	line-height: 1.2;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}
.article_header-logo {
    position: relative;
    padding: 15px;
    text-align: center;
    border: 3px solid #4d4d4d;
    background-color: #fff;
}
.article_header-logo:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: #4d4d4d;
}

.article_mainImage {
	position: relative;
	width: 100%;
    margin-top: -35px;
	padding: 60px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.article_mainImage-imgLayer {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 280px;
    background-color: rgba(255,255,255, 0.7);
}
.article_mainImage-imgLayer > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}

.contents_section-inner,
.article_header-inner,
.article_mainImage-inner {
	position: relative;
    max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 10;
	box-sizing: border-box;
}

.category_table_wrapper {
	margin-top: 50px;
	position: relative;
}
.article_new_write .category_table_wrapper {
	margin-top: 0;
}
.category_table {
	display: table;
	width: 100%;
}
.category_table + .category_table {
    margin-top: 20px;
}
.article_table_cell,
.category_table_cell {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 10px;
}
.category_table_cell > div {
	width: 100%;
    max-width: 440px;
    height: 100%;
    min-height: 250px;
    background-color: #eee;
    margin: 0 auto;
	padding: 30px;
    box-sizing: border-box;
}
.category_table_cell > div .sub {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.category_table_cell > div p {
	color: #fff;
	line-height: 1.5;
	margin-top: 20px;
}
.category_table_cell .maniax,
.category_table_cell .column {
	-webkit-box-shadow: 0px -15px 20px -4px #aaa;
	box-shadow: 0px -15px 20px -4px #aaa;
}
.category_table_cell .maniax {
	background-image: url(./images/background_blue.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.category_table_cell .column {
	background-image: url(./images/background_orange.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.category_table_cell .report {
	background-image: url(./images/background_green.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* ---- 最新号 ----------*/
.article_table_cell h6 {
	margin-bottom: 10px;
}
.article_table_cell {
	transition: all 0.5s;
}
.article_table_cell > div {
	width: 100%;
    max-width: 440px;
    height: 100%;
    min-height: 250px;
    margin: 0 auto;
	padding: 10px 0;
    box-sizing: border-box;
}
.img {
	position: relative;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.img > div {
	position: absolute;
}
.img .layer {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.img .layer+div {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.maniax h6 span {
	color: #0071bc;
}
.column h6 span {
	color: #f15a24;
}
.report h6 span {
	color: #1fa568;
}
.maniax h6 span,
.report h6 span,
.column h6 span {
	position: relative;
	padding-right: 2.5em;
}
.maniax h6 span:before,
.report h6 span:before,
.column h6 span:before,
.maniax h6 span:after,
.report h6 span:after
.column h6 span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0.25em;
	height: 2px;
	width: 2.5em;
	background-color: #cccccc;
}
.maniax h6 span:before,
.report h6 span:before,
.column h6 span:before {
	transform: rotate(45deg) translateY(-50%);
}
.maniax h6 span:after,
.report h6 span:after,
.column h6 span:after {
	transform: rotate(-45deg) translateY(-50%);
}
.article_table_cell > div p {
	margin-top: 20px;
	padding: 0 15px;
}
p.text {
	line-height: 1.5;
	margin-bottom: 30px;
}
p.link {
	position: relative;
	text-align: right;
	padding-left: 10px;
}
p.link:before {
	content: "";
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
	width: 150px;
	height: 2px;
	background-color: #ccc;
	transition: all 0.5s;
}
p.link:after {
	content: "";
	position: absolute;
	left: 160px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ccc;
	transition: all 0.5s ease 0s;
}
/* - hover - */
.article_table_cell:hover {
	background-color: #EEEEEE;
}
.article_table_cell.no-article{
	background-color: transparent;
}
.article_table_cell > div:hover p.link:before {
	background-color: #4D4D4D;
	width: calc(100% - 10em);
	transition: all 0.5s;
}
.article_table_cell > div:hover p.link:after {
	background-color: #4D4D4D;
	left: calc(100% - 9em);
}

.article_new_write-slick {
    display: block;
    width: auto;
}
.article_new_write-slick a {
    outline: none;
}
.article_new_write-slick .slick-arrow {
    width: 32px;
    height: 32px;
    background-image: url(/common/bxslider/images/controls.png);
    z-index: 1;
    transition: all .5s;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.article_new_write-slick .slick-arrow:before {
    display: none;
}
.article_new_write-slick .slick-prev {
    left: 4px;
    background-position: 0 0;
}
.article_new_write-slick .slick-next {
    right: 4px;
    background-position: -43px 0;
}
.article_new_write-slick .slick-arrow:hover {
    opacity: 1;
}

/* ---- 記事一覧 ----------*/
.article_list_tab {
	margin-bottom: 30px;
}
ul.tab_wrap {
	display: table;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 100%;
	table-layout: fixed;
}
ul.tab_wrap li {
	display: table-cell;
	text-align: center;
	min-width: 120px;
	padding: 0 10px;
	color: #AAA;
	border-left: 1px solid #AAA;
	cursor: pointer;
	transition: all 0.5s;
	vertical-align: middle;
}
ul.tab_wrap li.active {
	color: #4D4D4D;
}
ul.tab_wrap li:hover {
	color: #4D4D4D;
}
ul.tab_wrap li:last-of-type {
	border-right: 1px solid #AAA;
}
ul.tab_wrap li span {
	position: relative;
	padding: 10px 0;
	display: block;
}
ul.tab_wrap li span:before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #4D4D4D;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
}
ul.tab_wrap li.active span:before,
ul.tab_wrap li:hover span:before {
	width: 100%;
}

ul.tab_wrap li span:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top-color: #4D4D4D;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}
ul.tab_wrap li.active span:after {
	bottom: -20px;
	opacity: 1;
}

.article_list_block {
	/* padding: 0 10px; */
	display: none;
	margin: 0 15px;
}
.article_list_block.active {
	display: block;
}
.list_wrap {
	width: 33.33333333333333%;
	padding: 0 5px;
	margin-bottom: 30px;
	box-sizing: border-box;
	float: left;
}
.list_wrap:nth-of-type(3n+1) {
	clear: both;
}
.list_wrap a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	bottom: 0;
}
.list_wrap.ma a:before {
	background-image: url(./images/color_chip-blue.jpg);	
}
.list_wrap.co a:before {
	background-image: url(./images/color_chip-orange.jpg);
}
.list_wrap.rp a:before {
	background-image: url(./images/color_chip-green.png);
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.list_wrap a {
	display: block;
	position: relative;
	vertical-align: top;
	padding: 20px 15px 40px 15px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-bottom-color: transparent;
	transition: all 0.5s;
}
.list_wrap a[href$='.pdf'] {
/*
    padding: 0;
    background: none;
*/
}
.article_list_wrapper .date {
	margin-top: 10px;
	margin-bottom: 1rem;
    padding-left: 10px;
}
.article_list_wrapper .date span {
	position: relative;
    display: inline-block;
    padding: 0 20px 0 16px;
    line-height: 32px;
    height: 32px;
    background-color: #e6e6e6;
    font-size: 13px;
}
.article_list_wrapper .date span:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 16px 0;
    border-color: transparent #e6e6e6 transparent transparent;
    position: absolute;
    top: 0;
    left: -10px;
}
.article_list_wrapper .date span:after {
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
    top: 50%;
    left: 0;
    margin-top: -3px;
}
.article_list_wrapper p.link {
	bottom: -13px;
	position: absolute;
	width: 100%;
	left: -2px;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.article_list_wrapper p.link:before {
	left: 0;
	width: calc(100% - 12em);
}
.article_list_wrapper p.link:after {
	left: auto;
	right: 12em;
}
.category {
	font-size: 13px;
	margin-bottom: 1rem;
}
.ma .category {
	color: #0071bc;
}
.co .category {
	color: #f15a24;
}
.rp .category {
	color: #1fa568;
}
/* - hover - */
.list_wrap a:hover {
	background-color: #fff;
	border-color: #4D4D4D;
	border-bottom-color: transparent;
}
.list_wrap:hover p.link:before {
	background-color: #4D4D4D;
	width: calc(100% - 9em);
	transition: all 0.5s;
}
.list_wrap:hover p.link:after {
	background-color: #4D4D4D;
	right: 9em;
}


.article_list_archive_wrapper {
    padding: 0 20px;
}
.article_list_archive_wrapper select {
    padding: 10px;
    min-width: 200px;
    display: block;
}


@media only screen and (max-width: 1023px) {
	/*
	---
	---------------------------------------------------------------------------*/
	
	[data-type="text"] .article_header-logo{
		margin-top: -20px;
	}
	[data-type="text"] .article_mainImage-image{
		width: 45%;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	[data-type="image"] .article_mainImage-image{
		width: 65%;
	}
	[data-type="image"] .article_mainImage-infoWrapper{
		padding-top: 80px;
	}
	[data-type="image"] .article_mainImage-caption{
		position: static;
		width: auto;
		display: block;
		padding: 10px 0 0 10px;
	}
	[data-type="image"] .article_mainImage-caption:before{
		display: none;
	}
}


@media only screen and (max-width: 999px) {
	/*
	---
	---------------------------------------------------------------------------*/

	[data-type="image"] .article_header-inner{
		padding-left: 0;
	}
}


@media only screen and (max-width: 959px) {
	/*
	---
	---------------------------------------------------------------------------*/
	.contents_section-inner{
/*		padding-left: 40px;*/
/*		padding-right: 20px;*/
	}
}


@media only screen and (max-width: 810px) {
	.list_wrap {
		width: 50%;
	}
	.list_wrap:nth-of-type(3n+1) {
		clear: none;
	}
	.list_wrap:nth-of-type(2n+1) {
		clear: both;
	}
}

@media only screen and (max-width: 767px) {
	h6 {
		font-size: 16px;
	}
	.category_table_wrapper {
		margin-top: 30px;
	}
	.article_table_cell,
	.category_table_cell {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.article_table_cell {
		padding: 10px 20px;
		background-color: #EEEEEE;
		margin-bottom: 20px;
	}
	.article_table_cell:last-of-type {
		margin-bottom: 0;
	}
	.article_table_cell > div,
	.category_table_cell > div {
		max-width: 100%;
	}
	section.article_header{
		margin-top: 70px;
	}
	#sp_menu{
		padding-top: 0;
	}
	#sp_menu ul{
		padding: 20px 0;
	}
}

@media only screen and (max-width: 545px) {
	
	ul.tab_wrap li {
		min-width: auto;
		font-size: 11px;
		padding: 0 5px;
		line-height: 1.4;
	}
	.list_wrap {
		width: 100%;
	}
	.list_wrap a {
		border-color: #4D4D4D;
  		border-bottom-color: transparent;
	}
	.list_wrap p.link:before {
		background-color: #4D4D4D;
	}
	.list_wrap p.link:after {
		background-color: #4D4D4D;
	}
	p.text {
		margin-bottom: 10px;
	}
}

