@charset "UTF-8";
div.document {
 max-width: 1040px;
}
.title h1 {
 background:url(../images/title.png) no-repeat center 93px;
}
.title02.mechanism {
 background: url(../images/title01.png) no-repeat center top;
}
.title02.knowledge {
 background: url(../images/title02.png) no-repeat center top;
}
p.img_c {
 text-align: center;
}
.title01 {
 font-size: 50px;
}
.title01 span {
 background: url(../images/img03.png) no-repeat right bottom;
 padding: 0 0 20px 0;
}
.title05 {
 background: url(../images/q.png) no-repeat 0 0;
 padding: 30px 0 0 110px;
 font-size: 28px;
 min-height: 120px;
 margin-bottom: -50px;
}
.title05 span {
 font-size: 20px;
}
p.txt01 {
 text-align: center;
 font-size: 12px;
 margin: 15px 0 50px 0;
}
p.txt02 {
 font-size: 140%; 
 text-align: center;
 margin-bottom: 20px;
}
div.point {
 border: 1px dashed #CCC;
 max-width: 500px;
 margin: 20px 0 0 auto;
 background-color: #FFF;
 position: relative;
 font-size: 20px;
 font-weight: bold;
 padding: 20px 30px;
}
p.point_img {
 position: absolute;
 right: 0;
 bottom: 0;
}
.knowledge01 {
 border: 1px dashed #CCC;
 background-color: #FFF;
 padding: 45px;
}
@media screen and (max-width: 700px) {
	.knowledge01 {
		padding: 20px;
	}
}
.knowledge02 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
	.knowledge02 {
		display: block;
		margin-bottom: 20px;
	}
}
.knowledge02 h3 {
 margin: 0 45px;
}
@media screen and (max-width: 700px) {
	.knowledge02 h3 {
		margin: 0 0 20px 0;
		text-align: center;
	}
}
.knowledge02 p {
	max-width: 625px;
}
@media screen and (max-width: 700px) {
	.knowledge02 p {
		max-width: inherit;
	}
}
.knowledge03 {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
@media screen and (max-width: 700px) {
	.knowledge03 {
		display: block;
		margin: 20px 0 0 0;
	}
}
.knowledge-title {
	color: #01aee4;
	font-size: 24px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 700px) {
	.knowledge-title {
		font-size: 20px;
	}
}
.knowledge-title::before,
.knowledge-title::after {
	content: "";
	display: block;
	height: 2px;
	width: calc(50% - 3em);
	background: #01aee4;
}
.knowledge04 {
	width: calc(50% - 15px);
	background: #f2f2f2;
	border-radius: 10px;
	padding: 0 30px 20px 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 700px) {
	.knowledge04 {
		width: auto;
		border-radius: 6px;
		margin-top: 40px;
		padding: 20px 20px 20px 20px;
		position: relative;
	}
}
.knowledge04 h4 {
	text-align: center;
	font-size: 20px;
	margin: -12px 0 10px 0;
}
@media screen and (max-width: 700px) {
	.knowledge04 h4 {
		font-size: 18px;
		margin: 0 0 10px 0;
		position: absolute;
		top: -12px;
		width: 100%;
		left: 0;
	}
}
.at {
	text-align: right;
	font-size: 12px;
	margin: 10px 10px 0 0;
}
@media screen and (max-width: 700px) {
	.at {
		font-size: 10px;
		margin: 10px 0 0 0;
	}
}


@media screen and (max-width: 700px) {
 .title h1 {
  background:url(../images/title.png) no-repeat center 80px;
  background-size: 320px auto;
 }
 .title02.mechanism {
  background: url(../images/title01_sp.png) no-repeat center top;
  background-size: 290px auto;
  font-size: 15px;
  letter-spacing: -0.05em;
 }
 .title02.knowledge {
  background: url(../images/title02_sp.png) no-repeat center top;
  background-size: 290px auto;
  font-size: 15px;
  letter-spacing: -0.05em;
 }
 p.img_c {
  text-align: center;
 }
 .title01 {
  font-size: 24px;
 }
 .title01 span {
  background: url(../images/img03.png) no-repeat center bottom;
  background-size: 160px auto;
  padding: 0 0 3px 0;
  display: block;
 }
 .title01 strong {
  display: block;
 }
 .title05 {
  background: url(../images/q.png) no-repeat 0 0;
  padding: 30px 0 0 10px;
  font-size: 22px;
  min-height: 120px;
  margin-bottom: 10px;
 }
 .title05 span {
  font-size: 18px;
 }
 p.txt01 {
  text-align: center;
  font-size: 10px;
  margin: 15px 0 30px 0;
 }
 p.txt02 {
  font-size: 100%; 
  text-align: center;
  margin-bottom: 20px;
 }
 div.point {
  border: 1px dashed #CCC;
  max-width: inherit;
  margin: 20px 0 0 0;
  background-color: #FFF;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
 }
 p.point_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
 }

}
