@charset "UTF-8";
/*
 * CSS base.css
 */
/* ---------------------------------------
base
--------------------------------------- */
body {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.001em;
  max-height: 999999px;
}

@media screen and (max-width: 999px) {
  .wrapper{ overflow-x: hidden; }
}
@media screen and (max-width: 767px) {
  body { font-size: 13px; }
}


a {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  /*color: #4d4d4d;*/
  text-decoration: none;
}
h1.metah1{
	position: absolute;
	font-size: 10px
}
@media screen and (max-width: 767px) {
	h1.metah1{
	position: absolute;
	font-size: 10px;
		top: -1px;
}
}



#header{
  width: 100%;
  position: fixed;
  top: 0; left: 0;
  z-index: 100;
  background: #FFF;
}
#header .h_right{
  float: right;
}
#header .h_left{
  float: left;
}
#header .logo{
  float: left;
  margin: 14px 0;
}
#header .h_txt1{
  font-size: .85em;
  float: left;
  padding: 0 2px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 31px 0 0 15px;
}
#header .h_txt4{
  font-size: .85em;
  position: absolute;
  font-weight: bold;
  top: 32px;
  left: 454px;
}
.search_box{
  position: absolute;
  top: 17px; right: 320px;
}
.search_box form{
  position: relative;
}
.search_box input{
  width: 290px!important;
  padding: 4px 40px 4px 10px;
}
.search_box button[type="submit"]{
  position: absolute;
  top: 0; right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
}
#header .h_txt2{
  float: left;
  margin: 22px 0 0 20px;
}
#header .h_txt3{
  float: left;
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 1200px) {
  #header .logo{
    width: 186px;
    margin: 16px 0 14px;
  }
  #header .h_txt1{
    font-size: .8em;
    text-align: center;
    margin: 34px auto 6px;
  }
  #header .h_txt4{
    font-size: .8em;
    top: 35px;
    left: 445px;
  }
  .search_box{
    padding: 10px 2% 10px;
    background: #FFF;
    position: static;
    width: 96%;
    z-index: 100;
    box-sizing: content-box;
  }
   .search_box input{
    width: 100%!important;
  }
}
@media screen and (max-width: 999px) {
  #header .h_txt2{
    float: none;
    margin: 4px 0 0 0;
  }
  #header .h_txt3{
    float: none;
    margin: 0 0 0 55px;
  }
  .search_box{
    right: 265px;
  }
}
@media screen and (max-width: 767px) {
  #header{
    position: relative;
  }
  #header .logo{
    width: 160px;
    position: absolute;
    top: 16px;
    margin: 0;
  }
  #header .h_txt1{
    width: 232px;
    position: absolute;
    top: 46px;
    left: 170px;
    margin: 0;
  }
  #header .search_box{
    padding: 10px 2%;
  }
  #header .search_box.is-fixed{
    position: fixed;
    top: 0;
  }
  #header .h_txt4 {
    top: 47px;
    left: 422px;
  }
  #header .h_txt2{
    font-size: .85em;
    float: left;
    margin: 10px 10px 0 0;
  }
  #header .h_txt3{
    float: left;
    width: 100px;
    margin: 3px 0 0 0;
  }
  form input[type="text"]{
    height: 30px;
    padding: 2px 40px 2px 10px;
  }
  .search_box button[type="submit"] {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 639px) {
  #header .h_txt4 {
    top: 37px;
    left: 166px;
  }
  #header .h_txt1{
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}



#content{
  margin-top: 147px;
}
@media screen and (max-width: 1200px) {
  #content{
    margin-top: 186px;
  }
}
@media screen and (max-width: 767px) {
  #content{
    margin-top: 142px;
  }
}

.content_inner{
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .content_inner{
    width: 92%;
  }
}

/* ---------------------------------------
#breadcrumb
--------------------------------------- */
#breadcrumb {
  font-size: .8em;
  padding: 2px 0;
  background: #F2F2F2;
}
#breadcrumb ol{
  width: 1000px;
  margin: 0 auto;
}
#breadcrumb ol li{
  display: inline-block;
}
#breadcrumb ol li:before{
  content: "＞";
  margin: 0 10px 0 5px;
}
#breadcrumb ol li:first-child:before{
  display: none;
}
@media screen and (max-width: 767px) {
  #breadcrumb{
    overflow-x: scroll;
  }
  #breadcrumb ol{
    display: table;
    width: auto;
    margin: 0;
    padding: 0 5px;
  }
  #breadcrumb ol li{
    display: table-cell;
    white-space: nowrap;
  }
  #breadcrumb::-webkit-scrollbar{ /* スクロールバー本体 */
    width: 6px;
    height: 6px;
    background: #ebebeb;
  }
  #breadcrumb::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
    width: 6px;
    background: #ebebeb;
    border-radius: 6px;
  }
  #breadcrumb::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
    background: #969696;
    border-radius: 6px;
  }
  #breadcrumb::-webkit-scrollbar-thumb:horizontal{ /*横方向のスクロールバーの動く部分 */
    background: #969696;
    border-radius: 6px;
  }
  #breadcrumb::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
    background: #ebebeb;
    border-radius: 6px;
  }
  #breadcrumb::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
    background: #ebebeb;
    border-radius: 6px;
  }
  #breadcrumb::-webkit-scrollbar-corner{ /* スクロールバー角 */
    background: transparent;
  }
}




#pagenav{
  margin-bottom: 2px;
  position: fixed;
  width: 100%;
  top: 67px; left: 0;
  z-index: 10;
  background: #FFF;
}
.page_nav li{
  width: 44%;
  float: left;
  background: #CBCBCB;
}
.page_nav li:first-child{
  width: 12%;
}
.page_nav li a{
  display: block;
  padding: 18px 5px;
  text-align: center;
  box-sizing: border-box;
}
.page_nav li img{
  width: auto; height: 44px;
}
.page_nav li.category{
  background: #DCCE4E;
}
.page_nav li.syllabary{
  background: #006F60;
}
@media screen and (max-width: 1200px) {
  #pagenav{
    top: 112px;
  }
  .page_nav li img{
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  #pagenav{
    position: absolute;
    top: 78px;
  }
  #pagenav.is-fixed{
    position: fixed;
    z-index: 100;
    top: 0;
  }
  .page_nav li a{
    padding: 10px 5px;
  }
  .page_nav li img{
    height: 24px;
  }
  .page_nav li{
    width: 42%;
  }
  .page_nav li:first-child{
    width: 16%;
  }
}



.pagetop a{
  display: block;
  background: #006D5F;
  text-align: center;
  padding: 12px 10px;
}

#footer .f_middle{
  background: #F2F2F2;
  padding: 30px;
}
#footer .f_middle.slide{
  padding: 30px 5px
}

#footer .f_middle .f_dl{
  text-align: center;
}
#footer .f_middle .f_dl dt{
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .f_middle .f_dl dd{
  display: inline-block;
  margin: 0 10px;
}
#footer .f_middle .f_dl dd span{}
#footer .f_top{
  padding: 50px 0;
}
#footer .f_top_nav{
  width: 97%;
  margin: 0 auto;
  text-align: center;
}
#footer .f_top_nav li{
  display: inline-block;
  margin: 5px 15px;
  font-size: .7em;
  line-height: 1.3;
}
#footer .f_top_nav li a{
  text-decoration: none;
  display: block;
}
#footer .f_top_nav li img{
  border: 1px solid #CCC;
}
#footer .f_top_nav li a:hover{
  text-decoration: underline;
}
#footer .f_top_nav li a p{
  margin-top: 2px;
}
#footer .f_right{
}
#footer .f_left{
  text-align: center;
  margin-bottom: 20px;
}
#footer .f_left p{
  float: none;
  display: inline-block;
}
#footer .f_cnt{
  margin: 35px 0;
}
#footer .logo{
  float: left;
}
#footer .f_txt1{
  font-size: .85em;
  float: left;
  padding: 0px 2px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 22px 0 0 15px;
}
#footer .f_txt4{
  font-size: .85em;
  font-weight: bold;
  position: absolute;
  left: 52%;
  top: 0;
}
#footer .f_nav{
  text-align: center;
}
#footer .f_nav li{
  display: inline-block;
  margin: 0 5px;
  background: #000;
}
#footer .copyright{
  text-align: center;
  background: #EDEDED;
  padding: 6px;
}
#footer .f_search{
  max-width: 1000px;
  margin: 30px auto 0;
  position: relative;
}
#footer .f_search input{
  padding: 4px 40px 4px 10px;
}
#footer .f_search button[type="submit"]{
  position: absolute;
  top: 0; right: 0;
  height: 35px;
  width: 35px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
}
#footer .sns_list{
  margin-top: 40px;
  text-align: center;
}
#footer .sns_list li{
  margin: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  #footer .f_nav li img{
    height: 55px;
  }

}
@media screen and (max-width: 767px) {
  #footer .f_top{
    padding: 20px 0;
  }
  #footer .f_middle .f_dl dd{
    display: block;
    margin: 0 0 5px 0;
  }
  #footer .f_top_nav li{
    width: 48%;
    margin: 10px 1% 0;
    background: none;
  }
  #footer .f_top_nav li:first-child{
    margin-top: 0;
  }
  #footer .logo{
    float: none;
    display: block!important;
  }
  #footer .f_txt1{
    float: none;
    width: 290px;
    display: block!important;
    margin: 25px auto 0;
  }
  #footer .f_txt4{
    width: 100%;
    text-align: center;
    left: 0%;
    top: 42px;
  }
  #footer .f_nav li{
    width: 100%;
    background: none;
    margin: 10px 0 0;
  }
  #footer .f_nav li:first-child{
    margin-top: 0;
  }
  #footer .f_search button[type="submit"]{
    height: 30px;
    width: 30px;
  }

}
.pcModule{
	display: block;
}
.spModule{
	display: none;
}
.sns_wrap{
	clear:  both
}
.pcModule ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.pcModule{
	display: none;
}
.spModule{
	display: block;
	width: 100%;
	max-width: 100%
}
	.spModule ul{
		width: 100%;
	margin-bottom: 25px
	}
	.spModule ul li{
		margin-bottom: 15px;
	}
	#banners > a.box_banner{
		width: 19vw !important;
		height: 8vh !important;
	}
	#banners >a.box_banner:first-child{
		margin-left: 1vw !important
	}
}