@charset "UTF-8";
.b_font {
    font-size: 40px;
}

#contents h1:after {
    content: "";
    position: absolute;
    background: #FBA518;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
#contents h1:before {
    content: "";
    position: absolute;
    background:  #FBA518;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;}
#contents  > h1 {
    margin-top: 15px !important;
    position: relative;
    font-size: 140%;
    color:  #FBA518;
    background: url(../../common/images/line.gif)repeat-x bottom left;
    padding: 0.5em 0.5em 0.5em 1em;
    margin-bottom: 1em;
}
area {
  border: none;
  outline: none;
}



.img img {
  width: 100%;
}

.tab {
  flex-grow: 1;
  list-style: none;
  display: inline-block;
  padding: 12px 10px;
  color: #666;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: ease 0.2s opacity;
    white-space: nowrap;
/*        font-weight: bold; */
    border-bottom: 1px solid #ccc;
}

.panel {
  display: none;
  overflow-y: scroll;
  max-height: 500px;
}
.tab-group {
    display: flex;
    flex-wrap: wrap;
  border: 1px solid #ccc;

  }

.tab.is-active {
  background: #4169e1;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}


/*------------------------------------
アコーディオン
------------------------------------*/

.panel-group {
/*border: #ccc 1px solid;*/
  padding: 20px;
}

.ac_menu {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  border: #666 1px solid;
  cursor: pointer;
  background-color: #eee;
}

li .ac_menu {
  background-color: rgba(238, 238, 238, 0.3);
  padding-left: 50px;
}
.panel-group li{font-size: 20px;}
.panel-group span.chikyo {
    display: inline-block;
    margin: 0 30px 0 30px;
    padding: 0 10px;
    border-radius: 5px;
    color: darkcyan;
    border: solid 2px darkcyan;
    font-size: medium;
    cursor: auto;
}

.tit {
  line-height: 1.3;
}


/*
.panel-group ul{display: none;}
*/

p.page {
  float: left;
  margin-right: 10px;
}

.panel-group li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.panel-group .panel li {
  padding: 10px;white-space: nowrap;
}

.tab-panel {
  margin-top: 50px;
}

.sp_show {
  display: none;
}

.btn_menu {
    top: 0;}
span.hospital {
    display: inline-block;
    margin: 0 30px 0 30px;
    padding: 0 10px;
    border-radius: 5px;
    color: darkcyan;
    border: solid 2px darkcyan;
    font-size:medium;
        cursor: auto;
}
span.course {
    display: inline-block;
    margin: 0 10px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: aliceblue;
    float: right;
    font-size: large;
            cursor: auto;
}
span.course.only {display: none;}
.tab7.boxlarge {width: 36%;
}
@media screen and (max-width:959px) {
  body#home #contents {
    width: 90%;
    margin: 0 auto 50px;
  }
    .b_font {
    font-size: larger;
}
span.hospital{
margin: 0 10px;
padding: 0 5px;
font-size: xx-small;
}
.panel-group .panel li {
    font-size: 16px;
}
span.course {
float: none;
margin: 0 10px;
padding: 0 10px;
font-size: x-small;
}
}

@media screen and (max-width:900px) {
  .tab-group {
    display: flex;
    flex-wrap: wrap;
  }
  .tab {
    width: 30%;  padding: 12px 0px;
  }
  .tab.boxlarge {
    width: 63.5%;
  }
  .sp_show {
    display: block;
  }
  .sp_none {
    display: none;
  }
.panel-group {
    padding: 20px 0 0 0;}
}
@media screen and (max-width:600px) {
  .tab {
    width: 50%;
  }
  }
