@charset "UTF-8";
/* Hack bace of KOKUYO new layouts.
   studi- Den-Katsu, 24, nov, 2018. */

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
 *zoom: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*  float control
-----------------------------------*/
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_clear {
	clear: both;
}
/*  clearfix
-----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
#MainCont .t_al_center {
	text-align: center;
}
#MainCont {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}
#MainCont #PageGnavi {
  width: 100%;
  background: #fff;
  z-index: 3;
  border-bottom: 1px solid #bcbcbc;
}
#MainCont #PageGnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#MainCont #PageGnavi ul {
  display: flex;
  display: -webkit-flex;
  /* justify-content: space-between; */
  justify-content: start;
  width: 950px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
}
#MainCont #PageGnavi ul li {
  display: inline-block;
  margin-right: 50px;
}
#MainCont #PageGnavi ul li a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
#MainCont #PageGnavi ul li a:hover {
  color: #fe6e00;
}
#MainCont #PageGnavi ul li a.now {
  color: #fe6e00;
}
#MainCont .leadTxt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#MainCont .catchTxt {
  font-size: 16px;
  text-align: center;
}
/*ラインナップ*/
#MainCont .s04 .leadTxt {
  margin-bottom: 25px;
}
#MainCont .s04 .catchTxt {
  margin-bottom: 54px;
}
#MainCont .s04 .inner {
  width: 810px;
  margin: 0 auto;
}
#MainCont .s04 .itemBox {
  margin-bottom: 60px;
}
#MainCont .s04 .itemBox.itemBox05 {
  margin-bottom: 0px;
}
#MainCont .s04 .itemBox .itemTtl {
  margin-bottom: 20px;
}
#MainCont .s04 .itemBox.itemBox01 .itemTtl {
  border-bottom: 2px solid #e95374;
}
#MainCont .s04 .itemBox.itemBox02 .itemTtl {
  border-bottom: 2px solid #87b540;
}
#MainCont .s04 .itemBox.itemBox03 .itemTtl {
  border-bottom: 2px solid #006d6e;
}
#MainCont .s04 .itemBox.itemBox04 .itemTtl {
  border-bottom: 2px solid #0087ce;
}
#MainCont .s04 .itemBox.itemBox05 .itemTtl {
  border-bottom: 2px solid #5c4d4a;
}
#MainCont .s04 .itemBox .itemList .itemBlock a {
  background: #f8f8f8;
  display: flex;
  color: #333333;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}
#MainCont .s04 .itemBox .itemList .itemBlock a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  margin: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(45deg);
}
#MainCont .s04 .itemBox.itemBox01 .itemList .itemBlock a:after {
  border-color: #e95374;
}
#MainCont .s04 .itemBox.itemBox02 .itemList .itemBlock a:after {
  border-color: #87b540;
}
#MainCont .s04 .itemBox.itemBox03 .itemList .itemBlock a:after {
  border-color: #006d6e;
}
#MainCont .s04 .itemBox.itemBox04 .itemList .itemBlock a:after {
  border-color: #0087ce;
}
#MainCont .s04 .itemBox.itemBox05 .itemList .itemBlock a:after {
  border-color: #5c4d4a;
}
#MainCont .s04 .itemBox .itemList .itemBlock:last-child a {
  margin-bottom: 0px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox {
  padding: 0px 30px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox .ttl {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox .name {
  font-size: 16px;
}
#MainCont .s04 .itemBox.itemBox01 .itemList .itemBlock .txtBox .name {
  color: #e95374;
}
#MainCont .s04 .itemBox.itemBox02 .itemList .itemBlock .txtBox .name {
  color: #87b540;
}
#MainCont .s04 .itemBox.itemBox03 .itemList .itemBlock .txtBox .name {
  color: #006d6e;
}
#MainCont .s04 .itemBox.itemBox04 .itemList .itemBlock .txtBox .name {
  color: #0087ce;
}
#MainCont .s04 .itemBox.itemBox05 .itemList .itemBlock .txtBox .name {
  color: #5c4d4a;
}
#MainCont .s04 .itemBox .itemBlock {
  position: relative;
}
#MainCont .s04 .itemBox .itemBlock .mask {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 60px 10px 30px;
  box-sizing: border-box;
  background-color: rgba(224,89,118,0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
#MainCont .s04 .itemBox02 .itemBlock .mask {
  background-color: rgba(133,172,72,0.8);
}
#MainCont .s04 .itemBox03 .itemBlock .mask {
  background-color: rgba(50,137,138,0.9);
}
#MainCont .s04 .itemBox04 .itemBlock .mask {
  background-color: rgba(50,146,198,0.9);
}
#MainCont .s04 .itemBox05 .itemBlock .mask {
  background-color: rgba(107,90,87,0.9);
}
#MainCont .s04 .itemBox .itemBlock .caption {
  font-size: 16px;
  font-weight: bold;
}
#MainCont .s04 .itemBox .itemBlock:hover .mask {
  opacity: 1;
}
#MainCont .s04 .itemBox .itemList .itemBlock:hover a:after {
  border-color: #ffffff;
}
/* header */
#contents-header {
  position: relative;
  width: 950px;
  margin: 0 auto 20px;
}
/* position */
#MainCont .position_r {
	position: relative;
}
#MainCont .position_a {
	position: absolute;
}

@media screen and (max-width: 750px) {
.sp {
  display: block;
}
.pc {
  display: none;
}
#MainCont #PageGnavi {
  display: none;
}
#MainCont .leadTxt {
  font-size: 18px;
}
#MainCont .catchTxt {
  font-size: 13px;
  text-align: center;
}
#MainCont .s04 {
  padding: 59px 0 57px;
}
#MainCont .s04 .inner {
  width: auto;
}
#MainCont .s04 .leadTxt {
  margin-bottom: 16px;
}
#MainCont .s04 .itemBox .itemTtl img {
  height: 30px;
}
#MainCont .s04 .itemBox .itemList .itemBlock a .img img {
  width: 112px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox .ttl {
  font-size: 12px;
  margin-bottom: 0px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox .name {
  font-size: 12px;
}
#MainCont .s04 .itemBox .itemList .itemBlock a:after {
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  right: 5px;
}
#MainCont .s04 .itemBox .itemList .itemBlock .txtBox {
  padding: 0px 10px 0 10px;
}
#MainCont .s04 .itemBox .itemList .itemBlock a {
  margin-bottom: 16px;
}
#MainCont .s04 .itemBox {
  margin-bottom: 30px;
}
#MainCont .s04 .itemBox .itemBlock .mask {
  opacity: 0;
  display: none;
}
/* header */

#contents-header {
  width: auto;
  margin: 0 auto;
  margin-top: 46px;
}
#Pagetop {
  width: auto;
  margin: 0 auto;
}
}
