@charset "utf-8";

/*========================================================
common/css/base_new.css
========================================================*/
/*===========================================================
    header.css
===========================================================*/

.breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb-page {
    padding-top: 18px;
    margin-bottom: 40px;
  }
  
.breadcrumb-page ul.breadcrumb {
padding-left: 0;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003E\00a0";
}
ul.breadcrumb li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #5c5c5e;
}


@media screen and (min-width: 1367px) {
    .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
        width: 1366px;
    }
}

@media screen and (max-width: 1366px) {
    .breadcrumb-page, .header-pc-wrap, .header-top-wrap, .header-bottom-wrap {
        width: 1000px;
    }
}

@media screen and (max-width: 750px) {
    .breadcrumb-page {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 10px;
        margin-bottom: 0;
        /* WEB_TEAM-324  suzuki 20220802 */
    }
  
    ul.breadcrumb {
        padding: 0;
    }

    header.header-nav {
        /*      position: static;  2021/10TOPページスマホ表示時メイン画像がメニューの下に入ってしまう対応 */
    }
}

/*===========================================================
    search.css
===========================================================*/

.box-login-detail {
    border: 1px solid #005fb1;
    margin-top: 28px !important;
    border-radius: 8px;
}

.box-login-detail .title {
    background-color: #d8edff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.box-login-detail .form-column {
    text-align: center;
    margin-top: 15px;
}

.box-login-detail .form-column input {
    border-radius: 8px;
    border: 1px solid #c0c0c0;
    padding: 7px 6px;
    outline: none;
}

.box-login-detail .form-column label {
    font-weight: bold;
    display: block;
    text-align: left;
    padding-left: 8px;
    margin-bottom: 2px;
}

.box-login-detail .btn-login {
    background-color: #005fb1;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 10px;
    cursor: pointer;
}

.box-login-detail .login-reminder a {
    color: #636363;
}

input#j_freeword:focus::placeholder {
    color: transparent;
}

/*===========================================================
    以下、従来のbase_new.css  (import廃止→cssを下記に展開 2021.10 sasaki)
===========================================================*/

.information-list, .know-wrap, .top-know-wrap, .service-wrap, .top-service-wrap, .box-sidebar {
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    background-color: #fff;
}

#sidebar .box-sidebar,
#sidebar .box-register-email,
#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar,
#sidebar-second .box-register-email,
#sidebar-second .box-sidebar-bottom {
	margin-top: 35px;
}

#sidebar .box-sidebar:first-child,
#sidebar-second .box-sidebar:first-child {
	margin-top: 0px;
}



#sidebar .box-sidebar,
#sidebar-second .box-sidebar {
    border-radius: 8px;
    padding-bottom: 20px;
}

#sidebar .box-sidebar .new-title,
#sidebar-second .box-sidebar .new-title {
	color: #000;
	padding: 15px 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d2d2d2;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#sidebar .box-sidebar .new-title h2, 
#sidebar .box-sidebar .new-title p,
#sidebar-second .box-sidebar .new-title h2, 
#sidebar-second .box-sidebar .new-title p {
    text-align: center;
}

#sidebar .box-sidebar .new-title h2,
#sidebar-second .box-sidebar .new-title h2 {
	font-size: 18px;
	width: 100%;
	padding-left: 0;
	font-weight: bold;
}

#sidebar .box-sidebar .new-title p,
#sidebar-second .box-sidebar .new-title p {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}

#sidebar .box-sidebar-padding,
#sidebar-second .box-sidebar-padding {
	padding:15px;
	overflow: hidden;
}

#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar-bottom {
	border: 1px solid #d6d6d6;
	height: 85px;
}

#sidebar .box-sidebar-bottom a,
#sidebar-second .box-sidebar-bottom a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

#sidebar .box-sidebar-bottom.only-image img,
#sidebar-second .box-sidebar-bottom.only-image img {
	width: 100%;
	height: 100%;
}

#sidebar .box-sidebar-bottom .sidebar-bottom,
#sidebar-second .box-sidebar-bottom .sidebar-bottom {
	display: flex;
    align-items: center;
    padding: 0 5px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom img,
#sidebar-second .box-sidebar-bottom .sidebar-bottom img {
	width: 60px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom .title,
#sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
    padding-left: 8px;
    font-size: 12px;
}

#sidebar .h125,
#sidebar-second .h125{
	height: 125px!important;
}

.h100{
	height: 100px!important;
}

#sidebar .box-sidebar .list-box,
#sidebar-second .box-sidebar .list-box {
	padding: 0 15px;
}

#sidebar .box-sidebar .list-box .category-head,
#sidebar-second .box-sidebar .list-box .category-head {
	display: flex;
    align-items: center;
    padding: 15px 0 5px;
	margin-bottom: 10px;
    border-bottom: 1px solid #646464;
	font-size: 16px;
    font-weight: bold;
}

#sidebar .box-sidebar .list-box .category-head img,
#sidebar-second .box-sidebar .list-box .category-head img {
	width: 25px;
	margin-right: 10px;
}

#sidebar .box-sidebar .list-box > ul,
#sidebar-second .box-sidebar .list-box > ul {
	margin-bottom: 15px;
}

#sidebar .box-sidebar .list-box > ul > li,
#sidebar-second .box-sidebar .list-box > ul > li {
	margin-bottom: 5px;
}

#sidebar .box-sidebar .list-box > ul > li > p,
#sidebar-second .box-sidebar .list-box > ul > li > p {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}

#sidebar .box-sidebar .list-box > ul > li > p a,
#sidebar-second .box-sidebar .list-box > ul > li > p a {
	color: #7a7a7a;
}

#sidebar .box-sidebar .list-box > ul > li > p::before,
#sidebar-second .box-sidebar .list-box > ul > li > p::before {
	content: '>';
	position: absolute;
	left: 0;
}

#sidebar .box-sidebar .list-box .libottom02,
#sidebar-second .box-sidebar .list-box .libottom02 {
	position: relative;
	padding-left: 10px;
	color: #646464;
	margin-bottom: 5px;
}

#sidebar .box-sidebar .list-box .libottom02 .fontstyle a,
#sidebar-second .box-sidebar .list-box .libottom02 .fontstyle a{
	color: #646464;
}

#sidebar .box-sidebar .list-box .libottom02::before,
#sidebar-second .box-sidebar .list-box .libottom02::before {
    content: "\B7";
    position: absolute;
    left: 0;
    color: #646464;
}

/* 20220406 Kanda 本番との差異修正 */
#sidebar .box-sidebar .search-by-company ul,
#sidebar-second .box-sidebar .search-by-company ul {
    padding-top: 20px;
}
    
#sidebar .box-sidebar .search-by-company ul li,
#sidebar-second .box-sidebar .search-by-company ul li {
    margin-bottom: 15px;
}
/* END */


@media screen and (max-width: 750px) {

#sidebar .box-sidebar-bottom,
#sidebar-second .box-sidebar-bottom {
  width: 430px;
  height: 150px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #252525;
}

#sidebar .box-sidebar-bottom .sidebar-bottom img,
#sidebar-second .box-sidebar-bottom .sidebar-bottom img {
  width: 125px;
}

#sidebar .box-sidebar-bottom .sidebar-bottom .title,
#sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
  font-size: 24px;
}
}

@media screen and (max-width: 750px) {
  #sidebar .box-sidebar-bottom,
  #sidebar-second .box-sidebar-bottom {
    width: 260px;
    height: 100px;
  }
  
  #sidebar .box-sidebar-bottom .sidebar-bottom .title,
  #sidebar-second .box-sidebar-bottom .sidebar-bottom .title {
    font-size: 13px;
  }
  
  #sidebar .box-sidebar-bottom .sidebar-bottom img,
  #sidebar-second .box-sidebar-bottom .sidebar-bottom img {
    width: 60px;
  }
  
  #sidebar .sidebar-bottom-wrap,
  #sidebar-second .sidebar-bottom-wrap {
		display: flex;
		flex-flow: column-reverse;
	}
}


/* WEB_TEAM-514 ishii */
.sidebar-bottom-box {
    display: flex;
    align-items: center;
    height: 100%;
}