@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
         - index

--------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px){

/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
#bxslider .item {
  position: relative;
}

#bxslider .photo {
  width: 100%;
}

#bxslider .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 0;
  z-index: 1;
}

#bxslider .text2 {
  display: block;
  padding: 60px 0 0 50px;
}

#pythagoras-college-box .container {
	width: 1200px;
	margin: 0 auto;
}

#pythagoras-college-box h2 {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

#pythagoras-college-box ul {
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#pythagoras-college-box li {
  margin: 65px 49px 0 49px;
  width: 500px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px rgba(238,238,238,0.65), -4px -4px .4em rgba(238,238,238,0.65);
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  position: relative;;
}

#pythagoras-college-box li .number {
  position: absolute;
  left: 14px;
  top: -38px;
  color: #fff;
  padding: 6px 10px;
  font-size: 20px;
  border-radius: 5px;
  background-color: #004679;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}

#pythagoras-college-box li .number span {
  display: block;
}

#pythagoras-college-box li h3 {
  text-align: center;
  font-size: 28px;
  padding-bottom: 17px;
		font-weight: 500;
}

#pythagoras-college-box li p {
  margin-top: 8px;
}

#news-box {
  padding: 30px 0 60px 0;
  background-color: rgba(0,70,121,0.1);
  position: relative;
}

#news-box::before {
  content: "";
  left: 0;
  top: -20px;
  border-right: 99vw solid transparent;
  border-bottom: 20px solid rgba(0,70,121,0.1);
  position: absolute;
  width: 0;
  height: 0;
}

#news-box .container {
  width: 1000px;
		margin: 0 auto;
}

#news-box li {
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
}

#news-box li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -20px;
  width: 30px;
  height: 1px;
  background-color: #004679;
}

#news-box li a {
	padding: 13px 10px 13px 30px;
}

#news-box li:hover {
	background-color: #E3F3FF;
}

#news-box li .date {
  width: 140px;
  display: inline-block;
}

#news-box li .icon {
  width: 71px;
  margin: 0 15px 0 25px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#news-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #004679;
  line-height: 1.2;
  padding-bottom: 30px;
}

#news-box h2 span {
  padding-left: 18px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
}

#news-box .btn-box {
  margin-top: 30px;
}

#news-box .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
}

.covid {
	position: relative;
	background: url(../image/back-01.png) repeat 0 0;
	margin: 80px 0 0;
	padding: 40px 0 10px;
}

.covid .container {
width: 1000px;
margin: 0 auto;
}


.covid h2 {
	position: absolute;
	top: -30px;
	left: calc(100% - 50% - 300px);
	width: 600px;
	margin:0 auto 10px;
	padding: 8px 0;
	text-align: center;
	background-color: #CC1480;
	color: #FFF;
	font-size: 26px;
	letter-spacing: 0.1em;
	border-radius: 8px;
	font-weight: 500;
}

.covid .lead {
	text-align: center;
	font-size: 18px;
}

.covid ul.icon {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
}

.covid .etc {
	width: 80px;
	margin: 0;
	padding: 4px;
	color: #FFF;
	text-align: center;
	background-color: #33C2E1;
	display: inline-block;
}

.covid ul.etcList {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
}

.covid ul.etcList li {
	background: url(../image/arrow-01.png) no-repeat 0 center;
	background-size: 6px;
	margin: 0 0 6px;
	padding: 0 0 0 12px;
}

.aboutIndex {
	padding: 80px 0;
}

.aboutIndex .container {
	width: 1200px;
	margin: 0 auto;
}

.aboutIndex .lead {
	color: #004679;
	font-size: 26px;
	font-weight: 500;
}

.aboutIndex .ind {
	margin-left: 52px;
}

.aboutIndex .y {
	background:linear-gradient(transparent 60%, #FFFF00 60%);
}

.aboutIndex .b {
	background:linear-gradient(transparent 60%, #19e4f7 60%);
}

.aboutIndex .trianglebk {
	position: relative;
}

.aboutIndex .trianglebk::before {
	position: absolute;
	content: "";
	top: -20px;
	left: -40px;
	width: 117px;
	height: 151px;
	background: url(../image/photo_back_left.png) no-repeat 0 0;
	z-index: -1;
}

.aboutIndex .trianglebk::after {
	position: absolute;
	content: "";
	bottom: -20px;
	right: -40px;
	width: 73px;
	height: 158px;
	background: url(../image/photo_back_right.png) no-repeat 0 0;
	z-index: -1;
}

.aboutIndex img {
	width: 300px;
	height: auto;
}

.aboutIndex .text {
	margin: 40px 30px 0;
	line-height: 1.6;
}



/*--------------------------------------------------------------------------------------------
  Access
--------------------------------------------------------------------------------------------*/

#access-box .container {
  width: 1000px;
}

#access-box p {
  margin: 32px 0 47px 0;
}

#access-box iframe {
  width: 100%;
  height: 598px;
  border: 1px solid #ccc;
}

#access-box .info-detail {
  margin: 60px 0 80px 0;
}

#access-box .info-detail .text p {
  margin: 5px 0 25px 0;
  width: 478px;
  line-height: 1.6;
}

#access-box .info-detail .text p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------------------------
  Contact
--------------------------------------------------------------------------------------------*/
section.contact {
}

section.contact dl {
	margin: 0 0 30px;
}

section.contact dl dt {
	background-color: #CC1480;
	color: #FFF;
	padding: 6px;
	width: 220px;
	margin: 0 0 0 20px;
	text-align: center;
	font-size: 20px;
	position: relative;
	z-index: 10;
	font-weight: 500;
}

section.contact dl dd {
	width: 100%;
	padding: 40px 30px 30px 100px;
	margin: -24px 0 0;
	background: url(../image/icon-01.png) #FAE7F2 no-repeat 30px 50px;
}

section.contact dl dd p {
	margin: 0 !important;
}

section.contact dl dd p .futo {
	font-size: 20px;
	font-weight: bold;
	color: #CC137F;
	padding: 0 3px 0 6px;
}

section.contact .contactTb {
	width: 100%;
	margin: 0 0 30px;
}

section.contact .contactTb th {
	width:30%;
	padding: 20px;
	text-align: left;
	background-color: #D6F3F9;
	border-bottom: 1px solid #33C2E1;
}

section.contact .contactTb th .muryoutaiken {
	display: block;
	line-height: 1.4;
	margin: 10px 0 0;
}

section.contact .contactTb td {
	padding: 20px;
	border-bottom: 1px solid #33C2E1;
}

section.contact .contactTb td input.ss[type="text"] {
	width: 200px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input.s[type="text"] {
	width: 400px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input.m[type="text"] {
	width: 600px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input[type="tel"] {
	width: 100px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

section.contact .contactTb td select {
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	padding: 6px 20px 6px 6px;
}

section.contact .contactTb td .mgn {
	margin-top: 10px;
}

section.contact .contactTb td textarea {
	width: 100%;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	display: block;
}

section.contact input[type="submit"] {
	padding: 10px 30px;
	cursor: pointer;
}

section.contact .contactTb td .error {
    background-color: #FAE7F2;
    color: #CC137F
}



/*--------------------------------------------------------------------------------------------
  student
--------------------------------------------------------------------------------------------*/
section.student h3.e {
	margin: 0 0 30px;
	background-color: #FBEFCC;
	border-left: 8px solid #ECB100;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h4.e {
	margin: 0 0 20px;
	display: inline-block;
	border-bottom: 3px solid #ECB100;
	font-weight: 500;
	font-size: 18px;
	font-weight: bold;
}

.eCource {
	margin: 0 0 30px;
}

.eCource dt {
	width: 230px;
	margin: 0 0 0 20px;
	display: inline-block;
	background-color: #ECB100;
	color: #FFF;
	font-size: 18px;
	padding: 2px;
	font-weight: 500;
	text-align: center;
}

.eCource dt.l {
	width: 500px;
}

.eCource dd {
	margin: -20px 0 0;
	padding: 40px 20px 0;
	border: 1px solid #ECB100;
}

section.student h3.j {
	margin: 60px 0 30px;
	background-color: #E6F8CE;
	border-left: 8px solid #82DA0A;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h3.h {
	margin: 60px 0 30px;
	background-color: #D0E7F7;
	border-left: 8px solid #1385D9;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h3.n {
	margin: 60px 0 30px;
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	font-size: 24px;
	padding: 10px 10px 10px 24px;
	position:relative;
}

section.student h3.n::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: #004679;
}

section.student h3.n::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 40px;
	top: 10px;
	left: 10px;
	background-color: #004679;
}

section.student .studentInfo {
	margin: 60px 0;
}

section.student .studentInfo .news {
}

section.student .studentInfo .calendar {
}

section.my-calendar .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}

section.student .btn a {
  display: block;
  width: 218px;
  margin: 20px auto;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000 !important;
  text-decoration: none !important;
}

/*--------------------------------------------------------------------------------------------
  enter
--------------------------------------------------------------------------------------------*/
section.enter h3 {
	margin: 60px 0 30px;
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	font-size: 24px;
	padding: 10px 10px 10px 24px;
	position:relative;
}

section.enter h3::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: #004679;
}

section.enter h3::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 40px;
	top: 10px;
	left: 10px;
	background-color: #004679;
}

section.enter h4.e {
	margin: 0 0 30px;
	background-color: #FBEFCC;
	border-left: 8px solid #ECB100;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter h5.e {
	margin: 0 0 20px;
	display: inline-block;
	border-bottom: 3px solid #ECB100;
	font-weight: 500;
	font-size: 18px;
	font-weight: bold;
}

section.enter h5.j {
	margin: 60px 0 30px;
	background-color: #E6F8CE;
	border-left: 8px solid #82DA0A;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter h5.h {
	margin: 60px 0 30px;
	background-color: #D0E7F7;
	border-left: 8px solid #1385D9;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter .order span.o {
	display: block;
	width: 460px;
	background: url(../image/fukidashi.png) no-repeat center 0;
	margin: 60px auto 10px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

section.enter .order a {
	display: block;
	margin: 0 auto;
	background-color: #CC1480;
	border: 2px solid #CC1480;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	width: 460px;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
}

section.enter .order a img {
	margin-right: 6px;
}

section.enter .order a:hover {
	border: 2px solid #EA2898;
	background-color: #EA2898;
	color: #FFF;
}

section.enter .images {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}

section.enter .pay {
	width: 960px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}

section.enter .pay div {
	width: 280px;
}

section.enter .pay div dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #004679;
}

section.enter .pay div dl dt {
	font-weight: 500;
	padding: 8px;
}

section.enter .pay div dl dd {
	text-align: right;
	padding: 8px;
}

section.enter .kousyu {
	line-height: 40px;
	border-left: 8px solid #004679;
	background-color: #E5ECF1;
	font-weight: 500;
	font-size: 20px;
	padding-left: 12px;
}

section.enter .teacher {
	width: 960px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}

section.enter .teacher div {
	width:400px;
}

section.enter .teacher div .taisyou {
	background-color: #C1EDF6;
	font-weight: 500;
	font-size: 20px;
	padding: 6px;
	text-align: center;
	position: relative;
}

section.enter .teacher div .taisyou:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #C1EDF6 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

section.enter .teacher div ul li {
	padding: 6px;
	border-bottom: 1px dotted #CCCCCC;
}

.kousu li {
	list-style: disc;
	margin-left:20px;
}

.kousu{
margin-bottom:20px;
}

section.enter h5.high {
	margin: 0 0 20px;
	display: inline-block;
	border-bottom: 3px solid #1385D9;
	font-weight: 500;
	font-size: 18px;
	font-weight: bold;
}



/*--------------------------------------------------------------------------------------------
  newsBox
--------------------------------------------------------------------------------------------*/
.newsBox {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background-color: #E5ECF1;
}

.newsBox ul {
	margin: 0 0 0 20px;
}

.newsBox li {
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
}

.newsBox li:last-child {
	margin-bottom: 0;
}

.newsBox li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -20px;
  width: 30px;
  height: 1px;
  background-color: #004679;
}

.newsBox li a {
    display: block;
	padding: 13px 10px 13px 30px;
	text-decoration: none;
	color: #000;
}

.newsBox li:hover {
	background-color: #E3F3FF;
}

.newsBox li .date {
  width: 140px;
  display: inline-block;
}

.newsBox li .icon {
  width: 71px;
  margin: 0 15px 0 25px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #3C88BB;
	text-indent: 0;
}

.pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

.pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

.pager_wrap ul.pager li.active {
	background-color: #3C88BB;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #B4D3E7;
}

/*--------------------------------------------------------------------------------------------
  newsdetail
--------------------------------------------------------------------------------------------*/
section.newsdetail h3 {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 20px;
}

section.newsdetail p.datecat {
	margin: 0;
}

section.newsdetail p.datecat .icon {
  width: 71px;
  margin: 0 15px 0 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.newsDetailBox {
	margin: 0 0 40px;
	padding: 30px 30px 1px;
	box-shadow: 0 0 6px #AAA;
}

section.newsdetail .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}


}

