@charset "utf-8";

/* ======================================================
 * newsroom.css
 * ------------------------------------------------------
 * Base
 * Reset
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Common
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Common
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Base
====================================================== */
body {
	margin: 0px;
	background-color: rgb(255, 255, 255);
	color: rgb(34, 34, 34);
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
}

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
	.news__body .news__property .badge{
		background-color: #808080;
		color: #ffffff;
		font-weight: 400;
	}
	/* for IE **/
	[data-browser="ie11"] .news__body .news__property .badge{
		padding: .6rem .7rem .4rem;
	}
	
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- editor-area ----- */
	.editor-area {
		width: 1232px;
		margin:  0 auto;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.editor-area > *:first-child {
		margin-top: 0 !important;
	}
	.editor-area > *:last-child {
		margin-bottom: 0 !important;
	}
	.editor-area > .container {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.editor-area div[style*="center"] .figure {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* ----- newsroom-layout ----- */
	[class^="newsroom-layout"] .newsroom_inner {
		width: 1200px;
		margin: 0 auto;
	}
	.newsroom-layout-v1{
		padding: 2.5rem 30px;
		background-color: #f6f6f6;
	}
	.newsroom-layout-v2{
		margin: 3.75rem 0 0;
	}
	.newsroom-layout-v1 section + section{
		margin-top: 5rem;
	}
	/* ----- newsroom-heading-v2 ----- */
	.newsroom-heading-v2{
		display: flex;
		justify-content: space-between;
		margin-bottom:  1.75rem;
		padding: 0 1.4375rem 0 1.25rem;
	}
	.newsroom-heading-v2 > .heading_title{
		margin: 0;
		line-height: 1;
	}
	.newsroom-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.875rem;
		font-weight: 700;
	}
	.newsroom-heading-v2 > .heading_title > .title_label_v2{
		margin-left: 20px;
		font-size: 1.25rem;
	}
	.newsroom-layout-v6 .newsroom-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.5rem ;
	}
	.newsroom-heading-v2 > .heading_link{
		margin-top: 0.5rem;
	}
	.newsroom-heading-v2 > .heading_link > a{
		display: block;
		padding-right: 15px;
		padding: 0!important;
		border: 0!important;
	}
	.newsroom-heading-v2 > .heading_link > a:hover{
		box-shadow: none!important;
	}
	/* for IE **/
	[data-browser="ie11"] .newsroom-heading-v2 > .heading_link > a > span{
		padding-bottom: 0px;
	}
	
	/* ------------------------------------------------------
	 * Parts
	------------------------------------------------------ */
	/* ----- newsroom-info ----- */
	.container.is-hideen--important.is-hideen--most-important {
		display: none;
	}
	.newsroom-infoWrap{
		display: flex;
	}
	.newsroom-layout-v1 .newsroom-infoWrap[data-layout-image="yes"]{
		display: block;
	}
	/* variation */
	.newsroom-infoWrap[data-layout-image="no"]{
		display: block;
	}
	.newsroom-infoWrap[data-item-size="full"] > .newsroom-info,
	.newsroom-infoWrap[data-layout-image="no"] > .newsroom-info{
		width: 100%;
	}
	.newsroom-infoWrap[data-item-size="1/2"]{
		margin-bottom: 3.75rem;
	}
	.newsroom-infoWrap[data-item-size="1/2"] > .newsroom-info{
		width: 50%;
	}
	.newsroom-infoWrap[data-item-size="3/4"]{
		margin-bottom: 2.5rem;
	}
	.newsroom-infoWrap[data-item-size="3/4"] > .newsroom-info{
		width: 74.3%;
	}
	.is-hideen--most-important .newsroom-infoWrap[data-item-size="3/4"] > .newsroom-info{
		width: 100%;
	}
	.newsroom-infoWrap[data-item-size="3/4"] > .newsroom-info.v-image{
		width: 23%;
	}
	.newsroom-infoWrap[data-item-size="1/3"] > .newsroom-info{
		display: flex;
		flex-wrap: wrap;
	}
	.newsroom-infoWrap[data-item-size="1/3"] > .newsroom-info.v-image{
		width: 100%;
	}
	.newsroom-infoWrap > .newsroom-info .info_item.is-hidden {
		display: none;
	}
	.newsroom-infoWrap[data-item-size="1/3"] > .newsroom-info.v-image > .info_item{
		width: 31.5%;
		margin-top: 2rem;
		margin-left: 2rem;
	}
	.newsroom-infoWrap[data-item-size="1/3"] > .newsroom-info.v-image > .info_item:nth-child(-n+3){
		margin-top: 0;
	}
	.newsroom-infoWrap[data-item-size="1/3"] > .newsroom-info.v-image > .info_item:nth-child(3n+1){
		margin-left: 0;
	}
	.newsroom-infoWrap .slider_control {
		display: none !important;
	}
	/*  newsroom-info */
	.newsroom-infoWrap > .newsroom-info + .newsroom-info{
		margin-left: 2rem;
	}
	.newsroom-infoWrap > .newsroom-info .link{
		position: relative;
		width: 100%;
		padding: 1.25rem 40px 1.25rem 1.25rem;
		transition: background-color .25s linear, box-shadow .25s cubic-bezier(.4,0,.2,1);
		border-bottom: 1px solid #e1e2e3;
	}
	.newsroom-infoWrap > .newsroom-info a.link:hover{
		background-color: #fff;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	}
	.newsroom-infoWrap[data-item-size="1/2"] > .newsroom-info .link{
		flex-wrap: wrap;
	}
	
	.newsroom-info .link::after,
	.newsroom-info.v-image .text_label::after,
	.newsroom-info.v-image .text_pdf::after,
	.newsroom-heading-v2 > .heading_link > a > span::after{
		position: absolute;
		right: 23px;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-transform: none;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.newsroom-info .link::after{
		top: 50%;
		margin-top: -14px;
	}
	.newsroom-info.v-image .text_label::after{
		position: relative;
		top: auto;
		right: auto;
		padding: 0 0 0 10px;
	}
	.newsroom-info.v-image .text_pdf::after{
		position: relative;
		top: auto;
		right: auto;
	}
	/* for IE **/
	[data-browser="ie11"] .newsroom-info.v-image .text_label::after,
	[data-browser="ie11"] .newsroom-info.v-image .text_pdf::after{
		top: auto;
		margin-top: -3px;
	}
	.newsroom-heading-v2 > .heading_link > a > span::after{
		top: 50%;
		right: -15px;
		margin-top: -9px;
	}
	/* for IE **/
	[data-browser="ie11"] .newsroom-heading-v2 > .heading_link > a > span::after{
		margin-top: -11px;
	}
	.newsroom-info .link::after,
	.newsroom-info.v-image .link .text_label::after,
	.newsroom-heading-v2 > .heading_link > a > span::after{
		content:"\e900";
	}
	.newsroom-info div.link::after,
	.newsroom-info.v-image div.link .text_label::after {
		content: "" !important;
	}
	.newsroom-info .link-blank::after,
	.newsroom-info.v-image .link-blank .text_label::after{
		content: "\e901";
	}
	.newsroom-info.v-image .link.link-pdf .text_label::after {
		content: "";
	}
	.newsroom-info .link-pdf::after,
	.newsroom-info.v-image .link-pdf .text_pdf::after{
		content: "\e902";
		color: #f63e30 !important;
	}
	.newsroom-info .item_date{
		margin: 0 20px 0 0;
		color: #545454;
		font-size: 0.875rem;
		white-space: nowrap;
	}
	.newsroom-info .item_icon{
		margin: 0 20px 0 0;
		padding: 6px 10px 5px;
		line-height: 1;
		color: #fff;
		font-size: 0.875rem;
		text-align: center;
		min-width: 104px;
		box-sizing: border-box;
	}
	/* for IE **/
	[data-browser="ie11"] .newsroom-info .item_icon{
		padding: 7px 10px 3px;
	}
	.newsroom-info .item_text{
		flex: 1;
	}
	.newsroom-infoWrap[data-item-size="1/2"] > .newsroom-info .item_text{
		flex: 0 1 auto;
		margin-top: 10px;
		width: 100%;
	}
	.newsroom-info .text_label{
		position: relative;
		display: inline;
		/*background-image: -webkit-linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);
		background-image: -o-linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);
		background-image: linear-gradient(180deg, transparent 0%, transparent calc(100% - 1px), rgba(34,34,34,1) 100%);*/
    background-image:url("../../common_img/bg_line.gif");
		background-repeat: no-repeat;
		background-size: 1px 1px;
    background-position: 0 bottom;
		-webkit-transition: none;
		transition: none;
	}
	/* for IE **/
	[data-browser="ie11"] .newsroom-info .text_label{
		background-image: linear-gradient(180deg, transparent 0, transparent 23px, #000 23px, #000 24px, transparent 24px);
		background-repeat: no-repeat;
		background-size: 0 100%;
	}
	.newsroom-info a.link:hover .text_label{
		background-size: 100% 1px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.newsroom-info.v-image .text_pdf{
		position: relative;
		margin: 0;
		display: inline-block;
	}
	.newsroom-info .icon_new{
		margin-left: 5px;
		font-size: 0.875rem;
		font-weight: 700;
		color: #fe001b
	}
	.newsroom-info.v-image .icon_new {
		display: inline-block;
		margin-left: 15px;
	}
	.newsroom-info.v-image div.link .icon_new {
		margin-left: 5px;
	}
	.newsroom-info.v-image > .info_item .link{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
		transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
    height: 100%;
	}
	.newsroom-info.v-image > .info_item a.link:hover {
		box-shadow: 0 5px 6px -3px rgba(0,0,0,.14),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
	}
	.newsroom-info.v-image > .info_item .link::after{
		content: none;
	}
	.newsroom-info.v-image .item_image{
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.35% 0 0;
		transition: all .25s cubic-bezier(.4,0,.2,1);
		overflow: hidden;
	}
	.newsroom-info.v-image .item_image > img{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
	}
	.newsroom-info.v-image > .info_item a.link:hover .item_image{
		opacity: 0.8;
	}
	.newsroom-info.v-image .item_date{
		padding: 20px 20px 0;
	}
	.newsroom-info.v-image .item_date{
		padding: 15px 20px 5px;
	}
	.newsroom-info.v-image .item_text{
		padding: 22px 25px 22px 33px !important;
   /* padding: 0 25px 0 20px;*/
    display: flex;
    align-items: center;

	}
	.newsroom-info.v-image .text_label{
		font-size: 1.125rem;
		font-weight: 700;
    text-align: left;
    line-height: 1.2;
    position: relative;
	}
  .newsroom-info.v-image .text_label::after{
    position: absolute;
    top: calc(50% - 12px);
  }
	.newsroom-info.v-image .item_icon{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.newsroom-info.v-image .item_icon + .item_icon {
		top: 30px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon {
		top: 60px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon {
		top: 90px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 120px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 150px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 180px;
	}
	/* ----- useful-layout ----- */
	[class^="newsroom-layout"] + .useful-layout{
		margin-top: 4rem;
	}
	.useful-layout.v-newsHead{
		justify-content: flex-end;
		align-items: center;
	}
	.useful-layout.v-newsHead .useful_list .useful_item {
		line-height: 1;
	}
	.useful-layout.v-newsHead .useful_list .useful_item + .useful_item {
		margin-left: 0.5rem;
	}
	
	.data-layout .data_icon {
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 6px 10px 5px;
		line-height: 1;
		color: #fff;
		font-size: 0.875rem;
		background-color: #808080;
		text-align: center;
		min-width: 78px;
	}
	/* for IE **/
	[data-browser="ie11"] .data-layout .data_icon {
		padding: 7px 10px 3px;
	}
	/* ----- box-layout-v1 ----- */
	.box-layout-v1{
		padding: 1.875rem 1.25rem;
		background-color: #f6f6f6;;
	}
	.box-layout-v1 > .box_detail{
		margin-bottom: 1.15rem;
	}
	.box-layout-v1 > .box_detail:last-child{
		
		margin-bottom: 0;
	}
	.box-layout-v1 > .box_detail > p{
		margin-bottom: 0.3rem;
	}
	
	.box-layout-v1 > .box_detail > .list{
		margin: 0;
	}
	.box-layout-v1 > .box_detail > .list .link > span{
		word-break: break-all;
	}

/* ----- order-layout ----- */
	.order-layout{
		margin-bottom: 2.8rem;
	}
	.order-layout > .heading-lv3{
		margin-bottom: 2.1875rem;
	}
	.order-layout > .heading-lv4{
		margin-top: 0;
		padding-top: 1.125rem;
		border-top: 2px solid #545454;
	}
	.order-layout > .order_inner{
		margin-bottom: 0.38rem;
		padding: 1.875rem 2.5rem;
		background-color: #f6f6f6;
	}
	.order-layout .order-text{
		display: flex;
		justify-content: center;
	}
	.order-layout .order-text span{
		line-height: 1;
		font-weight: 700;
	}
	.order-layout .order-text.tell a{
		display: inline-block;
	}
	.order-layout .order-text.tell span{
		display: inline-block;
		position: relative;
		padding-left: 76px;
		font-size: 2.5rem;
	}
	.order-layout .order-text.tell span::before{
		position: absolute;
		content: "";
		top: 0.1em;
		left: 0;
		width: 57px;
		height: 33px;
		background: url("/common_img/cmn_freedial_ic01.png") no-repeat 0 0;
	}
	/* for IE11 */
	[data-browser="ie11"] .order-layout .order-text.tell span::before{
		margin-top: -7px;
	}
	.order-layout .order-text.mail + p{
		
		margin-bottom: 2.5rem;
	}
	.order-layout .btn{
		margin: 0;
	}
	
	/* ----- news-heading-badge ----- */
	.news-heading-badge .badge{
		line-height: 1;
		display: inline-block;
		min-width: 6rem;
		margin: 0 4.8px 30px;
		padding: .5rem .7rem;
		background-color: #808080;
		font-size: 75%;
		font-weight: 400;
		color: #ffffff;
		text-align: center;
	}
	/* for IE **/
	[data-browser="ie11"] .news-heading-badge .badge{
		padding: .6rem .7rem .4rem;
	}
	
	/* ----- list__item ----- */
	.list__item.v-image > article .media-vertical-md{
		display: block;
	}
	.list__item.v-image > article h2 span::after{
		position: relative;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		speak: none;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	/* for IE **/
	[data-browser="ie11"] .list__item.v-image > article h2 span::after{
		top: auto;
		margin-top: -3px;
	}
	.list__item.v-image > article .btn::after,
	.list__item.v-image > article .btn h2 span::after{
		content:"\e900";
	}
	.list__item.v-image > article .btn{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
		transition: box-shadow .25s cubic-bezier(.4,0,.2,1);
	}
	.list__item.v-image > article .btn:hover{
		box-shadow: 0 5px 6px -3px rgba(0,0,0,.14),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);
	}
	.list__item.v-image > article .btn::after{
		content: none;
	}
	.list__item.v-image > article .news__img{
		transition: all .25s cubic-bezier(.4,0,.2,1);
	}
	.list__item.v-image > article .news__img > img{
		width: 100%;
	}
	.list__item.v-image > article .btn:hover .news__img{
		opacity: 0.8;
	}
	.list__item.v-image > article .btn:hover h2 span::before{
		transform: scaleX(1);
		transition: all .25s cubic-bezier(.4,0,.2,1);
	}
	.list__item.v-image > article h2 span {
		display: inline-block;
	}
	.list__item.v-image > article time{
		display: inline-block;
		padding: 15px 20px 5px;
		margin: 0 20px 0 0;
		color: #545454;
		font-size: 0.875rem;
	}
	.list__item.v-image > article h2{
		line-height: 1.75;
		padding: 0 25px 22px 20px;
		font-size: 1.125rem;
		font-weight: 700;
	}
	.list__item.v-image > article .badge{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 6px 10px 5px;
		line-height: 1;
		color: #fff;
		font-size: 0.875rem;
		background-color: #808080;
		text-align: center;
		min-width: 78px;
		font-weight: 400;
	}
	/* for IE **/
	[data-browser="ie11"] .list__item.v-image > article .badge{
		padding: 8px 10px 3px;
	}
	.list__item.v-image > article .media {
		margin-bottom: 0;
	}
	.list__item.v-image > article .media-vertical-md>*+*{
		margin-left: 0;
		text-align: left;
	}
	.list__item.v-image > article .btn {
		font-weight: 400;
	}
	
	
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1560px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------
	 * Override
	------------------------------------------------------ */
		.news__body .news__property .badge {
		background-color: #808080;
		color: #ffffff;
		font-weight: 400;
	}
	
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- editor-area ----- */
	.editor-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	.editor-area > *:first-child {
		margin-top: 0 !important;
	}
	.editor-area > *:last-child {
		margin-bottom: 0 !important;
	}
	.editor-area > .container {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.editor-area div[style*="center"] .figure {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* ----- newsroom-layout ----- */
	.newsroom-layout-v1{
		padding: 1.475rem 15px 2.1875rem ;
		background: #f6f6f6;
	}
	.newsroom-layout-v1 section + section{
		margin-top: 2.625rem;
	}
	.newsroom-layout-v2{
		margin: 1.375rem 0 0;
	}
	

	
	/* ------------------------------------------------------
	 * Parts
	------------------------------------------------------ */
	.container.is-hideen--important.is-hideen--most-important {
		display: none;
	}
	/* ----- newsroom-heading-v2 ----- */
	.newsroom-heading-v2{
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.2rem;
		padding: 0 1rem 0 0.9375rem ;
	}
	.newsroom-heading-v2 > .heading_title{
		margin: 0;
		line-height: 1;
	}
	.newsroom-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.3125rem ;
		font-weight: 700;
	}
	.newsroom-heading-v2 > .heading_title > .title_label_v2{
		margin-left: 20px;
		font-size: 0.875rem;
	}
	.newsroom-layout-v6 .newsroom-heading-v2 > .heading_title > .title_label_v1{
		font-size: 1.125rem ;
	}
	.newsroom-heading-v2 > .heading_link{
		margin-top: 0.7rem;
	}
	.newsroom-heading-v2 > .heading_link > a{
		display: block;
		padding: 0;
		padding-right: 15px;
		border: none;
		font-size: 0.875rem;
	}
	.newsroom-heading-v2 > .heading_link > a::after {
		display: none;
	}
	.newsroom-heading-v2 > .heading_link > a > span{
		position: relative;
	}
	/* ----- newsroom-hero-slider ----- */
	.newsroom-slider_control {
		display: flex;
		justify-content: center;
	}
	.newsroom-slider_control .slider_dots button{
		display: block;
		height: 10px;
		width: 10px;
		padding: 5px;
		background-color: #939598;
		border-radius: 50%;
		border: 0;
		outline: none;
		line-height: 0;
		font-size: 0px;
		cursor: pointer;
	}
	.newsroom-slider_control .slider_dots .is-active button{
		background-color: #222;
	}
	.newsroom-slider_control .slider_dots{
		display: flex;
		margin-right: 20px;
	}
	.newsroom-slider_control .slider_dots > li{
		margin: 0;
		padding: 0 7.5px;
		overflow: hidden;
	}
	.newsroom-slider_control .slider_switch{
		position: relative;
		width: 10px;
		height: 12px;
		text-indent: -9999px;
		cursor: pointer;
	}
	.newsroom-slider_control .slider_switch::before,
	.newsroom-slider_control .slider_switch::after{
		position: absolute;
		top: -1px;
		width: 3px;
		height: 12px;
		background-color: #222;
		content: "";
	}
	.newsroom-slider_control .slider_switch::before{
		left: 0;
	}
	.newsroom-slider_control .slider_switch::after{
		left: 7px;
	}
	/* ----- newsroom-info ----- */
	.newsroom-infoWrap[data-item-size="1/2"]{
		margin-bottom: 2.5rem;
	}
	.newsroom-infoWrap[data-item-size="3/4"]{
		margin-bottom: 1.875rem ;
	}
	.newsroom-infoWrap[data-item-size="1/3"]{
		margin-bottom: 1.875rem;
	}
	.newsroom-infoWrap[data-item-size="1/3"] .newsroom-info.v-image{
		padding: 0 26px;
	}
	.newsroom-infoWrap > .newsroom-info .info_item.is-hidden {
		display: none;
	}
	.newsroom-layout-v1 .newsroom-infoWrap[data-layout-image="yes"] {
		margin-right: -15px;
		margin-left: -15px;
	}
	.newsroom-layout-v1 .newsroom-infoWrap .newsroom-info.v-image {
		padding: 0;
	}
	.newsroom-layout-v1 .newsroom-infoWrap .newsroom-info.v-image .info_item {
		padding: 0 10px 15px;
	}
	.newsroom-layout-v1 .newsroom-infoWrap .newsroom-info.v-image .info_nohit {
		padding: 0 15px;
	}
	.newsroom-infoWrap .newsroom-info.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.newsroom-infoWrap .info_nohit {
		font-size: .875rem;
	}
	.newsroom-infoWrap .slider_control {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots {
		position: static;
		font-size: 0;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots > li {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 7px;
		overflow: hidden;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots > li > button {
		display: block;
		height: 10px;
		width: 10px;
		border: 0;
		border-radius: 50%;
		background-color: #939598;
		line-height: 0;
		font-size: 0;
		outline: none;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots > li > button + button {
		display: none;
		opacity: 0;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots > li.slick-active > button {
		background-color: #222;
	}
	.newsroom-infoWrap .slider_control .slider_pager .slick-dots > li > button::before {
		display: none;
	}
	.newsroom-infoWrap .slider_switch {
		margin-left: 20px;
		font-size: 0;
	}
	.newsroom-infoWrap .slider_switch .slider_switch_pause {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.newsroom-infoWrap .slider_switch .slider_switch_pause::before,
	.newsroom-infoWrap .slider_switch .slider_switch_pause::after {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 3px;
		height: 12px;
		margin: -6px 0 0 0;
		background-color: #222;
		content: "";
	}
	.newsroom-infoWrap .slider_switch .slider_switch_pause::before {
		left: 0;
	}
	.newsroom-infoWrap .slider_switch .slider_switch_pause::after {
		left: 7px;
	}
	.newsroom-infoWrap .slider_switch .slider_switch_play {
		position: relative;
		width: 10px;
		height: 12px;
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		text-indent: -9999em;
		outline: none;
		cursor: pointer;
	}
	.newsroom-infoWrap .slider_switch .slider_switch_play::before {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
		width: 0;
		height: 0;
		margin: -6px 0 0 0;
		border-width: 6px 10px;
		border-style: solid;
		border-color: transparent transparent transparent #222;
		content: "";
	}
	.newsroom-info + .newsroom-info{
		margin-top: 2.8125rem ;
	}
	.newsroom-info + .newsroom-info.v-image{
		margin-top: 2rem;
	}	
	.newsroom-info .link{
		position: relative;
		width: 100%;
		padding: 0.9375rem 2.8125rem 1rem 0.9375rem;
		border-bottom: 1px solid #e1e2e3;
		flex-wrap: wrap;
	}
	.newsroom-info .link::after,
	.newsroom-info.v-image .text_label::after,
	.newsroom-info.v-image .link-pdf .text_pdf::after,
	.newsroom-heading-v2 > .heading_link > a > span::after{
		position: absolute;
		right: 18px;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-transform: none;
		vertical-align: middle;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.newsroom-info .link::after{
		top: 50%;
		margin-top: -14px;
	}
	.newsroom-info.v-image .text_label::after,
	.newsroom-info.v-image .link-pdf .text_pdf::after{
		top: auto;
	}
	.newsroom-heading-v2 > .heading_link > a > span::after{
		top: 50%;
		right: -15px;
		margin: -7px 0 0;
	}
	.newsroom-info .link::after,
	.newsroom-info.v-image .link .text_label::after,
	.newsroom-heading-v2 > .heading_link > a > span::after{
		content:"\e900";
	}
	.newsroom-info div.link::after,
	.newsroom-info.v-image div.link .text_label::after {
		content: "" !important;
	}
	.newsroom-info .link-blank::after,
	.newsroom-info.v-image .link-blank .text_label::after{
		content: "\e901";
	}
	.newsroom-info.v-image .link.link-pdf .text_label::after {
		content: "";
	}
	.newsroom-info .link-pdf::after,
	.newsroom-info.v-image .link-pdf .text_pdf::after{
		content: "\e902";
		color: #f63e30 !important;
	}
	.newsroom-info.v-image .text_label::after{
		padding: 0 0 0 10px;
		top: auto;
		right: auto;
	}
	.newsroom-info.v-image .link-pdf .text_pdf::after{
		top: auto;
		right: auto;
	}
	.newsroom-info .item_date{
		margin: 0 10px 0 0;
		color: #545454;
		font-size: 0.75rem;
		white-space: nowrap;
	}
	.newsroom-info .item_icon{
		min-width: 80px;
		margin: 0 5px 0 0;
		padding: 4px;
		line-height: 1;
		color: #fff;
		font-size: 0.75rem;
		background-color: #808080;
		text-align: center;
	}
	.newsroom-info .item_text{
		margin-top: 0.3rem;
		font-size: 0.875rem;
	}
	.newsroom-info .text_label{
		width: 100%;
		position: relative;
		padding-bottom: 5px;
	}
	.newsroom-info .icon_new{
		margin-left: 5px;
		font-size: 0.75rem;
		font-weight: 700;
		color: #fe001b
	}
	.newsroom-info.v-image .icon_new {
		display: inline-block;
		margin-left: 35px;
	}
	.newsroom-info.v-image div.link .icon_new {
		margin-left: 5px;
	}
	.newsroom-info.v-image .info_item + .info_item{
		margin-top: 1rem;
	}
	.newsroom-info.v-image .info_item .link{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
	}
	.newsroom-info.v-image .info_item .link::after{
		content: none;
	}
	.newsroom-info.v-image .item_image{
		position: relative;
		width: 100%;
		height: 0;
		padding: 56.35% 0 0;
		transition: all .25s cubic-bezier(.4,0,.2,1);
		overflow: hidden;
	}
	.newsroom-info.v-image .item_image > img{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%,-50%);
	}
	.newsroom-info.v-image .item_date{
		padding: 20px 15px 0;
	}
	.newsroom-info.v-image .item_date{
		padding: 15px 15px 0;
	}
	.newsroom-info.v-image .item_text{
		padding: 10px 15px 20px;
    height: auto;
	}
	.newsroom-info.v-image .text_label{
		font-size: 1rem;
		font-weight: 700;
	}
	.newsroom-info.v-image .text_pdf{
		position: relative;
		margin: 0;
		display: inline-block;
	}
	.newsroom-info.v-image .item_icon{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}
	.newsroom-info.v-image .item_icon + .item_icon {
		top: 25px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon {
		top: 50px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon {
		top: 75px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 100px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 125px;
	}
	.newsroom-info.v-image .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon + .item_icon {
		top: 150px;
	}
	/* ----- useful-layout ----- */
	[class^="newsroom-layout"] + .useful-layout{
		margin-top: 3rem;
	}
	.useful-layout.v-newsHead{
		justify-content: flex-end;
	}
	.useful-layout.v-newsHead .useful_list .useful_item {
		line-height: 1;
	}
	.useful-layout.v-newsHead .useful_list .useful_item + .useful_item {
		margin-left: 0.5rem;
	}
	.data-layout{
		margin-bottom: 1.2rem;
	}
	.data-layout .data_icon {
		display: inline-block;
		margin: 0 20px 0 0;
		padding: 6px 10px 5px;
		line-height: 1;
		color: #fff;
		font-size: 0.875rem;
		background-color: #808080;
		text-align: center;
		min-width: 78px;
	}
	/* ----- box-layout-v1 ----- */
	.box-layout-v1{
		padding: 1.25rem;
		background-color: #f6f6f6;;
	}
	.box-layout-v1 > .box_detail{
		margin-bottom: 1.15rem;
	}
	.box-layout-v1 > .box_detail:last-child{
		
		margin-bottom: 0;
	}
	.box-layout-v1 > .box_detail > p{
		margin-bottom: 0.3rem;
	}
	
	.box-layout-v1 > .box_detail > .list{
		margin: 0;
	}
	.box-layout-v1 > .box_detail > .list .link > span{
		word-break: break-all;
	}

/* ----- order-layout ----- */
	.order-layout{
		margin-bottom: 1.875rem 
	}
	.order-layout > .heading-lv3{
		margin-bottom: 2.1875rem;
	}
	.order-layout > .heading-lv4{
		margin-top: 0;
		padding-top: 1.125rem;
		border-top: 2px solid #545454;
	}
	.order-layout > .order_inner{
		margin-bottom: 0.38rem;
		padding: 1.75rem 0.9375rem 2rem;
		background-color: #f6f6f6;
	}
	.order-layout .order-text{
		display: flex;
		justify-content: center;		
	}
	.order-layout .order-text span{
		line-height: 1;
		font-weight: 700;
	}
	.order-layout .order-text.tell{
		margin-bottom: 1.75rem;
	}
	.order-layout .order-text.tell span{
		position: relative;
		padding-left: 55px;
		font-size: 1.8rem;
	}
	.order-layout .order-text.tell span::before{
		position: absolute;
		content: "";
		top: 0.15em;
		left: 0;
		width: 44px;
		height: 25px;
		background: url("/common_img/cmn_freedial_ic01-r2x.png") no-repeat 0 0;
		background-size: contain;
	}
	.order-layout .order-text.mail span{
		font-size: 1.25rem;
	}
	.order-layout .order-text.mail + p{
		
		margin-bottom: 1.75rem;
	}
	.order-layout .btn{
		margin: 0;
	}
	
	/* ----- news-heading-badge ----- */
	.news-heading-badge .badge{
		line-height: 1;
		display: inline-block;
		min-width: 6rem;
		margin: 0 4.8px 30px;
		padding: .5rem .7rem;
		background-color: #808080;
		font-size: 75%;
		font-weight: 400;
		color: #ffffff;
		text-align: center;
	}
	
	/* ----- list__item ----- */
	.list__item.v-image > article span::after{
		position: relative;
		display: inline-block;
		font-family: webicon!important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		text-transform: none;
		vertical-align: middle;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.list__item.v-image > article span::after{
		top: auto;
	}
	.list__item.v-image > article .btn{
		display: block;
		padding: 0;
		background-color: #fff;
		border: none;
		box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
		text-align: left;
	}
	.list__item.v-image > article .btn::after{
		content: none;
	}
	.list__item.v-image > article .news__img > img{
		width: 100%;
	}
	.list__item.v-image > article .media__elm+.media__elm{
		margin-top: 0;
	}
	.list__item.v-image > article .btn .media-vertical-md{
		margin-bottom: 0;
	}
	.list__item.v-image > article time{
		display: inline-block;
		padding: 15px 15px 0;
		color: #545454;
		font-size: 0.75rem;
		font-weight: 400;
	}
	.list__item.v-image > article h2{
		line-height: 1.75;
		margin-top: 0.3rem;
		padding: 0 15px 20px;
		font-size: 1rem;
		font-weight: 700;
	}
	.list__item.v-image > article .badge{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		padding: 4px 16px;
		line-height: 1;
		color: #fff;
		font-size: 0.75rem;
		background-color: #808080;
		text-align: center;
	}
	
	/* ------------------------------------------------------
	 * Clearfix
	------------------------------------------------------ */
	.clearfix::after {
		display: block;
		clear: both;
		content: "";
	}
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


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