@charset "utf-8";

/* =============== main =============== */
.mv{
	background: url("/learn/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}

.learn-link{
	margin-top: 10px;
}
.learn-link_item{
	border-bottom: dotted 1px #ccc;
}
.learn-link_item a{
	display: block;
	padding: 10px 0;
}
.learn-link_item dt{
	position: relative;
	padding-left: 25px;
	font-weight: bold;
}
.learn-link_item dt:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
	font-size: 0.8em;
  font-weight: bold;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  text-align: center;
  border-radius: 50%;
  background: #f98295;
}
.learn-link_item dd {
	position: relative;
	margin: 5px 0 0 25px;
	padding-left: 1.2em;
	color: #201d1c;
	font-size: 1.2rem;
}
.learn-link_item dd:before, .learn-link_item dd:after{
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.learn-link_item dd:before {
	content: "―";
}

.spcnt-link{
	margin-top: 30px;
}
.spcnt-link_list li:not(:first-child) {
  margin-top: 10px;
}
.spcnt-link_list a{
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 10px 15px 50px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  border-radius: 5px;
}
.-care a{
  background-color: rgba(106, 174, 213, 0.8);
}
.-qa a{
  background-color: rgba(110, 193, 192, 0.9);
}
.spcnt-link_list a:before{
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  text-align: center;
  border-radius: 50%;
}
.-care a:before{
  background: #007fc8;
}
.-qa a:before{
  background: #00a594;
}
.spcnt-link_list em{
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.learn-page .ttl-line{
	display: flex;
	flex-direction: column-reverse;
}
.learn-page .ttl-line span {
	display: block;
	margin-bottom: 5px;
	color: #201d1c;
	font-size: 1.2rem;
}
.learn-page .ttl-line span:before {
	content: "―";
	padding-right: 5px;
}
.learn-page .ttl-line span:after {
	content: "―";
	padding-left: 5px;
}
.learn-body{
	margin-top: 30px;
}


.learn-page p {
	margin-top: 30px;
	line-height: 2.2;
}
.learn-page p:first-of-type {
	margin-top: 0;
}




.learn-page .fb {
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: bold;
}
.learn-page .fb + p{
	margin-top: 20px;
}
.fl {
	margin-bottom: 30px;
}
.fr {
	margin-bottom: 30px;
}
.learn-page figcaption {
	margin-top: 5px;
	text-align: center;
	font-size: 1.4rem;
}



.learn-sub{
	margin-top: 50px;
	padding-top: 50px;
	border-top: solid 1px #ccc;
}
.learn-sub p {
	font-weight: bold;
}
.learn-sub_list{
	margin-top: 20px;
}
.learn-sub_list li{
	position: relative;
	padding-left: 1.2em;
}
.learn-sub_list li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
	display: inline-block;
}
.learn-sub_ol{
	margin: 10px 0 0 20px;
	list-style: decimal;
}
.learn-page .learn-sub_ol + p{
	margin-top: 10px;
}
.learn-page .bold {
	font-weight: bold;
}



.learn-back{
	margin: 50px auto 0;
	max-width: 300px;
	text-align: center;
}
.learn-back a{
	position: relative;
	display: block;
	padding: 20px 10px;
	color: #f2778b;
	text-align: center;
	border-radius: 50vw;
	background: #fff1f3;
}
.learn-back span{
	position: relative;
	display: inline-block;
	padding-left: 35px;
}
.learn-back span:before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "←";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  text-align: center;
  border-radius: 50%;
  background: #f2778b;
}


/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

    
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {
	
	.learn-link{
		margin-top: 30px;
	}
	.learn-link_item a{
		padding: 15px 20px;
	}
	.learn-link_item dt{
		padding-left: 35px;
		font-size: 1.8rem;
	}
	.learn-link_item dt:before{
		top: 2px;
		width: 22px;
		height: 22px;
	}
	.learn-link_item dd {
		margin: 10px 0 0 35px;
		padding: 0 1.2em;
		font-size: 1.6rem;
	}
	.learn-link_item dd:after {
		content: "―";
	}

	.spcnt-link{
		margin-top: 50px;
	}
  .spcnt-link_list {
		display: flex;
		margin-left: -10px;
  }
  .spcnt-link_list li {
		margin: 0 0 0 10px!important;
		width: calc(100% / 2 - 10px);
  }
  .spcnt-link_list a{
    padding: 20px 10px 20px 60px;
    font-size: 1.4rem;
  }
  .spcnt-link_list em{
    font-size: 2.2rem;
    text-align: left;
  }
  .spcnt-link a:before{
    left: 15px;
  }
	
	
	.learn-page .ttl-line{
		display: flex;
		flex-direction: row;
	}
	
	.learn-page .ttl-line span {
		display: inline-block;
		margin: 0 0 0 15px;
		font-size: 1.4rem;
	}
	.learn-page .ttl-line span:before {
		content: "―";
		padding-right: 5px;
	}
	.learn-page .ttl-line span:after {
		content: "―";
		padding-left: 5px;
	}
	.learn-body{
		margin: 50px 50px 0;
	}
	.learn-page p {
		margin-top: 50px;
	}
	
	.learn-page .fb + p {
		margin-top: 20px;
	}
	.fl {
		clear: both;
		float: left;
		margin-right: 30px;
		padding-top: 55px;
	}
	.fr {
		clear: both;
		float: right;
		margin-left: 30px;
		padding-top: 55px;
	}
	
	

}




