@charset "utf-8";
body{
	background: #fafafa;
}

.page_wrap{
	max-width: 960px;
	margin: auto;
	padding: 0 0 100px 0;
}
.top_read{
	display: flex;
  width: 80%;
	margin: 0 auto 90px auto;
}
.top_read .top_read_icon{
  width: 17%;
	margin-right: 3%;
}
.top_read .top_read_icon p{
  width: 80%;
}
.read{
	margin: 0 0 30px 0;
}
.read p{
	margin: 0 0 20px 0;
}
.read p b{
	font-weight: bold;
}
h1.wp-block-heading{
	margin: 30px auto;
	font-size: 1.5rem;
	text-align: center;
	background: aliceblue;
	color: cornflowerblue;
	padding: 10px 6px;
}
h2.wp-block-heading{
	margin: 10px auto 30px auto;
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 6px;
}
.lesson p{
	margin: 0 0 10px 0;
}
.lesson b,.lesson strong,
.lesson b span,.lesson strong span{
	font-weight: 700;
}
.lesson b span,.lesson strong span{
}
.lesson ul,.lesson ol,.lesson blockquote{
	/*padding: 0 0 0 2rem;*/
	padding: 0 0 0 0;
	list-style: none;
}

.lesson {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 100px;
  border: solid 1px #acacac;
  padding: 38px;
  padding-bottom: 28px;
}
.lesson.subheader{
	border: none;
  margin-bottom: 10px;
}
.lesson .clm2{
	display: flex;
}
.lesson .clm2 .lesson_photo{
	width: 20%;
	margin-right: 5%;
}
.lesson .clm2 .lesson_read{
	width: 75%;
}
.lesson h2 {
  margin-bottom: 20px;
  position: relative;
  color: #083388;
  z-index: 1;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
	font-size: 1.3rem;
}

.lesson h2 span.white {
  display: inline-block;
  padding: 0px 15px;
  background: white;
}
.lesson h2 span.tit1 {
	color: var(--text-color);
	font-family :YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  top: -5px;
}

.lesson h2 span.tit2 {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 8px;
  position: relative;
  top: -10px;
}


.lesson_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lesson_wrap dl dt{
	color: var(--text-color);
  width: 20%;
	font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #999;
}
.lesson_wrap dl dd{
  width: 80%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #999;
}















/* SPレスポンシブ */
@media screen and (max-width: 960px) {

	.top_read{
		width: 90%;
		margin: 0 auto 60px auto;
	}
	.top_read .top_read_icon{
		display: none;
	}
	.lesson {
		width: 96%;
		padding: 20px 5px;
		margin-bottom: 100px;
	}
	.lesson　.clm2{
		display: block;
	}
	.lesson　.clm2 .lesson_photo{
		width: 100%;
		margin-right: 0;
	}
	.lesson　.clm2 .lesson_read{
		width: 100%;
	}
	.lesson h2 span.tit1{
		font-size: 1.4rem;
		display: block;
	}
	.lesson_wrap dl {
		display: block;
	}
	.lesson_wrap dl dt{
		width: 100%;
	}
	.lesson_wrap dl dd{
		width: 100%;
	}
	.lesson h2 span.white{
		font-size: 1.2rem;
		display: block;
		padding: 10px 5px 0 5px;
	}
	.read {
    margin: 0 0 0px 0;
	}
}