@charset "utf-8";
/* body */
body {
    background: #fff;
}
footer {
    margin-top: 40px;
}

table{
    table-layout:fixed;
    width:100%;
} 
th,td{
    word-wrap:break-word;
    text-align:center;
}
li{
 list-style-type:none;   
}

.viewer-button {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
  .viewer-canvas, .viewer-footer {
    z-index: 2000;
  }
  .viewer-container {
    background-color: rgba(0, 0, 0, .9);
  }

#hwtoroku{
 display:none;
}

li>img{
    cursor:poiner;
}

.student_box {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
    
}
.student_box .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.student_box p {
    margin: 0; 
    padding: 0;
}

.tate {
    display:block;
}
img.sample2{
    float:left;
}
.box_yoko{
    display: inline-block;
}

/* 下記振替処理です */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box4 {
    position: relative;
    margin: 2em auto;
    padding: 1em 1em;
    border: solid 3px #003149;
    width: 95%;
}
.box4 .box4-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background:#003149;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}


.box_review {
    position: relative;
    margin: 2em auto;
    /* padding: 1em 1em; */
    padding: 25px 10px 7px;
    /* position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px; */
    border: solid 2px #9B003F;
    width: 95%;
}
.box_review .box_review-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #9B003F;
    color: #ffffff;
    font-weight: bold;
}
.box_review p {
    margin: 0; 
    padding: 0;
}
