@charset "utf-8";

/*========================================
  page title
========================================*/
.pageTitle {
	background: url("../images/pagetitle_bg.jpg") no-repeat center center;
	background-size: cover;
}
.pageTitle h1 {
	color: #FFF;
}

/*========================================
  common
========================================*/
.contentBox {
  margin-top: 120px;
}
.contentBox:first-child {
  margin-top: 0;
}
.mainColumn h3:not(.supplementHead,.qaTitle) {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.mainColumn h3:not(.supplementHead,.qaTitle)::before {
  content: "繝ｼ";
  font-weight: bold;
  color: #00DBFF;
}
.mainColumn h4 {
  font-size: 2rem;
  color: #00bcff;
}
.notes {
  font-size: 1.4rem;
}

@media screen and (max-width: 540px) {
  .contentBox {
    margin-top: 100px;
  }
  .mainColumn h3:not(.supplementHead,.qaTitle) {
    font-size: 1.8rem;
  }
  .mainColumn h4 {
    font-size: 1.6rem;
  }
}

/*========================================
  content
========================================*/
.byuserItem {
  margin-top: 80px;
}
.subHead + .byuserItem,
.byuserItem:first-child {
  margin-top: 0;
}
.byuserList li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #bbb 2px dotted;
}
.byuserList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.byuserBody {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.byuserBody .byuserImg {
	width: 230px;
}
.contentBox_C .byuserBody .byuserImg {
	width: 240px;
}
.byuserBody .byuserDetail {
	flex: 1;
	margin-left: 40px;
}
.byuserBody p {
  margin-top: 10px;
	line-height: 2;
	font-size: 1.8rem;
}
.byuserBody p:first-child {
  margin-top: 0;
}
.byuserBody .byuserDetail .btnSet {
	text-align: left;
	margin: 0;
}
.byuserBody .byuserDetail .btnSet .btn {
	margin: 20px 20px 0 0;
}
.boxGroup {
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxGroup li {
  width: 30.5%;
  margin-top: 40px;
  line-height: 1.5;
	font-size: 1.8rem;
}
.boxGroup li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.boxGroup2 {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxGroup2 li {
  width: 48%;
  margin-top: 40px;
  line-height: 1.5;
	font-size: 1.8rem;
}
.boxGroup2 li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.supplementItem {
  padding: 5px;
  background: url(../images/jhstudent_bg.gif) repeat left top;
}
.supplementItem .innerBox {
  padding: 40px;
  text-align: center;
  background-color: #fff;
}
.supplementHead {
  margin-bottom: 40px;
  padding: 16px;
  color: #fff;
  text-align: center;
  background: #ff2e81 url(../images/bg2.png);
}
.supplementImg img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.aboutItem {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.aboutItem h3 {
  padding-bottom: 20px;
  border-bottom: 2px dotted #AAA;
}
.qaBody {
  padding: 40px;
  background-color: #EEE;
}
.qaDetail {
  margin-top: 30px;
  padding: 4px 0 40px;
  border-bottom: 2px dotted #AAA;
  line-height: 2;
  font-size: 1.8rem;
}
.qaDetail > *:not(.qaDetail_inner) {
  margin: 10px 0;
}
.qaDetail strong,
.qaDetail a,
a.link {
  color: #FF104D;
}
.qaTitle,
.qaDetail_inner {
  position: relative;
}
.qaTitle {
  margin-top: 40px;
  padding: 0 0 0 56px;
  line-height: 1.25;
  font-size: 3.4rem;
  position: relative;
}
.qaTitle:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #AAA;
  position: absolute;
  top: -40px;
  left: 0;
}
.qaDetail_inner {
  padding: 0 0 0 56px;
}
.qaTitle::before,
.qaDetail_inner::before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 40px;
  height: 40px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.qaTitle::before {
  content: "Q";
  background-color: #00BCFF;
}
.qaDetail_inner::before {
  content: "A";
  background-color: #FF3F8C;
}
.qaDetail ul {
  list-style-type: disc;
  padding-left: 30px;
}
.qaBody .scrollBox {
  overflow-x: auto;
  width: 100%;
}
.qaBody .scrollBox table {
  table-layout: auto;
  min-width: 100%;
  width: 100%;
  border-spacing: 0;
  border: #fff 4px solid;
}
.qaBody .scrollBox table th,
.qaBody .scrollBox table td {
  padding: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  border: #fff 4px solid;
}
.qaBody .scrollBox table th {
  background-color: #00BCFF;
  color: #fff;
}
.qaBody .scrollBox table td {
  background: url(../../common/images/bg_pinstripe.png) repeat left top #EEE;
}
.qaBody .scrollBox table td.stripe-blue {
  background: url(../../common/images/bg_pinstripe.png) repeat left top #D7F9FF;
  color: #00BCFF;
}
.qaBody .scrollBox table td.bg-rd {
  background: url(../../common/images/bg_pinstripe.png) repeat center left #FFE3F2;
  color: #FF104D;
}
.contentBox_D .btn.min {
  min-width: 350px;
}
.contentBox_E .byuserItem {
  padding: 60px 40px;
  background-color: rgba(187,187,187,0.1);
}
.contentBox_E .byuserItem .byuserImg {
  width: 180px;
}
.contentBox_E .byuserItem h3 {
  margin-bottom: 0;
}
.contentBox_E .byuserItem h4 {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px dotted #AAA;
}
p.more {
  margin-top: 20px;
  padding: 5px;
  color: #EF59A1;
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ccc;
  cursor: pointer;
}
.conditionsBox {
  margin: 20px 0;
  padding: 40px;
  background-color: #FFE1F0;
}
.contentBox_H .byuserItem img:not(.qualificationImg) {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.qualificationImg {
  width: 480px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 540px) {
	.byuserItem {
		margin-top: 60px;
	}
	.byuserBody {
		display: block;
	}
	.byuserBody .byuserImg {
		margin: 0 auto;
	}
	.byuserBody .byuserDetail {
		margin: 1em 0 0;
	}
	.byuserBody p {
		font-size: 1.6rem;
	}
	.byuserBody .byuserDetail .btnSet {
		text-align: left;
		margin: 0;
	}
	.byuserBody .byuserDetail .btnSet .btn {
		margin: 20px 0 0 0;
	}
  .boxGroup {
    margin-top: -20px;
  }
  .boxGroup li {
    width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .boxGroup li img {
    margin-bottom: 10px;
  }
.boxGroup2 {
    margin-top: -20px;
  }
  .boxGroup2 li {
    width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .boxGroup2 li img {
    margin-bottom: 10px;
  }

  .supplementItem .innerBox {
    padding: 20px;
  }
  .aboutItem {
    padding: 20px;
  }
  .supplementHead {
    margin-bottom: 20px;
  }
  .qaBody {
    padding: 20px;
  }
  .qaDetail ul {
    padding-left: 20px;
  }
  .qaTitle {
    margin-top: 20px;
    padding: 0 0 0 38px;
    line-height: 1.25;
    font-size: 2.4rem;
  }
  .qaTitle:first-child::after {
    top: -20px;
  }
  .qaDetail {
    margin-top: 20px;
    padding: 4px 0 20px;
    border-bottom: 2px dotted #AAA;
    font-size: 1.6rem;
  }
  .qaDetail_inner {
    padding-left: 38px;
  }
  .qaTitle::before,
  .qaDetail_inner::before {
    top: 1px;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 1.6rem;
  }
  .qaBody .scrollBox table th,
  .qaBody .scrollBox table td {
    min-width: 120px;
    padding: 5px;
    font-size: 1.4rem;
    border: #fff 2px solid;
  }
  .contentBox_D .btn.min {
    min-width: 100%;
  }
  .contentBox_E .byuserItem {
    padding: 30px 16px;
  }
  .contentBox_E .byuserItem h4 {
    margin-top: 30px;
  }
  .qualificationImg {
    width: 50%;
  }
  .conditionsBox {
    padding: 20px;
  }
}

/*========================================
  school - box
========================================*/
.schoolBox{
	margin-top: -100px;
	padding-top: 200px;
}
.schoolBox .box1{
 
}
.schoolBox .box1 div {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.schoolBox .box1 h3 {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
}
.schoolBox .box1 table {
    width: 100%;
    max-width: 684px;
    padding: 20px;
    border: #ededed 1px solid;
    background: #fff;
}
.schoolBox .box1 tr {
    display: block;
    margin-bottom: 20px;
}
.schoolBox .box1 tr:last-child {
    margin-bottom: 0;
}
.schoolBox .box1 th {
    min-width: 130px;
    padding: 20px;
    background: #ededed;
}
.schoolBox .box1 td {
    padding-left: 30px;
}
.schoolBox .box1 td a {
    color: #00bbff;
    font-weight: bold;
}
.schoolBox .box1 div img {
    width: 100%;
    max-width: 456px;
}


.schoolBox .title {
    text-align: center;
}
.schoolBox .title span {
    position: relative;
    display: inline-block;
    padding: 0 75px;
    margin: 80px 0 70px;
    font-size: 34px;
}
.schoolBox .title span::before,
.schoolBox .title span::after {
    position: absolute;
    content: '';
    width: 48px;
    height: 42px;
}
.schoolBox .title span::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    background: url(../images/icon_title_l.png)no-repeat left center;
}
.schoolBox .title span::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    background: url(../images/icon_title_r.png)no-repeat right center;
}
.schoolBox > p {
	text-align: center;
}

.schoolBox .boxTeacher li {
    margin-bottom: 40px;
	padding: 40px;
	background-color: #f8f8f8;
}
.schoolBox .boxTeacher li:last-child {
    margin-bottom: 0;
}
.schoolBox .boxTeacher li.flex{
	display: flex;
	flex-wrap: wrap;
}
.schoolBox .boxTeacher li .img img {
    width: 280px;
    height: 296px;
    margin-right: 40px;
}
.schoolBox .boxTeacher h4 {
    padding: 0 0 30px 40px;
	border-bottom: #bbb 2px dotted;
	margin-bottom: 20px;
    font-weight: normal;
	font-size: 24px;
	position: relative;
}
.schoolBox .boxTeacher h4::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    top: 18px;
    left: 0;
    background: #00dbff;
}
.schoolBox .boxTeacher div div div {
    width: 850px;
}
.schoolBox .boxTeacher div div div span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 50px;
}
.schoolBox .boxTeacher .profile span {
    color: #ffbf00;
    background: url(../images/icon_profile.png) no-repeat top left;
}

.schoolBox .boxTeacher h5{
	display: block;
	width: 100%;
	padding: 50px 0 ;
	border-top: #bbb 2px dotted;
	margin-top: 60px;
    font-weight: normal;
	font-size: 34px;
	text-align: center;
}
.schoolBox .boxTeacher p{
	
}
@media screen and (max-width: 540px) {
	.schoolBox {
		margin-top: -80px;
		padding-top: 120px;
	}
	.schoolBox .box1 {
		padding: 20px;
	}
	.schoolBox .box1 div img {
		margin-top: 20px;
	}
	.schoolBox .title span {
		position: relative;
		display: inline-block;
		padding: 0 40px;
		margin: 30px 0 30px;
		font-size: 24px;
	}
	.schoolBox .boxTeacher li {
		padding: 20px;
	}
	.schoolBox .boxTeacher li.flex{
		display: block;
	}
	.schoolBox .boxTeacher div div div{
		width: auto;
	}
	.schoolBox .boxTeacher h4 {
		margin-top: 20px;
	}
	.schoolBox .boxTeacher h5 {
		padding: 30px 0;
		margin-top: 30px;
		font-size: 24px;
	}
}



/* CSSコード */
/* リセットCSS */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* 点線 */
.hr1 {
  border-top: 1px dotted #aaa;
}

.hr2 {
  border-top: 3px dotted skyblue;
}

.hr3 {
  border-top: 5px dotted orange;
  background-color: rgb(232, 243, 131);
}