@charset "UTF-8";


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p,
blockquote, table, th, td, figure {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	font-size:62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0 none;
}

table {
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

object, embed, img {
	vertical-align: top;
}

p {
	line-height: 1.6;
	font-size: 1.6rem;
}

a {
	text-decoration: none;
	color: #3c3c3c;
}

img {
	width: 100%;
	height: 100%;
}


/*
	clearfix.css
*/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*
	base.css
*/

img{	
	border:0px none #FFFFFF;
	width: 100%;
	height: 100%;
}


body
{
	font-family: 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	position: relative;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*

*/



.tab-body .tab-item {
  width: 100%;
  display: none;
}

.tab-body .tab-item p.note {
  font-size: 16px;
  margin-top: 20px;
}

.tab-body .tab-item .table-one table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #342506;
  line-height: 1.3;
}

.tab-body .tab-item .table-one table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-one table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-one table td {
  padding: 5px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-one table td.content {
  text-align: left;
}

.tab-body .tab-item .table-one table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-one table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-one table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-two table {
  width: 100%;
  border: 1px solid #342506;
}

.tab-body .tab-item .table-two table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-two table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-two table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-two table td.content {
  text-align: left;
}

.tab-body .tab-item .table-two table td.grade {
  min-width: 67px;
  text-align: center;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-two table td.course {
  min-width: 67px;
  text-align: center;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-two table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two table td.space {
  background-color: #d1d2d4;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-box {
    overflow-x: scroll;
  }
}

.tab-body .tab-item .table-three {
  width: 100%;
}

.tab-body .tab-item .table-three table {
  width: 100%;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-three table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-one table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-two table {
    min-width: 650px;
  }
}

.tab-body .tab-item .table-three .top dl {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 10px;
}

.tab-body .tab-item .table-three .top dl dt {
  background: #342506;
  font-weight: bold;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
}

.tab-body .tab-item .table-three .top dl dd {
  display: flex;
  align-items: center;
  background: #49340f;
  width: 100%;
  padding: 10px 10px;
}

.tab-body .tab-item .table-three:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-three table {
  width: 100%;
  border: 1px solid #342506;
  line-height: 1.4;
}

.tab-body .tab-item .table-three table th {
  white-space: nowrap;
  padding: 10px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-three table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-three table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-three table .line {
  border-top: 2px solid #342506;
}

.tab-body .tab-item .table-three table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.tab-body .tab-item .table-three table td.bgcolor {
  background: #f3f3f3;
}

.tab-body .tab-item .table-three table td.school,
.tab-body .tab-item .table-three table td.unit {
  width: auto;
  min-width: 91px;
}

.tab-body .tab-item .table-three table td hr {
  margin: 0.5em auto;
}

.tab-body .tab-item .table-three table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-three table td.content {
  text-align: left;
}

.tab-body .tab-item .table-three table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-three table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-three table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item.active {
  display: block;
}

.tab-body .tab-item img {
  width: 100%;
  height: auto;
  display: block;
}

.class {
  width: 19%;
}

.subject {
  width: 13%;
}

.tab-item .lp-section-title {
  margin: 40px auto 20px;
}
