@charset "UTF-8";

.eikaiwa_index p {
  font-size: 1.7rem;
}

.b_infoexam #ttlArea {
	background-image:none;
	background:linear-gradient(0deg,#ee869a 0%,#ee869a 77%,#fff 77%,#fff 100%);
}
.b_infoexam #ttlArea img {
	height:100%;
}

.b_infoexam #ttlArea_contact {
	padding:20px 0;
	background-image:none;
	background-color:#fff;
	border-bottom:2px solid #c9a063;
}
.b_infoexam #ttlArea_contact h2 {
	color:#c9a063;
	font-size:3rem;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.b_infoexam #ttlArea_contact h2 span {
	font-size:4rem;
}

#contentsBlock {
  width: 95%;
  margin: 35px auto 60px;
}

.eikaiwa_index .txt_eikaiwa01 {
  font-size: 5rem;
  font-weight: bold;
  color: #c9a063;
  text-align: center;
  margin-top: 40px;
}

.schedule_list {
	width:960px;
	margin:30px auto;
	display: -webkit-flex;
    display: flex;
}
.schedule_list div {
	width:49%;
}
.schedule_list div.schedule_list-right {
	margin-left:2%;
}

p.item {
	font-size:1.8rem;
	margin:0 0 10px 10px;
}
p.item span {
	display:inline-block;
	text-align:center;
	width:18px;
	height:18px;
	color:#fff;
	font-size:1.2rem;
	line-height:1.8rem;
	border-radius:9px;
	background-color:#e6b3c9;
}
div.sub_title {
	clear:both;
	width:100%;
	padding:4px 0;
	color:#fff;
	background-color:#e6b3c9;
}
div.sub_title p {
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
}
.schedule_list table {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
table.day01 {
	margin-bottom:32px;
}
table.day01 th,
table.day02 th {
	width:50%;
	text-align:left;
	font-size:5rem;
}
table.day01 th span,
table.day02 th span {
	display:inline-block;
	text-align:center;
	width:40px;
	height:40px;
	font-size:2rem;
	line-height:4rem;
	color:#fff;
	background-color:#959495;
	border-radius:20px;
}
table.day01 td,
table.day02 td {
	width:50%;
	text-align:left;
	font-size:2rem;
	line-height:2.4rem;
}
table.day01 td span,
table.day02 td span {
	font-size:1.4rem;
	line-height:2rem;
}
p.venue {
	text-align:center;
	font-size:2.4rem;
	font-weight:bold;
	margin:20px 0 30px 0;
}
p.subject {
	font-size:1.7rem;
	text-align:right;
}

table.schedule {
	font-size:1.8rem;
	line-height:2rem;
	font-weight:normal;
}
table.schedule th {
	width:18%;
	padding:10px 0;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #E6B3C9;
}
table.schedule td {
	padding:10px 0 10px 18px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #E6B3C9;
}
p.description {
	font-size:1.4rem;
	line-height:1.8rem;
	font-weight:normal;
	margin:10px 0 4px 0;
}
p.individual {
	font-size:1.6rem;
	line-height:2rem;
	font-weight:bold;
}

.btn_area a {
	color:#fff;
	border:none;
	font-weight:bold;
	background-color:#c9a063;
}

@media screen and (max-width: 1024px) {

  .eikaiwa_index .txt_eikaiwa01 {
    text-align: center;
    margin: 20px 0 35px;
    font-size: 2.6rem;
  }

  .eikaiwa_index .btn_area {
    width: 70%;
  }

.b_infoexam #ttlArea {
	height:auto;
}
.b_infoexam #ttlArea img {
	width:100%;
	height: auto;
}
.schedule_list {
	width:98%;
}

.b_infoexam #ttlArea_contact h2 {
	font-size:2rem;
}
.b_infoexam #ttlArea_contact h2 span {
	font-size:2.8rem;
}
	
p.item {
	font-size:1.6rem;
	letter-spacing:-0.5px;
}
table.day01 th,
table.day02 th {
	width:50%;
	text-align:left;
	font-size:3.2rem;
}
table.day01 th span,
table.day02 th span {
	display:inline-block;
	text-align:center;
	width:40px;
	height:40px;
	font-size:2rem;
	line-height:4rem;
	color:#fff;
	background-color:#959495;
	border-radius:20px;
}
table.day01 td,
table.day02 td {
	width:50%;
	text-align:left;
	font-size:2rem;
	line-height:2.4rem;
}
table.day01 td span,
table.day02 td span {
	font-size:1.4rem;
	line-height:2rem;
}
p.venue {
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	margin:20px 0 30px 0;
}

table.schedule {
	font-size:1.6rem;
	line-height:2rem;
	font-weight:normal;
	letter-spacing:-0.2px;
}
table.schedule th {
	width:20%;
}

}

@media screen and (max-width: 600px) {

    .eikaiwa_index .btn_area {
      width: 100%;
    }

.schedule_list {
	width:98%;
	margin:30px auto;
	display: -webkit-block;
	display: block;
}
.schedule_list div {
	width:100%;
}
.schedule_list div.schedule_list-right {
	margin-left:0;
}

div.sub_title {
	clear:both;
	width:100%;
	margin-top:20px;
	padding:4px 0;
	color:#fff;
	background-color:#e6b3c9;
}

}
