@charset "utf-8";



/* h1 */

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


/* breadCrumb */

#breadCrumb ul{
    width: 90%;
}

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

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



/* section */

.sec-base{
    margin: 100px auto;
	max-width: 1000px;
    width: 80%;
}

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: 187%;
    font-weight: bold;
    margin: 60px 0 40px;
    padding: 50px 0 50px 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% 40px 0;
    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;
}

.ul-box2clm li:first-child{
    margin-right: 3%;
}

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

.ul-box3clm li:first-child,
.ul-box3clm li:nth-child(2){
    margin-right: 5%;
}

#ul-sort li{
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    height: 500px;
    justify-content: center;
}






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

.ul-pdf li{
    border: solid 1px #333;
    float: left;
    margin: 0 4% 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 50px;
    display: block;
    padding: 150px 10px 10px 10px;
}

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

#ul-ct{
    display: flex;
    justify-content: space-between;
}

#ul-ct li{
    text-align: center;
    width: 50%;
}

#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: 168%;
    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: 250%;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
}

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

/* テーブル */

.w-20{
	width: 20%;
}

.w-25{
	width: 25%;
}

.w-30{
	width: 30%;
}

.w-35{
	width: 35%;
}

.w-40{
	width: 40%;
}

.w-60{
	width: 60%;
}

.w-80{
	width: 80%;
}



/* キャプション */

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

.box01 .float-left,
.box01 .float-right{
    max-width: 450px;
    width: 48%;
}


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


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

.box-type01-a{
    float: left;
	max-width: 450px;
    width: 48%;
}

.box-type01-b{
    float: right;
	max-width: 450px;
    width: 48%;
}




/* 採用情報 */

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

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

#staff-icon span{
    margin: 25px 0 0 20px;
    position: absolute;
}

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

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

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

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

#staff-area dt span:first-child{
    font-size: 375%;
}

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

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