@charset "utf-8";
@media screen and (min-width: 1201px) { html{font-size:16px; } }@media screen and (max-width: 1200px) { html{font-size:15px; } }@media screen and (max-width: 1024px) { html{font-size:14px; } }@media screen and (max-width: 768px) {  html{font-size:13px; } }@media screen and (max-width: 480px) {  html{font-size:12px; } }
/* css setting */
.sub-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
width: 100%
}
.sub-nav a{
text-decoration: none;
color: #9c5e00;
font-size:0.9rem;
margin-right:0.7rem;
}
.sub-nav li:last-child a{
margin-right:0rem;
}

.tx_break{word-break: break-all;}

@media screen and (max-width: 498px) {
.sub-nav {
flex-flow: row wrap;
justify-content: space-between;
}
.sub-nav li{
width: 100%;
}
.sub-nav a{
margin-right:0rem;
margin-bottom: 0.5rem;
}
}
.bottom-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-flow: row nowrap;
justify-content: center;
width: 100%
}
.bottom-nav a{
text-decoration: none;
color: #9c5e00;
font-size:0.9rem;
margin-right:0.7rem;
}
.bottom-nav li:last-child a{
margin-right:0rem;
}

@media screen and (max-width: 498px) {
.bottom-nav {
flex-flow: row wrap;
justify-content: space-between;
}
.bottom-nav li{
width: 100%;
}
.bottom-nav a{
margin-right:0rem;
margin-bottom: 0.5rem;
}
}



#pt102-2-2 .fs_c_title{
color: #ffffff;
    text-align: center;
    background-color: #9c5e00;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    padding: 5px 0 5px 0;
    font-weight: normal;
      font-size: 1rem;
}

.fs_autonav .fsNavMenuList li a {
    padding: 0.5rem 0rem !important;
}

.TableBody, .TableHeader{
    text-align: left !important;
}

.link a  {
text-decoration:none;
}

.cuosor {
pointer-events: none ;
cursor: default ;
}


/*　　　採用情報追加　　　*/

.rec_td {
padding: 1rem 1rem 1rem 0;
vertical-align: middle;
white-space: wrap;
}

.rec_tr{
border-bottom: #9c5e00 1px solid;
}

/*
@media screen and (orientation:portrait) {
#pt007-1Parent
{
    background-attachment: scroll!important; }
}
@media screen and (orientation:landscape) {
#pt007-1Parent
{
    background-attachment: scroll!important; }
}
*/

/*　———　telリンク - スマホ版のみ　———　*/

@media screen and (min-width: 480px) {
     .tel_splink {
         pointer-events: none;
     }
 }

#fsInfoBpager { padding: 1rem 0; }

@media screen and (max-width: 480px) {
#fsInfoBpager .numbers {
    height: 22px!important;
    padding: 4px 1px 1px 1px!important;
    width: 18px!important;
}
#fsInfoBpager .ccm-page-left span, #fsInfoBpager .ccm-page-right span,
#fsInfoBpager .ccm-page-left a, #fsInfoBpager .ccm-page-right a {
    border-radius: 50%!important;
    height: 24px!important;
    padding-top: 2px!important;
    width: 24px!important;
}
div.ccm-pagination span { margin-right: 2px; }
}

/*　==============================　文字に関する設定　==============================　*/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}

.space-1{
letter-spacing: 0.1rem;
}
.space-2{
letter-spacing: 0.2rem;
}
.space-3{
letter-spacing: 0.3rem;
}
.space-4{
letter-spacing: 0.4rem;
}