@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.is_test {
    background-color: #f26a1b;
    color: #000000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 1.14286em;
}


#main-contents .pagenavi .prevnavi, #main-contents .pagenavi .nextnavi, #main-contents .infocardbox a.btndetailshow {
  -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
  -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
  background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
  background-color: #33bdef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
}

#main-contents .pagenavi .prevnavi:hover, #main-contents .pagenavi .nextnavi:hover, #main-contents .infocardbox a.btndetailshow:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
  background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
  background-color: #019ad2;
}

#main-contents .pagenavi .prevnavi:active, #main-contents .pagenavi .nextnavi:active, #main-contents .infocardbox a.btndetailshow:active {
  position: relative;
  top: 1px;
}

#gnavi ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #818181), color-stop(1, #5a5a5a));
  background: -moz-linear-gradient(top, #818181 5%, #5a5a5a 100%);
  background: -webkit-linear-gradient(top, #818181 5%, #5a5a5a 100%);
  background: -o-linear-gradient(top, #818181 5%, #5a5a5a 100%);
  background: -ms-linear-gradient(top, #818181 5%, #5a5a5a 100%);
  background: linear-gradient(to bottom, #818181 5%, #5a5a5a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#5a5a5a',GradientType=0);
  background-color: #818181;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #888;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 4px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #575757;
}

body {
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #121212;
}

/* サイト全体のテキストリンク設定 */
a {
  color: #0030EE;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #501096;
}

a:hover {
  text-decoration: underline;
}

/* ページヘッダー */
a.skiplink {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
}

#header-container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header-container #header-row1 {
  height: 80px;
  overflow: hidden;
}

#header-container #header-row1 h1#header-logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  left: 20px;
}

#header-container #header-row1 ul {
  margin: 0;
  padding: 37px 0 0;
  list-style-type: none;
  float: right;
}

#header-container #header-row1 ul li {
  float: left;
  margin-left: 20px;
}

#header-container #header-row1 .logo img {
  height: 1rem;
}
#header-container #header-row1 .logo .label {
  display: inline-block;
  color: #f68d60;
  margin-top: .05rem;
  font-weight: bolder;
}

#header-container #header-title {
  height: 80px;
  line-height: 1.2;
  background-color: #5CC4EB;
  overflow: hidden;
  padding-top: 22px;
  padding-left: 35px;
}
#header-container #header-title img {
  /* width: 100%; */
  height: 25px;
  padding-right: 35px;
}
#header-container #header-title img.short {
  height: 21px;
}

/* #header-container #header-title .header-titleimg { */
/*   float: left; */
/* } */

#header-container #header-title .header-titleimg span {
  display: inline-block;
  font-weight: bolder;
  font-size: 1.2rem;
}
#header-container #header-title .header-titleimg span img {
  height: 1.2rem;
}
#header-container #header-title .header-titleimg span.short,
#header-container #header-maintitle span.short {
  margin-right: 1rem;
  color: #f68d60;
  font-size: 1.5rem;
}
.tanki.limited #header-container #header-maintitle span.short {
  display: none;
}



#header-container #header-title .header-subtitle {
  /* float: left; */
  display: block;
  margin-left: 20px;
  margin-top: 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.125em;
}

@media screen and (max-width: 599px) {
  #header-container {
    width: 100%;
  }
  #header-container #header-row1 {
    height: 81px;
    overflow: hidden;
  }
  #header-container #header-row1 h1#header-logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    left: 5px;
    max-width: 70px;
  }
  #header-container #header-row1 h1#header-logo img {
    max-width: 100%;
    height: auto;
  }
  #header-container #header-row1 ul {
    margin: 0;
    padding: 0px 0 0;
    list-style-type: none;
    float: right;
  }

  #header-container #header-row1 ul li {
    float: none;
    margin-left: 0px;
    text-align: right;
    padding-right: 5px;
  }
  /* #header-container #header-row1 ul li img { */
  /*   height: auto; */
  /*   width: auto; */
  /* } */
  #header-container #header-row1 .logo img {
    /* height: auto; */
    /* width: 75%; */
    max-height: 1rem;
    max-width: 75%;
  }
  #header-container #header-row1 .logo a {
    /* display: none; */
    display: inline-block;
    width: 100%;
  }
  #header-container #header-title {
    height: 80px;
    line-height: 1.2;
    background-color: #5CC4EB;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  #header-container #header-title .header-titleimg {
    float: none;
    display: block;
  }
  #header-container #header-title .header-titleimg img {
    max-width: 99%;
    height: auto;
    padding: 0 5px;
  }
  #header-container #header-title .header-subtitle {
    float: none;
    display: block;
    margin-left: 0px;
    margin-top: 8px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.125em;
  }
}

body.seinenkaigai #header-container #header-title {
  background-color: #5CC4EB;
}

body.nikkeiseinen #header-container #header-title {
  background-color: #59A7F5;
}

body.seniorkaigai #header-container #header-title {
  background-color: #65E094;
}

body.nikkeisenior #header-container #header-title {
  background-color: #7BE689;
}

body.tanki #header-container #header-title {
  background-color: #fec267;
}

/* 詳細ページ用ヘッダー */
#header-maintitle {
  padding-top: 15px;
  margin-left: 120px;
  float: left;
  width: 840px;
}

/* .limited #header-maintitle .boshukinen { */
/*   display: none; */
/* } */

@media screen and (max-width: 599px) {
  #header-maintitle {
    width: 98%;
    float: none;
    font-size: 14px;
    margin: 70px 1% 0;
  }
}

#header-kinyubox {
  float: right;
  padding-top: 15px;
  width: 280px;
}

#header-kinyubox table {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  font-size: 12px;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
}

#header-kinyubox table th {
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  font-weight: normal;
  padding: 4px 4px;
  color: #FFF;
  background-color: #E29B16;
}

#header-kinyubox table td {
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding: 4px 4px;
}

#header-kinyubox table td.jimukyokukinyu {
  width: 50%;
}

#header-kinyubox table td.jyukenbango {
  width: 50%;
}

@media screen and (max-width: 599px) {
  #header-kinyubox {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
}

/* gnavi */
#gnavi {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 50px;
  overflow: hidden;
  background-color: #5A5A5A;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #BFBFBF;
}

#gnavi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#gnavi ul li {
  float: left;
  width: 20%;
  /* width: 25%; */
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
.limited #gnavi ul li.manual {
  display: none;
}
.limited #gnavi ul li {
  width: 25%;
}

#gnavi ul li:last-child {
  background: none;
}

#gnavi ul li.active a {
  color: #404040;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: transparent;
  -ms-filter: none;
  filter: none;
  background: #fff;
}

#gnavi ul li a {
  font-weight: bold;
  display: block;
  height: 40px;
  margin: 0 auto;
}

#gnavi ul li a:hover {
  color: #404040;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  background-color: transparent;
  -ms-filter: none;
  filter: none;
  background: #fff;
}

@media screen and (max-width: 599px) {
  #gnavi {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    overflow: auto;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #BFBFBF;
    font-size: 12px;
  }
  #gnavi::after {
    clear: both;
    content: "";
    display: table;
  }
  #gnavi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #gnavi ul li {
    float: left;
    width: 33.3%;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }
  #gnavi ul li.gnavi001 {
    width: 28%;
    border-bottom: 1px solid #BFBFBF;
  }
  #gnavi ul li.gnavi002 {
    width: 26%;
    border-bottom: 1px solid #BFBFBF;
  }
  #gnavi ul li.gnavi003 {
    width: 46%;
    border-bottom: 1px solid #BFBFBF;
    background: none;
  }
  #gnavi ul li.gnavi004 {
    width: 50%;
  }
  #gnavi ul li.gnavi005 {
    width: 50%;
  }
  #gnavi ul li:last-child {
    background: none;
  }
  #gnavi ul li.active a {
    color: #404040;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #gnavi ul li a {
    color: #FFF;
    font-weight: bold;
    display: block;
    height: 36px;
    margin: 0 auto;
    padding-top: 8px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}

/* パンクズ */
#breadcrumb {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}

#breadcrumb ul {
  padding: 0;
  margin: 10px 0 10px 0px;
  list-style-type: none;
  overflow: hidden;
  line-height: 1.3;
  color: #404040;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  border-left: 5px solid #666;
}

#breadcrumb ul li {
  margin: 0;
  padding: 0;
  float: left;
}

#breadcrumb ul li:last-child span {
  background: url("../images/pankuzu_bg2.png") right center no-repeat;
}

#breadcrumb ul li span {
  display: block;
  height: 38px;
  padding: 10px 30px 2px 24px;
  background: url("../images/pankuzu_bg.png") right center no-repeat;
}

@media screen and (max-width: 599px) {
  #breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 12px;
  }
  #breadcrumb ul {
    padding: 0;
    margin: 10px 0 10px 0px;
  }
  #breadcrumb ul li {
    margin: 0;
    padding: 0;
    float: left;
  }
  #breadcrumb ul li:last-child span {
    background: url("../images/pankuzu_bg2.png") right center no-repeat;
  }
  #breadcrumb ul li span {
    display: block;
    height: 32px;
    padding: 10px 14px 2px 8px;
    background: url("../images/pankuzu_bg.png") right center no-repeat;
  }
}

/* フッター */
#footer-container {
  width: 960px;
  margin: 60px auto 0;
  padding: 12px 5px 10px;
  background-color: #E3E3E3;
  color: #6C6C6C;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 599px) {
  #footer-container {
    width: 100%;
  }
}

/* サイドバー */
/*  メインコンテンツ  */
#contents-container {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 759px) {
  #contents-container {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 599px) {
  #contents-container {
    width: 100%;
  }
}

/* button */
.actbtn {
  -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
  -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
  background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
  background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
  background-color: #33bdef;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #057fd0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #5b6178;
}

.actbtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
  background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
  background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
  background-color: #019ad2;
}

.actbtn:active {
  position: relative;
  top: 1px;
}

.graybtn {
  -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
  -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
  box-shadow: 0px 1px 0px 0px #f0f7fa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #8f8f8f));
  background: -moz-linear-gradient(top, #d6d6d6 5%, #8f8f8f 100%);
  background: -webkit-linear-gradient(top, #d6d6d6 5%, #8f8f8f 100%);
  background: -o-linear-gradient(top, #d6d6d6 5%, #8f8f8f 100%);
  background: -ms-linear-gradient(top, #d6d6d6 5%, #8f8f8f 100%);
  background: linear-gradient(to bottom, #d6d6d6 5%, #8f8f8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#8f8f8f',GradientType=0);
  background-color: #AAA;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #878787;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #999999;
}

.graybtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8f8f8f), color-stop(1, #d6d6d6));
  background: -moz-linear-gradient(top, #8f8f8f 5%, #d6d6d6 100%);
  background: -webkit-linear-gradient(top, #8f8f8f 5%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #8f8f8f 5%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #8f8f8f 5%, #d6d6d6 100%);
  background: linear-gradient(to bottom, #8f8f8f 5%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f8f8f', endColorstr='#d6d6d6',GradientType=0);
  background-color: #AAA;
}

.graybtn:active {
  position: relative;
  top: 1px;
}

.searchbtn {
  margin: 1em 0;
  text-align: center;
}

.searchbtn input[type="submit"] {
  margin: 0 0.5em;
}

.backtopbtn {
  width: 50px;
  height: 50px;
  background: url("../images/btn_pagetop.png") 0 0 no-repeat;
}


/*  カラム  */
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.col1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.col1:last-child {
  margin-right: 0;
}

.col2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.col2:last-child {
  margin-right: 0;
}

.col3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.col3:last-child {
  margin-right: 0;
}

.col4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.col4:last-child {
  margin-right: 0;
}

.col5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.col5:last-child {
  margin-right: 0;
}

.col6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.col6:last-child {
  margin-right: 0;
}

.col7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.col7:last-child {
  margin-right: 0;
}

.col8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.col8:last-child {
  margin-right: 0;
}

.col9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.col9:last-child {
  margin-right: 0;
}

.col10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}

.col10:last-child {
  margin-right: 0;
}

.col11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.col11:last-child {
  margin-right: 0;
}

.col12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.col12:last-child {
  margin-right: 0;
}

.col-lt1 {
  width: 47%;
  float: left;
}

.col-rt1 {
  width: 47%;
  float: right;
}

.col-lt2 {
  width: 61%;
  float: left;
}

.col-rt2 {
  width: 36.5%;
  float: right;
}

#main-contents {
  font-size: 0.875em;
  /* 詳細ページ用インフォボックス */
}

#main-contents h1 {
  font-size: 1.71429em;
  color: #006EBB;
  margin: 0;
  line-height: 1.4;
  padding: 8px 8px 8px 20px;
}

#main-contents h2 {
  font-size: 1.5em;
  padding: 8px 8px 7px 26px;
  line-height: 1.4;
  margin: 1.5em 0 0.5em 0;
  border-bottom: 1px dotted #BFBFBF;
  background: url("../images/ico_shikaku.png") 0 10px no-repeat;
}

#main-contents p.center + h2 {
  margin-top: 0;
}

#main-contents > h2 {
  margin-top: 0.5em;
}

#main-contents h3 {
  font-size: 1.14286em;
  padding: 0.3em 0 0.2em 0em;
  margin: 2.5em 0 0.5em;
  line-height: 1.4;
  background-color: #49C4F1;
}

#main-contents h4 {
  font-size: 1em;
  padding: 0 0 0.1em 0;
  margin: 0.5em 0;
  line-height: 1.4;
  border-bottom: 1px solid #D4D4D4;
}

#main-contents .border_bottom_hid {
  border-bottom: none;
}

#main-contents h5 {
  padding: 0 0 0.2em 0;
  margin: 0.5em 0;
  line-height: 1.4;
}

#main-contents h6 {
  padding: 0 0 0.2em 0;
  margin: 0.5em 0;
  line-height: 1.4;
}

#main-contents .job_status_block {
  display: block;
}
#main-contents .job_status {
  margin: 3px;
  padding: 5px;
  text-align: center;
}

#main-contents .smp_job_close {
  width: 100%;
  text-align: center;
  padding: 5px;
}

#main-contents ul {
  margin: 0.5em 0 0.8em;
}

#main-contents ul li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

#main-contents ul.ulcatlist {
  overflow: hidden;
  margin: 0.5em 0 0em;
  padding: 0;
  list-style-type: none;
}

#main-contents ul.ulcatlist li {
  display: block;
  width: 33.3%;
  float: left;
  padding: 0 5px 0 12px;
  margin: 0.5em 0;
  background: url("../images/ico_sankaku2.png") 0 5px no-repeat;
}

@media screen and (max-width: 599px) {
  #main-contents ul.ulcatlist {
    margin-left: 1em;
  }
  #main-contents ul.ulcatlist li {
    width: 100%;
    float: none;
    padding: 0 0 0 12px;
    margin: 0.5em 0;
  }
}

#main-contents ol {
  padding-left: 2.5em;
  margin: 0.5em 0 0.8em;
}

#main-contents ol li {
  line-height: 1.5;
  margin-bottom: 0.4em;
}

#main-contents p.ntxt {
  margin-bottom: 1em;
}

#main-contents table.table-type01 {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
}

#main-contents table.table-type01 th {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  font-weight: normal;
  padding: 4px 4px;
  color: #FFF;
  background-color: #49C4F1;
}

#main-contents table.table-type01 td {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 4px 4px;
}

#main-contents table.search-table {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
}

#main-contents table.search-table th {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #49C4F1;
}

#main-contents table.search-table td {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 4px 4px;
  background-color: #F3F3F3;
}

#main-contents table.search-table td .freeword {
  width: 98%;
}

#main-contents table.table-tsuikahenko {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
}

#main-contents table.table-tsuikahenko tr {
  background-color: #FFF;
}

#main-contents table.table-tsuikahenko tr:nth-child(even) {
  background-color: #EEE;
}

#main-contents table.table-tsuikahenko th {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  font-weight: normal;
  padding: 4px 4px;
  background-color: #49C4F1;
}

#main-contents table.table-tsuikahenko td {
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 4px 4px;
}

#main-contents table.hakenjiki th {
  text-align: left;
}

#main-contents .sdgs {
  margin-bottom: 10px;
}
#main-contents .sdgs img {
  width: 150px;
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  #main-contents {
    /* 2列テーブルを1列に */
    /* 縦横切り替え　追加変更ページテーブル */
  }
  #main-contents table.search-table {
    width: 99%;
  }
  #main-contents table.search-table .freeword {
    width: 98%;
  }
  #main-contents table.search-table th,
  #main-contents table.search-table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #main-contents table.search-table tr:first-child th {
    border-top: 1px solid #ddd;
  }
  #main-contents .table-wrap {
    overflow: auto;
    position: relative;
    padding-top: 24px;
  }
  #main-contents .table-wrap:before {
    content: "\008868\00306f\005de6\0053f3\00306b\0030b9\0030af\0030ed\0030fc\0030eb\003067\00304d\00307e\003059";
    /* 文字化け対策のためUnicode変換 */
    color: #fff;
    font-size: 12px;
    background-color: #BFBFBF;
    position: absolute;
    top: 0px;
    border-radius: 5px;
    padding: 0.05em 0.5em;
  }
  #main-contents table.table-tsuikahenko {
    border: none;
    display: block;
    width: 98%;
    margin: 0;
    font-size: 0.85714em;
  }
  #main-contents table.table-tsuikahenko th {
    width: 13%;
    padding: 10px;
    border: 1px solid #AAA;
    margin-bottom: 1px;
  }
  #main-contents table.table-tsuikahenko td {
    text-align: center;
    padding: 10px;
    border: 1px solid #AAA;
    margin-bottom: 1px;
  }
  #main-contents table.table-tsuikahenko td:first-child {
    text-align: left;
  }
  #main-contents table.table-tsuikahenko thead {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  #main-contents table.table-tsuikahenko tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  #main-contents table.table-tsuikahenko th {
    display: block;
    width: auto;
  }
  #main-contents table.table-tsuikahenko tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  #main-contents table.table-tsuikahenko td {
    display: block;
    border-right: 1px solid #AAA;
  }
}

#main-contents .messagetxt {
  font-size: 1em;
  padding: 1em;
  border: 1px solid #717171;
  background-color: #FFF690;
  margin-bottom: 1.5em;
  word-wrap: break-word;
}

#main-contents .searchresulttxt {
  font-size: 1em;
  text-align: center;
  line-height: 1.3;
}

#main-contents .pagenavi {
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

#main-contents .pagenavi .prevnavi {
  width: 120px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}

#main-contents .pagenavi .nextnavi {
  width: 120px;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
}

#main-contents .infocardbox {
  font-size: 0.85714em;
  overflow: hidden;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  word-break: break-all;
}

#main-contents .infocardbox a.btndetailshow {
  width: 90%;
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 3px 3px;
  position: relative;
}

#main-contents .infocardbox:first-child {
  border-top: 1px solid #333;
}

#main-contents .infocardbox .ruijiari {
  background-color: #FFFF99 !important;
}

#main-contents .infocardbox .tsuikaari {
  background-color: #68F3FF !important;
}

#main-contents .infocardbox .henkoari {
  background-color: #FFFF6A !important;
}

#main-contents .infocardbox .torikeshiari {
  background-color: #FEA5DD !important;
}

#main-contents .infocardbox .colth {
  background-color: #49C4F1;
  border-right: 1px solid #333;
  padding: 5px 2px;
  text-align: center;
}

#main-contents .infocardbox .colth span.thinner {
  display: block;
  border-top: 1px dotted #333;
}

#main-contents .infocardbox .colth span.thinner:first-child {
  border-top: 0px dotted #FFF;
}

#main-contents .infocardbox .coltd {
  border-right: 1px solid #333;
  padding: 5px 2px;
}

#main-contents .infocardbox .coltd span.thinner {
  display: block;
  border-top: 1px dotted #333;
}

#main-contents .infocardbox .coltd span.thinner:first-child {
  border-top: 0px dotted #FFF;
}


#main-contents .infocardbox .column1 {
  float: left;
  width: 10%;
}

#main-contents .infocardbox .column2 {
  float: left;
  width: 8%;
}

#main-contents .infocardbox .column3 {
  float: left;
  width: 9%;
}

#main-contents .infocardbox .column4 {
  float: left;
  width: 12%;
}

#main-contents .infocardbox .column5 {
  float: left;
  width: 25%;
}

#main-contents .infocardbox .column6 {
  float: left;
  /* width: 6%; */
  width: 11%;
}

#main-contents .infocardbox .column7 {
  float: left;
  width: 6%;
}

#main-contents .infocardbox .column8 {
  float: left;
  width: 6%;
}

#main-contents .infocardbox .column9 {
  float: left;
  width: 7%;
}

#main-contents .infocardbox .column10 {
  float: left;
  width: 7%;
}

#main-contents .infocardbox .column10 .colth, #main-contents .infocardbox .column10 .coltd {
  border-right: 0px solid #CCC;
}

#main-contents .infocardbox .column91 {
  float: left;
  width: 100%;
  border-top: 1px dotted #333;
}

#main-contents .infocardbox .column91 .colth91 {
  display: none;
  padding: 5px 2px;
}

#main-contents .infocardbox .column91 .coltd91 {
  padding: 5px 2px;
}

#main-contents .infocardbox .column91 .coltd91 img {
  height: 100px;
  width: auto;
}

#main-contents .infocardbox .column91 .colth, #main-contents .infocardbox .column91 .coltd {
  border-right: 0px solid #CCC;
}

#main-contents .infocardbox .smpshowbtn {
  display: none;
}

#main-contents .detailheadinfo {
  font-size: 0.85714em;
  overflow: hidden;
  width: 100%;
  border: 1px solid #333;
  line-height: 1.5;
}

#main-contents .detailheadinfo .colth {
  background-color: #49C4F1;
  border-right: 1px solid #333;
  padding: 5px 2px;
  font-weight: bold;
}

#main-contents .detailheadinfo .coltd {
  border-right: 1px solid #333;
  padding: 5px 2px;
}

#main-contents .detailheadinfo .column1 {
  float: left;
  width: 12%;
}

#main-contents .detailheadinfo .column2 {
  float: left;
  width: 26%;
}

#main-contents .detailheadinfo .column3 {
  float: left;
  width: 8%;
}

#main-contents .detailheadinfo .column4 {
  float: left;
  width: 11%;
}

#main-contents .detailheadinfo .column5 {
  float: left;
  width: 11%;
}

#main-contents .detailheadinfo .column6 {
  float: left;
  /* width: 32%; */
  width: 25%;
}
.tanki #main-contents .detailheadinfo .column6 {
  /* width: 43%; */
 width: 36%;
}

#main-contents .detailheadinfo .column7 {
  float: left;
  width: 7%;
}

#main-contents .detailheadinfo .column6 .colth, #main-contents .detailheadinfo .column6 .coltd {
  border-right: 0px solid #FFF;
}

#main-contents .detailheadinfo .jikidate {
  margin-right: 0.3em;
}

#main-contents .detailphoto {
  margin-top: 0.5em;
}
#main-contents .ogp_imgs {
    margin-top: 0.5em;
}
#main-contents .ogp_imgs a {
    display: inline-block;
    text-align: center;
}
#main-contents .ogp_imgs img {
    height: 80px;
}
#main-contents .ogp_imgs a {
    display: inline-block;
    text-align: center;
    border: 1px #9f9f9f solid;
}


#main-contents .smphidden {
  border-top: 0px solid #FFF !important;
  display: inline !important;
}
#main-contents .smpshow {
    display: none;
}

@media screen and (min-width: 599px) {
  #main-contents .pchidden {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  #main-contents {
    margin: 0;
    /* 詳細ページ用インフォボックス mobile */
    /* 2列テーブルを1列に */
  }
  #main-contents .infocardbox {
    font-size: 0.85714em;
    overflow: hidden;
    width: 98%;
    margin: 0 auto 1.5em;
    border: 1px solid #333;
    border-top: 3px solid #333;
  }
  #main-contents .infocardbox a.btndetailshow {
    width: 50%;
    display: block;
    padding: 0.75em 10px;
  }
  #main-contents .infocardbox:first-child {
    border-top: 3px solid #333;
  }
  #main-contents .infocardbox .tsuikaari {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #main-contents .infocardbox .henkoari {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #main-contents .infocardbox .torikeshiari {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #main-contents .infocardbox .colth {
    background-color: #49C4F1;
    border-right: 1px solid #333;
    text-align: left;
    overflow: hidden;
  }
  #main-contents .infocardbox .colth span.thinner {
    display: block;
    width: 49%;
    float: left;
    border-top: 0px dotted #333;
    border-left: 1px dotted #333;
    padding-left: 0.5em;
    margin-left: 1%;
  }
  #main-contents .infocardbox .colth span.thinner:first-child {
    border-left: 0px dotted #333;
    padding-left: 0em;
    margin-left: 0em;
  }
  #main-contents .infocardbox .coltd {
    border-right: 1px solid #333;
    overflow: hidden;
  }
  #main-contents .infocardbox .coltd span.thinner {
    display: block;
    width: 49%;
    float: left;
    border-top: 0px dotted #333;
    border-left: 1px dotted #333;
    padding-left: 0.5em;
    margin-left: 1%;
  }
  #main-contents .infocardbox .coltd span.thinner:first-child {
    border-left: 0px dotted #333;
    padding-left: 0em;
    margin-left: 0em;
  }
  #main-contents .infocardbox .column1 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column1 .colth, #main-contents .infocardbox .column1 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column2 {
    float: left;
    width: 33%;
  }
  #main-contents .infocardbox .column2 .colth, #main-contents .infocardbox .column2 .coltd {
    border-right: 1px solid #CCC;
  }
  #main-contents .infocardbox .column3 {
    float: left;
    width: 33%;
  }
  #main-contents .infocardbox .column3 .colth, #main-contents .infocardbox .column3 .coltd {
    border-right: 1px solid #CCC;
  }
  #main-contents .infocardbox .column4 {
    float: left;
    width: 34%;
  }
  #main-contents .infocardbox .column4 .colth, #main-contents .infocardbox .column4 .coltd {
    border-right: 1px solid #CCC;
  }
  #main-contents .infocardbox .column5 {
    clear: both;
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column5 .colth, #main-contents .infocardbox .column5 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column6 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column6 .colth, #main-contents .infocardbox .column6 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column7 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column7 .colth, #main-contents .infocardbox .column7 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column8 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column8 .colth, #main-contents .infocardbox .column8 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column9 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column9 .colth, #main-contents .infocardbox .column9 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .infocardbox .column10 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column10 .colth, #main-contents .infocardbox .column10 .coltd {
    border-right: 0px solid #CCC;
  }
  #main-contents .infocardbox .column91 {
    float: none;
    width: 100%;
  }
  #main-contents .infocardbox .column91 .coltd91 img {
    height: auto;
    max-width: 32%;
  }
  #main-contents .infocardbox .column91 .colth, #main-contents .infocardbox .column91 .coltd {
    border-right: 0px solid #CCC;
  }
  #main-contents .infocardbox .smpshowbtn {
    display: block;
    width: 100%;
    padding: 10px 10px;
    margin: 0 auto;
    border: 1px solid #333;
    border: 1px solid #057fd0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background: #33bdef url("../images/ico_sankaku.png") 8px 10px no-repeat;
  }
  #main-contents .infocardbox .smphidecolumn {
    display: none;
  }
  #main-contents .infocardbox .smphidden {
    display: none !important;
	margin: 5px;
  }
  #main-contents .smpshow {
	display: block;
  }
  #main-contents .detailheadinfo .colth {
    background-color: #49C4F1;
    border-right: 1px solid #333;
    padding: 5px 2px;
  }
  #main-contents .detailheadinfo .coltd {
    border-right: 1px solid #333;
    padding: 5px 2px;
  }
  #main-contents .detailheadinfo .column1 {
    /*float: none;*/
    width: 50%;
  }
  #main-contents .detailheadinfo .column1 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column1 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column2 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column2 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column2 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column3 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column3 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column3 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column4 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column4 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column4 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column5 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column5 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column5 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column6 {
    float: left;
    width: 50%;
  }
  .tanki #main-contents .detailheadinfo .column6 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column6 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column6 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .column7 {
    float: left;
    width: 50%;
  }
  #main-contents .detailheadinfo .column7 .colth {
    border-right: 1px solid #FFF;
  }
  #main-contents .detailheadinfo .column7 .coltd {
    border-right: 0px solid #FFF;
  }
  #main-contents .detailheadinfo .smpshowbtn {
    display: none;
  }
  #main-contents .detailcontinner .col4 {
    width: 100%;
    float: none;
  }
  #main-contents .detailcontinner .col6 {
    width: 100%;
    float: none;
  }
  #main-contents .detailphoto img {
    max-width: 32%;
  }
  #main-contents .table-1col th,
  #main-contents .table-1col td {
    width: 100%;
    display: block;
    border-top: none;
  }
  #main-contents .table-1col tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

/* サイトマップ */
ul.sitemap {
  margin-top: 1em;
}

ul.sitemap li {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 1.5em;
}

/* 各区分ごと変更 */
/* blue1 */
body.seinenkaigai #main-contents h1 {
  color: #5CC4EB;
}

body.seinenkaigai #main-contents h2 {
  background: url("../images/ico_shikaku.png") 0 10px no-repeat;
}

body.seinenkaigai #main-contents h3 {
  background-color: #5CC4EB;
}

body.seinenkaigai #main-contents ul.ulcatlist li {
  background: url("../images/ico_sankaku2.png") 0 5px no-repeat;
}

body.seinenkaigai #main-contents table.search-table th {
  background-color: #5CC4EB;
}

body.seinenkaigai #main-contents table.table-tsuikahenko th {
  background-color: #5CC4EB;
}

body.seinenkaigai #main-contents .infocardbox .colth {
  background-color: #5CC4EB;
}

@media screen and (max-width: 599px) {
  body.seinenkaigai #main-contents .infocardbox .smpshowbtn {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #1baadf;
    background: #5CC4EB url("../images/ico_sankaku.png") 8px 10px no-repeat;
  }
  body.seinenkaigai #main-contents .infocardbox .colth {
    background-color: #D4D4D4;
  }
}

body.seinenkaigai #main-contents .detailheadinfo .colth {
  background-color: #5CC4EB;
}

/* blue2 */
body.nikkeiseinen #main-contents h1 {
  color: #59A7F5;
}

body.nikkeiseinen #main-contents h2 {
  background: url("../images/ico_shikaku.png") 0 10px no-repeat;
}

body.nikkeiseinen #main-contents h3 {
  background-color: #59A7F5;
}

body.nikkeiseinen #main-contents ul.ulcatlist li {
  background: url("../images/ico_sankaku2.png") 0 5px no-repeat;
}

body.nikkeiseinen #main-contents table.search-table th {
  background-color: #59A7F5;
}

body.nikkeiseinen #main-contents table.table-tsuikahenko th {
  background-color: #59A7F5;
}

body.nikkeiseinen #main-contents .infocardbox .colth {
  background-color: #59A7F5;
}

@media screen and (max-width: 599px) {
  body.nikkeiseinen #main-contents .infocardbox .smpshowbtn {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #1181f1;
    background: #59A7F5 url("../images/ico_sankaku.png") 8px 10px no-repeat;
  }
  body.nikkeiseinen #main-contents .infocardbox .colth {
    background-color: #D4D4D4;
  }
}

body.nikkeiseinen #main-contents .detailheadinfo .colth {
  background-color: #59A7F5;
}

/* green1 */
body.seniorkaigai #main-contents h1 {
  color: #65E094;
}

body.seniorkaigai #main-contents h2 {
  background: url("../images/ico_shikaku_gr.png") 0 10px no-repeat;
}

body.seniorkaigai #main-contents h3 {
  background-color: #65E094;
}

body.seniorkaigai #main-contents ul.ulcatlist li {
  background: url("../images/ico_sankaku2_gr.png") 0 5px no-repeat;
}

body.seniorkaigai #main-contents table.search-table th {
  background-color: #65E094;
}

body.seniorkaigai #main-contents table.table-tsuikahenko th {
  background-color: #65E094;
}

body.seniorkaigai #main-contents .infocardbox .colth {
  background-color: #65E094;
}

@media screen and (max-width: 599px) {
  body.seniorkaigai #main-contents .infocardbox .smpshowbtn {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #2acf69;
    background: #65E094 url("../images/ico_sankaku_gr.png") 8px 10px no-repeat;
  }
  body.seniorkaigai #main-contents .infocardbox .colth {
    background-color: #D4D4D4;
  }
}

body.seniorkaigai #main-contents .detailheadinfo .colth {
  background-color: #65E094;
}

/* green2 */
body.nikkeisenior #main-contents h1 {
  color: #7BE689;
}

body.nikkeisenior #main-contents h2 {
  background: url("../images/ico_shikaku_gr.png") 0 10px no-repeat;
}

body.nikkeisenior #main-contents h3 {
  background-color: #7BE689;
}

body.nikkeisenior #main-contents ul.ulcatlist li {
  background: url("../images/ico_sankaku2_gr.png") 0 5px no-repeat;
}

body.nikkeisenior #main-contents table.search-table th {
  background-color: #7BE689;
}

body.nikkeisenior #main-contents table.table-tsuikahenko th {
  background-color: #7BE689;
}

body.nikkeisenior #main-contents .infocardbox .colth {
  background-color: #7BE689;
}

@media screen and (max-width: 599px) {
  body.nikkeisenior #main-contents .infocardbox .smpshowbtn {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #3bda50;
    background: #7BE689 url("../images/ico_sankaku_gr.png") 8px 10px no-repeat;
  }
  body.nikkeisenior #main-contents .infocardbox .colth {
    background-color: #D4D4D4;
  }
}

body.nikkeisenior #main-contents .detailheadinfo .colth {
  background-color: #7BE689;
}

/* yellow1 */
body.tanki #main-contents h1 {
  color: #fec267;
}

body.tanki #main-contents h2 {
  background: url("../images/ico_shikaku_yl2.png") 0 10px no-repeat;
}

body.tanki #main-contents h3 {
  background-color: #fec267;
}

body.tanki #main-contents ul.ulcatlist li {
  background: url("../images/ico_sankaku2_yl.png") 0 5px no-repeat;
}

body.tanki #main-contents table.search-table th {
  background-color: #fec267;
}

body.tanki #main-contents table.table-tsuikahenko th {
  background-color: #fec267;
}

body.tanki #main-contents .infocardbox .colth {
  background-color: #fec267;
}

@media screen and (max-width: 599px) {
  body.tanki #main-contents .infocardbox .smpshowbtn {
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    border: 1px solid #cbb701;
    background: #F7B300 url("../images/ico_sankaku_yl.png") 8px 10px no-repeat;
  }
  body.tanki #main-contents .infocardbox .colth {
    background-color: #D4D4D4;
  }
}

body.tanki #main-contents .detailheadinfo .colth {
  background-color: #fec267;
}

/* 列数9のとき */
body.seinenkaigai #main-contents .infocardbox .column1,
body.nikkeiseinen #main-contents .infocardbox .column1,
body.tanki #main-contents .infocardbox .column1 {
  width: 10%;
}

body.seinenkaigai #main-contents .infocardbox .column2,
body.nikkeiseinen #main-contents .infocardbox .column2,
body.tanki #main-contents .infocardbox .column2 {
  width: 8%;
}

body.seinenkaigai #main-contents .infocardbox .column3,
body.nikkeiseinen #main-contents .infocardbox .column3,
body.tanki #main-contents .infocardbox .column3 {
  width: 9%;
}

body.seinenkaigai #main-contents .infocardbox .column4,
body.nikkeiseinen #main-contents .infocardbox .column4,
body.tanki #main-contents .infocardbox .column4 {
  width: 12%;
}
body.seinenkaigai #main-contents .infocardbox .column4 {
  width: 12%;
}

body.seinenkaigai #main-contents .infocardbox .column5,
body.nikkeiseinen #main-contents .infocardbox .column5,
body.tanki #main-contents .infocardbox .column5 {
  width: 27%;
}
body.seinenkaigai #main-contents .infocardbox .column5 {
  width: 25%;
}
body.tanki #main-contents .infocardbox .column5 {
  width: 25%;
}
body.seinenkaigai #main-contents .infocardbox .column6,
body.nikkeiseinen #main-contents .infocardbox .column6,
body.tanki #main-contents .infocardbox .column6 {
  width: 11%;
}


body.seinenkaigai #main-contents .infocardbox .column7,
body.nikkeiseinen #main-contents .infocardbox .column7,
body.tanki #main-contents .infocardbox .column7 {
  width: 6%;
}

body.tanki #main-contents .infocardbox .column7 {
  width: 6%;
}

body.seinenkaigai #main-contents .infocardbox .column8,
body.nikkeiseinen #main-contents .infocardbox .column8,
body.tanki #main-contents .infocardbox .column8 {
  width: 6%;
}

body.seinenkaigai #main-contents .infocardbox .column9,
body.nikkeiseinen #main-contents .infocardbox .column9,
body.tanki #main-contents .infocardbox .column9 {
  width: 7%;
}
/*
body.seinenkaigai #main-contents .infocardbox .column9 .colth,
body.seinenkaigai #main-contents .infocardbox .column9 .coltd,
body.nikkeiseinen #main-contents .infocardbox .column9 .colth,
body.nikkeiseinen #main-contents .infocardbox .column9 .coltd,
body.tanki #main-contents .infocardbox .column9 .colth,
body.tanki #main-contents .infocardbox .column9 .coltd {
  border-right: 0px solid #CCC;
}
*/
body.seinenkaigai #main-contents .infocardbox .column9 .colth,
body.seinenkaigai #main-contents .infocardbox .column9 .coltd,
body.nikkeiseinen #main-contents .infocardbox .column9 .colth,
body.nikkeiseinen #main-contents .infocardbox .column9 .coltd {
  border-right: 0px solid #CCC;
}

@media screen and (max-width: 599px) {
  body.seinenkaigai #main-contents .infocardbox .column1,
  body.nikkeiseinen #main-contents .infocardbox .column1,
  body.tanki #main-contents .infocardbox .column1 {
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column1 .colth, body.seinenkaigai #main-contents .infocardbox .column1 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column1 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column1 .coltd,
  body.tanki #main-contents .infocardbox .column1 .colth,
  body.tanki #main-contents .infocardbox .column1 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column2,
  body.nikkeiseinen #main-contents .infocardbox .column2,
  body.tanki #main-contents .infocardbox .column2 {
    float: left;
    width: 33%;
  }
  body.seinenkaigai #main-contents .infocardbox .column2 .colth, body.seinenkaigai #main-contents .infocardbox .column2 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column2 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column2 .coltd,
  body.tanki #main-contents .infocardbox .column2 .colth,
  body.tanki #main-contents .infocardbox .column2 .coltd {
    border-right: 1px solid #CCC;
  }
  body.seinenkaigai #main-contents .infocardbox .column3,
  body.nikkeiseinen #main-contents .infocardbox .column3,
  body.tanki #main-contents .infocardbox .column3 {
    float: left;
    width: 33%;
  }
  body.seinenkaigai #main-contents .infocardbox .column3 .colth, body.seinenkaigai #main-contents .infocardbox .column3 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column3 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column3 .coltd,
  body.tanki #main-contents .infocardbox .column3 .colth,
  body.tanki #main-contents .infocardbox .column3 .coltd {
    border-right: 1px solid #CCC;
  }
  body.seinenkaigai #main-contents .infocardbox .column4,
  body.nikkeiseinen #main-contents .infocardbox .column4,
  body.tanki #main-contents .infocardbox .column4 {
    float: left;
    width: 34%;
  }
  body.seinenkaigai #main-contents .infocardbox .column4 .colth, body.seinenkaigai #main-contents .infocardbox .column4 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column4 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column4 .coltd,
  body.tanki #main-contents .infocardbox .column4 .colth,
  body.tanki #main-contents .infocardbox .column4 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column5,
  body.nikkeiseinen #main-contents .infocardbox .column5,
  body.tanki #main-contents .infocardbox .column5 {
    clear: both;
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column5 .colth, body.seinenkaigai #main-contents .infocardbox .column5 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column5 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column5 .coltd,
  body.tanki #main-contents .infocardbox .column5 .colth,
  body.tanki #main-contents .infocardbox .column5 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column6,
  body.nikkeiseinen #main-contents .infocardbox .column6,
  body.tanki #main-contents .infocardbox .column6 {
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column6 .colth, body.seinenkaigai #main-contents .infocardbox .column6 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column6 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column6 .coltd,
  body.tanki #main-contents .infocardbox .column6 .colth,
  body.tanki #main-contents .infocardbox .column6 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column7,
  body.nikkeiseinen #main-contents .infocardbox .column7,
  body.tanki #main-contents .infocardbox .column7 {
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column7 .colth, body.seinenkaigai #main-contents .infocardbox .column7 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column7 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column7 .coltd,
  body.tanki #main-contents .infocardbox .column7 .colth,
  body.tanki #main-contents .infocardbox .column7 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column8,
  body.nikkeiseinen #main-contents .infocardbox .column8,
  body.tanki #main-contents .infocardbox .column8 {
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column8 .colth, body.seinenkaigai #main-contents .infocardbox .column8 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column8 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column8 .coltd,
  body.tanki #main-contents .infocardbox .column8 .colth,
  body.tanki #main-contents .infocardbox .column8 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column9,
  body.nikkeiseinen #main-contents .infocardbox .column9,
  body.tanki #main-contents .infocardbox .column9 {
    float: none;
    width: 100%;
  }
  body.seinenkaigai #main-contents .infocardbox .column9 .colth, body.seinenkaigai #main-contents .infocardbox .column9 .coltd,
  body.nikkeiseinen #main-contents .infocardbox .column9 .colth,
  body.nikkeiseinen #main-contents .infocardbox .column9 .coltd,
  body.tanki #main-contents .infocardbox .column9 .colth,
  body.tanki #main-contents .infocardbox .column9 .coltd {
    border-right: 0px solid #FFF;
  }
  body.seinenkaigai #main-contents .infocardbox .column91,
  body.nikkeiseinen #main-contents .infocardbox .column91,
  body.tanki #main-contents .infocardbox .column91 {
    /*display: none;*/
  }
}


#main-contents {
  position: relative;
}
#main-contents .pdf {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1rem;
}
#main-contents .pdf a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  #main-contents .job_status {
    display: block;
    margin-right: 18px;
  }
  #main-contents .pdf {
    position: relative;
    text-align: center;
    margin-bottom: .6rem;
  }
  #main-contents .sdgs img {
    width: 50px;
  }
}