@charset "utf-8";


/*=============================

common


=============================*/

/* パン屑ナビ */
#bread-nav {
    color: var(--base-color);
    margin: 100px 0 50px;
}
.bread-nav__list > li {
	font-size: 14px;
    display:inline-block;
	margin-left: 10px;
}
.bread-nav__list > li:before {
    content: '>';
	margin-right: 10px;
}
.bread-nav__list > li:first-child {
    margin-left:0;
}
.bread-nav__list > li:first-child:before {
    display: none;
}
.bread-nav__list > li a {
    color: var(--base-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bread-nav__list > li a:hover {
    color: var(--main-color);
}

/* title */
.page-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
    border-left: solid 5px;
    padding-left: 20px;
}

/* list */
.cmn__list >li {
	margin-bottom: 30px;
}
.cmn__list h3 {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}

/* table */
.cmn-table {
    width: 100%;
	line-height: 1.6;
    border-collapse: collapse;
    border-top: solid 1px #e7e7e7;
}
.cmn-table th {
    width: 170px;
	font-weight: 500;
    padding: 20px;
    text-align: left;
    background: #f5f5f5;
    border-bottom: solid 1px #e7e7e7;
}
.cmn-table td {
    padding: 20px;
    border-bottom: solid 1px #e7e7e7;
}

.cmn-table h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.cmn-table h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.cmn-table p {
	margin-bottom: 10px;
}
.cmn-table ul >li {
	font-size: 14px;
}
.cmn-table ul + h4,
.cmn-table ul + h5 {
	margin-top: 20px;
}

.table-subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media (max-width: 815px) {

	.cmn-table th {
		width: 120px;
		padding: 10px;
	}
	.cmn-table td {
		padding: 10px;
	}

}


/* ----------------
company
----------------- */




@media (max-width: 815px) {

	#company table th {
		width: 120px;
		padding: 10px;
	}
	#company table td {
		padding: 10px;
	}

}



/* ----------------
welcart custom
----------------- */
#primary {
    margin-top: 30px;
    margin-bottom: 100px;
}
.site-content {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}
.site-content h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
    border-left: solid 5px;
    padding-left: 20px;
}
.new-entry h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}




