@charset "UTF-8";
/*==================================================

** guide common
==================================================*/
.main .txtbox > :first-child {
  margin-top: 0;
}
.indent_TXT {
  padding-left:1em;
}

/*==================================================

** index
==================================================*/
#indexSec .service {
  margin-top: 50px;
}
#indexSec .indent {
  margin-left: 1em;
}
#indexSec .indent .indent_TXT {
  padding-left:1em;
  text-indent:-1em;
}
#indexSec p {
  margin: 0;
}

@media screen and (max-width: 767px) {
#indexSec .indent {
  margin-left: 1em;
  }
}



/*==================================================

** classification
==================================================*/
#classificationSec table .class {
  width: 16%;
}
#classificationSec table .status {
  width: 30%;
}
#classificationSec table .bring {
  width: 14%;
}
#classificationSec table .book {
  width: 14%;
}
#classificationSec table .other {
  width: 26%;
}
#classificationSec table thead tr th {
  padding: 0 5px 4px 0;
  font-size: 1.2rem;
}
#classificationSec table thead tr th:last-of-type {
  padding-right: 0;
}
#classificationSec table thead tr th span {
  width: 100%;
  height: 100%;
  display: block;
  background: #dff3f2;
  padding: 5px 10px;
}
#classificationSec table th, #classificationSec table td {
  padding: 10px;
}
#classificationSec table th div, #classificationSec table td div {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #classificationSec table .bring, #classificationSec table .book, #classificationSec table .other {
    display: table-cell !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  #classificationSec table thead th span {
    min-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  #classificationSec table tbody tr:first-child .class {
    margin-top: 0;
  }
  #classificationSec table tbody tr td + td {
    margin-top: 4px;
  }
  #classificationSec table tbody tr td:last-child {
    margin-bottom: 15px;
  }
  #classificationSec table tbody tr .class {
    margin: 50px 0 0;
    padding: 0 0 5px;
  }
  #classificationSec table tbody tr .status {
    padding: 20px 25px 20px 0;
    background: url("../images/common/ico_cir_arr_black_btm.svg") no-repeat right 5px center;
    background-size: 17px 17px;
    cursor: pointer;
  }
  #classificationSec table tbody tr .status.close {
    background-image: url("../images/common/ico_cir_arr_black_top.svg");
  }
  #classificationSec table tbody tr .bring, #classificationSec table tbody tr .book, #classificationSec table tbody tr .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    overflow: hidden;
  }
  #classificationSec table tbody tr .bring:before, #classificationSec table tbody tr .book:before, #classificationSec table tbody tr .other:before {
    display: block;
    content: attr(data-sp-ttl);
    background: #dff3f2;
    padding: 10px;
    margin: -10px 0;
    font-weight: bold;
    font-size: 1.2rem;
    width: 100px !important;
    box-sizing: border-box;
  }
  #classificationSec table tbody tr .bring div, #classificationSec table tbody tr .book div, #classificationSec table tbody tr .other div {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  #classificationSec table tbody tr .bring div, #classificationSec table tbody tr .book div, #classificationSec table tbody tr .other div {
    -webkit-box-flex: 1;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media screen and (max-width: 767px) {
  #classificationSec table tbody tr .bring:before {
    content: '持参するもの';
  }
  #classificationSec table tbody tr .book:before {
    content: '図書';
  }
  #classificationSec table tbody tr .other:before {
    content: '雑誌・紀要・統計・白書・その他の資料';
  }
}




/*==================================================

** Lifting
==================================================*/
#liftingWithin .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#liftingSec .service {
  margin-top: 50px;
}
#liftingWithin h3{
  border-bottom: 1px solid #808080;
}
#liftingWithin .ttlbox{
  width: 15%;
  margin: 10px 0;
}
#liftingWithin .txtbox{
  width: 85%;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #liftingWithin h3{
    margin-top: 40px;
    border-bottom: 1px solid #808080;
  }
  #liftingWithin .ttlbox{
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  #liftingWithin .txtbox{
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
}




/*==================================================

** layout
==================================================*/
#layoutWithin .flex {
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#layoutSec .service {
  margin-top: 50px;
}
#layoutWithin h3{
  border-bottom: 1px solid #808080;
  margin: 0;
}
#layoutWithin .imgbox{
  width: 25%;
}
#layoutWithin .ttlbox{
  width: 75%;
  padding-right:20%;
}
#layoutWithin .txtbox{
  border-bottom: 1px solid #808080;
  display: block;
  padding: 15px 0;
  width: 100% !important;
  background: url("../images/common/ico_cir_arr_black_right.svg") no-repeat right 5px center;
  background-size: 17px 17px;
  cursor: pointer;
}
#layoutWithin  a:hover {
  color: #5fc3be;
}

@media screen and (max-width: 767px) {
  #layoutWithin h3{
    margin-top: 40px;
    border-bottom: 1px solid #808080;
  }
  #layoutWithin .imgbox{
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
  #layoutWithin .ttlbox{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #layoutWithin .txtbox{
    width: 100%;
    border-bottom: 1px solid #808080;
  }
}



/*==================================================

** layout  1F  B1
==================================================*/
#layoutSubWithin .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#layoutSubWithin {
  margin-top: 50px;
}
#layoutSubWithin #backbtnbox {
  width: 25%;
  padding-right:5%;
}
#layoutSubWithin #contentsbox {
  width: 75%;
}
#layoutSubWithin .backbtn a {
  display: block;
  padding: 3px 10px 3px 30px;
  background: url("../images/common/ico_cir_arr_black_left.svg") no-repeat 10px center #f2f2f2;
  background-size: 16px 16px;
}
#layoutSubWithin .backbtn a:hover {
  opacity: 1;
  text-decoration: none;
  color:#000000;
  background-color: #e5e5e5;
}
#layoutSubWithin #contentsbox .ttlbox {
  width: 100%;
}
#layoutSubWithin #contentsbox .ttlbox h3 {
  margin: 0;
}
#layoutSubWithin #contentsbox .ttlbox {
  border-bottom: 1px solid #808080;
  margin-bottom: 20px;
}
#layoutSubWithin #contentsbox .imgbox{
  width: 25%;
}
#layoutSubWithin #contentsbox .txtbox{
  width: 75%;
  padding-left: 5%;
}
#layoutSubWithin #contentsbox .txtbox td{
  border: none;
  padding-top: 0;
}
#layoutSubWithin #contentsbox .txtbox table tr > :first-child {
  width: 15%;
}



@media screen and (max-width: 767px) {
  #layoutSubWithin #backbtnbox {
    width: 100%;
    padding: 0;
  }
  #layoutSubWithin #contentsbox {
    width: 100%;
  }
  #layoutSubWithin #contentsbox .ttlbox {
    margin-top: 40px;
    padding: 0;
  }
  #layoutSubWithin #contentsbox .imgbox {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
  }
  #layoutSubWithin #contentsbox .txtbox table {
    width: 100%;
  }
  #layoutSubWithin #contentsbox .txtbox table tr {
    border: none;
  }
  #layoutSubWithin #contentsbox .txtbox table tr > :first-child {
    margin-top: 15px;
  }
  #layoutSubWithin #contentsbox .txtbox table tr td:nth-of-type(2) {
    padding-left: 1em;
  }
}

