@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&&family=Roboto:wght@600;700&display=swap');
/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700,800);
@import url(https://fonts.googleapis.com/css2?family=Signika:600,700);*/

/* ========================
00_共通
======================== */
#koubeContents{
    color: rgb(50, 63, 71);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
}
#koubeContents .koubeInner{
    width: 960px;
    margin: 0 auto;
}
#koubeContents h2 {
    font-size: 2.625em;
    line-height: 1.4;
    margin: 0 0 50px;
    position: relative;
    overflow: hidden;
}
#koubeContents h2 span {
    background: url("https://www.kobelco-kenki.co.jp/pickup/horunavi/img/bg-pattern02.png") repeat left top;
}
#koubeContents h3 {
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 55px;
    position: relative;
}
#koubeContents h3::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #00a7ac;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -15px;
}

#koubeContents p,ul{
    margin: 0;
    padding: 0;
}
#koubeContents p.note{
    font-size: 0.85em !important;
    padding-left: 1em;
    text-indent: -1em;
}

/* ========================
01_ホルナビ・ジョブサイト神戸
======================== */

#koubeContents ul{
    margin: 0 0 40px 0;
}
#koubeContents ul > li{
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px;
    list-style: none;
}
#koubeContents ul > li::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("https://www.kobelco-kenki.co.jp/pickup/horunavi/img/obj-check.png") no-repeat;
    background-size: cover;
    top: 10px;
    left: 0px;
}
#koubeContents ul > li strong{
    font-weight: 500;
    color: #00a7ac;
}
#koubeContents .captionBox{
    width: 869px;
    margin: 0 auto;
}
#koubeContents .captionBox p{
    font-size: 0.95em;
    margin-top: 8px;
    text-align: center;
}
#koubeContents .captionBox p span{
    padding-left: 26px;
    display: inline-block;
}
#koubeContents .captionBox p span.no1{
    background: url("../img/ico_num01.png") no-repeat left center;
    background-size: 20px;
}
#koubeContents .captionBox p span.no2{
    background: url("../img/ico_num02.png") no-repeat left center;
    background-size: 20px;
    margin-left: 20px;
}
#koubeContents .captionBox p span.no3{
    background: url("../img/ico_num03.png") no-repeat left center;
    background-size: 20px;
    margin-left: 20px;
}


/* ========================
02_施設紹介
======================== */
#koubeContents .colorBG{
    width: 100%;
    margin: 80px 0;
    padding: 60px 0 150px;
    background: #def1f2 url("../img/bg_ttc.jpg") center bottom no-repeat;
    background-size: 640px;
}
#koubeContents .colorBG p{
    line-height: 2.0;    
}

#koubeContents .colorBG #sliderWrap{
	width: 100%;
	margin-bottom: 40px;
	padding: 10px 0 30px 0;
    overflow: visible;
}
#koubeContents .colorBG #sliderWrap h4{
    font-size: 1.7em;
    font-weight: 300;
}
#koubeContents .colorBG #sliderWrap h4 span{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px 1px 10px;
    margin-right: 8px;
    background-color: #333f48;
}
#koubeContents .colorBG #sliderWrap .slider_1f,
#koubeContents .colorBG #sliderWrap .slider_2f{
    float: left;
    width: 450px;
}
#koubeContents .colorBG #sliderWrap .slider_1f{
	margin: 0 60px 0 0;
}


/* ========================
03_映像伝送システム
======================== */
#koubeContents .systemBox{
    margin: 60px auto 80px;
}
#koubeContents .systemBox ul{
    margin: 50px 0 80px 0;
}

/* ========================
04_アクセス
======================== */
#koubeContents .accessBox{
    margin: 0 auto;
}
#koubeContents .accessBox p{
    display: inline-block;
    width: 480px;
    padding: 0 30px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 2.0;
}
#koubeContents .accessBox p:first-of-type{
    background: url("../../../img/icon-pin.png") left top no-repeat;
    background-size: 20px;
}
#koubeContents .accessBox p:last-of-type{
    padding: 0 0 0 85px;
    background: url("../../../img/icon-cor.png") 30px 3px no-repeat;
    background-size: 44px;
    border-left: 1px solid #ddd;
}
#koubeContents .accessBox iframe{
    margin: 30px 0 0 0;
    vertical-align: bottom;
    padding: 0;
    width: 100%;
    height: 450px;
}







@media only screen and (max-width: 767px) {

/* ========================
00_SP共通
======================== */
/*#koubeContents{
    color: rgb(50, 63, 71);
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif, sans-serif;
}*/
#koubeContents .koubeInner{
    width: 90%;
    /*margin: 0 auto;*/
}
#koubeContents h2 {
    margin: 0 0 40px;
    font-size: 6vw;
}
#koubeContents h3 {
    font-size: 5vw;
    margin: 0 0 40px;
}
#koubeContents p.note{
    font-size: 0.85em !important;
}

/* ========================
01_SPホルナビ・ジョブサイト神戸
======================== */

/*#koubeContents ul{
    margin: 0 0 60px 0;
}*/
#koubeContents ul > li{
    font-size: 1.125em;
    margin-bottom: 20px;
    padding-left: 30px;
}
#koubeContents ul > li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://www.kobelco-kenki.co.jp/pickup/horunavi/img/obj-check.png") no-repeat;
    background-size: cover;
    top: 3px;
    left: 0px;
}
#koubeContents ul > li strong{font-weight: 600;}
#koubeContents .captionBox{
    width: 100%;
}
#koubeContents .captionBox p{
    margin-top: 6px;
    text-align: left;
    font-size: 0.9em;
}
#koubeContents .captionBox p span{
    margin: 0 8px 6px 0;
    padding-left: 18px;
}
#koubeContents .captionBox p span.no1{
    background: url("../img/ico_num01.png") no-repeat left 3px;
    background-size: 15px;
}
#koubeContents .captionBox p span.no2{
    background: url("../img/ico_num02.png") no-repeat left 3px;
    background-size: 15px;
    margin-left: 0px;
}
#koubeContents .captionBox p span.no3{
    background: url("../img/ico_num03.png") no-repeat left 3px;
    background-size: 15px;
    margin-left: 0px;
}


/* ========================
02_SP施設紹介
======================== */
#koubeContents .colorBG{
    width: 100%;
    margin: 50px 0;
    padding: 40px 0 30%;
    background: #def1f2 url("../img/bg_ttc.jpg") center bottom no-repeat;
    background-size: 90%;
}
#koubeContents .colorBG p{
    font-size: 1.1em;
}
#koubeContents .colorBG #sliderWrap{
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}
#koubeContents .colorBG #sliderWrap h4{
    font-size: 1.3em;
    font-weight: 300;
    margin: 30px 0 10px 0;
}
#koubeContents .colorBG #sliderWrap h4 span{
    padding: 1px 8px 0px 8px;
    margin-right: 6px;
    font-size: 1.0em;
}
#koubeContents .colorBG #sliderWrap .slider_1f,
#koubeContents .colorBG #sliderWrap .slider_2f{
    float: none;
    width: 100%;
}
#koubeContents .colorBG #sliderWrap .slider_1f{
	margin: 0;
}


/* ========================
03_SP映像伝送システム
======================== */
#koubeContents .systemBox{
    margin: 50px auto;
}
#koubeContents .systemBox{
    font-size: 1.1em;
    line-height: 2.0;
}
#koubeContents .systemBox ul{
    margin: 30px 0 40px 0;
}


/* ========================
04_SPアクセス
======================== */
#koubeContents .accessBox p{
    font-size: 0.95em;
    display: block;
    width: 100%;
    padding: 0 0 0 40px;
    line-height: 1.8;
}
#koubeContents .accessBox p:first-of-type{
    background: url("../../../img/icon-pin.png") 8px top no-repeat;
    background-size: 16px;
    margin-bottom: 20px;
}
#koubeContents .accessBox p:last-of-type{
    padding: 0 0 0 36px;
    background: url("../../../img/icon-cor.png") left 3px no-repeat;
    background-size: 30px;
    border-left: none;
}
#koubeContents .accessBox iframe{
    height: 400px;
}


}
