

/* ======================================================
* index.css
* ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Layout
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Layout
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
* Common
------------------------------------------------------ */

/* ------------------------------------------------------
* Layout
------------------------------------------------------ */
/* ----- csr-message-layout ----- */
.csr-message-layout {
	margin-top: 3.33em;
}
.csr-message-layout .banner_block {
	position: relative;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;	
}
.csr-message-layout .banner_block:hover{
	opacity: .7;
}	
.csr-message-layout .banner_flex_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 2;
}
.csr-message-layout .banner_flex_wrapper > .banner_flex_outer {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.csr-message-layout .banner_flex_wrapper > .banner_flex_outer > .banner_flex_inner {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100%;
}
.csr-message-layout .banner_caption {
	width: 100%;
	padding: 0 55px;
}
.csr-message-layout .banner_title {
	color: #e60012;
}
.csr-message-layout .banner_title:after{
	position: relative;
	top: -2px;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}		
.csr-message-layout .banner_lead {
	margin-top: .5em;
	font-size: 2.6rem;
}
.csr-message-layout .banner_name{
	margin-top: 1em;
	font-size: 1.8rem;
}	
.csr-message-layout .banner_name > span{
	font-size: 2.4rem;
}	
/* ----- csr-contentslink-layout ----- */
.csr-contentslink-layout{
	margin-bottom: 100px;
}	
.csr-contentslink-layout .contentslink_heading_title{
	padding: 20px 0 0 0;
	border-top:2px solid #e60012;
	font-size: 2.0rem;
	font-weight: bold;
  position: relative;
} 
.csr-contentslink-layout .contentslink_heading_title::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 2px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}  
/* ----- csr-material-column-layout	 ----- */
.csr-material-column-layout{
	display: flex;
	flex-wrap: wrap;
}
.csr-material-column-layout > .column_item{
	width: 50%;
	position: relative;
}
.csr-material-column-layout > .column_item:last-child{
	width: 100%;
}
.csr-material-column-layout .csr-material_flex_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 2;
}
.csr-material-column-layout .csr-material_flex_wrapper > .csr-material_flex_outer {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.csr-material-column-layout .csr-material_flex_wrapper > .csr-material_flex_outer > .csr-material_flex_inner {
	display: flex;
	width: 100%;
	min-height: 100%;
}	
.csr-material-column-layout .csr-material-box {
	width: 100%;
	padding: 5% 5.8% 0;
}
.csr-material-column-layout > .column_item:last-child .csr-material-box {
	padding: 2.5% 2.9% 0;
}
.csr-material-column-layout .csr-material_sub_title{
	color: #e60012;
	font-size: 2.0rem;
	margin: 0 0 3% 0;
}
.csr-material-column-layout > .column_item:last-child	.csr-material_sub_title{
	margin-bottom:1.5%;
}
.csr-material-column-layout .csr-material_sub_title > span{
	font-size: 2.6rem;
	font-weight: bold;
}	
.csr-material-column-layout	.csr-material_title{
	font-size: 2.6rem;
	margin: 0 0 3% 0;
}	
.csr-material-column-layout	.csr-material_title > a:after{
	position: relative;
	top: -2px;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.csr-material-column-layout .csr-material_lead{
	font-size: 1.8rem;
	line-height: 1.7;
	width:64.15%;
}
.csr-material-column-layout .csr-material_link{
	font-size: 1.5rem;
	width:calc(40em + 36px);
}
.csr-material-column-layout .csr-material_link li{
	margin-top: .5em;
}
/* ----- csr-data-layout	 ----- */
.csr-data-layout .link-text li{
	width:auto;
}
.csr-data-layout section .heading_title {
	font-size: 2.2rem;
	font-weight: 400;
	margin-top: 2.5em;
}
.csr-data-layout section .link-text{
	font-size: 1.6rem;
}

/* ------------------------------------------------------
* Element >>> Heading
------------------------------------------------------ */
/* ----- heading-lv1 ----- */
}

/* ======================================================
 * PC Media Queries
====================================================== */


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
/* ------------------------------------------------------
 * Common
------------------------------------------------------ */

/* ------------------------------------------------------
 * Layout
------------------------------------------------------ */
/* ----- csr-message-layout ----- */
.csr-message-layout .banner_block {
	position: relative;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;	
}
.csr-message-layout .banner_block:hover{
	opacity: .7;
}	
.csr-message-layout .banner_flex_wrapper {
}
.csr-message-layout .banner_flex_wrapper > .banner_flex_outer {
}
.csr-message-layout .banner_flex_wrapper > .banner_flex_outer > .banner_flex_inner {
}
.csr-message-layout .banner_caption {
}
.csr-message-layout .banner_title {
	color: #e60012;
	font-size: 1.9rem;
}
.csr-message-layout .banner_title:after{
	position: relative;
	top: -2px;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}		
.csr-message-layout .banner_lead {
	margin-top: 10px;
	font-size: 2.4rem;
}
.csr-message-layout .banner_name{
	margin: 10px 0 15px;
	font-size: 1.5rem;
}	
.csr-message-layout .banner_name > span{
	font-size: 2rem;
}	
/* ----- csr-contentslink-layout ----- */
.csr-contentslink-layout .contentslink_heading_title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom:15px;
	padding: 10px 0 0 0;
	border-top:1px solid #e60012;
  position: relative;
}
.csr-contentslink-layout .contentslink_heading_title::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 2px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}    
.csr-contentslink-layout .index_links > li{
	border-bottom: none;
}
.csr-contentslink-layout .index_links > li > a {
	padding: 3px 27px 3px 0;
}
/* ----- csr-material-column-layout	 ----- */
.csr-material-column-layout > .column_item{
	margin-top:35px;
	position: relative;
}
.csr-material-column-layout .csr-material-box > div{
	box-sizing:border-box;
	height:calc((100vw - 30px) * 54 / 81);
	padding:16% 15px 0;
	position:relative;
	z-index:1;
}
.csr-material-column-layout .csr-material_sub_title{
	color: #e60012;
	font-size: 1.6rem;
}
.csr-material-column-layout .csr-material_sub_title > span{
	font-size: 2.4rem;
	font-weight: bold;
}	
.csr-material-column-layout	.csr-material_title{
	font-size: 2.1rem;
	margin-top:8px;
}
.csr-material-column-layout	.csr-material_title > a:after{
	position: relative;
	top: -2px;
	right: 2px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 10px;
	border-top: 1px solid #e60012;
	border-right: 1px solid #e60012;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.csr-material-column-layout .csr-material_lead{
	margin-top:10px;
}
.csr-material-column-layout > .column_item .index_image{
	position:absolute;
	top:0;
	left:0;
}
.csr-material-column-layout .csr-material_link{
	margin-top:20px;
}
/* ----- csr-data-layout	 ----- */
.csr-data-layout section .heading_title {
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 2.5em;
}

}


/* ======================================================
 * SP Media Queries
====================================================== */


/* ======================================================
 * Print
====================================================== */
@media print {
}