@charset "utf-8";

/*	 Font family
===================================================== */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:600&display=swap');

	.font-Mincho		{font-family: 'Noto Serif JP', serif;}
  .font-Gothic	  {font-family: 'M PLUS Rounded 1c', sans-serif; }


  /*.font-tbudrgothic-std {
    font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
    font-weight: 500;
    }
  .font-ten-mincho {
    font-family: ten-mincho, serif;
    font-style: normal;
    font-weight: 400;
    }
  .font-ten-mincho-text {
    font-family: ten-mincho-text, serif;
    font-style: normal;
    font-weight: 400;
    }	*/


/*	 Colors
===================================================== */
	.u-cWhite				{ color: #FFFFFF !important; }
	.u-cBlack				{ color: #000000 !important; }
	.u-cBlue				{ color: #0079C5 !important; }
  .u-cRed         { color: #E6211B !important; }
  .u-cYellow      { color: #EEE800 !important; }

  /* Background-image Pattern */
  .bg-pattern01 { background-image: url(../img/common/bg_pattern01.png); }
  .bg-pattern02 { background-image: url(../img/common/bg_pattern02.gif); }

  .bg-dot01 {
    background-color: #CCCCCC;
    background-image: radial-gradient(#FFFFFF 5%, transparent 8%),
                      radial-gradient(#FFFFFF 5%, transparent 8%);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    }
  
  .bg-gray   { background-color: #808080; }
  .bg-gray02 { background-color: #B2B2B2; }
  .bg-gray03 { background-color: #ECECEC; }
  .bg-gray04 { background-color: #E5E5E5; }
  .bg-gray05 { background-color: #EDEDED; }
  .bg-red    { background-color: #E6211B; }
  .bg-gradation-gray {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    }

  .border-gray { border-color: #CCCCCC !important; }
  .border-size-2 { border-width: 2px !important; }

  .box-shadow-red {
    box-shadow: 5px 5px 0px 0px #e6211b;
    -webkit-box-shadow: 5px 5px 0px 0px #e6211b;
    -moz-box-shadow: 5px 5px 0px 0px #e6211b;
    -o-box-shadow: 5px 5px 0px 0px #e6211b;
    -ms-box-shadow: 5px 5px 0px 0px #e6211b;  
    }


/*	 Width
===================================================== */
@media (min-width: 768px) {
  .w-md-50 { width: 50%; }
  .w-md-200 { width: 200px; }
  .w-md-300 { width: 300px; }
}
@media (min-width: 992px) {
  .w-lg-50  { width: 50%; }
  .w-lg-300 { width: 300px; }
}


/*	 List
===================================================== */
	.c-list-disc {
		list-style-type: disc;
		margin-left: 2rem;
		}
	.c-list-decimal {
		list-style-type: decimal;
		margin-left: 2rem;
		}
  .c-list-checklistIcon li {
    position: relative;
    }
  .c-list-checklistIcon li::before {
    content: '';
    display: inline;
    display: table-cell;
    background-image: url("../img/common/checklist.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    padding-right: 20px;
    }
  .c-list-checklistIcon li span {
    display: table-cell;
    padding-left: 5px;
    }
@media (min-width: 768px) {
  .c-list-checklistIcon li::before {
    position: relative;
    top: 3px;
    }
  _:-ms-input-placeholder, :root .c-list-checklistIcon li::before { /*forIE*/
    top: -6px;
    }
}


/*	 Icon
===================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?zbms43');
  src:  url('../fonts/icomoon.eot?zbms43#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?zbms43') format('truetype'),
    url('../fonts/icomoon.woff?zbms43') format('woff'),
    url('../fonts/icomoon.svg?zbms43#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lineIcon:before {
  content: "\e900";
  color: #e6211b;
}
.icon-contact:before {
  content: "\e901";
}
.icon-edit:before {
  content: "\e903";
}
.icon-externallink:before {
  content: "\e904";
}
.icon-pdf:before {
  content: "\e905";
}
.icon-sample:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e902";
}


/*	 Text
===================================================== */
	.c-notes	{
		text-indent: -1.2rem;
		margin-left: 1.2rem;
		}

	/* テキストを左揃えのまま中央寄せ */
	.c-text--centering {
		text-align: center;
		}
	.c-text--centering ul {
		display: inline-block;
		text-align: left;
		}
  
.line-height-160 { line-height: 1.6; }
		

/*	 Opacity
===================================================== */
	.action_hover {
		opacity: 1;
		transition: 400ms ease opacity;
		}
	.action_hover:hover {
		opacity: 0.7;
		}
	.action_hover:active {
		opacity: 0.5;
		}
@media (max-width: 768px) {
	.action_hover {
		opacity: 1 !important;
	}
}

/*	 Column
===================================================== */
	.p-column-wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: space-between;
		}
	.p-2column {
		position: relative;
		}
@media screen and (max-width: 767px) {
	.p-2column {
		width: 100%;
		}
	.p-2column+.p-2column {
		margin-top: 2.4rem;
		}			
}
@media print, screen and (min-width: 768px) {
	.p-2column {
		width: 48%;
		}
	}


/*	 Tables
===================================================== */
	.p-table {
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		border-collapse: collapse;
		border: solid 1px #CCCCCC;
		}
	.p-table th,
	.p-table td {
		text-align: left;
		/*font-weight: normal;*/
		box-sizing: border-box;
		vertical-align: middle;
		border-bottom: solid 1px #CCCCCC;
		}
	.p-table th {
		font-weight: 500;
		}
  .p-table td {
    background-color: #FFFFFF;
    }
	.p-table--gray th {
		background-color: #F2F2F2;
		}
  .c-td-line + .c-td-line {
    border-top: solid 1px #DFDFDF;
    }
  .p-table td > ul {
		list-style-type: disc;
		margin-left: 2rem;
		}
@media screen and (max-width: 767.98px) {
	.p-table {
		border-bottom: none;
		}
	.p-table th,
	.p-table td {
		display: block;
		padding: 1rem;
		}
  .p-table th {
    border-bottom: none;
    }
	.p-table td {
		padding-top: 1rem;
		padding-bottom: 1rem;
		}
  .c-td-line {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
    }
  .c-td-line + .c-td-line {
    border-style: dotted;
    }
  .c-td-line:first-of-type {
    margin-top: -1rem;
    }
  .c-td-line:last-of-type {
    margin-bottom: -1rem;
    }
}
@media print, screen and (min-width: 768px) {
	.p-table th,
	.p-table td {
		padding: 1.6rem;
		}
	.p-table th {
		min-width: 250px;
		}
  .c-td-line {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 1.6rem;
    }
  .c-td-line:first-of-type {
    margin-top: -1.6rem;
    }
  .c-td-line:last-of-type {
    margin-bottom: -1.6rem;
    }
}


/*	 GoogleMap
===================================================== */
	.p-gmap-wrap {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.p-gmap-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
@media screen and (max-width: 767px) {
	.p-gmap-wrap {
		height: 130px;
		}
}


/*	 Button
===================================================== */
  .btn {
    font-size: inherit;
		border-radius: 0;
    }
  .btn:focus {
    box-shadow: none;
    }

	.c-button {
		display: block;
		padding: 2rem;
		line-height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .4s;
		transition: all .4s;
		}
  _:-ms-input-placeholder, :root .c-button { /*forIE*/
    padding-bottom: 1.6rem;
    }
  .c-button.icon-pdf::before {
    font-size: 170%;
    color: #E6211B;
    position: relative;
    top: 5px;
    margin-right: 2rem;
    }
@media screen and (max-width: 767px) {
	.c-button {
		padding: 2rem 4rem;
		}
}

	.btn-outline-white {
		color: #FFFFFF !important;
		border-color: #FFFFFF;
		}
	.btn-outline-black {
		color: #000000 !important;
		border-color: #000000;
		}
	.btn-outline-redShadow {
		border-color: #E6E6E6 !important;
    background-color: #FFFFFF;
		text-align: center;
		line-height: 100%;
    box-shadow: 5px 5px 0px 0px #e6211b;
    -webkit-box-shadow: 5px 5px 0px 0px #e6211b;
    -moz-box-shadow: 5px 5px 0px 0px #e6211b;
    -o-box-shadow: 5px 5px 0px 0px #e6211b;
    -ms-box-shadow: 5px 5px 0px 0px #e6211b;
    position: relative;
		-webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
    }
  _:-ms-input-placeholder, :root .btn-outline-redShadow { /*forIE*/
    padding-top: 2.2rem;
    }  
	.btn-outline-redShadow::after {
		content: '';
		display: block;
    background-image: url(../img/common/menu_arrow.png);
		width: 13px;
		height: 13px;
		position: absolute;
		right: 6px;
		bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
			 -moz-transition: all .2s ease-in-out;
				 -o-transition: all .2s ease-in-out;
				-ms-transition: all .2s ease-in-out;
						transition: all .2s ease-in-out;
		}
  /*画像のリンクボタン（影あり）*/
  .btn-img-shadow {
    box-shadow: 5px 5px 0px 0px rgba(0,0,0, 0.2);
    -webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
    }
@media (min-width: 768px) {
  .btn-outline-white:hover {
    box-shadow: 4px 4px 0px 0px #FFFFFF;
    -webkit-box-shadow: 4px 4px 0px 0px #FFFFFF;
    -moz-box-shadow: 4px 4px 0px 0px #FFFFFF;
    -o-box-shadow: 4px 4px 0px 0px #FFFFFF;
    -ms-box-shadow: 4px 4px 0px 0px #FFFFFF;
    }
	.btn-outline-black:hover {
    box-shadow: 4px 4px 0px 0px #000000;
    -webkit-box-shadow: 4px 4px 0px 0px #000000;
    -moz-box-shadow: 4px 4px 0px 0px #000000;
    -o-box-shadow: 4px 4px 0px 0px #000000;
    -ms-box-shadow: 4px 4px 0px 0px #000000;
    }
  .btn-outline-redShadow:hover {
    color: #e6211b !important;
    }
  .btn-outline-redShadow:hover::after {
    right: 4px;
    bottom: 4px;
    }
  .btn-outline-redShadow:focus {
    box-shadow: 5px 5px 0px 0px #e6211b;
    -webkit-box-shadow: 5px 5px 0px 0px #e6211b;
    -moz-box-shadow: 5px 5px 0px 0px #e6211b;
    -o-box-shadow: 5px 5px 0px 0px #e6211b;
    -ms-box-shadow: 5px 5px 0px 0px #e6211b;    
    }
  .c-button:hover {
    text-decoration: none !important;
    opacity: 1 !important;
    }
  .btn-img-shadow:hover {
    box-shadow: 5px 5px 0px 0px rgba(0,0,0, 1);
    }
}

  /*** button >>> ***/
  .btn-arrow-right::after {
    content: "＞＞＞";
    padding-left: 1rem;
    font-size: 70%;
    letter-spacing: -0.2rem;
    position: relative;
    top: -1px;
    }

	/*** > ***/
	.c-arrow-left {
		position: relative;
		}
	.c-arrow-left a::before {
		content: '';
		width: 5px;
		height: 5px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 43%;
		left: 2rem;
		}
	.c-arrow-left a,
	.c-arrow-left a::before {
		-webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
		}
@media screen and (max-width: 768px) {
	.tb .c-arrow-left a.c-button {
		padding-left: 4.2rem;
		}
}
@media print, screen and (min-width: 769px) {
	.c-arrow-left a::before {
		top: 44%;
		left: 2.4rem;
		}
		.c-arrow-left a:hover::before {
			left: 2.8rem;
			}
	.c-arrow-left a.c-button {
		padding-left: 4.6rem;
		}
}

  /*** 「マイナビ」リンクボタン ***/
  .btn-mynavi {
    text-align: center;
    background-color: #FFFFFF;
    }
  .btn-mynavi a {
    display: block;
    padding: 1rem .75rem;
    }
  .btn-mynavi a:hover {
    opacity: 1 !important;
    }

  /*** 「リクナビ」リンクボタン ***/
  .btn-rikunabi a {
    width: 100%;
    height: 60px;
    background-color: #FFFFFF !important;
    padding: 7px 1rem;
    border: solid 1px #000;
    }
  .btn-rikunabi a:hover {
    opacity: 1 !important;
    }
  


/*	 画像およびBOXにかかった三角形の装飾
===================================================== */
  .c-triangle-ornament::after {
		content: '';
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid #E6211B;
		border-top: 20px solid transparent;
		position: absolute;
		bottom: 0px;
		right: 0px;
		transform: rotate(0deg);
    }
@media (min-width: 769px) {
  .c-triangle-ornament::after {
    border-left-width: 35px;
    border-right-width: 35px;
    border-top-width: 35px;
    }
}


/* =====================================================================

	Section
	
======================================================================== */
	.p-section {
    margin-top: 4rem;
		padding-bottom: 7rem;
		}
@media (max-width: 768.98px) {
  .p-section + .p-section {
    margin-top: 0;
    }
}
@media (min-width: 769px) {
	.p-section {
		padding-bottom: 10rem;
		}
}

  .p-section-l {
    padding-top: 50px;
    padding-bottom: 50px;
    }
@media (min-width: 992px) {
  .p-section-l {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}


/*----------------------------------------------------
	Section Title
----------------------------------------------------*/	
	.c-sectionTitle,
	.c-sectionTitle--en {
		font-weight: normal;
		text-align: center;
		}
	.c-sectionTitle {
		color: #000;
		box-sizing: border-box;
		font-family: 'Noto Serif JP', serif;
		line-height: 1.4;
		}
	.c-sectionTitle--en {
		color: #0079C5;
		letter-spacing: .15rem;
		}
@media screen and (max-width: 768px) {
	.c-sectionTitle {
		font-size: 180%;
		}
}
@media print, screen and (min-width: 769px) {
	.c-sectionTitle {
		font-size: 3.2rem;
		}
	.c-sectionTitle--en {
		font-size: 1.5rem;
		}
}

/*----------------------------------------------------
	Section Inner
----------------------------------------------------*/
@media screen and (max-width: 768px) {
	.p-section--inner {
		margin-top: 2.4rem;
		}
}
@media print, screen and (min-width: 769px) {
	.p-section--inner {
		margin-top: 4rem;
		}
}
		
	/*----------------------------------------------------
		Line装飾
	----------------------------------------------------*/
		hr.c-hr {
			overflow: visible; /* For IE */
			padding: 0;
      margin: 0;
			height: auto;
			border: none;
			border-top: 1px solid #DEDEDE;
			text-align: center;
			}
    hr.c-hr.border-gray {
      border-color: #B2B2B2;
      }
  _:-ms-input-placeholder, :root hr.c-hr { /*forIE*/
    margin-bottom: -5px;
    }
  hr.c-hr::after {
			content: "\e900";
			font-family: 'icomoon' !important;
			display: inline-block;
			position: relative;
			top: -15px;
			color: #e6211b;
			}
	@media all and (-ms-high-contrast: none) {
		hr.c-hr {
			margin-bottom: -30px;
			}
	}
	@media screen and (max-width: 768px) {
		hr.c-hr::after {
			top: -13px;
			}
	}

/*----------------------------------------------------
	アコーディオンメニュー
---------------------------------------------------- */
	.p-panel,
	.c-accordionMenu-list a {
		display: block;
		}
@media screen and (max-width: 414px) {
	.c-accordionMenu-list {
		font-size: 13px;
		}
	.is-toggle .p-accordion_icon {
		top: .75em;
		}
}
@media screen and (max-width: 768px) {
	.p-accordionMenu {
		overflow: hidden;
		margin: 0 -1.6rem 4rem;
		}
  .p-accordionMenu.relative {
    margin-top: -1.6rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4.8rem;
    }
	.p-panel {
		display: block;
		padding: .8em 3% .8em;
		cursor: pointer;
		clear: both;
		font-weight: bold;
		font-size: 110%;
		border-bottom: solid 1px #D8E5EB;
		}
  .p-panel,
  .p-panel:hover {
    color: #E6211B;
    }
  .p-accordionMenu.relative .p-panel {
    border-top: solid 2px #D8E5EB;
    }
	.c-accordionMenu-wrap {
		display: none;
		}
	.c-accordionMenu-wrap.is-open {
		display: block;
		}
	.c-accordionMenu-list {
		background-color: #F9F9F9;
		line-height: 1;
		overflow: hidden;
		width: 100%;
		position: absolute;
		z-index: 4;
		}
  .p-accordionMenu.relative .c-accordionMenu-list {
    position: relative;
    }
  .c-accordionMenu-list-item {
		float: left;
		width: 50%;
		box-sizing: border-box;
		border-bottom: solid 1px #E6E6E6;
		background-image: url(../img/common/sp_menu_arrow02.png);
		background-position: 98% 92%;
		background-repeat: no-repeat;
		background-size: 8px 8px;
		}
	.c-accordionMenu-list-item:nth-child(2n+1) {
		border-right: solid 1px #D8E5EB;
		}
	.c-accordionMenu-list-item:nth-child(5) {
		border-bottom: none;
		}
	.c-accordionMenu-list a {
		font-weight: 900;
		padding: 2.4rem 5%;
		box-sizing: border-box;
		position: relative;
		}
		
	/* ＋、－ボタン表示／切り替え */
	.p-accordion_icon,
	.p-accordion_icon span {
		display: inline-block;
		box-sizing: border-box;
		/*transition: all .3s ease-in-out;*/
		}
	.is-toggle { position: relative; }
	.is-toggle .p-accordion_icon {
		position: absolute;
		width: 30px;
		height: 30px;
		top: .9em;
		right: 3%;
		}
	.p-accordion_icon span {
		margin-top: 8px;
		position: absolute;
		left: 7px;
		width: 50%;
		height: 3px;
		background-color: #E6211B;
		}
	.p-accordion_icon span:nth-of-type(1) {
		top: 5px;
							transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
				 -moz-transform: rotate(0deg);
					-ms-transform: rotate(0deg);
					 -o-transform: rotate(0deg);
		}
	.p-accordion_icon span:nth-of-type(2) {
		top: 5px;
							transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
				 -moz-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
					 -o-transform: rotate(90deg);
		}
	.p-accordion_icon.is-active span:nth-of-type(1) { opacity: 0; }
	.p-accordion_icon.is-active span:nth-of-type(2) {
		top: 5px;
							transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
				 -moz-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					 -o-transform: rotate(180deg);
		}
}
@media print, screen and (min-width: 769px) {
	a.p-panel {
		display: none;
		}
	.p-accordionMenu {
		padding-top: 7rem;
		padding-bottom: 6rem;
		}
  .p-accordionMenu.relative {
    padding-bottom: 7.2rem;
    }
	.c-accordionMenu-list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: space-between;
		}
	.c-accordionMenu-list li {
		position: relative;
		}
	.c-accordionMenu-list li a {
		text-align: center;
		cursor: pointer;
		display: block;
    text-decoration: none !important;
    opacity: 1 !important;
		}
			
	/*2column*/
	.c-list-items--two {
		width: 48%;
		}
	/*3column*/
	.c-list-items--three {
		width: 31.5%;
		}
	/*4column*/
	.c-list-items--four {
		width: 23%;
		}
	/*5column*/
	.c-list-items--five {
		width: 19%;
		}
  /*6column*/
	.c-list-items--six {
		width: 15%;
		}
  
	/*TB 5columnの時は3column表示*/
	.tb .c-accordionMenu-list:after {
		content:"";
		display: block;
		width: 32%;
		}
	.tb .c-list-items--five {
		width: 32%;
		}
	.tb li.c-list-items--five {
		margin-bottom: 1.2rem;
		}
}

/*----------------------------------------------------
	Page Anchor
	ページ内アンカーリンク
----------------------------------------------------*/	
@media screen and (max-width: 768px) {
	.p-anchor {
		margin-top: -90px;
		padding-top: 90px;
		}
}
@media print, screen and (min-width: 769px) {
	.p-anchor {
		margin-top: -120px;
		padding-top: 120px;
		}
}

/*----------------------------------------------------
	breadcrumb
	パンくずリスト
----------------------------------------------------*/	
  #breadcrumb {
    margin-top: 2rem;
    font-size: 90%;
    }
  #breadcrumb a::after {
    content: " > ";
    color: inherit;
    }
@media (min-width: 768px) {
  #breadcrumb {
    margin-top: 4rem;
    }
  #breadcrumb a:hover {
    opacity: 1 !important;
    text-decoration: none;
    }
}

/*----------------------------------------------------
	お問い合わせBlock
----------------------------------------------------*/	
  .p-contactBlock dt {
    font-weight: 500;
    }
@media (min-width: 768px) {
  .p-contactBlock {
    height: 100px;
    }
  .p-contactBlock dt {
    padding-left: 70px;
    padding-right: 70px;
    line-height: 70px;
    border-right: solid 1px #CCCCCC;
    
    }
  .p-contactBlock dd {
    padding-left: 70px;
    padding-right: 70px;
    line-height: 70px;
    }
  _:-ms-input-placeholder, :root .p-contactBlock dt,
  _:-ms-input-placeholder, :root .p-contactBlock dd { /*forIE*/
    padding-top: 10px;
    }
}


/* =====================================================================

	p-news
	
======================================================================== */
	.c-information-item--list .c-news+.c-news {
		padding-top: 2.4rem;
		}
  .p-post-meta {
    line-height: 100%;
    }
	.p-post-meta span {
		display: inline-block;
    font-weight: normal;
		}
	.c-cate {
    color: #FFF;
		background-color: #000000;
    text-align: center;
		padding: .4rem .8rem;
    margin-right: 1rem;
    box-sizing: border-box;
    width: 80px;
    font-size: 1.3rem;
		}
  _:-ms-input-placeholder, :root .c-cate { /*forIE*/
    padding-top: 1rem;
    }
  .c-cate.info-product { background-color: #E6211B; }
  .c-cate.info-recruit { background-color: #555554; }
	.c-cate.recruit { background-color: #B98C2F; }
	.c-news dd a {
		color: rgba(0,0,0,0.9);
		}
@media (max-width: 768px) {
	.c-cate {
		line-height: 120%;
		}
	.c-news dd {
		padding-top: .4rem;
		}
}
@media (min-width: 769px) {
	.c-news {
		line-height: 100%;
		display: table;
		}
	.c-news dt,
	.c-news dd {
		display: table-cell;
		}
	.c-news dt {
		width: 240px;
		}
	.c-news dd {
		line-height: 1.6;
		}
}
  

/* =====================================================================

	p-lower-contact
	コンテンツ下部のお問合せbox
	
======================================================================== */
	.p-lower-contact {
		text-align: center;
		}
	.c-lower-item--tel,
	.c-lower-item--contact a,
	.c-lower-item--sample a {
		line-height: 100%;
		color: #E5211B !important;
		}
  .c-tel-link {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    }
	.c-tel-link a {
		color: #E5211B !important;
		}
  .c-lower-item--contact a::before,
  .c-lower-item--sample a::before {
 		display: inline-block;
		font-family: 'icomoon' !important; 
		margin-right: 1rem;
		color: #E5211B;
    font-size: 26px;
		position: relative;
		-webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
    }
	.c-lower-item--contact a::before {
		content: "\e901";
    top: 4px;
		}
	.c-lower-item--sample a::before {
		content: "\e906";
    top: 3px;
		}
@media (max-width: 767.98px) {
	.lower-contact {
		padding-top: 4.8rem;
    padding-bottom: 4.8rem;
		}
	.p-lower-contact p {
		line-height: 2;
		}
	.c-lower-item li {
		margin-top: 1.8rem;
		background-color: #ECECEC;
		text-align: center;
		}
	.c-lower-item--tel,
	.c-lower-item--contact a,
	.c-lower-item--sample a {
		padding: 2rem 1.6rem;
		display: block;
		}
	.c-lower-item--tel {
		color: #E5211B;
		font-size: 140%;
		line-height: 100%;
		}
	.c-lower-item--tel::before {
		content: 'TEL';
		display: inline-block;
		margin-right: .8rem;
		color: #000;
		font-weight: normal;
		font-size: 70%;
		position: relative;
		top: -2px;
		}
}
@media (min-width: 768px) {
	.lower-contact {
		padding-top: 8rem;
    padding-bottom: 8rem;
		}  
	.c-lower-item {
		margin: 2.4rem auto 0;
		height: 100px;
		background-color: #ECECEC;
		}
	.c-lower-item li {
		position: relative;
    padding: 0 3rem;
    }
	.c-lower-item--tel,
  .c-lower-item--contact a,
	.c-lower-item--sample a {
		display: block;
		}
	.c-lower-item--tel {
		color: #E5211B;
		font-size: 160%;
    padding-left: 3rem;
    margin-left: 3.8rem;
		}
    .c-lower-item--tel::before {
      content: 'TEL';
      display: inline-block;
      margin-right: 1rem;
      color: #000;
      font-weight: normal;
      font-size: 60%;
      position: absolute;
      left: -1rem;
      }
	.c-lower-item--contact,
  .c-lower-item--sample {
		border-left: solid 1px #FFFFFF;
		}
	.c-lower-item--contact a,
	.c-lower-item--sample a {
		line-height: 70px;
		-webkit-transition: all .3s ease-in-out;
			 -moz-transition: all .3s ease-in-out;
				 -o-transition: all .3s ease-in-out;
				-ms-transition: all .3s ease-in-out;
						transition: all .3s ease-in-out;
		}
	.c-lower-item--contact a::before,
	.c-lower-item--sample a::berore {
		font-size: 3rem;
		position: absolute;
		left: -1.8rem;
		}
	.c-lower-item--contact a:hover,
	.c-lower-item--sample a:hover,
  .c-lower-item--contact:hover a::before,
  .c-lower-item--sample:hover a::before {
    color: #000 !important;
    text-decoration: none !important;
    opacity: 1 !important;
		}
}


/* =====================================================================

	p-mark
	コンテンツ下部の認証マーク
	
======================================================================== */
	img.c-mark--fsc {
		height: 150px;
		}


/* =====================================================================

	Slick Slider
	
======================================================================== */
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 40px !important;
    width: 40px !important;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 2;
    }
  .slick-prev, .slick-prev:hover, .slick-prev:focus {
		left: 10% !important;
		background: no-repeat center center;
		background-image: url("../img/common/allow_prev.png") !important;
		background-size: cover;
		}
	.slick-next, .slick-next:hover, .slick-next:focus {
		right: 10% !important;
		background: no-repeat center center;
		background-image: url("../img/common/allow_next.png") !important;
		background-size: cover;
		}