@charset "UTF-8";
/* CSS Document */

.bosyu{}
dl.bosyu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.bosyu dt{
    font-size: 26px;
    padding-right: 35px;
}
.bosyu dd{
    font-size: 18px;
}
.bosyu dd img{
    width: 18px;
    vertical-align: sub;
}
.bosyu dd .gray{
    color: #9B9B9B;
}

.uk-width-1-3\@l {
  width: calc(100% * 0.7 / 3.001);
}
.uk-width-2-3\@l {
  width: calc(100% * 2.3 / 3.001);
}
.uk-container h2.dtHead {
    padding: 14px 0px 14px 35px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background-color: rgb(0, 170, 235);
    margin: 80px 0 25px 0;
}
.uk-container h2.dtHead.ore{
    background-color: #FF952C;
}
.uk-container h2.dtHead.pink{
    background-color:#e849d7;
}
.uk-container h2.dtHead.green{
    background-color:#33bc18;
}
.uk-container h2.dtHead::before {
    background: rgb(255, 255, 255);
    left: 20px;
    top: 16px;
    width: 2px;
    height: 28px;
    display: block;
    position: absolute;
    content: "";
}

.listFlow01 {
    background: rgb(232, 232, 232);
    padding: 20px;
    font-size: 18px;
    box-sizing: border-box;
}
.uk-container ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listFlow01 > ol > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
/*.listFlow01 > ol > li:nth-child(1),.listFlow01 > ol > li:nth-child(2){
    width: 48.5%;
}*/
.listFlow01 > ol > li::after {
    border-width: 8px 7px;
    border-style: solid;
    border-color: rgb(179, 186, 188) transparent transparent;
    margin-top: 6px;
    margin-bottom: -2px;
    content: "";
}
.listFlow01 > ol > li:last-child::after {
    display: none;
}
.listFlow01 > ol > li > .inner {
    background: rgb(255, 255, 255);
    padding: 13px 20px 8px;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.listFlow01 > ol > li > .inner p{
    margin: 6px 0 10px 0;
}
.listFlow01 > ol > li > .inner p.small{
    line-height: 1.6;
    text-align: justify;
}

.uk-container .pct2c {
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.uk-container .pct2c > * {
    margin: 0px auto;
    width: 30%;
    margin-bottom: 25px;
}
.uk-container .pct2c > * > dt {
    text-align: center;
    margin-bottom: 16px;
}

.uk-container h3 {
  font-size: 18px;
  line-height: 1.4;
    font-weight: bold;
  margin: 30px 0 20px 0;
}

.uk-container .voice{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.uk-container .voice .inner{
    width: 48%;
    margin-bottom: 25px;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.uk-container .voice .txt{}
.uk-container .voice .name{
    padding: 0;
    margin: 0;
    text-align: right;
    color: #777;
}
.linkbox{
    text-align: center;
    padding-top: 30px;
}
.linkbox a{
    font-size: 20px;
    text-align: center;
    display: inline-block;
    padding: 15px 80px;
    background-color: #0068b7;
    color: #fff;
}
.linkbox a:hover{
    background-color: #1e87f0;
}



.uk-grid h2 {
  padding-left: 0;
}
.box dl{
    display: flex;
    margin: 25px 0;
}
.box dt{
color:#000;
padding:5px 0 0 0;
    box-sizing: border-box;
    width: 170px;
}
.box dd{
    flex: 1;
}
.box input[type='text'],.box input[type='date'],.box input[type='email'],.box textarea,.box select{
width:564px;
font-size:16px;
padding:8px 15px;
border:1px solid #e6ecf0;
    box-sizing: border-box;
}
.box input.shot_m{
    margin-right: 14px;
}
.box input.shot,.box select.shot{
width:275px;
}
.box input.shot2{
width:150px;
}
.box textarea.last{
    width: 100%;
}
.box .days select{
    width:180px;
    margin-right: 10px;
}

.box .bikou{
border-top:1px solid #dcdcdc;
padding-top:40px;
}

.box #btnbox{
margin-top:50px;
text-align:center;
}
.box #btnbox p{
padding-bottom:2.5em;
}
.box #btnbox p a{
color:#168dbf;
text-decoration:underline;
}
.box #btnbox p a:hover{
color:#000;
}
.box #btnbox input{
border:none;
background-color:#3D3D3D;
color:#fff;
padding:1em 0;
font-size:18px;
width:250px;
margin:0 auto;
cursor:pointer;
}
.box #btnbox input:hover{
background-color:#000;
}

.mfp_buttons button{
border:none;
background-color:#b4a18c;
color:#fff;
padding:0.5em 1em;
font-size:18px;
border-radius: 0.5em;
margin:0 0.5em;
cursor:pointer;
}
.mfp_buttons button#mfp_button_cancel{
background-color:#999999;
}
.mfp_buttons button:hover{
background-color:#000;
}

@media only screen and (max-width: 767px) {
    
dl.bosyu{
    display: block;
    text-align: center;
}
.bosyu dt{
    font-size: 24px;
    padding: 15px 0 8px 0;
}
.bosyu dd{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.uk-width-1-3\@l {
  width: 100%;
}
.uk-width-2-3\@l {
  width: 100%;
}
    .recruit01-top{
        margin-top: -1px;
    }
.uk-container h2.dtHead {
    font-size: 19px;
}
.uk-container ol {
    align-items: flex-end;
}
.uk-container .pct2c > * {
    width: 100%;
    margin-bottom: 30px;
}
.uk-container .voice .inner{
    width: 100%;
    padding:10px;
}
    .case {
    font-size: 16px;
  letter-spacing: 0;
  width: 100%;
}
    
.box{
    padding: 0;
    margin: 0;
}
.uk-grid h2 {
  padding-left: 0;
    font-size: 18px;
}
.box dl{
    display: block;
    margin: 25px 0;
}
.box dt{
padding:0 0 5px 0;
    width: 100%;
}
.box input[type='text'],.box input[type='date'],.box input[type='email'],.box textarea,.box select{
width:100%;
}
.box input.shot_m{
    margin-right: 4%;
}
.box input.shot,.box select.shot{
width:48%;
}
.box input.shot_sp,.box select.shot_sp{
width:100%;
}
.box input.shot2{
width:40%;
}
.box .days select{
    width:30%;
    margin-right: 2%;
}
.box input[type='text'],.box input[type='email'],.box textarea{
padding:1em 1em;
}
    
    .box #btnbox input{
        width: 100%;
    }
table#mfp_confirm_table tr td{
border-top:none;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td{
display:block;
width:100%;
}
}