@charset "utf-8";


/*===============================================
●sp-second.css  画面の横幅が750pxまで
===============================================*/




/* h1 */

h1{
    align-items: center;
    background-image: url(../images/second/h1.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    font-size: 150%;
    display: flex;
    height: 180px;
    justify-content: center;
}


/* breadCrumb */

#breadCrumb li:last-child{
    border: none;
    padding: 15px;
}

#breadCrumb li a{
    display: block;
    padding: 15px;
    text-decoration: underline;
}







/* section */

.sec-base{
    margin: 50px auto;
	width: 90%;
}

h2{
    background-image: url(../images/second/h2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #CCC;
    font-size: 150%;
    font-weight: bold;
    margin: 60px 0 40px;
    padding: 30px 0 30px 20px;
}

h3{
    border-bottom: 1px solid #CCC;
    font-size: 125%;
    font-weight: bold;
    margin: 60px 0 40px;
    padding-bottom: 5px;
    position: relative;
}

h3::after{
    background-color: #1458E4;
    bottom: -2px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
}

h4{
    font-size: 112%;
    font-weight: bold;
    margin: 60px 0 30px;
}




/* リスト */

.ul-flow{
    clear: both;
    margin: 60px 0;
	overflow: hidden;
	width: 100%;
}

.ul-flow li{
    float: left;
    margin: 0 5% 20px 0;
	max-width: 300px;
    width: 30%;
}

.ul-flow li:nth-child(3n){
    margin-right: 0;
    float: right;
}

.ul-box2clm,
.ul-box3clm{
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.ul-box2clm li{
    max-width: 450px;
    width: 48%;
}

.ul-box3clm li{
    max-width: 300px;
    width: 30%;
}

#ul-sort li{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    text-align: center;
}

#ul-sort li img{
    width: 70%;
}

.ul-pdf{
    clear: both;
    margin: 60px 0;
	overflow: hidden;
	width: 100%;
}

.ul-pdf li{
    border: solid 1px #333;
    float: left;
    font-size: 85%;
    margin: 0 3.8% 40px 0;
    text-align: center;
    width: 30%;
}

.ul-pdf li a{
    background-image: url(../products/images/pdf.gif);
    background-repeat: no-repeat;
    background-position: center 20px;
    display: block;
    padding: 100px 5px 10px 5px;
}

.ul-pdf li:nth-child(3n){
    margin-right: 0;
    float: right;
}


#ul-ct li{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

#ul-ct li:first-child{
    background-image: url(../products/images/bn-contact.jpg);
}

#ul-ct li:last-child{
    background-image: url(../products/images/bn-tel.jpg);
}

#ul-ct li span{
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 0 20px 70px;
}

#ul-ct li:first-child span{
    background-image: url(../products/images/bn-icon-contact.png);
}

#ul-ct li:last-child span{
    background-image: url(../products/images/bn-icon-tel.png);
}

#ul-ct li a{
    color: #FFF;
    display: block;
    font-size: 150%;
    font-weight: bold;
    padding: 50px 10px;
    text-decoration: none !important;
}




/* 定義リスト */

.dl-type01{
    margin: 40px 0;
}

.dl-type01 dt{
    background-image: url(../company/images/message/dt.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.dl-type01 dd p{
    margin-bottom: 20px;
}














/* テーブル(レスポンシブ対応 responsive-table) */

table.responsive-table{
	border-left: solid 1px #CCC !important;
	border-right: solid 1px #CCC !important;
	border-top: solid 1px #CCC !important;
}


table.responsive-table th{
    background-color: #F1F1F1;
	border-bottom: solid 1px #CCC !important;
	display: block !important;
}

table.responsive-table td{
	border-left: none !important;
	border-right: none !important;
    display: block;
}






/* スクロール(mod-tbl) */

.mod-tbl{
    overflow: auto;
}

.mod-tbl table{
    table-layout: fixed;
    min-width: 100%;
}

.mod-tbl th{
    width: 200px;
    min-width: 200px;
}

.mod-tbl td{
    width: 130px;
    min-width: 130px;
}








/* キャプション */

.box01{
	clear: both;
	margin: 60px auto;
	overflow: hidden;
	width: 100%;
}

.box01 .float-left,
.box01 .float-right{
    margin: 0 auto 20px;
    max-width: 450px;
}

.caption{
    background-image: url(../images/second/list01.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    font-size: 88%;
    padding-left: 15px;
}

.box-type01{
    margin: 60px 0;
}

.box-type01-a,
.box-type01-b{
    margin: 20px auto;
	max-width: 450px;
}



/* 採用情報 */

#staff-icon table{
    border-top: none;
    margin: 0;
    text-align: center;
}

#staff-icon td{
    border-bottom: solid 1px #EEE;
    border-right: solid 1px #EEE;
}

#staff-icon span{
    display: block;
}


#staff-area{
    background-image: url(../recruit/images/staff/bg.gif);
    padding-bottom: 50px;
}

#staff-area dl{
    background-repeat: no-repeat;
    background-position: 55% center;
    color: #FFF;
    height: 300px;
}

#staff-area dt{
    background-image: url(../recruit/images/staff/dt.gif);
    background-repeat: no-repeat;
    background-position: 5% bottom;
    padding: 20px 0 10px 5%;
}

#staff-area dt span{
    display: block;
}

#staff-area dt span:first-child{
    font-size: 120%;
    font-weight: bold;
}

#staff-area dd{
    padding: 10px 0 0 5%;
}

#staff-area dd span{
    font-weight: bold;
}

