@charset "UTF-8";

/* CSS Document */

article #main .caption {
  margin-bottom: 35px;
}

#lead #key_pic {
  padding-bottom: 20px;
}


/***********************************************/


/* index */


/***********************************************/

#index article #main #breadcrumb {
  margin-bottom: 0;
  border-bottom: 0;
}

#index article #main #lead {}

#index article #main #lead h2 {
  width: 650px;
  height: 221px;
  margin-bottom: 25px;
  padding: 0;
}

#index article #main #lead p {}


/* category_list */

#index article #main #category_list {
  margin-bottom: 35px;
  border-bottom: 1px dotted #ccc;
}

#index article #main #category_list:after {
  content: "";
  clear: both;
  display: block;
}

#index article #main #category_list .cat_wrap {
  width: 284px;
  height: 58px;
  border-top: 1px dotted #ccc;
  padding: 17px 0 20px 20px;
  float: left;
}

#index article #main #category_list .cat_wrap:nth-of-type(odd) {
  border-right: 1px dotted #ccc;
  padding-right: 25px;
  float: left;
}

#index article #main #category_list .cat_wrap:nth-of-type(even) {
  padding-right: 15px;
  float: right;
}

#index article #main #category_list .cat_wrap h3,
#index article #main #category_list .cat_wrap p {
  margin-left: 75px;
}

#index article #main #category_list .cat_wrap h3 {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding: 1px 0 0 25px;
  background: url(../images/index_article_ico_arrow.png) no-repeat;
  font-weight: bold;
  font-size: 91%;
  line-height: 17px;
}

#index article #main #category_list .cat_wrap p {
  font-size: 75%;
  line-height: 1.5em;
}

#index article #main #category_list #outline {
  background: url(../images/index_article_cat01_bg.png) no-repeat 20px 18px;
}

#index article #main #category_list #enterprise {
  background: url(../images/index_article_cat02_bg.png) no-repeat 20px 13px;
}

#index article #main #news .item .recital {
  margin-left: 10px;
}


/***********************************************/


/*  support */


/***********************************************/

#support article #main .caption {
  padding: 0 10px;
}


/* support_list */

#support article #main #support_list {
  margin-bottom: 25px;
  padding: 20px 0;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  display: flex;
  flex-wrap: wrap;
}

#support article #main #support_list .list_detail {
  width: 315px;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}

#support article #main #support_list .list_detail .message {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
/* #support article #main #support_list #list01 {
  float: left;
}

#support article #main #support_list #list02 {
  float: right;
}

#support article #main #support_list #list03 {
  width: 660px;
  margin-bottom: 0;
  clear: both;
} */

#support article #main #support_list .list_detail:after {
  content: "";
  clear: both;
  display: block;
}

#support article #main #support_list .list_detail .thumb,
#support article #main #support_list .list_detail .thumb a{
  display: inline-block;
}
#support article #main #support_list .list_detail img {
  width: 100px;
  /* float: left; */
  display: block;
  height: 100px;
}

#support article #main #support_list .list_detail ul {
  /* width: 530px; */
  width: 195px;
  font-size: 82%;
  line-height: 1.6;
  clear: none;
}

#support article #main #support_list .list_detail ul li {
  padding-left: 1em;
  text-indent: -1em;
  color: #454545;
}

#support article #main #support_list .list_detail p {
  width: 195px;
  font-size: 82%;
  /* float: right; */
  display: block;
  clear: none;
}


/* purpose */

#support article #main #purpose {
  margin-bottom: 35px;
}

#support article #main #purpose p {
  padding: 0 10px;
  font-size: 82%;
}


/* locus */

#support article #main #locus {
  margin-bottom: 35px;
}

#support article #main #locus ul {
  width: 594px;
  margin: 0 auto;
}

#support article #main #locus ul:after {
  content: "";
  clear: both;
  display: block;
}

#support article #main #locus ul li {
  width: 126px;
  height: 96px;
  margin-bottom: 25px;
  padding-right: 30px;
  background: url(../images/support_locus_arrow.png) no-repeat 137px 43px;
  float: left;
}

#support article #main #locus ul li:nth-of-type(7) {
  padding-right: 0;
  background: none;
}

@media screen and (min-width: 768px) {
  #support article #main #locus ul li:nth-of-type(4) {
    padding-right: 0;
    background: none;
  }
}

@media screen and (max-width: 767px) {
  #lead #key_pic {
    padding-bottom: 10px;
  }
  #lead #key_pic img {
    width: 100%;
  }
  article #main .caption {
    margin-bottom: 16px;
  }
  #support article #main .caption,
  #support article #main #purpose p {
    padding: 0;
  }
  #support article #main #support_list .list_detail {
    margin-bottom: 24px;
    align-items: flex-start;
  }
  #support article #main #support_list #list01,
  #support article #main #support_list #list02,
  #support article #main #support_list #list03,
  #support article #main #support_list #list04  {
    float: none;
    width: 100%;
  }
  #support article #main #support_list #list04 .tumnb {
    width: 100px;
  }
  #support article #main #support_list .list_detail p,
  #support article #main #support_list .list_detail img {
    float: none;
  }
  #support article #main #support_list .list_detail img {
    /* margin: auto; */
    margin-top: 5px;
    display: block;
  }
  #support article #main #support_list .list_detail ul,
  #support article #main #support_list .list_detail p {
    width: calc(100% - 8px - 100px);
    margin-left: 8px;
  }
  #support article #main #locus ul {
    width: 100%;
  }
}


/***********************************************/


/*  tenant */


/***********************************************/

#tenant article #main .caption {
  margin-bottom: 20px;
}


/* tenant_nav */

#tenant article #main #tenant_nav {
  margin-bottom: 45px;
  padding: 20px 10px;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  zoom: 1;
}

#tenant article #main #tenant_nav ul:after {
  content: "";
  clear: both;
  display: block;
}

#tenant article #main #tenant_nav ul li {
  margin-right: 15px;
  padding-left: 15px;
  background: url(../images/tenant_nav_arrow.png) no-repeat 0 6px;
  font-size: 75%;
  float: left;
  line-height: 1.8;
  white-space: nowrap;
}

#tenant article #main #tenant_nav ul li a {
  display: block;
}


/* tenant_list */

#tenant article #main #tenant_list .list_detail {
  margin-bottom: 45px;
  overflow: hidden;
  zoom: 1;
}

#tenant article #main #tenant_list .list_detail:after {
  content: "";
  clear: both;
  display: block;
}

#tenant article #main #tenant_list .list_detail img {
  width: 200px;
  float: left;
}

#tenant article #main #tenant_list .list_detail .list_text {
  width: 415px;
  float: right;
}

#tenant article #main #tenant_list .list_detail .list_text .text_header {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

#tenant article #main #tenant_list .list_detail .list_text .text_header h3 {
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0;
  background: none;
  border: initial;
  border-radius: initial;
  color: #454545;
  font-size: 100%;
}

#tenant article #main #tenant_list .list_detail .list_text .text_header h3::before {
  content: none;
}

#tenant article #main #tenant_list .list_detail .list_text .text_header .number {
  margin-bottom: 15px;
  padding: 4px 10px 2px 10px;
  background: #633;
  color: #fff;
  display: inline-block;
  font-size: 62%;
  font-weight: bold;
}

#tenant article #main #tenant_list .list_detail .list_text .text_header .cat {
  font-size: 75%;
}

#tenant article #main #tenant_list .list_detail .list_text ul {
  color: #454545;
  font-size: 75%;
  line-height: 1.6;
}

#tenant article #main #tenant_list .list_detail .list_text ul li {
  padding: 5px 10px;
  border-bottom: 1px dotted #ccc;
}


/***********************************************/


/*  responsible */


/***********************************************/

#responsible article #main #staff {
  margin-bottom: 60px;
}

#responsible article #main #staff .staff_detail {
  margin-bottom: 20px;
}

#responsible article #main #staff .staff_detail p {
  padding: 0 10px;
  font-size: 82%;
}


/***********************************************/


/*  information */


/***********************************************/

#information article #main .caption {
  color: #c64b54;
  font-size: 100%;
  font-weight: bold;
}

#information article #main #requirement table {
  margin-bottom: 20px;
}

#information article #main #requirement table th,
#information article #main #requirement table td {
  padding: 15px 10px;
  border-bottom: 1px solid #e9e9e9;
  color: #454545;
  line-height: 1.6em;
}

#information article #main #requirement table .end th,
#information article #main #requirement table .end td {
  border-bottom: 0;
}

#information article #main #requirement table th {
  width: 130px;
  text-align: left;
  font-size: 87.5%;
}

#information article #main #requirement table td {
  font-size: 82%;
}

#information article #main #requirement table td ul {
  margin-left: 20px;
  list-style: disc;
}

#information article #main #requirement table td .pdf {
  margin-left: 0;
}

#information article #main #requirement table td .pdf li {
  padding: 0 0 0 25px;
  background: url(../images/ico_pdf.png) no-repeat 0;
  list-style: none;
}

#information article #main #requirement table td .pdf li a:link,
#information article #main #requirement table td .pdf li a:visited {}

#information article #main #requirement table td .pdf li a:hover,
#information article #main #requirement table td .pdf li a:active {}

#information article #main #requirement_detail {
  margin-bottom: 35px;
}

#information article #main #requirement_detail dl {
  padding: 20px;
  background: #f2f2ed;
  color: #454545;
}

#information article #main #requirement_detail dl dt {
  width: 3.7em;
  padding: 15px 1em;
  clear: left;
  font-size: 87.5%;
  font-weight: bold;
  float: left;
}

#information article #main #requirement_detail dl dd {
  padding: 15px 1em 15px 7em;
  border-bottom: 1px dotted #abab94;
  font-size: 75%;
}

#information article #main #requirement_detail dl dt:first-of-type,
#information article #main #requirement_detail dl dd:first-of-type {
  padding-top: 0;
}

#information article #main #requirement_detail dl dt:last-of-type,
#information article #main #requirement_detail dl dd:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

#information article #main #requirement_detail dl dd ol {
  list-style: none;
  line-height: 1.6;
}

#information article #main #requirement_detail dl dd ol li {
  padding-left: 2.6em;
  list-style: none;
  line-height: 1.6;
  text-indent: -2.6em;
}

#information article #main #requirement_detail dl dd ol .doc a {
  padding: 2px 20px 2px 0;
  background: url(../../common/images/ico_doc.png) no-repeat right 0;
}


/***********************************************/


/*  examination */


/***********************************************/

#examination article #main #about {
  margin-bottom: 60px;
}

#examination article #main #about .about_detail {
  margin-bottom: 20px;
}

#examination article #main #about .about_detail ol {
  color: #454545;
  font-size: 82%;
  line-height: 1.6;
  list-style: none;
}

#examination article #main #about .about_detail p {
  padding: 0 10px;
  font-size: 82%;
}

@media screen and (max-width: 767px) {
  #tenant article #main #tenant_list .list_detail img {
    float: none;
    display: block;
    margin: auto;
  }
  #tenant article #main #tenant_list .list_detail .list_text {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  #tenant article #main #tenant_list .list_detail .list_text .text_header .number {
    margin-bottom: 8px;
  }
  #tenant article #main #tenant_list .list_detail .list_text .text_header {
    padding-bottom: 8px;
  }
  #tenant article #main #tenant_list .list_detail {
    margin-bottom: 16px;
  }
  #tenant article #main #tenant_nav {
    padding: 10px 8px;
    margin-bottom: 30px;
  }
  #responsible article #main #staff .staff_detail {
    margin-bottom: 0;
  }
  #responsible article #main #staff .staff_detail p {
    padding: 0;
  }
  #information article #main #requirement table th,
  #information article #main #requirement table td {
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #information article #main #requirement table th {
    width: 110px;
  }
  #information article #main #requirement_detail dl {
    padding: 14px 10px;
  }
  #information article #main #requirement_detail dl dt {
    padding: 10px 8px;
  }
  #information article #main #requirement_detail dl dd {
    padding: 10px 0 10px 7.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
