@charset "utf-8";
/*学費支援制度のご紹介-gakuhishien*/
h2{
	width: 100%;
	line-height: 20px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-top: 50px;
	font-weight: bold;
}

.ttl {
width: 100%;
    margin: 0 0 30px;
    padding: 50px 0 0;
    text-align: center;
    color: #68b29c;
    font-size: 181.25%;
	}

.gakuhishienTable ul {
}
.gakuhishienTable li {
	text-indent: -1em;
	padding-left: 1em;
}

.gakuhishienTable dl {
	display: flex;
	flex-wrap: wrap;
}
.gakuhishienTable dl dt{
	width: 6em;
}
.gakuhishienTable dl dd{
	width: calc(100% - 6em);
}


.scroll-guard{
	overflow: hidden;
}

.tablesvg-wrapper{
	display: flex;
}
.tablesvg-wrapper .tablesvg-th{
	width: 19.81%;
    display: block;
}
.tablesvg-wrapper .tablesvg-td{
	width: 80.18%;
    display: block;
}
.scroll-hint.arrow {
	display: none;
}

strong {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
h2{
	margin-top: 30px;
	line-height: 1.4;
}
.gakuhishienTable dl {
}
.gakuhishienTable dl dt{
	width: 100%;
}
.gakuhishienTable dl dd{
	width: 100%;
}
}

#gakuhishienArea{
	margin: 0;
	padding: 30px 0 0 0;
}
#gakuhishienArea img{
	max-width: 100%;
	height: auto;
}
#gakuhishienArea .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.contentArea{
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.contentArea h6 .grade{
  width: 100%;
	margin: 0 0 0 1em;
	padding: 0;
  text-align: right;
  color:#68b29c;
	font-weight: normal;
}
#gakuhishienArea .contentArea .inner{
	width: 71%;
}

.example_txt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.example_txt span{
	color: #fff;
	background-color: #3c87f3;
	padding: 2px 5px;
	margin: 0 5px 0;
}


@media screen and (max-width: 480px) {
#gakuhishienArea .contentArea .inner{
	width: 100%;
}
.gakuhi_kat_wrapper{
    overflow-x: auto;
}
.gakuhi_kat{
	width: 540px;
}
.tablesvg-inner{
	overflow-x: auto;
}
.tablesvg-wrapper{
    display: flex;
    width: 600px;
    position: relative;
}
.tablesvg-wrapper .tablesvg-th{
    flex: 0 0 19.81%;
    position: sticky;
    left: 0;
    /* z-index: 2; */
    background: #fff;
}
.tablesvg-wrapper .tablesvg-td{
    flex: 0 0 80.18%;
}
.scroll-hint.arrow {
	display: block;
  position: relative;
  font-size: 14px;
	font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  animation: blink 2s infinite;
	background-color: #666;
	border-radius: 5px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.note{
font-size: 12px;
}
}
.contentArea table{
	border-collapse: collapse;
	margin: 0 auto 30px;
	padding: 0;
  border-top: 1px solid #68b29c;
	width: 100%;
}
.contentArea table th {
  background-color: #e8f3f0;
  width: 30%;
}
.contentArea table th,
.contentArea table td {
  padding: 10px;
  border-bottom: 1px solid #68b29c;
  box-sizing: border-box;
}
.contentArea table thead td {
	width: auto;
  background-color: #e8f3f0;
}
