﻿@charset "utf-8";

/* ****************************************************
parafencing.css
Define container /news/special/.
***************************************************** */
#page-wrapper{
	overflow: hidden;
}
#contentsContainer {
  margin-top: 0;
}
#contents {
  float: none !important;
  width: 100% !important;
}
#contents *{
  box-sizing: border-box;
}
#contents > :first-child {
	margin-top: 0;
}
/* ----- parafencing-info-layout ----- */
.parafencing-info-layout {
	margin-top: 58px;
}
.parafencing-info-layout .tabBody {
	margin-top: 45px;
}
.parafencing-info-layout .parafencing-info_heading .heading_title {
	position: relative;
	padding-bottom: 24px;
	text-align: center;
	font-size: 186%;
	font-weight: bold;
	line-height: 1.25;
}
.parafencing-info-layout .parafencing-info_heading .heading_title::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 4px;
	margin-left: -20px;
	background-color: #d7083b;
	content: "";
}
.parafencing-info-layout .parafencing-info_heading + .parafencing-info_detail {
	margin-top: 24px;
}
.parafencing-info-layout .icon-link > a {
	color: #333;
}
.parafencing-info-layout .icon-link > a:hover {
	text-decoration: underline;
	color: #d7063b;
}

/* ----- parafencing-topic-compo ----- */
.parafencing-topic-compo + * {
	margin-top: 15px;
}
.parafencing-info-layout .parafencing-topic-compo .topic_article {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.parafencing-topic-compo .topic_article + .topic_article {
	margin-top: 20px;
}
.parafencing-info-layout .parafencing-topic-compo .topic_article + .topic_article {
	margin-top: 15px;
}
.parafencing-info-layout .parafencing-topic-compo .topic_article .topic_detail {
	display: -webkit-flex;
	display: flex;
}
.parafencing-topic-compo .topic_property {
}
.parafencing-topic-compo .topic_property > .topic_date {
	float: left;
	margin-right: 20px;
	line-height: 1.25;
}
.parafencing-info-layout .parafencing-topic-compo .topic_property > .topic_date {
	line-height: 1.6;
}
.parafencing-topic-compo .topic_property > .topic_category {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	overflow: hidden;
}
.parafencing-topic-compo .topic_property > .topic_category > .topic_icon {
	display: inline-block;
	min-width: 92px;
	height: 19px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px 8px;
	background-color: #666;
	font-size: 80%;
	text-align: center;
	line-height: 1.25;
	color: #fff;
}
.parafencing-topic-compo .block {
	display: block;
	margin-top: 5px;
}
.parafencing-info-layout .parafencing-topic-compo .block {
	margin-top: 0;
}
.parafencing-topic-compo .topic_title {
	display: inline-block;
}
.parafencing-topic-compo a .topic_title {
	color: #2b7bb2;
}
.parafencing-topic-compo a[class*="a-"] .topic_title > .title_label {
	margin-right: 10px;
}
.parafencing-topic-compo a:hover .topic_title {
	text-decoration: underline;
	color: #d7063b;
}
.parafencing-topic-compo a[class*="a-"]::after {
	display: none;
}
.parafencing-topic-compo a[class*="a-"] .topic_title::after {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "";
}
.parafencing-topic-compo a.a-blank .topic_title::after {
	width: 12px;
	height: 11px;
	margin-top: -3px;
	background: url(/common/images/com_icn05.png) no-repeat;
}
.parafencing-topic-compo a.a-pdf .topic_title::after {
	width: 15px;
	height: 16px;
	margin-top: -1px;
	background: url(/common/images/com_icn06.png) no-repeat;
}
/* ----- heading-v2 ----- */
.heading-v2{
	margin-top: 96px;
}
section + section .heading-v2{
	margin-top: 95px;
}
.heading-v2 .heading_title{
	padding-bottom: 25px;
	position: relative;
	font-size: 173.3%;
	font-weight: 700;
}
.heading-v2 .heading_title::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 175px;
	height: 4px;
	background-color: #d7083b;
	border-right: 1px solid #ffffff;

	z-index: 1;
}
.heading-v2 .heading_title::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #6a6a6a;
}
.heading-v2 + *{
	margin-top: 30px;
}
/* ----- box-column-v4 ----- */
.box-column-v4{
	margin-top: 30px;
	padding: 30px;
	background-color: #eeeeee;
}
.box-column-v4 + *{
	margin-top: 40px;
}
.box-column-v4 .heading_title{
	position: relative;
	padding-left: 22px;
	font-size: 133.3%;
	font-weight: 700;
	line-height: 1.1;
}
.box-column-v4 .heading_title::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #d7083b;
}
.box-column-v4 .box_detail{
	margin-top: 20px;
}
.box-column-v4 .list-description{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}
.box-column-v4 .list-description + .list-description{
	margin-top: 11px;
}
.box-column-v4 .list-description dt{
	position: relative;
	margin-right: 21px;
	padding: 6px 0 8px;
	width: 316px;
	height: 30px;
	text-align: center;
	color: #fff;
	background-color: #d7083b;
	line-height: 1;
}
.box-column-v4 .list-description dt::after{
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-left: 12px solid #d7083b;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.box-column-v4 .list-description dd{
	padding-top: 2px;
	width: calc(100% - 142px);
}


@media print, screen and (min-width: 769px) {
/* ------------------------------------------------------
   * common
  ------------------------------------------------------ */

	/* common settings
	=================================*/
	#page-wrapper,
	#header-container {
		min-width: 1300px;
		width: 100%;
	}
	#contentsContainer.special-container {
		width: 100%;
		min-width: 1200px;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#contentsContainer.special-container #contents {
		width: 100%;
	}
	#contentsContainer.special-container #contents > * {
		width: 1200px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
		.special-container a[href^="tel:"] {
		display: inline-block;
		color: #333;
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}
	#contentsContainer.parafencing-container {
		width: 100%;
		min-width: 1200px;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#contentsContainer.parafencing-container #contents {
		width: 100%;
	}
	#contentsContainer.parafencing-container #contents > * {
		width: 1200px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
		.parafencing-container a[href^="tel:"] {
		display: inline-block;
		color: #333;
		text-decoration: none;
		cursor: default;
		pointer-events: none;
	}

/* link icon
---------------------------------*/
.special-container .mp-link img,
.special-container .youtube-link img {
	margin: 3px 5px 0;
	vertical-align: top;
}
.parafencing-container .mp-link img,
.parafencing-container .youtube-link img {
	margin: 3px 5px 0;
	vertical-align: top;
}

/* special-detail-heading2
---------------------------------*/
	.special-detail-heading2{
		margin: 50px 0 40px;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		position: relative;
	}
	.special-detail-heading2__title{
		font-size: 24px;
		font-weight: 700 !important;
	}
	.special-detail-heading2:before {
		content: "";
		display: block;
		width: 4px;
		height: 30px;
		background-color: #d7083b;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
/* special-home-link
---------------------------------*/
	.special-home-link-area{
		margin-top: 40px; 
	}
	.icon-link{
		margin-top: 10px;
	}
/* local-navi
---------------------------------*/
	.local-navi-wrap{
		margin-top: 50px;
	}
/* js-common-class
---------------------------------*/
	.is-hidden{
		display: none !important;
	}

/*===============================*/

/* special-home-hero
---------------------------------*/
	.special-home-hero_layout{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		background: url("/news/special/images/index_bg01.jpg") no-repeat center;
		background-size: cover;
		width: 100%;
		height: 420px;
	}
	.special-home-hero_wrap{
		max-width: 1200px;
	}
	.special-home-hero_inner{
		padding: 0 70px;
		text-align: center;
	}
	.special-home-hero_title {
		font-size: 50px;
		font-weight: bold;
		color: #FFF;
	}
	.special-home-hero_lead{
		display: block;
		margin-top: 2.5em;
		font-size: 20px;
		color: #FFF;
	}
	.special-home-hero_text{
		margin: 1em 20px 0;
		line-height: 1.8;
		font-size: 16px;
		color: #FFF;
	}
/* special-home-card
---------------------------------*/
	.special-home-card__image img{
		vertical-align: bottom;
	}
	.special-home-card{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-home-card__inner{
		display: flex;
	}
	.special-home-card__head{
		width: 376px;
		overflow: hidden;
	}
	.special-home-card__body{
		width: 734px;
		padding: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 90px;
	}
	.special-home-card__number{
		font-size: 18px;
		font-weight: 700;
		color: #d7083b;
	}
	.special-home-card__description{
		color: #333;
		font-size: 20px;
		font-weight: 700;
	}
	.special-home-card__accent{
		display: block;
		color: #333;
		font-size: 28px;
	}
	.special-home-card__button-wrap{
		margin-top: 20px;
	}
	.special-home-card__button{
		display: inline-block;
		padding: 10px 45px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}
	.special-home-card__button__label{
		color: #FFF;
	}
	.special-home-card .special-home-card__image > img{
		transform:scale(1,1);
		transition-duration: .25s;
	}
/*------------hover------------*/
	.special-home-card:hover .special-home-card__button{
		background: #d7063b url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}
	.special-home-card:hover .special-home-card__image{
		overflow: hidden;
	}
	.special-home-card:hover .special-home-card__image > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-home-card__type:hover{
		text-decoration: none;
	}
/* special-home-card_v2
---------------------------------*/
	.special-home-card_v2-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.special-home-card_v2{
		width: calc((100% - (36px)) / 2);
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-home-card_v2:nth-child(odd){
		margin-right: 36px;
	}
	.special-home-card_v2:nth-child(n+3){
		margin-top: 40px;
	}
	.special-home-card_v2__image{
		height: 250px;
	}
	.special-home-card_v2__body{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 30px;
	}
	.special-home-card_v2__title{
		font-size: 18px;
		font-weight: 700;
	}
	.special-home-card_v2__description{
		margin-top: .7em;
		color: #333;
		font-size: 14px;
	}
	.special-home-card_v2 .special-home-card_v2__image{
		overflow: hidden;
	}
	.special-home-card_v2 .special-home-card_v2__image > img{
		transform:scale(1,1);
		transition-duration: .25s;
		overflow: hidden;
	}
/*------------hover------------*/
	.special-home-card_v2:hover .special-home-card_v2__image > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}

	.special-home-card_v2__type:hover{
		text-decoration: none;
	}
	.special-home-card_v2__type:hover .special-home-card_v2__title{
		text-decoration: underline;
	}
/* special-home-accordion
---------------------------------*/
	.special-home-accordion{
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.special-home-accordion__title{
		color: #333;
		position: relative;
		padding: 1em 0;
		margin: 0 20px;
		font-size: 16px;
	}
	.special-home-accordion__head:hover{
		text-decoration: none;
	}
	.special-home-accordion__year-text{
		color: #333;
		font-size: 18px;
		font-weight: 700;
		margin-right: 1em;
	}
	.special-home-accordion__body{
		display: none;
		padding: 25px 20px;
		margin: 0 20px;
		border-top: 1px solid #ddd;
	}
	.special-home-accordion-list {
		display: flex;
		flex-wrap: wrap;
	}
	.special-home-accordion-list li{
		width: calc((100% - (36px)) / 2);
		padding-bottom: 25px;
	}
	.special-home-accordion-list li:nth-child(2n){
		margin-left: 36px;
	}
	.special-home-accordion-list li:nth-child(n+3){
		border-top: 1px solid #eee;
		padding-top: 25px;
	}
	.special-home-accordion-list li:nth-last-child(-n+2){
		padding-bottom: 0;
	}
	.special-home-accordion__linktext{
		padding: 0 0 0 30px;
		font-size: 17px;
		font-weight: 700;
		background: url("/common/images/com_icn89.png")no-repeat left 55%;
	}
	.special-home-accordion__linktext:hover{
		text-decoration: underline;
	}
	.special-home-accordion__text{
		margin-top: 0.5em;
		font-weight: normal;
		font-size: 15px;
		color: #333;
	}
	.special-home-accordion__title::before,
	.special-home-accordion__title::after{
		width: 21px;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		right: 0;
		height: 1px;
		margin: -1px 0 0;
		background: #000;
		content: "";
		transition: all .25s;
	}
	.special-home-accordion__title::before{
	transform: rotate(90deg);
	}
	.special-home-accordion__title::after{
	transform: rotate(0deg);
	}
	.is-open::before {
	transform: rotate(135deg) !important;
	}
	.is-open::after{
	transform: rotate(45deg) !important;
	}

/*===============================*/

/* special-new-area
---------------------------------*/
	.special-new-area{
		width: 100% !important;
	}
	.special-new-area > *{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
/* special-new-area
---------------------------------*/
	.special-box{
		width: 100%!important;
		max-width: 100%;
		background: #eee;
	}
	.special-box > .special-box__inner {
		width: 1200px;
		padding: 60px 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.special-box > .special-box__inner > *:first-child {
		margin-top: 0 !important;
	}
/* special-category-area
---------------------------------*/
	.special-category-area{
		display: flex;
		flex-wrap: wrap;
		margin-top: 60px;
	}
/* special-category-card
---------------------------------*/
	.special-category-card__image img{
		vertical-align: bottom;
	}
	.special-category-card__type{
		display: block;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-category-card{
		width: 100%;
	}
	.special-category-card__inner{
		display: flex;
		padding-right: 55px;
	}
	.special-category-card__image{
		overflow: hidden;
	}
	.special-category-card__body{
		width: 100%;
		margin-left: 40px;
		padding: 40px 0;
		display: flex;
		flex-direction: column;
	}
	.special-category-card__head+.special-category-card__body{
		width: 100%;
		justify-content: center;
		padding: 15px 0 !important;
	}
	.special-category-card__title{
		font-size: 20px;
		font-weight: 700;
		color: #333;
	}
	.special-category-card__text{
		margin: .8em 0;
		font-size: 15px;
		color: #333;
	}
	.special-category-card__foot{
		display: flex;
		justify-content: space-between;
	}
	.special-category-card__linktext::before{
		content: url(/common/images/com_icn01.png);
		width: 12px;
		height: 12px;
		margin-right: 7px;
	}
	.special-category-card__date{
		color: #999;
	}
	.special-category-card__linktext{
		text-align: right;
	}
/*------------hover------------*/
	.special-category-card:hover .special-category-card__image{
		overflow: hidden;
	}
	.special-category-card .special-category-card__image > img{
		transform:scale(1,1);
		transition-duration: .25s;
	}
	.special-category-card:hover .special-category-card__image > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-category-card__type:hover{
		text-decoration: none;
	}
	.special-category-card__type:hover .special-category-card__linktext{
		text-decoration: underline;
	}

/* special-category-card-v2
---------------------------------*/
	.special-category-card-v2__image img{
		width: 180px;
		vertical-align: bottom;
	}
	.special-category-card-v2-wrap{
		width: calc((100% - (36px)) / 2);
		display: flex;
	}
	.special-category-card-v2-wrap:nth-child(2n){
		margin-left: 36px;
	}
	.special-category-card-v2-wrap:nth-child(n+3){
		margin-top: 40px;
	}
	.special-category-card-v2__type{
		display: block;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: 100%;
	}
	.special-category-card-v2__inner{
		display: flex;
		padding: 30px;
	}
	.special-category-card-v2__body{
		width: 100%;
		margin-left: 10px;
		padding: 12px 0;
	}
	.special-category-card-v2__head+.special-category-card-v2__body{
		margin-left: 35px;
		padding: 0!important;
	}
	.special-category-card-v2__title{
		font-size: 20px;
		font-weight: 700;
		color: #333;
	}
	.special-category-card-v2__text{
		margin: .8em 0;
		font-size: 15px;
		color: #333;
	}
	.special-category-card-v2__date{
		color: #999;
	}
	.special-category-card-v2__foot{
		text-align: right;
		margin-top: 20px;
	}
	.special-category-card-v2__linktext::before{
		content: url(/common/images/com_icn01.png);
		width: 12px;
		height: 12px;
		margin-right: 7px;
	}
	.special-more-button{
		position: relative;
		width: 100%;
		margin-top: 40px;
		padding: 20px 0;
		border: 1px solid #ddd;
		color: #333;
		font-size: 15px;
		text-align: center;
	}
	.special-more-button:hover{
		color: #d7063b;
		text-decoration: none;
	}
	.special-more-button::before,
	.special-more-button::after{
		width: 18px;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		left: 44%;
		height: 2px;
		margin: -1px 0 0;
		background: #000;
		content: "";
	}
	.special-more-button::before{
	transform: rotate(0deg);
	}
	.special-more-button::after{
	transform: rotate(90deg);
	}
	.special-category-card-v2 .special-category-card-v2__image{
		overflow: hidden;
	}
/*------------hover------------*/
	.special-category-card-v2 .special-category-card-v2__image > img{
		transform:scale(1,1);
		transition-duration: .25s;
	}
	.special-category-card-v2:hover .special-category-card-v2__image > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-category-card-v2__type:hover{
		text-decoration: none;
	}
	.special-category-card-v2__type:hover .special-category-card-v2__linktext{
		text-decoration: underline;
	}
	.js-more-button__trigger:hover{
		text-decoration: none;
	}

	/* special-category-top__button
---------------------------------*/
	.special-category-top__button-wrap{
		margin-top: 40px;
		display: flex;
		justify-content: center;
	}
	.special-category-top__button{
		display: flex;
		justify-content: center;
		padding: 10px 30px 10px 45px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}
	.special-category-top__button__label{
		color: #FFF;
	}
/*------------hover------------*/
	.special-category-top__button:hover{
		background: #d7063b url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}

/* special-vol-mainvisual
---------------------------------*/
	.special-vol-mainvisual {
		width: 100%!important;
		height: 420px;
		background-repeat: no-repeat;
		background-position: 50% 0;
	}
	.special-vol-mainvisual_inner {
		margin: 0 auto;
		padding: 50px 0 0px;
		width: 1200px;
	}

/* special-vol-heading2
---------------------------------*/
	.special-vol-heading1 {
		width: 412px!important;
		background:rgba(250,250,250,0.9);
	}
	.special-vol-heading1-right {
		margin: 0 0 0 auto;
		width: 412px!important;
		background:rgba(250,250,250,0.9);
	}
	.special-vol-heading1_inner {
		padding: 39px 38px 37px;
	}
	.special-vol-heading1_title {
		font-size: 30px;
		font-weight: bold;
	}
	.special-vol-heading1_title > span {
		color: #d7063b;
	}
	.special-vol-heading1_date {
		font-size: 22px;
	}

/* special-vol-heading1-self
---------------------------------*/
	.special-vol-heading1-self {
		display: inline-block;
		margin-top: 23px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-self:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-self_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-self_text {
		display: block;
		padding: 18px 18px 23px 47px;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}

/* special-vol-heading1-blank
---------------------------------*/
	.special-vol-heading1-blank {
		display: inline-block;
		margin-top: 23px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-blank:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-blank_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-blank_text {
		display: block;
		padding: 18px 18px 23px 47px;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}
	.special-vol-heading1-blank_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn80.png) no-repeat 0 0;
		width: 14px;
		height: 14px;
		margin: 0 0 -3px 8px;
	}

/* special-vol-heading1-pdfbtn
---------------------------------*/
	.special-vol-heading1-pdfbtn {
		display: inline-block;
		margin-top: 23px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-pdfbtn:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-pdfbtn_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-pdfbtn_text {
		display: block;
		padding: 18px 18px 23px 47px;
		color: #ffffff;
		font-weight: bold;
		font-size: 18px;
	}
	.special-vol-heading1-pdfbtn_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn06.png) no-repeat 0 0;
		width: 14px;
		height: 14px;
		margin: 0 0 0 8px;
	}
	.special-vol-heading1-pdfbtn_filesize {
		font-size: 15px;
		font-weight: normal;
	}

/* special-vol-heading1-modal
---------------------------------*/
	.special-vol-heading1-modal {
		display: inline-block;
		margin-top: 10px;
		border: 1px solid #ddd;
		width: 100%;
		background: #ffffff url(/common/images/com_icn01.png) no-repeat 20px 50%;
		font-size: 15px;
		font-weight: bold;
		color: #333!important;
	}
	.special-vol-heading1-modal:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none;
		color: #fff!important;
	}
	.special-vol-heading1-modal_wrapper {
		display: block;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
	}
	.special-vol-heading1-modal_text {
		display: block;
		padding: 10px 20px 10px 55px;
		text-decoration: none;
	}
	.special-vol-heading1-modal_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn41.png) no-repeat 0 0;
		width: 16px;
		height: 17px;
		margin: 0 0 0 8px;
	}
	.special-vol-heading1-modal_text:hover::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn114.png) no-repeat 0 0;
		width: 16px;
		height: 17px;
		margin: 0 0 0 8px;
		text-decoration: none;
	}

/* special-vol-heading1-modal
---------------------------------*/
	.special-vol-modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%!important;
		z-index: 102;
	}
	.special-vol-modal_bg{
		position: absolute;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.8);
		z-index: 102;
	}
	.special-vol-modal_content{
		position: absolute;
		padding: 50px;
		width: 900px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		background: #fff;
		z-index: 103;
	}

/* special-vol-modal
---------------------------------*/
	.special-vol-modal_close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.special-vol-modal_box {
		display: flex;
	}
	.special-vol-modal_img > img {
		width: 420px;
	}
	.special-vol-modal_textbox {
		margin-left: 30px;
	}
	.special-vol-modal_textbox_sabtitle {
		font-size: 16px;
	}
	.special-vol-modal_textbox_title {
		font-size: 22px;
		font-weight: bold;
	}
	.special-vol-modal_textbox_text {
		margin-top: 10px;
	}
	.special-vol-modal_textbox_name {
		margin: 10px 0 14px;
		text-align: right;
	}
	.special-category-card-wrap::after {
		display: block;
		clear: both;
		content: "";
	}

/* special-vol-prologue
---------------------------------*/
	.special-vol-prologue {
		margin: 53px auto 60px;
	}
	.special-vol-prologue_top {
		display: flex;
	}
	.special-vol-prologue_img {
		margin-right: 33px;
		width: 180px;
	}
	.special-vol-prologue_img > img {
		width: 180px;
	}
	.special-vol-prologue_text {
		padding: 5px 0;
		font-size: 16px;
	}

/* special-vol-card
---------------------------------*/
	.special-vol-card{
		position: relative;
		min-height: 214px;
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-vol-card-wrap {
		margin-top: 27px;
	}
	.special-vol-card_inner{
		padding: 32px 55px 10px 339px;
	}
	.special-vol-card_image {
		position: absolute;
		left: 0;
		top: 0;
	}
	.special-vol-card_image_inner {
		position: relative;
		width: 296px;
		height: 214px;
		overflow: hidden;
	}
	.special-vol-card_image_inner > img{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		vertical-align: bottom;
		transform:scale(1,1);
		transition-duration: .25s;
	}
	.special-vol-card_body{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.special-vol-card_title{
		font-size: 20px;
		font-weight: 700;
		color: #333;
	}
	.special-vol-card_text{
		margin: .8em 0;
		font-size: 15px;
		color: #333;
	}
	.special-vol-card_foot{
		display: flex;

	}
	.special-vol-card_date{
		color: #999;
	}
	.special-vol-card_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
/*------------hover------------*/
	.special-vol-card:hover .special-vol-card_image{
		overflow: hidden;
	}
	.special-vol-card_type:hover .special-vol-card_image .special-vol-card_image_inner img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-vol-card_type:hover{
		text-decoration: none;
	}
	.special-vol-card_type:hover .special-vol-card_linktext{
		text-decoration: underline;
	}

/* special-vol-internet
---------------------------------*/
	.special-vol-internet {
		width: 100%!important;
		background-color: #d8eef4;
	}
	.special-vol-internet_inner {
		margin: 0 auto;
		padding: 65px 0 60px;
		width: 1200px;
	}
	.special-vol-internet_top {
		display: flex;
	}
	.special-vol-internet_top_main {
		width: 100%;
	}
	.special-vol-internet_text {
		margin-top: 27px;
	}
	.special-vol-internet_img {
		margin-left: 28px;
		flex-shrink: 0;
	}
	.special-vol-internet_img > img {
		width: 378px;
	}

/*------------special-vol-internet-heading------------*/
	.special-vol-internet-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-internet-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 28px;
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
		background-color: #d7083b;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.special-vol-internet-heading_subtitle {
		font-size: 22px;
		font-weight: bold;
	}
	.special-vol-internet-heading_title {
		font-size: 34px;
		font-weight: bold;
	}

/* special-vol-card-v2-heading
---------------------------------*/
	.special-vol-card-v2-heading {
		display: flex;
		align-items: center;
		height: 64px;
	}
	.special-vol-card-v2-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
		width: 47px;
		height: 47px;
		min-width: 47px;
		min-height: 47px;
		background-color: #333;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
	.special-vol-card-v2-heading_title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}
/* special-vol-area
---------------------------------*/
	.special-vol-area01,
	.special-vol-area02,
	.special-vol-area03 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 45px;
	}

	.special-vol-area04 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 38px;
	}

/* special-vol-card-v2
---------------------------------*/
	.special-vol-card-v2-wrap{
		position: relative;
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: calc((100% - (36px)) / 2);
	}
	.special-vol-card-v2-wrap:nth-child(2n){
		margin-left: 36px;
	}
	.special-vol-card-v2-wrap:nth-child(n+3){
		margin-top: 40px;
	}
	.special-vol-card-v2_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v2_inner {
		padding: 24px 30px;
	}
	.special-vol-card-v2_body {
		display: flex;
		margin-top: 20px;
	}
	.special-vol-card-v2_image {
		margin-right: 30px;
	}
	.special-vol-card-v2_image_inner {
		position: relative;
		max-width: 180px;
		max-height: 130px;
		width: 180px;
		height: 130px;
		overflow: hidden;
	}
	.special-vol-card-v2_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
		transform:scale(1,1);
		transition-duration: .25s;
	}
	.special-vol-card-v2_textbox {
		padding-bottom: 35px;
	}
	.special-vol-card-v2_text {
		color: #333;
	}
	.special-vol-card-v2_foot{
		display: flex;
		position: absolute;
		bottom: 22px;
		right: 33px;
		margin-top: 12px;
	}
	.special-vol-card-v2_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v2:hover .special-vol-card-v2_image_inner {
		overflow: hidden;
	}
	.special-vol-card-v2_type:hover .special-vol-card-v2_image_inner > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-vol-card-v2_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v2_type:hover .special-vol-card-v2_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-series
---------------------------------*/
	.special-vol-series {
		width: 100%!important;
		background-color: #eee;
		border-top: 1px solid #ddd;
	}
	.special-vol-series_inner {
		margin: 0 auto;
		padding: 65px 0 60px;
		width: 1200px;
	}

/*------------special-vol-series-heading------------*/
	.special-vol-series-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-series-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 28px;
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
		background-color: #d7083b;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.special-vol-series-heading_title {
		font-size: 34px;
		font-weight: bold;
	}

/* special-vol-card-v3-heading
---------------------------------*/
	.special-vol-card-v3-heading {
		padding: 7px 30px;
		border-left: 4px solid #d7083b;
		background-color: #333;
	}
	.special-vol-card-v3-heading_title {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}

/* special-vol-card-v3
---------------------------------*/
	.special-vol-card-v3-wrap{
		position: relative;
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: calc((100% - (36px)) / 2);
	}
	.special-vol-card-v3-wrap:nth-child(2n){
		margin-left: 36px;
	}
	.special-vol-card-v3-wrap:nth-child(n+3){
		margin-top: 40px;
	}
	.special-vol-card-v3_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v3_inner {
	}
	.special-vol-card-v3_body {
		padding: 25px 30px 30px;
	}
	.special-vol-card-v3_body_inner {
		display: flex;
		margin-top: 18px;
	}
	.special-vol-card-v3_title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v3_image {
		margin-right: 30px;
	}
	.special-vol-card-v3_image_inner {
		position: relative;
		max-width: 180px;
		max-height: 130px;
		width: 180px;
		height: 130px;
		overflow: hidden;
	}
	.special-vol-card-v3_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
		transform:scale(1,1);
		transition-duration: .25s;
	}
	.special-vol-card-v3_textbox {
		padding-bottom: 23px;
	}
	.special-vol-card-v3_text {
		color: #333;
	}
	.special-vol-card-v3_foot{
		display: flex;
		position: absolute;
		bottom: 23px;
		right: 32px;
		margin-top: 12px;
	}
	.special-vol-card-v3_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v3:hover .special-vol-card-v3_image_inner {
		overflow: hidden;
	}
	.special-vol-card-v3_type:hover .special-vol-card-v3_image_inner > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-vol-card-v3_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v3_type:hover .special-vol-card-v3_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-card-v4-heading
---------------------------------*/
	.special-vol-card-v4-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-card-v4-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
		width: 47px;
		height: 47px;
		min-width: 47px;
		min-height: 47px;
		background-color: #333;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
	.special-vol-card-v4-heading_title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}

/* special-vol-card-v4
---------------------------------*/
	.special-vol-card-v4-wrap{
		position: relative;
		background: #fff;
		border: 1px solid #ddd;
		width: calc((100% - (36px)) / 2);
		box-sizing: border-box;
	}
	.special-vol-card-v4-wrap:nth-child(2n){
		margin-left: 36px;
	}
	.special-vol-card-v4-wrap:nth-child(n+3){
		margin-top: 40px;
	}
	.special-vol-card-v4_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v4_inner {
		padding: 20px 30px 38px;
	}
	.special-vol-card-v4_body {
		margin-top: 5px;
	}
	.special-vol-card-v4_body_inner {
		display: flex;
		margin-top: 25px;
	}
	.special-vol-card-v4_toptext {
		font-size: 15px;
		color: #333;
	}
	.special-vol-card-v4_image {
		margin-right: 30px;
	}
	.special-vol-card-v4_image_inner {
		position: relative;
		max-width: 236px;
		max-height: 133px;
		width: 236px;
		height: 133px;
		overflow: hidden;
	}
	.special-vol-card-v4_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	.special-vol-card-v4_image-v2 {
		margin-right: 30px;
	}
	.special-vol-card-v4_image-v2_inner {
		position: relative;
		max-width: 100px;
		max-height: 100px;
		width: 100px;
		height: 100px;
		overflow: hidden;
	}
	.special-vol-card-v4_image-v2_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	.special-vol-card-v4_textbox {
		padding-bottom: 35px;
	}
	.special-vol-card-v4_text {
		color: #333;
	}
	.special-vol-card-v4_lead {
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v4_link {
		color: #2b7bb2;
		word-break: break-all;
	}
/*------------hover------------*/
	.special-vol-card-v4_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v4_type:hover .special-vol-card-v4_link {
		text-decoration: underline;
		color: #d7063b;
	}

	/* special-vol-card-v5-heading
---------------------------------*/
	.special-vol-card-v5-heading {
		padding: 10px 26px;
		border-left: 4px solid #d7083b;
		background-color: #333;
	}
	.special-vol-card-v5-heading_title {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}

/* special-vol-card-v5
---------------------------------*/
	.special-vol-card-v5-wrap{
		position: relative;
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: calc((100% - (36px * 2)) / 3);
	}
	.special-vol-card-v5-wrap {
		margin-left: 36px;
	}
	.special-vol-card-v5-wrap:nth-child(3n+1){
		margin-left: 0;
	}
	.special-vol-card-v5-wrap:nth-child(n+4){
		margin-top: 38px;
	}
	.special-vol-card-v5_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v5_inner {
	}
	.special-vol-card-v5_body {
		padding: 26px 30px 26px;
	}
	.special-vol-card-v5_body_inner {
		margin-top: 19px;
	}
	.special-vol-card-v5_title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v5_image {
	}
	.special-vol-card-v5_image_inner {
		position: relative;
		width: 230px;
		margin: 0 auto;
		overflow: hidden;
	}
	.special-vol-card-v5_image_inner > img {
		display: block;
		height: auto;
		max-width: 100%;
		transition-duration: .25s;
	}
	.special-vol-card-v5_textbox {
		margin-top: 19px;
		padding-bottom: 23px;
	}
	.special-vol-card-v5_text {
		line-height: 1.6;
		color: #333;
	}
	.special-vol-card-v5_foot{
		display: flex;
		position: absolute;
		bottom: 23px;
		right: 32px;
		margin-top: 12px;
	}
	.special-vol-card-v5_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v5:hover .special-vol-card-v5_image_inner {
		overflow: hidden;
	}
	.special-vol-card-v5_type:hover .special-vol-card-v5_image_inner > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-vol-card-v5_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v5_type:hover .special-vol-card-v5_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-text
---------------------------------*/
	.special-vol-text {
		margin-top: 10px;
	}
	.special-vol-textbox {
		margin-top: 15px;
	}
	.special-vol-sup {
		font-size: 12px;
	}
	.special-vol-strong {
		font-weight: bold;
	}

/* special-vol-col2
---------------------------------*/
	.special-vol-col2 {
		display: flex;
		margin-top: 35px;
		padding: 35px 0 0;
		border-top: 1px solid #ddd;
	}
	.special-vol-col2_text {
		width: calc((100% - (36px)) / 2);
	}
	.special-vol-col2_text:nth-child(2n) {
		margin-left: 36px;
	}

/* special-vol-title-textsab
---------------------------------*/
	.special-vol-title-textsab {
		display: inline-block;
		width: 1200px;
		margin: 0 auto;
		text-align: left;
	}

/* special-vol-image
---------------------------------*/
	.special-vol-image-wrap-center {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 2em 0 0;
	}
	.special-vol-image {
		margin: 0;
		min-width: 1px;
		text-align: center;
	}
	.special-vol-image_figure {
		margin: 0;
		max-width: 100%;
	}
	.special-vol-image_frame {
		display: inline-block;
		max-width: 100%;
		vertical-align: top;
	}
	.special-vol-image_frame > img {
		max-width: 100%;
	}

/* special-vol-column
---------------------------------*/
	.special-vol-column {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	.special-vol-column_item {
		width: calc((100% - (36px)) / 2);
	}
	.special-vol-column_item:nth-child(2n){
		margin-left: 36px;
	}
	.special-vol-column_item:nth-child(n+3){
		margin-top: 40px;
	}

/* special-vol-list-wrap
---------------------------------*/
	.special-vol-list-wrap {
		margin: 2em 0 0;
	}
	.special-vol-note-list > li {
		position: relative;
		list-style: none;
		padding-left: 1.5em;
		word-break: break-all;
	}
	.special-vol-note-list > li + li {
		margin-top: 5px;
	}
	.special-vol-note-list_mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.special-vol-blank-link {
		display: inline-block;
		position: relative;
	}
	.special-vol-blank-link::after {
		content: '';
		display: inline-block;
		background: url(/common/images/com_icn05.png) no-repeat 0 0;
		width: 12px;
		height: 11px;
		top: 8px;
		margin-left: 10px;
	}

/* special-vol-glossary
---------------------------------*/
	.special-vol-glossary {
		margin-top: 30px;
		background-color: #f4f4f4;
	}
	.special-vol-glossary_title {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #333;
		width: 138px;
		height: 44px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.special-vol-glossary_title--2 {
		display: inline-block;
		background-color: #333;
		padding: 8px 15px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.special-vol-glossary_title--2 > span {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.special-vol-glossary_inner {
		padding: 30px;
	}
	.special-vol-glossary_list > dt {
		font-weight: bold;
	}
	.special-vol-glossary_list > dt + dd {
		margin-top: 10px;
	}
	.special-vol-glossary_list > dd + dt {
		margin-top: 18px;
	}

/* special-vol-article
---------------------------------*/
	.special-vol-article {
		margin: 60px 0 40px;
		border: 1px solid #666;
	}
	.special-vol-article_title {
		font-weight: bold;
		font-size: 20px;
		padding: 0 0 0 34px;
		background: url(/common/images/com_icn89.png) no-repeat 0 0.5em;
	}
	.special-vol-article_inner {
		padding: 30px;
	}
	.special-vol-article_column {
		width: 100%;
	}
	.special-vol-article_link-list::after {
		content: "";
		display: block;
		clear: both;
	}
	.special-vol-article_link-list > li {
		margin: 8px 0 0 0;
		padding: 0 0 0 17px;
		background: url(/common/images/com_icn01.png) no-repeat 0 0.5em;
		float: left;
		width: calc((100% - (70px)) / 2);
		margin-right: 36px;
	}
	.special-vol-article_link-list > li:nth-of-type(2n) {
		margin-right: 0;
	}
	.special-vol-article_link-list > li.active > a {
		text-decoration: none;
		cursor: default;
		pointer-events: none;
		color: #333;
	}
	.special-vol-article_col_title {
		margin-top: 15px;
		font-weight: bold;
		font-size: 16px;
	}

/* special-vol_col01
---------------------------------*/
	.special-vol_col01 {
		display: flex;
		flex-wrap: wrap;
	}
	.special-vol_col01 .special-vol-article_col {
		width: calc((100% - (36px)) / 2);
	}
	.special-vol_col01 .special-vol-article_col:nth-child(2n) {
		margin-left: 36px;
	}
	.special-vol_col01 .special-vol-article_link-list > li {
		margin-right: 0;
		width: 100%;
	}

/* special-vol-relation
---------------------------------*/
	.special-vol-relation {
		border-top: 1px solid #eee;
	}
	.special-vol-relation_inner {
		padding: 27px 0 0;
	}
	.special-vol-relation_title {
		font-size: 20px;
		font-weight: bold;
	}
	.special-vol-relation_column {
		width: 100%;
	}
	.special-vol-relation_link-list {
		margin-top: 10px;
	}
	.special-vol-relation_link-list > li {
		display: inline-block;
		margin: 8px 0 0 0;
		padding: 0 0 0 17px;
		background: url(/common/images/com_icn01.png) no-repeat 0 0.5em;
		margin-right: 54px;
	}

/* special-vol-top__button
---------------------------------*/
	.special-vol-top__button-wrap{
		margin-top: 32px;
		display: flex;
		justify-content: center;
	}
	.special-vol-top__button{
		display: flex;
		justify-content: center;
		padding: 10px 30px 10px 45px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}
	.special-vol-top__button__label{
		color: #fff;
	}
/*------------hover------------*/
	.special-vol-top__button:hover{
		background: #d7063b url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}

/* special-vol-date
---------------------------------*/
	.special-vol-date {
		margin-top: 23px;
		text-align: right;
	}

/* special-vol-column-imgtext
---------------------------------*/
	.special-vol-column-imgtext {
		display: flex;
	}
	.special-vol-column-imgtext_image {
		margin-right: 40px;
	}
	.special-vol-column-imgtext_image_inner {
		position: relative;
		width: 200px;
		min-height: 144px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-column-imgtext_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-column-imgtext_textbox {
		padding-bottom: 35px;
	}
	.special-vol-column-imgtext_text {
		font-weight: bold;
		font-size: 20px;
	}

/* special-vol-prof
---------------------------------*/
	.special-vol-prof {
		margin: 30px 0;
		border-top: 3px solid #d7083b;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.special-vol-prof_inner {
		display: flex;
		flex-flow: row-reverse;
		padding: 30px 30px;
	}
	.special-vol-prof_inner + .special-vol-prof_inner {
		padding-top: 0;
	}
	.special-vol-prof_title {
		display: inline-block;
		margin: 5px 0 10px;
		padding: 0 0 0 32px;
		font-weight: bold;
		font-size: 18px;
		background: url(/common/images/com_icn91.png) no-repeat left 55%;
	}
	.special-vol-prof_image {
		margin-left: 25px;
	}
	.special-vol-prof_image_inner {
		position: relative;
		width: 140px;
		min-height: 150px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-prof_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-prof_textbox {
		width: 100%;
	}
	.special-vol-prof_name {
		font-weight: bold;
	}
	.special-vol-prof_text {
		margin-top: 15px;
	}

/* special-vol-add
---------------------------------*/
	.special-vol-add_top {
		display: flex;
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.special-vol-add_top_main {
		flex: 1;
	}
	.special-vol-add_text {
		margin-top: 27px;
	}
	.special-vol-add_img {
		width: calc((100% - (36px * 2)) / 3);
		margin-left: 28px;
	}
	.special-vol-add_img > img {
		max-width: 100%;
	}
	.special-vol-add2_img {
		width: calc((100% - (36px)) / 2);;
		margin-left: 28px;
	}
	.special-vol-add2_img > img {
		max-width: 100%;
	}
	.special-vol-add-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-add-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 28px;
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
		background-color: #081cd7;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	.special-vol-add-heading_subtitle {
		font-size: 22px;
		font-weight: bold;
	}
	.special-vol-add-heading_title {
		font-size: 34px;
		font-weight: bold;
	}
	.special-vol-add_foot {
		display: flex;
	}
	.special-vol-add_linktext {
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url(/common/images/com_icn01.png)no-repeat left 55%;
	}
	/*----- head-layout -----*/
	.head-layout{
	}
	.head-layout .parafencing-heading{
		position: relative;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		background-color: #292929;
	}
	.head-layout .parafencing-heading .parafencing-heading__image {
		position: relative;
		height: 500px;
	}
	.head-layout .parafencing-heading .parafencing-heading__image img {
		position: absolute;
		top: 0;
		left: 50%;
		width: 1920px;
		max-width: inherit;
		transform: translateX(-50%);
	}
	.head-layout .parafencing-heading .parafencing-heading__detail {
		position: absolute;
		margin-right: 50px;
		top: 110px;
		left: 53%;
		min-width: 542px;
		min-height: 280px;
		display: flex;
		z-index: 2;
		background-color: rgba(0,0,0,0.6);
	}
	.head-layout .parafencing-heading .parafencing-heading__inner {
		padding: 56px 71px;
		color: #fff;
	}
	.head-layout .parafencing-heading .parafencing-heading__title {
		font-size: 50px;
		font-weight: bold;
	}
	.head-layout .parafencing-heading .parafencing-heading__subtitle {
		margin: 19px 0 0 5px;
		font-size: 16px;
	}
	.head-layout .parafencing-heading .parafencing-heading__description {
		margin: 46px 0 0 2px;
		font-size: 24px;
		font-weight: bold;
	}
	/*----- parafencing-layout -----*/
	.parafencing-layout-v1{
		background: #f4f4f4;
		width: 100%!important;
		margin: 0 calc(50% - 50vw);
		overflow: hidden !important;
	}
	.parafencing-layout-v1 .parafencing-layout-v1_inner {
		position: relative;
		min-width: 1200px;
		padding: 62px 0 71px;
	}
	.parafencing-layout-v1 > section {
		width: 1200px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.parafencing-layout-v1 .parafencing-profile-title {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.4;
	}
	.parafencing-layout-v1 .parafencing-profile-text {
		margin-top: 19px;
		font-size: 15px;
		line-height: 1.6;
	}
	.parafencing-layout-v1 .parafencing-profile-text + .normal-list {
		margin-top: 19px;
	}
	.parafencing-layout-v1 .parafencing-profile-text + .normal-list li + li {
		margin-top: 6px;
	}
	.parafencing-layout-v1 .parafencing-profile-text + .normal-list + .link-list {
		margin-top: 13px;
	}
	.parafencing-layout-v1 .parafencing-profile-image {
		position: absolute;
		display: flex;
		bottom: 0;
		left: 42.4%;
	}
}
@media only screen and (max-width: 768px) {

	/* common settings
	=================================*/
	#contentsContainer.special-container {
		overflow: hidden;
		margin-top: 0;
		padding: 14px 18px 18px;
	}
	#contentsContainer.special-container #contents {
		padding: 0;
	}
	#contentsContainer.parafencing-container {
		overflow: hidden;
		margin-top: 0;
		padding: 0 18px 30px;
	}
	#contentsContainer.parafencing-container #contents {
		padding: 0;
	}
/* class name
---------------------------------*/

/* reset
---------------------------------*/
	.special-container img{
		width: 100%;
	}
	.parafencing-container img{
		width: 100%;
	}

/* link icon
---------------------------------*/
.special-container .mp-link img,
.special-container .youtube-link img {
	margin: 3px 5px 0;
	vertical-align: top;
	width: auto !important;
	height: auto !important;
}
.parafencing-container .mp-link img,
.parafencing-container .youtube-link img {
	margin: 3px 5px 0;
	vertical-align: top;
	width: auto !important;
	height: auto !important;
}

/* special-detail-heading2
---------------------------------*/
	.special-detail-heading2{
		margin: 25px 0 20px;
		padding: 0 0 0 12px;
		box-sizing: border-box;
		position: relative;
	}
	.special-detail-heading2__title{
		font-size: 17px;
		font-weight: 700 !important;
	}
	.special-detail-heading2:before {
		content: "";
		display: block;
		width: 4px;
		height: 18px;
		background-color: #d7083b;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.special-home-link-area{
		margin-top: 20px;
	}

/* local-navi
---------------------------------*/
	.local-navi-wrap{
		margin-top: 25px;
	}
	.special-container .local-navi-wrap > *{
		margin-top: 0;
	}
/* js-common-class
---------------------------------*/
	.is-hide{
		display: none !important;
	}

/* special-home-hero
---------------------------------*/
	.special-home-hero_layout{
		background: url("/news/special/images/index_bg01-sp.jpg") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 165px;
	}
	.special-home-hero_inner{
		padding: 0 18px;
	}
	.special-home-hero_title{
		height: 165px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.special-home-hero_title > .special-home-hero_titletext{
		margin-top: -8px;
		font-size: 25px;
		font-weight: bold;
		color: #FFF;
	}
	.special-home-hero_lead{
		display: block;
		margin-top: 1.5em;
		font-weight: bold;
		font-size: 14px;
	}
	.special-home-hero_text{
		margin-top: 1em;
		line-height: 1.8;
		font-size: 12px;
	}
	.special-home-contents{
		margin-top: 155px!important;
	}
/* special-home-card
---------------------------------*/
	.special-home-card-wrap{
	}
	.special-home-card{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-home-card__body{
		padding: 15px;
	}
	.special-home-card__number{
		font-size: 12px;
		font-weight: 700;
		color: #d7083b;
	}
	.special-home-card__description{
		color: #333;
		font-size: 13px;
		font-weight: 700;
	}
	.special-home-card__accent{
		display: block;
		color: #333;
		font-size: 15px;
	}
	.special-home-card__button-wrap{
		margin-top: 20px;
	}
	.special-home-card__button{
		display: inline-block;
		text-align: center;
		width: 100%;
		padding: 10px 45px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 18px 50%;
	}
	.special-home-card__button__label{
		color: #FFF;
		font-size: 14px;
	}
/* special-home-card_v2
---------------------------------*/
	.special-home-card_v2-wrap{
	}
	.special-home-card_v2{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-home-card_v2:nth-child(n+2){
		margin-top: 20px;
	}
	.special-home-card_v2__body{
		padding: 10px 15px 15px;
	}
	.special-home-card_v2__title{
		font-size: 15px;
		font-weight: 700;
	}
	.special-home-card_v2__number{
		font-size: 12px;
		font-weight: 700;
		color: #d7083b;
	}
	.special-home-card_v2__description{
		font-size: 12px;
		color: #333;
	}
	.special-home-card_v2__accent{
		display: block;
		font-size: 15px;
	}
	.special-home-card_v2__button-wrap{
		margin-top: 20px;
	}
	.special-home-card_v2__button{
		display: inline-block;
		text-align: center;
		width: 100%;
		padding: 10px 45px;
		background: #000;
	}
	.special-home-card_v2__button__label{
		color: #FFF;
	}
/* special-home-accordion
---------------------------------*/
	.special-home-accordion{
		overflow: hidden;
		border: 1px solid #ddd;
	}
	.special-home-accordion__title{
		color: #333;
		position: relative;
		padding: 1em 0;
		margin: 0 15px;
		font-size: 12px;
	}
	.special-home-accordion__head:hover{
		text-decoration: none!important;
	}
	.special-home-accordion__year-text{
		color: #333;
		font-size: 14px;
		font-weight: 700;
		margin-right: 1em;
	}
	.special-home-accordion__body{
		display: none;
		padding: 18px 8px;
		margin: 0 15px;
		border-top: 1px solid #ddd;
	}
	.special-home-accordion__linktext{
		padding: 0 0 0 28px;
		font-size: 15px;
		font-weight: 700;
		background: url("/common/images/com_icn89.png")no-repeat left 55%;
	}
	.special-home-accordion-list li{
		padding-bottom: 19px;
	}
	.special-home-accordion-list li:nth-child(n+2){
		border-top: 1px solid #eee;
		padding-top: 19px;
	}
	.special-home-accordion-list li:nth-last-child(-n+1){
		padding-bottom: 0;
	}
	.special-home-accordion__text{
		margin-top: 0.5em;
		font-weight: normal;
		font-size: 12px;
		color: #333;
	}
	.special-home-accordion__title::before,
	.special-home-accordion__title::after{
		width: 21px;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		right: 0;
		height: 1px;
		margin: -1px 0 0;
		background: #000;
		content: "";
		transition: all .25s;
	}
	.special-home-accordion__title::before{
	transform: rotate(90deg);
	}
	.special-home-accordion__title::after{
	transform: rotate(0deg);
	}
	.is-open::before {
	transform: rotate(135deg) !important;
	}
	.is-open::after{
	transform: rotate(45deg) !important;
	}
	.js-accordion__trigger:hover{
		text-decoration: none;
	}

/*===============================*/

/* special-new-area
---------------------------------*/
	.special-box{
		background: #eee;
		padding: 25px 18px 30px;
		margin: -14px -18px 0;
	}
	.special-box > .special-box__inner > .special-detail-heading2{
		margin: 0 0 20px;
	}
/* special-category-area
---------------------------------*/
	.special-category-area-wrap{
		margin-top: 30px;
	}
/* special-category-card
---------------------------------*/
	.special-category-card__image img{
		vertical-align: bottom;
	}
	.special-category-card{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-category-card:nth-child(n+2){
		margin-top: 20px;
	}
	.special-category-card__body{
		padding: 15px;
	}
	.special-category-card__head + .special-category-card__body{
		padding: 10px 15px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.special-category-card__title{
		font-size: 15px;
		font-weight: 700;
		color: #333;
	}
	.special-category-card__text{
		margin: .8em 0;
		font-size: 12px;
		color: #333;
	}
	.special-category-card__linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
	.special-category-card__foot{
		display: flex;
		flex-direction: column;
	}
	.special-category-card__date{
		color: #999;
	}
	.special-category-card__linktext{
		align-items: flex-end;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}

	/*------------hover------------*/
	.special-category-card__type:hover{
		text-decoration: none;
	}
	.special-category-card__type:hover .special-category-card__linktext{
		text-decoration: underline;
	}


/* special-category-card-v2
---------------------------------*/
	.special-category-card-v2__image img{
		vertical-align: bottom;
	}
	.special-category-card-v2{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-category-card-v2-wrap:nth-child(n+2){
		margin: 25px 0 20px;
	}
	.special-category-card-v2__inner{
		display: flex;
	}
	.special-category-card-v2__head{
		width: 34%;
		padding: 20px 0 20px 15px;
	}
	.special-category-card-v2__body{
		width: 100%;
		padding: 15px;
		margin-top: 1em;
		flex-direction: column;
		justify-content: center;
	}
	.special-category-card-v2__head + .special-category-card-v2__body{
		width: 66%;
		padding: 15px;
		margin-top: 0!important;
		flex-direction: column;
		justify-content: center;
	}
	.special-category-card-v2__title{
		font-size: 15px;
		font-weight: 700;
		color: #333;
	}
	.special-category-card-v2__text{
		margin-top: .7em;
		font-size: 12px;
		color: #333;
	}
	.special-category-card-v2__linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
	.special-category-card-v2__foot{
		display: flex;
		margin-top: .7em;
		flex-direction: column;
	}
	.special-category-card-v2__date{
		margin-top: .7em;
		color: #999;
	}
	.special-category-card-v2__linktext{
		align-items: flex-end;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
	.special-more-button{
		position: relative;
		width: 100%;
		margin-top: 20px;
		padding: 15px 0;
		border: 2px solid #ddd;
		color: #333;
		font-size: 15px;
		text-align: center;
	}
	.special-more-button::before,
	.special-more-button::after{
		width: 18px;
		-webkit-backface-visibility: hidden;
		position: absolute;
		top: 50%;
		left: 30%;
		height: 2px;
		margin: -1px 0 0;
		background: #000;
		content: "";
	}
	.special-more-button::before{
	transform: rotate(0deg);
	}
	.special-more-button::after{
	transform: rotate(90deg);
	}
	.js-special-more__button__trigger:hover{
		text-decoration: none;
	}
/*------------hover------------*/
	.special-category-card-v2:hover .special-category-card-v2__image{
		overflow: hidden;
	}
	.special-category-card-v2:hover .special-category-card-v2__image > img{
		transform:scale(1.1,1.1);
		transition-duration: .25s;
	}
	.special-category-card-v2__type:hover{
		text-decoration: none;
	}
	.special-category-card-v2__type:hover .special-category-card-v2__linktext{
		text-decoration: underline;
	}
	/* special-category-top__button
---------------------------------*/
	.special-category-top__button-wrap{
		margin-top: 20px;
	}
	.special-category-top__button{
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 12px 37px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 5% 50%;
	}
	.special-category-top__button__label{
		color: #FFF;
		font-size: 14px;
	}
/*------------hover------------*/
	.special-category-top__button:hover{
		background: #d7063b url("/common/images/com_icn40.png")no-repeat 5% 50%;
	}

/* special-vol-mainvisual
---------------------------------*/
	.special-vol-mainvisual {
		margin: -14px -18px 0 !important;
	}
	.special-vol-mainvisual_inner {
		padding-top: 44%;
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: 100% auto;
	}
	.special-vol-mainvisual + .special-vol-mainvisual {
		margin-top: 20px !important;
	}

/* special-vol-heading2
---------------------------------*/
	.special-vol-heading1 {
		width: 100%;
		background: #eee;
	}
	.special-vol-heading1-right {
		width: 100%;
		background: #eee;
	}
	.special-vol-heading1_inner {
		padding: 14px 18px 28px;
	}
	.special-vol-heading1_title {
		font-size: 25px;
		font-weight: bold;
	}
	.special-vol-heading1_title > span {
		color: #d7063b;
	}
	.special-vol-heading1_date {
		font-size: 15px;
	}

	/* special-vol-heading1
---------------------------------*/
	.special-vol-heading1-self {
		display: inline-block;
		margin-top: 12px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-self:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-self_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-self_text {
		display: block;
		padding: 18px 20px 23px 35px;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}

	/* special-vol-heading1-blank
---------------------------------*/
	.special-vol-heading1-blank {
		display: inline-block;
		margin-top: 12px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-blank:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-blank_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-blank_text {
		display: block;
		padding: 18px 20px 23px 35px;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.special-vol-heading1-blank_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn80.png) no-repeat 0 0;
		width: 14px;
		height: 14px;
		margin: 0 0 -3px 8px;
	}

/* special-vol-heading1-pdfbtn
---------------------------------*/
	.special-vol-heading1-pdfbtn {
		display: inline-block;
		margin-top: 12px;
		border: 1px solid #000000;
		width: 100%;
		color: #ffffff;
		font-weight: normal;
		background: #000000 url(/common/images/com_icn40.png) no-repeat 20px 50%;
		text-decoration: none !important;
		box-sizing: border-box;
	}
	.special-vol-heading1-pdfbtn:hover {
		border: 1px solid #d7083b;
		background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 50%;
		color: #ffffff;
	}
	.special-vol-heading1-pdfbtn_wrapper {
		display: block;
		position: relative;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
		color: #ffffff;
		font-weight: normal;
	}
	.special-vol-heading1-pdfbtn_text {
		display: block;
		padding: 18px 20px 23px 35px;
		color: #ffffff;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.special-vol-heading1-pdfbtn_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn06.png) no-repeat 0 0;
		width: 14px;
		height: 14px;
		margin: 0 0 0 8px;
	}
	.special-vol-heading1-pdfbtn_filesize {
		font-size: 14px;
		font-weight: normal;
	}

/* special-vol-heading1-modal
---------------------------------*/
	.special-vol-heading1-modal {
		display: inline-block;
		margin-top: 20px;
		border: 1px solid #ddd;
		width: 100%;
		background: #ffffff url(/common/images/com_icn01.png) no-repeat 20px 50%;
		font-size: 14px;
		font-weight: bold;
		color: #333!important;
		text-align: center;
	}
	.special-vol-heading1-modal_wrapper {
		display: block;
		padding: 0 0 0;
		text-decoration: none !important;
		box-sizing: border-box;
		line-height: 1.2;
	}
	.special-vol-heading1-modal_text {
		display: block;
		padding: 6px 20px 14px 35px;
	}
	.special-vol-heading1-modal_text::after {
		content: '';
		display: inline-block;
		position: relative;
		background: url(/common/images/com_icn41.png) no-repeat 0 0;
		width: 16px;
		height: 17px;
		margin: 0 0 0 8px;
	}

	/* special-vol-heading1-modal
---------------------------------*/
	.special-vol-modal{
		display: none;
		margin: 0 -18px 0;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%!important;
		z-index: 102;
	}
	.special-vol-modal_bg{
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: absolute;
		width: 100%;
		z-index: 102;
	}
	.special-vol-modal_content{
		background: #fff;
		left: 50%;
		padding: 48px 15px 20px;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		z-index: 103;
	}

/* special-vol-modal
---------------------------------*/
	.special-vol-modal_close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.special-vol-modal_box {

	}
	.special-vol-modal_img > img {
		width: 100%;
	}
	.special-vol-modal_textbox {
	}
	.special-vol-modal_textbox_sabtitle {
		font-size: 14px;
	}
	.special-vol-modal_textbox_title {
		font-size: 17px;
		font-weight: bold;
	}
	.special-vol-modal_textbox_text {
		margin-top: 10px;
	}
	.special-vol-modal_textbox_name {
		margin: 10px 0 14px;
		text-align: right;
	}
	.special-vol-modal_btn > a {
		width: 100%;
		font-size: 14px;
	}

/* special-vol-prologue
---------------------------------*/
	.special-vol-prologue {
		margin: 30px auto 60px;
	}
	.special-vol-prologue_top {
	}
	.special-vol-prologue_img {
		max-width: 114px;
	}
	.special-vol-prologue_img > img {
		max-width: 114px;
	}
	.special-vol-prologue_text {
		padding: 5px 0;
		font-size: 12px;
	}

/* special-vol-card
---------------------------------*/
	.special-vol-card_image {
		position: relative;
		margin-right: 15px;
		width: 100px;
		height: 77px;
	}
	.special-vol-card_image .special-vol-card_image_inner > img{
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		vertical-align: bottom;
	}
	.special-vol-card-wrap {
		margin-top: 10px;
	}
	.special-vol-card_inner {
		padding: 15px;
	}
	.special-vol-card{
		width: 100%;
		background: #FFF;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
	}
	.special-vol-card:nth-child(n+2){
		margin-top: 20px;
	}
	.special-vol-card_head {
		display: flex;
		align-items: center;
	}
	.special-vol-card_body{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.special-vol-card_title{
		font-size: 15px;
		font-weight: 700;
		color: #333;
		width: calc(100% - 115px);
	}
	.special-vol-card_text{
		margin: .8em 0;
		font-size: 12px;
		color: #333;
	}
	.special-vol-card_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
	.special-vol-card_foot{
		display: flex;
		flex-direction: column;
	}
	.special-vol-card_date{
		color: #999;
	}
	.special-vol-card_linktext{
		align-items: flex-end;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
	}
	/*------------hover------------*/
	.special-vol-card_type:hover{
		text-decoration: none;
	}
	.special-vol-card_type:hover .special-vol-card_linktext{
		text-decoration: underline;
	}

/* special-vol-internet
---------------------------------*/
	.special-vol-internet {
		margin: 0 -18px;
		background-color: #d8eef4;
	}
	.special-vol-internet_inner {
		padding: 30px 18px;
	}
	.special-vol-internet_top {
	}
	.special-vol-internet_text {
		margin-top: 16px;
	}
	.special-vol-internet_img {
		margin-top: 20px;
	}

/*------------special-vol-internet-heading------------*/
	.special-vol-internet-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-internet-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		width: 52px;
		height: 52px;
		background-color: #d7083b;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-internet-heading_subtitle {
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-internet-heading_title {
		font-size: 17px;
		font-weight: bold;
	}

/* special-vol-card-v2-heading
---------------------------------*/
	.special-vol-card-v2-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-card-v2-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 12px;
		width: 37px;
		height: 37px;
		min-width: 37px;
		min-height: 37px;
		background-color: #333;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-card-v2-heading_title {
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
/* special-vol-area
---------------------------------*/
	.special-vol-area01,
	.special-vol-area02,
	.special-vol-area03 {
		margin-top: 15px;
	}
	.special-vol-area04 {
		margin-top: 14px;
	}

/* special-vol-card-v2
---------------------------------*/
	.special-vol-card-v2-wrap{
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: 100%;
	}
	.special-vol-card-v2-wrap:nth-child(n+2){
		margin-top: 20px;
	}
	.special-vol-card-v2_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v2_inner {
		padding: 12px 16px;
	}
	.special-vol-card-v2_body {
		display: flex;
		margin-top: 16px;
	}
	.special-vol-card-v2_image {
		margin-right: 15px;
	}
	.special-vol-card-v2_image_inner {
		position: relative;
		width: 100px;
		min-height: 77px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-card-v2_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-card-v2_textbox {
		width: 100%;
	}
	.special-vol-card-v2_text {
		color: #333;
	}
	.special-vol-card-v2_foot{
		display: flex;
		margin-top: 12px;
	}
	.special-vol-card-v2_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v2_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v2_type:hover .special-vol-card-v2_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-series
---------------------------------*/
	.special-vol-series {
		margin: 0 -18px;
		background-color: #eee;
		border-top: 1px solid #ddd;
	}
	.special-vol-series_inner {
		padding: 30px 18px;
	}

/*------------special-vol-series-heading------------*/
	.special-vol-series-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-series-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 16px;
		width: 52px;
		height: 52px;
		min-width: 52px;
		min-height: 52px;
		background-color: #d7083b;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-series-heading_title {
		font-size: 17px;
		font-weight: bold;
	}

/* special-vol-card-v3-heading
---------------------------------*/
	.special-vol-card-v3-heading {
		padding: 9px;
		border-left: 4px solid #d7083b;
		background-color: #333;
	}
	.special-vol-card-v3-heading_title {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}

/* special-vol-card-v3
---------------------------------*/
	.special-vol-card-v3-wrap{
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: 100%;
	}
	.special-vol-card-v3-wrap:nth-child(n+2){
		margin-top: 20px;
	}
	.special-vol-card-v3_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v3_inner {
	}
	.special-vol-card-v3_body {
		padding: 12px 15px 18px;
	}
	.special-vol-card-v3_body_inner {
		display: flex;
		margin-top: 12px;
	}
	.special-vol-card-v3_title {
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v3_image {
		margin-right: 15px;
	}
	.special-vol-card-v3_image_inner {
		position: relative;
		width: 100px;
		min-height: 77px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-card-v3_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-card-v3_textbox {
		width: 100%;
	}
	.special-vol-card-v3_text {
		color: #333;
		font-size: 12px;
	}
	.special-vol-card-v3_foot{
		display: flex;
		margin-top: 4px;
	}
	.special-vol-card-v3_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v3_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v3_type:hover .special-vol-card-v3_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-card-v4-heading
---------------------------------*/
	.special-vol-card-v4-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-card-v4-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 12px;
		width: 37px;
		height: 37px;
		min-width: 37px;
		min-height: 37px;
		background-color: #333;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-card-v4-heading_title {
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}

/* special-vol-card-v4
---------------------------------*/
	.special-vol-card-v4-wrap{
		background: #fff;
		border: 1px solid #ddd;
		width: 100%;
	}
	.special-vol-card-v4-wrap:nth-child(n+2){
		margin-top: 15px;
	}
	.special-vol-card-v4-wrap:last-of-type {
		margin-bottom: 40px;
	}
	.special-vol-card-v4_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v4_inner {
		padding: 12px 16px;
	}
	.special-vol-card-v4_body {
		margin-top: 12px;
	}
	.special-vol-card-v4_body_inner {
		display: flex;
		margin-top: 15px;
	}
	.special-vol-card-v4_toptext {
		font-size: 12px;
		color: #333;
	}
	.special-vol-card-v4_image {
		margin-right: 15px;
	}
	.special-vol-card-v4_image_inner {
		position: relative;
		width: 147px;
		min-height: 88px;
		height: 88px;
		overflow: hidden;
	}
	.special-vol-card-v4_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	.special-vol-card-v4_image-v2 {
		margin-right: 15px;
	}
	.special-vol-card-v4_image-v2_inner {
		position: relative;
		width: 90px;
		min-height: 90px;
		height: 90px;
		overflow: hidden;
	}
	.special-vol-card-v4_image-v2_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	.special-vol-card-v4_textbox {
		width: 100%;
	}
	.special-vol-card-v4_text {
		color: #333;
	}
	.special-vol-card-v4_lead {
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v4_link {
		color: #2b7bb2;
		word-break: break-all;
	}
/*------------hover------------*/
	.special-vol-card-v4_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v4_type:hover .special-vol-card-v4_link {
		text-decoration: underline;
		color: #d7063b;
	}

	/* special-vol-card-v5-heading
---------------------------------*/
	.special-vol-card-v5-heading {
		padding: 9px 11px;
		border-left: 4px solid #d7083b;
		background-color: #333;
	}
	.special-vol-card-v5-heading_title {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}

/* special-vol-card-v5
---------------------------------*/
	.special-vol-card-v5-wrap{
		background: #fff;
		box-shadow: 5px 3px 15px rgba(0,0,0,0.1);
		width: 100%;
	}
	.special-vol-card-v5-wrap:nth-child(n+2){
		margin-top: 14px;
	}
	.special-vol-card-v5_type {
		display: block;
		width: 100%;
		height: 100%;
	}
	.special-vol-card-v5_inner {
	}
	.special-vol-card-v5_body {
		padding: 14px 15px 17px;
	}
	.special-vol-card-v5_body_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 14px;
	}
	.special-vol-card-v5_title {
		font-size: 15px;
		font-weight: bold;
		color: #333;
	}
	.special-vol-card-v5_image {
	}
	.special-vol-card-v5_image_inner {
		max-width: 230px;
		min-height: 166px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-card-v5_image_inner > img {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-card-v5_textbox {
		width: 100%;
		margin-top: 14px;
	}
	.special-vol-card-v5_text {
		color: #333;
		font-size: 12px;
	}
	.special-vol-card-v5_foot{
		display: flex;
		margin-top: 5px;
	}
	.special-vol-card-v5_linktext{
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url("/common/images/com_icn01.png")no-repeat left 55%;
		color: #2b7bb2;
	}
/*------------hover------------*/
	.special-vol-card-v5_type:hover{
		text-decoration: none;
		color: #333;
	}
	.special-vol-card-v5_type:hover .special-vol-card-v5_linktext{
		text-decoration: underline;
		color: #d7063b;
	}

/* special-vol-text
---------------------------------*/
	.special-vol-text {
		margin-top: 10px;
	}
	.special-vol-textbox {
		margin-top: 15px;
	}
	.special-vol-sup {
		font-size: 10px;
	}
	.special-vol-strong {
		font-weight: bold;
	}

/* special-vol-col2
---------------------------------*/
	.special-vol-col2 {
		margin-top: 15px;
		padding: 17px 0 0;
		border-top: 1px solid #ddd;
	}
	.special-vol-col2_text a[href^="tel:"] {
		display: inline-block;
		color: #333;
		text-decoration: none;
	}
	.special-vol-col2_text + .special-vol-col2_text {
		margin-top: 10px;
	}

/* special-vol-title-textsab
---------------------------------*/
	.special-vol-title-textsab {
		display: block;
		text-align: left;
		padding: 10px 10px 0 18px;
	}

/* special-vol-image
---------------------------------*/
	.special-vol-image-wrap-center {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 2em 0 0;
	}
	.special-vol-image {
		margin: 0;
		text-align: center;
	}
	.special-vol-image_figure {
		margin: 0;
		max-width: 100%;
	}
	.special-vol-image_frame {
		display: inline-block;
		max-width: 100%;
		vertical-align: top;
	}
	.special-vol-image_frame > img {
		max-width: 100%;
	}

/* special-vol-column
---------------------------------*/
	.special-vol-column {
		margin: 2em 0 0;
	}
	.special-vol-column_item {
		width: 100%;
	}
	.special-vol-column_item:nth-child(2n){
		margin-top: 10px;
	}

/* special-vol-list-wrap
---------------------------------*/
	.special-vol-list-wrap {
		margin: 1em 0 0;
	}
	.special-vol-note-list > li {
		position: relative;
		list-style: none;
		padding-left: 1.5em;
		word-break: break-all;
	}
	.special-vol-note-list > li + li {
		margin-top: 5px;
	}
	.special-vol-note-list_mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.special-vol-blank-link {
		display: inline-block;
		position: relative;
	}
	.special-vol-blank-link::after {
		content: '';
		display: inline-block;
		background: url(/common/images/com_icn05.png) no-repeat 0 0;
		width: 12px;
		height: 11px;
		top: 8px;
		margin-left: 10px;
	}

/* special-vol-glossary
---------------------------------*/
	.special-vol-glossary {
		margin-top: 30px;
		background-color: #f4f4f4;
	}
	.special-vol-glossary_title {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #333;
		width: 91px;
		height: 37px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-glossary_title--2 {
		display: inline-block;
		background-color: #333;
		padding: 8px 15px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-glossary_title--2 > span {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.special-vol-glossary_inner {
		padding: 15px;
	}
	.special-vol-glossary_list > dt {
		font-weight: bold;
	}
	.special-vol-glossary_list > dt + dd {
		margin-top: 8px;
	}
	.special-vol-glossary_list > dd + dt {
		margin-top: 15px;
	}

/* special-vol-article
---------------------------------*/
	.special-vol-article {
		margin: 30px 0;
		border: 1px solid #666;
	}
	.special-vol-article_title {
		font-weight: bold;
		font-size: 14px;
		padding: 0 0 0 30px;
		background: url(/common/images/com_icn89.png) no-repeat 0 0.2em;
	}
	.special-vol-article_inner {
		padding: 16px 14px;
	}
	.special-vol-article_column {
		width: 100%;
	}
	.special-vol-article_link-list {
		margin-top: 10px;
	}
	.special-vol-article_link-list > li {
		margin: 8px 0 0 0;
		padding: 0 0 0 17px;
		background: url(/common/images/com_icn01.png) no-repeat 0 0.5em;
		width: 100%;
	}
	.special-vol-article_link-list > li.active > a {
		text-decoration: none;
		cursor: default;
		pointer-events: none;
		color: #333;
	}
.special-vol-article_col_title {
		margin-top: 10px;
		font-weight: bold;
		font-size: 12px;
	}

/* special-vol-relation
---------------------------------*/
	.special-vol-relation {
		border-top: 1px solid #eee;
	}
	.special-vol-relation_inner {
		padding: 18px 0 10px;
	}
	.special-vol-relation_title {
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-relation_column {
		width: 100%;
	}
	.special-vol-relation_link-list {
		margin-top: 6px;
	}
	.special-vol-relation_link-list::after {
		content: "";
		display: block;
		clear: both;
	}
	.special-vol-relation_link-list > li {
		margin: 8px 0 0 0;
		padding: 0 0 0 17px;
		background: url(/common/images/com_icn01.png) no-repeat 0 0.2em;
		float: left;
		width: calc((100% - (10px)) / 2);
		margin-right: 10px;
	}
	.special-vol-relation_link-list > li:nth-of-type(2n) {
		margin-right: 0;
	}

/* special-vol-top__button
---------------------------------*/
	.special-vol-top__button-wrap{
		margin-top: 20px;
	}
	.special-vol-top__button{
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 10px 37px;
		background: #000 url("/common/images/com_icn40.png")no-repeat 5% 50%;
	}
	.special-vol-top__button__label{
		color: #FFF;
		font-size: 14px;
	}
/*------------hover------------*/
	.special-vol-top__button:hover{
		background: #d7063b url("/common/images/com_icn40.png")no-repeat 5% 50%;
	}

/* special-vol-date
---------------------------------*/
	.special-vol-date {
		margin-top: 23px;
		text-align: right;
	}

/* special-vol-column-imgtext
---------------------------------*/
	.special-vol-column-imgtext {
		display: flex;
		margin-top: 10px;
	}
	.special-vol-column-imgtext_image {
		margin-right: 15px;
	}
	.special-vol-column-imgtext_image_inner {
		position: relative;
		width: 115px;
		min-height: 83px;
		height: 100%;
		overflow: hidden;
	}
	.special-vol-column-imgtext_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto auto;
	}
	.special-vol-column-imgtext_text {
		font-weight: bold;
		font-size: 12px;
	}

/* special-vol-prof
---------------------------------*/
	.special-vol-prof {
		margin: 20px 0;
		border-top: 3px solid #d7083b;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.special-vol-prof_inner {
		padding: 20px 20px 10px;
	}
	.special-vol-prof_inner + .special-vol-prof_inner {
		padding-top: 0;
	}
	.special-vol-prof_title {
		display: inline-block;
		margin: 5px 0;
		padding: 0 0 0 32px;
		font-weight: bold;
		font-size: 14px;
		background: url(/common/images/com_icn91.png) no-repeat left 55%;
	}
	.special-vol-prof_image {
		margin-bottom: 24px;
	}
	.special-vol-prof_image_inner {
		position: relative;
		width: 100%;
		max-height: 150px;
		height: 150px;
		overflow: hidden;
	}
	.special-vol-prof_image_inner > img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	.special-vol-prof_textbox {
	}
	.special-vol-prof_name {
		font-weight: bold;
	}
	.special-vol-prof_text {
		margin-top: 5px;
	}

/* special-vol-add
---------------------------------*/
	.special-vol-add_top {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.special-vol-add_text {
		margin-top: 16px;
	}
	.special-vol-add_img {
		margin-top: 20px;
	}
	.special-vol-add2_img {
		margin-top: 20px;
	}
	.special-vol-add-heading {
		display: flex;
		align-items: center;
	}
	.special-vol-add-heading_icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		width: 52px;
		height: 52px;
		background-color: #081cd7;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-add-heading_subtitle {
		font-size: 14px;
		font-weight: bold;
	}
	.special-vol-add-heading_title {
		font-size: 17px;
		font-weight: bold;
	}
	.special-vol-add_foot {
		display: flex;
		flex-direction: column;
	}
	.special-vol-add_linktext {
		align-items: flex-end;
		margin: 0 0 0 auto;
		padding-left: 15px;
		background: url(/common/images/com_icn01.png)no-repeat left 55%;
	}

	/* util */
	.special-wordBreak {
		word-break: break-all;
	}
	.special-w-sp-auto {
		width: auto !important;
	}

	/*----- parafencing-layout -----*/
	.parafencing-layout-v1{
		background: #f4f4f4;
		margin: 0 -18px;
		padding: 0 18px;
		overflow: hidden !important;
	}
	.parafencing-layout-v1 > section {
		max-width: 100%;
	}
	.parafencing-layout-v1 .parafencing-layout-v1_inner {
		position: relative;
		padding: 25px 0 211px;
	}
	.parafencing-layout-v1 .parafencing-profile-title {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.0;
	}
	.parafencing-layout-v1 .parafencing-profile-text {
		margin-top: 9px;
		font-size: 12px;
		line-height: 1.6;
	}
	.parafencing-layout-v1 .parafencing-profile-text + .normal-list + .link-list {
		margin-top: 10px;
	}
	.parafencing-layout-v1 .parafencing-profile-image {
		display: flex;
		position: absolute;
		bottom: 0;
		left: -9.5%;
	}
	.parafencing-layout-v1 .parafencing-profile-image img {
		width: 386px;
	}
	/* ----- parafencing-info-layout ----- */
	.parafencing-info-layout {
		margin-top: 47px;
	}
	.parafencing-info-layout .tabBody {
		margin-top: 30px;
	}
	.parafencing-info-layout .parafencing-info_heading .heading_title {
		padding-bottom: 18px;
		font-size: 158.3%;
	}
	.parafencing-info-layout .parafencing-info_heading + .parafencing-info_detail {
		margin-top: 20px;
	}

	/* ----- parafencing-topic-compo ----- */
	.parafencing-topic-compo {
	}
	.parafencing-topic-compo .topic_article {
		padding-bottom: 12px;
		border-bottom: 1px solid #e5e5e5;
	}
	.parafencing-topic-compo .topic_article + .topic_article {
		margin-top: 14px!important;
	}
	.parafencing-topic-compo .topic_property {
	}
	.parafencing-topic-compo .topic_property > .topic_date {
		margin-right: 10px;
	}
	.parafencing-topic-compo .topic_property > .topic_category > .topic_icon {
		min-width: 78px;
		height: 15px;
		margin-right: 5px;
		line-height: 1.1;
	}
	.parafencing-topic-compo .block {
		margin-top: 5px;
		overflow: inherit;
	}
	/* ----- heading-v2 ----- */
	.heading-v2{
		margin-top: 45px;
	}
	section + section .heading-v2{
		margin-top: 45px;
	}
	.heading-v2 .heading_title{
		padding-bottom: 15px;
		font-size: 141.6%;
	}
	.heading-v2 .heading_title::before{
		width: 103px;
		height: 3px;
	}
	.heading-v2 .heading_title::after{
		height: 3px;
	}
	.heading-v2 + *{
		margin-top: 20px;
	}
	/* ----- box-column-v4 ----- */
	.box-column-v4{
		margin-top: 20px;
		padding: 15px;
	}
	.box-column-v4 + *{
		margin-top: 20px;
	}
	.box-column-v4 .heading_title{
		padding: 4px 0 4px 10px;
		font-size: 100%;
	}
	.box-column-v4 .heading_title::after{
		width: 3px;
	}
	.box-column-v4 .box_detail{
		margin-top: 15px;
	}
	.box-column-v4 .list-description{
		display: block;
	}
	.box-column-v4 .list-description:nth-of-type(n+2){
		margin-top: 18px;
	}
	.box-column-v4 .list-description dt{
		margin-right: 18px;
		padding: 8px 0 6px;
		width: 190px;
		height: 28px;
	}
	.box-column-v4 .list-description dt::after {
    right: -10px;
    border-left: 10px solid #d7083b;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
	}
	.box-column-v4 .list-description dd{
		margin-top: 5px;
		padding-left: 2px;
		width: 100%;
	}
	/*----- head-layout -----*/
	.head-layout{
	}
	.head-layout .parafencing-heading{
		position: relative;
		width: 100%;
		margin-left: 0;
	}
	.head-layout .parafencing-heading .parafencing-heading__image {
		position: relative;
	}
	.head-layout .parafencing-heading .parafencing-heading__image img {
		width: 100%;
	}
	.head-layout .parafencing-heading .parafencing-heading__image picture {
		display: flex;
	}
	.head-layout .parafencing-heading .parafencing-heading__detail {
		position: absolute;
		margin-right: 50px;
		top: 22%;
		left: 43%;
		min-width: 197px;
		min-height: 140px;
		display: flex;
		z-index: 2;
		background-color: rgba(0,0,0,0.6);
	}
	.head-layout .parafencing-heading .parafencing-heading__inner {
		padding: 14px 20px;
		color: #fff;
	}
	.head-layout .parafencing-heading .parafencing-heading__title {
		font-size: 25px;
		font-weight: bold;
	}
	.head-layout .parafencing-heading .parafencing-heading__subtitle {
		font-size: 12px;
	}
	.head-layout .parafencing-heading .parafencing-heading__description {
		margin: 8px 0 0 0px;
		font-size: 14px;
		font-weight: bold;
	}
}

/* clearFix
=================================*/
	#contentsContainer .society-media > .media-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
@media print {
	.parafencing-layout-v1 {
		width: 100%;
		min-width: 1320px;
		margin: 0 -60px;
		padding-right: 40px;
		padding-left: 40px;
	}
}