@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
outline:none;
}
html{
height:100%;
}
body{
	
}
img{
border:none;
}
ol,ul{
list-style:none;
}


/*テキスト*/

.t26b{font-size:216%; line-height:1.8em; font-weight:bold;}
.t26{font-size:216%; line-height:1.8em;}
.t24b{font-size:200%; line-height:1.8em; font-weight:bold;}
.t24{font-size:200%; line-height:1.8em;}
.t22b{font-size:183%; line-height:1.8em; font-weight:bold;}
.t22{font-size:183%; line-height:1.8em;}
.t20b{font-size:166%; line-height:1.8em; font-weight:bold;}
.t20{font-size:166%; line-height:1.8em;}
.t18b{font-size:150%; line-height:1.8em; font-weight:bold;}
.t18{font-size:150%; line-height:1.8em;}
.t16b{font-size:130%; line-height:1.8em; font-weight:bold;}
.t16{font-size:130%; line-height:1.8em;}
.t14b{font-size:116%; line-height:1.8em; font-weight:bold;}
.t14{font-size:116%; line-height:1.8em;}
.t12b{line-height:1.8em; font-weight:bold;}
.t12{line-height:1.8em;}
.t10b{font-size:83%; line-height:1.2em; font-weight:bold;}
.t10{font-size:83%; line-height:1.2em;}

a{color:#018fca; text-decoration:none;}
a:active{color:#72c7ea; text-decoration:underline;}
a:visited{color:#018fca;text-decoration:none;}
a:hover{color:#72c7ea; text-decoration:underline;}

.t20bg{font-size:166%; line-height:1.8em; font-weight:bold; color:#42a69e}
.t16b_2{font-size:130%; line-height:1.2em; font-weight:bold;}


/*その他*/

.t_ma5{margin:5px 0 0 0;}
.t_ma10{margin:10px 0 0 0;}
.t_ma20{margin:20px 0 0 0;}
.t_ma25{margin:25px 0 0 0;}
.t_ma30{margin:30px 0 0 0;}
.t_ma40{margin:40px 0 0 0;}
.t_ma50{margin:50px 0 0 0;}
.t_ma60{margin:60px 0 0 0;}
.t_ma70{margin:70px 0 0 0;}
.t_ma80{margin:80px 0 0 0;}

.t_pa10{padding:10px 0 0 0;}
.t_pa20{padding:20px 0 0 0;}
.t_pa30{padding:30px 0 0 0;}
.t_pa40{padding:40px 0 0 0;}
.t_pa50{padding:50px 0 0 0;}
.t_pa60{padding:60px 0 0 0;}
.t_pa70{padding:70px 0 0 0;}
.t_pa80{padding:80px 0 0 0;}

.c_both{clear:both;}

.hideAtPC {
	display: none;
}



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

パンくず修正
読書感想文配下のbase.cssを上書く

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .breadcrumb {
    max-width: 960px;
    width: 100%;
    margin: 20px auto 20px;

    color: #333333;
		font-size: 12px;
		line-height: 1.5;
    letter-spacing: 0;

    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .breadcrumb a {
    color: #0088cc;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  /* SP */
  .breadcrumb a {
    color: #0088cc;
  }
}

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

パンくず修正
shareのcssを上書き

---------------------------------*/
@media (min-width: 740px) {
  /* PC */
  #main {
    padding: 0 0 0px;
  }
}
@media (max-width: 739px) {
  /* SP */

}


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

BC_MEM-22809 【教育情報サイト】読書感想文_画像のテキスト化

---------------------------------*/
.maintitle {
  height: 136px;
  background:url(/dokusho/images/common/200520/main_title_bg_sum.png);
  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}

.maintitle__disc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maintitle__disc-lead {
	color: #fff;
	font-size: 12px;
	padding: 2px 34px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #0070cb;
	border-radius: 50px;

	display: inline-block;
	position: absolute;
	top: 28px;
	left: 26px;
}
.maintitle__disc-main {
  font-size: 31px;
  font-weight: bold;
	line-height: 1.3;

	display: inline-block;
	position: absolute;
	top: 55px;
	left: 28px;
	letter-spacing: 0;
}
.maintitle__disc-main--green {
	color: #009944;
}
.maintitle__disc-main--orange {
	color: #f66500;
}
.maintitle__disc-main--black {
	color: #2f2f2f;
}
.maintitle__disc-weak {
	color: #0070cb;
  font-size: 26px;
  font-weight: bold;
	display: inline-block;
	position: absolute;    
	top: 90px;
	left: 30px;
	letter-spacing: 4px;
}

/* リンクボタン追加 */
#link-area .link-area-inner {
	text-align: center;
	padding-top: 30px;
}
#link-area .link-img-wrap {
	display: inline-block;
}
#link-area .link-img-wrap:hover {
	opacity: .8;
}
#link-area .link-img {
	width: 333px;
}

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

ローカルナビ

---------------------------------*/
/* .localnav {
	margin-top: 40px;
	background-color: #f5f5f5;
}
.localnav-inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	box-sizing: border-box;
}
.localnav__step-list {
	display: flex;
}
.localnav__step {
	width: 33%;
}
.localnav__step-ttl {
	font-size: 25px;
	font-weight: bold;
	padding-left: 52px;
	box-sizing: border-box;
	margin-bottom: 25px;

	position: relative;
}
.localnav__step-ttl::before {
	content: '1';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.localnav__step--01 .localnav__step-ttl::before {
	content: '1';
	color: #f3b100;
}
.localnav__step--02 .localnav__step-ttl::before {
	content: '2';
	color: #f57f2d;
}
.localnav__step--03 .localnav__step-ttl::before {
	content: '3';
	color: #f34a3d;
}
.localnav__step__item-link {
	color: #000;
	font-size: 12px;
	padding-left: 1.5em;
	box-sizing: border-box;

	position: relative;
}
.localnav__step__item-link:link,
.localnav__step__item-link:active,
.localnav__step__item-link:visited {
	color: #000;
}
.localnav__step__item-link:hover {
	text-decoration: none;
	color: #0088cc;
}
.localnav__step__item-link::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-left: 10px solid #f3b100;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.localnav__step--01 .localnav__step__item-link::before {
	border-left: 10px solid #f3b100;
}
.localnav__step--02 .localnav__step__item-link::before {
	border-left: 10px solid #f57f2d;
}
.localnav__step--03 .localnav__step__item-link::before {
	border-left: 10px solid #f34a3d;
}

.localnav__link-list {
	display: flex;
}
.localnav__link-item {
	display: inline-block;
	padding-left: 20px;
	padding-right: 40px;
	box-sizing: border-box;
	position: relative;
}
.localnav__link-item::before {
	content: '';
	width: 8px;
	height: 8px;
	border-right: solid 2px #7d7d7d;
	border-bottom: solid 2px #7d7d7d;
	position: absolute;
	top:  50%;
	left: 0;
	transform-origin: center;
	transform: translateY(-50%) rotate(-45deg);
}
.localnav__link {
	color: #000;
	font-size: 12px;
}
.localnav__link:link,
.localnav__link:active,
.localnav__link:visited {
	color: #000;
}
.localnav__link:hover {
	text-decoration: none;
	color: #0088cc;
} */