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

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
body, div, p, ul, ol, li, dl, dt, dd,
form, fieldset, input, textarea,
table, th, td {
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.logo {
	width: 50%;
	margin: 10px auto;
}

.wrap {
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	box-sizing: border-box;
	
}

.header_title{
	font-size: 0.7em;
	color: #01AB46;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px 0 0;
	text-align: center;
}

.header_title span{
	font-size: 35px;
	text-align: center;
	display: block;
}

.top_image br {
	display: none;
}

.top_image {
  margin     : 10px auto;
  width      : 96%;
  line-height: 1.5em;
  text-align : center;
  color      : #000000;
  background : #fff;
  overflow   : hidden;
  font-size: 0.6em;	
}
.top_image span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 10s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}



.index_title {
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #6F7E43;
}

.index_btn_pc{
	display: none;
}

.index_btn_sp{
	display:none;
}

.index_btn_sp img{
	width: 90%;
}

.index_text {
	margin: 0px auto 10px;
	border: 5px solid #C7D059;
	font-size: 0.9em;
}

.index_text p{
	padding: 1em;
	border-bottom: 1px dashed #333;
}

.index_text p:last-child{
	border: none;
}

.kotobaBox {
	width: 100%;
	background: url("img/kotoba_sp01.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 4em;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.kotoba {
  background-color: #fefde5;
  padding: 1em;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 0.9em;
}

.kotoba dt{
	font-weight: bold;
	width: 100%;
	padding: 0 0.5em;
	box-sizing: border-box;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.link a{
	text-align: center;
	text-decoration: none;
	display: block;
	width: 80%;
	background: #4F6C3D;
	color: #FFF;
	margin: 10px auto;
	padding: 1em;
}


.sasshi{
	width: 100%;
	border: 10px solid #DCC56B;
	box-sizing: border-box;
	padding: 1em;
	line-height: 1.4;
	font-size: 0.9em;
}

.sasshi p{
	text-align: center;
}

.sasshi img{
	width: 30%;
}

.topicsBox{
	width: 100%;
	margin: 20px auto;
	font-size: 0.9em;
}

.topics h2{
	display: none;
}

.topics p{
	display: block;
	padding:5px 0 0 130px;
	height:40px;
	line-height:40px;
	font-size:16px;
	background:url(../images/index_title02.gif) no-repeat 0 0;
	background-size: contain;
	
}


.topics li{
	padding:0 0 0 30px;
	list-style-type: none;
	background:url(../images/index_mark.gif) no-repeat 10px 5px;
	font-size: 15px;
	line-height: 27px;
}

.footer {
	width: 100%;
	background: #748B30;
	padding: 2px auto;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.09em;
}

.menu {
	display: none;
}

.main_content h2{
	font-size: 20px;
	text-align: center;
	color: #06BF38;
}

.main_content p{
	font-size: 0.9em;
}

.radio_img {
	width: 50%;
	text-align: center;
	margin: 1em auto;
}




.radio_text {
	padding: 1em;
	font-size: 0.9em;
	border: 1px solid #333;
	border-left: none;
	border-right: none;
}

h3,.header-title {
	margin: 20px auto 0;
	background: #008313;
	color: #fff;
	font-size: 1em;
	padding: 0.5em;
	text-align: center;
}

.radio_text strong {
	font-size: 0.8em;
}

.assertion {
	padding: 0.9em;
	font-size: 0.9em;
}

.assertion_title {
	width: 100%;
	background: #c3ffc3;
	font-weight: bold;
	padding: 0.5em;
	box-sizing: border-box;
	color: #333;
	margin: 1em 0;
}

.assertion_title:first-child{
	margin-top: 0;
}

.row {
	border-bottom: 1px solid #333;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 0.9em;
}

.num {
	font-weight: bold;
	color: #3B5FE9;
	width: 15%;
	text-align: center;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.score {
	width: 20%;
	font-weight: bold;
	color: #E4125A;
	text-align: center;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.score:first-child{
	border-left: none;
}


.row_sp {
	display: none;
}

.home {
	display: block;
	width: 70%;
	margin: 20px auto;
	text-align: center;
	height: 2.5em;
	line-height: 2.5em;
	color: #FFF;
	text-decoration: none;
	background: #739460;
}

.topics {
	font-size: 0.9em;
}

.book {
	width: 95%;
	margin: 10px auto 20px;
	border: 1px solid #c4eec4;
}

.book_midashi {
	background: #c4eec4;
	font-size: 0.9em;
	padding: 0.5em;
}

.book_title {
	font-size: 1.1em;
}

.book_main img {
	display: block;
	margin: 10px auto;
}

.book_content {
	font-size: 0.9em;
	padding: 0.9em;
}

.book_content strong{
	font-weight: bold;
	font-size: 1.2em;
}



.stress-list {
	margin-bottom: 10px;
}

p.thushaku {
	font-size: 0.6em;
}
