﻿@charset "utf-8";



.info.sec001{
    margin-top: 100px;  

}

.info{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 74px;
    font-size:100%;
    line-height: 190%;
}


.info h2{
    line-height: 1;
}

.info table{
	font-size:120%;
}

table.entry dl:after {
    content:" ";
    display:block;
    clear:both;
}

table.entry dl dt{
    width: 20%; 
    float: left;
}

table.entry dl dd{
    width: 80%;
    float: left;
}

table.entry dl dd p.linkBtn{
    width: 219px;
    float: right;
    margin-top: 10px;   
}

table.entry dl dd span{
    display: block;
    font-size:90%;
}


/* ======== 2021.02追加 ======== */

table.entry dl.inner_dl dt{
    width: 100%; 
    float: none;
}

table.entry dl.inner_dl dd{
	width: 100%; 
    float: none;
    padding-left: 1em;
	padding-bottom: 1em;
}

table.entry dl.inner_dl {
    padding-bottom: 1em;
}

/* PCでは改行して、モバイルの時に改行させない */
.pc_br {
   display: block
}

.tx_nowrap{
   white-space: nowrap;
}






table.entry td th,table.entry td td{
    border: 1px solid #bdbdbd;

    padding: 8px;   

}

table.entry td td{
    text-align: right;
}
table.entry td td.year{
    color: #6f6f6f;
    font-weight:bold;
    text-align: left;
}
table.entry td th{
    background: #f7f7f7;
    width: auto; 
    text-align:center;
    font-size:90%;
    vertical-align: middle;
    font-weight:normal; 
}

table.entry td th.job{
    width: 35%; 
}

.info .step{
    width: 735px;   
    margin: 0 auto; 
}



.info .step dt{
    background: #e4edf8;
}



.info .step dt{
    display: table;
    width: 100%;    
    margin-bottom: 16px;    
}

.info .step dt span{
    display: table-cell;

    background: #0075c2;
    color: #fff;
    font-size:120%;

    width: 20%; 

    padding: 10px 20px;  
    font-weight:bold;
}

.info .step dt p{
    display: table-cell;
    width: 80%; 
    padding: 10px; 
    background-image:url("/recruit/assets/css/entry/info/../../../img/entry/info/bg_step01.png"); 
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 8px 100%;
    padding-left: 20px;   
    line-height: 1.4; 
}


.info .step dd p{
    margin-bottom: 20px;    
}


.info .step dd{
    margin-bottom: 60px;    
}


.info .step dd .linkBtn{
    text-align: center;
}

.info .contact{
    border-top: 1px solid #bdbdbd;
    padding-top: 60px;  
}


.info .contact .title{
    font-weight:bold;
    margin-bottom: 15px;    
}

.annRight{
    text-align: right;
    font-size: 96%;
    line-height: 140%;
	margin-top: 30px;
}

/* =======　リンクテキスト（PC）　====== */
.info a.btn_tx01 {
    color: #0075c2;
    display: block;
    text-align: center;
    width: 250px;
    margin-left: auto;
	margin-top: 5px;
    border: 1px solid #ebebeb;
    padding: 10px 0;
    font-size: 1.6rem;
}


.info .tx_center {
    font-size: 1.6rem;
	text-align: center;
	padding-bottom: 80px;
}


@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {







.info.sec001{
    margin-top: 40px;  

}

.info{
    width: auto;
    margin: 0;
    margin-bottom: 40px;
    font-size:120%;
    line-height: 190%;
}

.info .wrap{
    margin: 0 10px; 
}

table.entry dl dt{
    width: 100%; 
    float: none;
}

table.entry dl dd{
    width: 100%; 
    float: none;
}

table.entry dl dd p.linkBtn{
    width: 50%;
    float: none;
    margin: 0 auto;   
    margin-top: 10px;   
}

table.entry dl dd span{
    display: block;
    font-size:90%;
}



table.entry td th,table.entry td td{
    border: 1px solid #bdbdbd;

    padding: 8px;   
    display: table-cell;
    width: auto;    

}

table.entry td td{
    text-align: right;
}
table.entry td td.year{
    color: #6f6f6f;
    font-weight:bold;
    text-align: left;
}
table.entry td th{
    background: #f7f7f7;
    width: auto; 
    text-align:center;
    font-size:90%;
    vertical-align: middle;
    font-weight:normal; 
}

table.entry td th.job{
    width: 34%; 
}

.info .step{
    width: 100%;   
    margin: 0 auto; 
}



.info .step dt{
    background: #e4edf8;
}



.info .step dt{
    display: table;
    width: 100%;    
    margin-bottom: 16px;    
}

.info .step dt span{
    display: table-cell;

    background: #0075c2;
    color: #fff;
    font-size:120%;

    width: 30%; 

    padding: 10px 20px;  
    font-weight:bold;
    vertical-align:middle;
}

.info .step dt p{
    display: table-cell;
    width: 70%; 
    padding: 10px; 
    background-image:url("/recruit/assets/css/entry/info/../../../img/entry/info/bg_step01.png"); 
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 8px 100%;
    padding-left: 20px;   
    line-height: 1.4; 
    vertical-align:middle;
}


.info .step dd p{
    margin-bottom: 10px;    
}


.info .step dd{
    margin-bottom: 30px;    
}


.info .step dd .linkBtn{
    text-align: center;
}

.info .contact{
    border-top: 1px solid #bdbdbd;
    padding-top: 40px;  
}


.info .contact .title{
    font-weight:bold;
    margin-bottom: 15px;    
}

.info h2{
    line-height: 1.3;
}

/* =======　リンクテキスト（SP）　====== */
.info a.btn_tx01 {
    width: 80%;
    float: none;
    margin: 0 auto;   
    margin-top: 10px;   
}

/* PCでは改行して、モバイルの時に改行させない */
    .pc_br {
       display: none;
    }

    
}
