/*カラム表示 基本*/

/*カラム用*/
.col_wrap {
	flex-wrap: wrap;
	width: 100%;
}
/*SP時２カラム*/
.col2_01 {
	width: 50%;
}
.col2_01:first-child {
	width: 50%;
}

@media print, screen and (min-width: 768px) {
.col_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
}
/*==================================================
  パンくず
==================================================*/
ul.breadcrumbs, #about ul.breadcrumbs, #talent ul.breadcrumbs, #privacy ul.breadcrumbs{
	margin: 25px 20px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	padding-left: 0;
	flex-wrap: wrap;
	line-height: 1.4;
}
@media screen and (min-width: 1000px) {
ul.breadcrumbs {
	margin: 25px 0;
}
}
.breadcrumbs li {
  list-style-type: none;
  margin: 0 5px;
}
.breadcrumbs li span,.breadcrumbs li br{
  display: none;
}
#privacy ul.breadcrumbs li{
	margin-bottom: 0;
}
.breadcrumbs a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  opacity: 1;
}
.breadcrumbs a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 1;
  visibility: hidden;
  transition: .3s;
}
.breadcrumbs a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

/*==================================================
  top page button
==================================================*/

/*  red_btn 
--------------------------------------------------*/
.details .btn, .slider .btn{
	font-size: 0.929em;
	display: inline-block;
	line-height: 2.5em;
	padding: 0.3em 3em 0.1em;
	border-width: 1px;
	border-style: solid;
	background: transparent;
	border-radius: 1.25em;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s, color 0.3s;
}
.btn.btn-disabled {
	cursor: not-allowed;
	opacity: 1;
}
.btn.btn-disabled:active {
	opacity: 1;
}
.btn:hover:after {
	transform: scaleX(1);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}
.btn:hover {
	opacity: 1;
}
.btn:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 1.25em;
	transform: scaleX(0.1);
	opacity: 0;
	transition: transform 0.8s, opacity 0.3s;
}
.btn-tertiary {
	color: #cf565f;
	border-color: #cf565f;
}
.btn-tertiary:hover {
	color: #fff;
	background-color: #cf565f;
	z-index: 1;
}
.btn-tertiary:active {
	background-color: #cf565f;
}
.btn-tertiary:active:after {
	background-color: #cf565f;
}
.btn-tertiary:after {
	background-color: #cf565f;
}
.btn-tertiary span::before {
	content: url(../images/top_icon_14.png);
	margin-right: 8px;
	vertical-align: calc(50% - 19px);
	display: inline-block;
}
.btn-tertiary:hover span::before {
	content: url(../images/top_icon_13.png);
	margin-right: 8px;
	vertical-align: calc(50% - 19px);
}

/*  バックナンバー　ボタン
--------------------------------------------------*/
a.btn_bl_s {
	display: inline-block;
	float: right;
	color: #000;
	font-size: 0.929em;
	padding: 10px;
}
a.btn_bl_s span::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow_gm.png);
	background-size: contain;
	vertical-align: calc(50% - 7.5px);
}

/*  btn under_bar
--------------------------------------------------*/
#news .btn_bl_s span {
	position: relative;
	display: inline-block;
	text-decoration: none;
	opacity: 1;
}
#news .btn_bl_s span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	opacity: 1;
}
#news .btn_bl_s span:hover::after {
	transform: scale(1, 1);
}
#footer_sitemap a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	opacity: 1;
}
#footer_sitemap a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
#footer_sitemap a:hover::after {
	transform: scale(1, 1);
}
/*  グレーの角丸枠
--------------------------------------------------*/
/*グレー枠内のp*/
.r_line p {
	margin-bottom: 30px !important;
}
/*グレーの角丸枠*/
.r_line {
	width: 100%;
	border: 1px solid #c9caca;
	border-radius: 10px;
	padding: 30px 30px 0px 30px;
	margin-bottom: 40px;
	box-shadow: 0 0 8px #d8d9d9;
}

/*==================================================
  工事中
==================================================*/

.under_construction {
	height: 300px;
	font-size: 3em;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	color: #494949;
	margin: 350px 0px 200px 0px;
}
.white_color {
	color: #FFFFFF;
}

/* サイトマップ
--------------------------------------------------*/
.site_map {
	width: 100%;
}
.site_map_w {
	display: flex;
	flex-direction: column;
}
.site_map #site_map_l ul,
.site_map #site_map_r ul {
	margin: -20px 0 40px 0;
	list-style: none;
}
.site_map li {
	position: relative;
	display: block;
	height: 50px;
	border-bottom: 1px dotted #c9caca;
}
.site_map li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	color: #000;
	line-height: 50px;
}
.site_map li a:hover {
	background-color: #b1b1b1;
	transition: all .6s ease;
	color: #fff;
}
.site_map li::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../images/site_map_arrow.svg);
	background-size: contain;
	vertical-align: -20px;
	margin-left: 5px;
}
@media all and (-ms-high-contrast: none) {
.site_map li::before {
	background-size: 80%;
}
}
.site_map #site_map_l h5:first-child {
	margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
.site_map {
	width: 47%;
}
.site_map_w {
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 0px;
}
}

/*==================================================
  お問い合わせ
==================================================*/

#contact table {
width: 100%;
	border-collapse: collapse;
	margin: 20px auto;
}
#contact tr {
	display: flex;
	flex-direction: column;
	background-color: #636363;
}
#contact th {
	border: 1px solid #000;
	text-align: left;
	padding: 20px;
	margin-bottom: -1px;
	color: #fff;
	font-weight: normal;
}
#contact td {
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: -1px;
	background-color: #fff;
	line-height: 1.6em;
	word-wrap: break-word;
}

@media print, screen and (min-width: 768px) {

#contact table {
	width: 100%;
	border-collapse: collapse;
	margin: 40px auto;
}
#contact tr {
	display: table-row;
	background-color: #909090;
}
#contact th {
width: 35%;
	border-bottom: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
}
#contact .last_bar {
	border-bottom: 1px solid #000;
}
}

/*==================================================
  個人情報保護方針 
==================================================*/

/*  個人情報保護方針 テキスト
--------------------------------------------------*/

#privacy p {
	margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
#privacy p {
	margin-bottom: 40px;
}
}
#privacy .r_line p{
text-align: right;
}

/*  個人情報保護方針 グレー枠内
--------------------------------------------------*/
#privacy ol{
	margin-bottom: 30px;
	padding-left: 1.5em;
}
#privacy li{
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
#privacy strong{
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #636363;
}
#privacy.termofuse li{
	margin-bottom: 0;
}
#privacy.termofuse ul{
	margin-bottom: 40px;
}
#privacy ul {
	padding-left: 1.5em;
	margin-bottom: 40px;
}
#privacy ul ol{
	margin-bottom: 20px;
}
#privacy [id^="privacy_0"] li{
	margin-bottom: 10px;
}

/* サイトの利用条件
--------------------------------------------------*/
#privacy_04{
	margin-bottom: 40px;
}

/* プライバシー　テーブル共通
--------------------------------------------------*/
#privacy .tsBasic {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: none;
}
#privacy .tsBasic th, .tsBasic td {
	display: block;
	width: auto;
}
#privacy .tsBasic th {
	background-color: #909090;
	color: #fff;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	vertical-align: middle;
}
#privacy .tsBasic th + th{
	border-top: 1px solid #fff;
}
#privacy .tsBasic td {/**/
	border-top: 1px solid #636363;
	border-right: 1px solid #636363;
	border-left: 1px solid #636363;
	padding: 20px 20px;
	line-height: 1.6em;
}
#privacy .tsBasic tr:last-child {
	border-bottom: 1px solid #636363;
}
#privacy .tsBasic td span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}
#privacy td strong {
	font-size: 18px;
	padding-bottom: 10px;
	display: inline-block;
}
#privacy td strong:last-child {
	padding-bottom: 0px;
}
@media print, screen and (min-width: 768px) {
#privacy  .tsBasic {
	border: 1px solid #636363;
}
#privacy  .tsBasic th {
	min-width: 120px;
	display: table-cell;
	text-align: left;
	border-right: 1px #fff solid;
}
#privacy .tsBasic th + th{
	border-top: 1px solid #636363;
}
#privacy  .tsBasic th:last-child {
    border-right: none;
}
#privacy  .tsBasic tr {
	border-bottom: 1px solid #fff;
}
#privacy  .tsBasic tr:last-child {
	border-bottom: none;
}
#privacy  .tsBasic td {
	display: table-cell;
}
#privacy  .tsBasic02 td {
	display: table-cell;
	text-align: left;
	padding: 10px 0;
}
}
/*==================================================
  製品・サービス  
==================================================*/

/*  製品・サービス テキスト
--------------------------------------------------*/

#products p {
	margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
#products p {
	margin-bottom: 40px;
}
}
.pro_logo{
    display: block;
    margin-bottom: 100px;
}
.pro_logo img{
    max-width: 100%;
    width: auto;
}
/*==================================================
  社会的取り組み  
==================================================*/

/*  社会的取り組み テキスト
--------------------------------------------------*/

#social_action h5 span {
	font-size: 20px;
}
#social_action p {
	margin-bottom: 30px;
}
#social_action p b{
    font-size: 16px;
}
#social_action .mar_sec{
    margin-top: 50px;
    }
#social_action dt{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
}
#social_action dl{
    margin-bottom: 100px;
}
#social_action dd{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
}
#social_action dd img{
    margin: 30px auto;
}
@media print, screen and (min-width: 768px) {
#social_action p {
	margin-bottom: 40px;
}
 #social_action .mar_sec{
        margin-top: 150px;
    }
}
#social_action ul {
	padding-left: 1.5em;
	margin-bottom: 40px;
}
#social_action li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
#social_action .side_menu ul {
	padding-left: 0;
}
#social_action .side_menu li{
	margin-bottom: 0;
    line-height: 55px;
}
#social_action .news_main,#kawanehoncho .news_main {
    margin: 0 auto;
}
/*==================================================
  ページネーション  
==================================================*/
.pagination ul{
    display: flex;
    width: auto;
    justify-content: center;
}
.pagination ul li {
    height: 30px;
    width: 30px;
    border: 1px #999 solid;
    margin: 0 5px;
}
.pagination ul li span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}
.pagination ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li a:hover {
    background-color: #eee;
    opacity: 1;
}
.pagination ul li a.prev{
    margin-top: -1px;
}
.pagination ul li a.next{
    margin-top: -1px;
}