@charset "UTF-8";
.p-headline {
    background: none !Important;
    font-weight: normal;
    font-size: 16px !Important;
    padding: 9px 9px 9px 17px !Important;
    border: none !important;
}
.p-headline > .icon {}
.sKojin {
    margin-top: -3px;
}
 #contents .asset-body h3.sKojin_title {
    background: #cce6c6 !Important;
    color: #236735 !Important;
    margin-bottom: 23px !Important;
}

#contents .asset-body h3.sKojin_title,
#contents .asset-body h3.sSouzoku_title.p-headline {
	font-size: 18px !important;
}
.sKojin_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sKojin_list:after {
    content: "";
    display: block;
    clear: both;
}
.sKojin_list > li {
    margin: 0;
    width: 370px;
    float: left;
    margin-left: 31px;
    /* margin-bottom: 24px; */
}
.sKojin_list > li:last-child {
	width: 100%;
}
.sKojin_list > li:first-child {}
.sKojin_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.sKojin_item {
    padding-left: 137px;
    position: relative;
    z-index: 1;
    height: 140px;
}
.sKojin_headline {
    margin-bottom: 7px !Important;
    border-bottom: 1px dotted #c8c8c8;
    font-size: 18px;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 4px;
    position: relative;
    z-index: 1;
    padding-left: 18px;
    line-height: 1.2;
    font-weight: normal;
/*    font-family: "メイリオ";*/
}
.sKojin_headline > .icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    font-size: 13px;
}
.sKojin_headline-no01 {
    /*margin-bottom: 17px !Important; */
}
.sKojin_headline-no01 > .icon {
    color: rgb(216, 38, 38);
}
.sKojin_text {
	padding-left: 18px;
	padding-bottom: 3px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px !Important;
    white-space: nowrap;
}
.sKojin_btn {
	padding-left: 18px;
	text-align: right;
}
.sKojin_link {
    margin-top: 5px !Important;
    margin-bottom: 0 !Important;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 223px;
}
.sKojin_link > a {
    display: block;
    border: 1px solid #f14d54;
    color: #d82626;
    background: #fdfdfd;
    background-image: linear-gradient(180deg, #fff 0%, #fff 50%, #eaecec 100%);
    line-height: 1;
    text-align: center;
    font-size: 14px;
    padding-right: 20px;
    border-radius: 2px;
    text-shadow: 1px 1px 0 #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sKojin_link > a > img {
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
/*
li:nth-child(2) .sKojin_link > a {
    border: 1px solid #096bb5;
    color: #096bb5;
}*/
li:nth-child(1) .sKojin_link > a {
    border: 1px solid #01cfba;
    color: #01cfba;
}
.sKojin_link > a:hover {
    text-decoration: none;
    opacity: .7;
}
.sKojin_link > a:before {
    content: "";
}
.sKojin_link > a:after {
    content: "";
}
.sKojin_link > a > .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    top: -1px;
}
.sKojin_item_image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid rgb(215, 215, 215);
    padding: 2px;
}
.sKojin_item_image > img {
    display: block;
}
.sKojin_headline-no02 {}
.sKojin_headline-no01 > img {
    width: 116px;
    height: 15px;
}
.sKojin_headline-no02 > img {
    width: 154px;
    height: 32px;
}
.sKojin_headline-no02 > .icon {
    color: #096bb5;
}
.sKojin_headline-no03 {
    /*margin-bottom: 17px !Important; */
}
.sKojin_headline-no03 > img {
    width: 195px;
    height: 15px;
}
.sKojin_headline-no03 > .icon {
    color: rgb(1, 207, 186);
}
.sKojin_dList {
    list-style: none;
}
.sKojin_dList > dt {
    margin-bottom: 10px;
}
.sKojin_dList > dd {
	display: inline-block;
	width: 46%;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
    font-size: 14px;
}
.sKojin_dList > dd:nth-child(2n+1) {
	padding-left: 51px;
}
.sKojin_dList > dd > a {
    color: rgb(0, 102, 151);
}
.sKojin_dList > dd > a:hover {}
.sKojin_dList > dd > a:before {
    content: "";
}
.sKojin_dList > dd > a:after {
    content: "";
}
.sKojin_dList > dd > a > .icon {
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    position: relative;
    z-index: 1;
    top: -1px;
}
.sSouzoku {
    margin-top: 20px;
}
.sSouzoku_title {
    background: #d5e5ec !important;
    color: #0a6389 !Important;
}
.sSouzoku_cols {
	display: flex;
    justify-content: space-around;
}
.sSouzoku_cols:after {
    content: "";
    display: block;
    clear: both;
}
.sSouzoku_col {
/*    float: left; */
    width: 49%;
    border: 1px solid rgb(208, 208, 208);
}
.sSouzoku_col-no1 {}
.sSouzoku_item {
/*    border: 1px solid rgb(208, 208, 208); */
    padding: 15px 20px;
    min-height: 337px;
}
.sSouzoku_image {
    height: 149px;
    overflow: hidden;
}
.sSouzoku_image > img {}
.sSouzoku_headline {
    background: none !Important;
    border: none !Important;
    border-bottom: 2px solid rgb(31, 107, 153) !Important;
    margin: 17px 0 10px !Important;
    padding: 0 7px 6px !Important;
    font-size: 18px !Important;
}
.sSouzoku_headline > img {
    height: 17px;
    width: auto;
    display: block;
}
.sSouzoku_oList {
    list-style: none;
    counter-reset: number;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}
.sSouzoku_oList > li {
    margin: 3px 0 0;
    position: relative;
    z-index: 1;
    padding-left: 23px;
}
.sSouzoku_oList > li:before {
    counter-increment: number;
    content: counter(number);
    width: 16px;
    display: block;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 0;
    border: 1px solid #333;
    text-align: center;
}
.sSouzoku_oList > li:first-child {
    margin-top: 0;
}
.sSouzoku_oList > li:nth-child(2n+1) {}
.sSouzoku_link {
    text-align: right;
    font-size: 14px;
    margin-bottom: 0 !Important;
}
.sSouzoku_link > a {
    vertical-align: middle;
    color: rgb(15, 116, 165);
    display: block;
    padding: 0.8rem 0;
    border: solid 1px rgb(15, 116, 165);
    text-align: center;
}
.sSouzoku_link > a:hover {}
.sSouzoku_link > a:before {
    content: "";
}
.sSouzoku_link > a:after {
    content: "";
}
.sSouzoku_link > a > .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -1px;
}
.sSouzoku_col-no2 {
/*    float: right; */
}
.sSouzoku_text {
    margin: 10px 0 0 !important;
    font-size: 12px;
    text-align: right;
}
.sSouzoku_text > a {
    color: #0f74a5;
}
.sSouzoku_text > a:hover {}
.sSouzoku_text > a:before {
    content: "";
}
.sSouzoku_text > a:after {
    content: "";
}
.sSouzoku_text > a > .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -1px;
}
.sBlue {
    border: 1px solid rgb(215, 215, 215);
    padding: 31px 20px;
    margin-top: 48px;
}
.sBlue_title {
    font-weight: bold;
}
.sBlue_text {
    margin-bottom: 28px !Important;
}
.sBlue_text:last-of-type {
    margin-bottom: 0 !Important;
}
/* 202507 追加 */
.breadpath {
	margin-top: 10px;
	text-align: right;
}
.breadpath h1,
.breadpath p {
	display: inline-block;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}
#breadpath p:after {
	content: ">";
	padding: 0 3px;
}
#page-title {
    margin: 20px 0px 20px;
    padding: 14px 0px 10px 22px;
    background: url(/common/images/bg_h1.png) left bottom no-repeat;
    border: solid 1px #C3C3C3;
    color: #666666;
    font-size: 14px;
    font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: bold;
    line-height: 1em;
}
.pageBody_main_contents_pankuzu .smalltext {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}
#contents .pageBody_main_contents_pankuzu h1 {
	display: inline-block;
	margin: 0;
    padding:0;
    background:none;
     border: 0;
     color: #333333;
     font-size: 13px;
     font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: normal;
     line-height: 1em;
	text-align: left;
}