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

	home

	01. forPC Layout

	02. forSP Layout

  03. forSP Layout (max-width: 321px)

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






/********************************************************************************

	01. forPC Layout

********************************************************************************/

/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: block;
}
.u-media-sp {
  display: none;
}

/* ============================================================ main_view */
.main_view_wrap{
  padding: 100px 0 0;
  background: url("../img/common/bg_header_wrap.jpg") repeat 0 40px;
  background-size: auto 80px;
}
.main_view{
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}

/* ============================================================ mainichi */
.mainichi_wrap{
  float: left;
  background: #eeb0b7;
}
.mainichi {
  position: relative;
  padding: 46px 40px ;
  width: 400px;
  margin: 0 auto;
  height: 358px;
}
.mainichi .calendar {
  position: absolute;
  left: 20px;
  top: 38px;
  z-index: 5;
  height: 76px;
  width: 76px;
  border-radius: 40px;
  border: 2px solid #00afdc;
  background: #fff;
  font-size: 24px;
}
.mainichi .calendar .cyan{
  color: #00afdc;
}
.mainichi .calendar .magenta{
  color: #ff4d8d;
}
.mainichi .calendar span{
  position: absolute;
  display: inline-block;
}
.mainichi .calendar .month{
  left: 14px;
  top: 2px;
  width: 28px;
  text-align: center;
}
.mainichi .calendar .date{
  top: 20px;
  right: 4px;
  width: 28px;
  text-align: center;
}
.mainichi .calendar .day{
  bottom: 3px;
  left: 17px;
  width: 43px;
  text-align: center;
  font-size: 17px;
}
.mainichi .calendar .dash{
    left: 2px;
    width: 50px;
    text-indent: -9999px;
    border-bottom: 2px solid #00afdc;
    transform: rotate(-40deg);
}
.mainichi .mainichi_photo {
  overflow: hidden;
  box-sizing: border-box;
  width: 400px;
  height: 300px;
  margin: 0 0 10px;
  border-radius: 20px;
  border: 6px solid #87c4d9;
}
.mainichi h2 {
  display: inline-block;
  position: relative;
  left: 20px;
  z-index: 5;
  height: 46px;
  margin: 0 42px 0 0;
  padding: 1px 0;
  background: #00afdc;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -.08em;
}
.mainichi h2 .font-middle{
  position: relative;
  top: -2px;
}
.mainichi h2:before, .mainichi h2:after {
    content: '';
    border: 24px solid transparent;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: scalex(.7);
}
.mainichi h2:before {
  left: -28px;
  border-color: #00afdc;
  border-left-color: transparent;
}
.mainichi h2:after {
  right: -30px;
  border-color: #00afdc;
  border-right-color: transparent;
}
.mainichi .backnumber {
  display: inline-block;
}
.mainichi .backnumber a {
  position: relative;
  top: 5px;
  display: inline-block;
  padding: 0 16px 0 0;
  background: url("../img/common/ico_backnumber@1.5x.png") no-repeat 100% 10px;
  background-size: auto 14px;
  color: #694a31;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
}

.bold-date {
	color:#fff; 
	text-shadow: 1px 2px 3px #000;
	
}

/* ============================================================ slider */
.slider_wrap{
  float: left;
}

.slider {
    width: 480px;
    margin: 0 auto;
    height: 450px;
}

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img.mv,
.slick-slide img.mvad {
  height: 450px;
  width: auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide .ad {
    position: absolute;
    top: 0;
    width: 960px;
}
.slick-slide .ad p{
    position: absolute;
    left: 480px;
}

/* ============================================================ shou_main_view_wrap */
.shou_main_view_wrap{
  padding: 100px 0 0;
		line-height: 0;
  background: #c6dfea;
}
.shou_main_view_wrap .main_view img {
  width: 100%;
}

/* ============================================================ chu_main_view_wrap */
.chu_main_view_wrap{
  padding: 100px 0 0;
		line-height: 0;
  background: #cedbc9;
}
.chu_main_view_wrap .main_view img {
  width: 100%;
}


/* ============================================================ local_nav */
#local_nav {overflow: hidden; background: #fff;}
#local_nav h4{float: left; padding: 6px 6px 4px; border-radius: 10px; color: #fff; font-size: 16px; font-weight: bold;}

#local_nav #lnav_info {overflow: hidden; margin: 15px auto; padding: 4px 0; width: 960px;}
#local_nav #lnav_info_in {float: right; padding: 8px 10px 6px 20px; width: 830px; background: #fff; border-radius: 10px;}

#local_nav dt,
#local_nav dd {float: left; margin:2px 0; line-height: 1.2;}

#local_nav dt {margin: 2px 20px 2px 0; width: 116px;}
#local_nav dd {width: 680px; text-indent: -.75em; margin: 2px 0 2px 10px;}
#local_nav dd a {padding: 0 0 0 10px; background: url(../img/common/blt_arrow_01.png) 0 3px no-repeat;}

/* もっと見る */
#local_nav .infoList {
    display: none; /* もっと見る 設置時に有効化 */
}
#local_nav a.ico_pulldown.switchInfo{
    position: relative;
    float: left;
    display: block; /* もっと見る 設置時に有効化 */
    margin: 7px 300px 5px;
    padding: 1px 10px 3px 0;
    width: 108px;
    border: 1px solid #29b0cd;
    color: #29b0cd;
    text-align: center;
}
#local_nav a.ico_pulldown.switchInfo:after{
    content: "閉じる";
    font-size: 12px;
}
#local_nav a.ico_pulldown.switchInfo.active:after{
    content: "もっと見る";
    font-size: 12px;
}
#local_nav a.ico_pulldown.switchInfo span{
    position: absolute;
    display: block;
    width: 90%;
    height: 30px;
    top: 0;
    background:url(../img/common/ico_pullup@1.5x.png) no-repeat right 10px;
    background-size: 12px auto;
}
#local_nav a.ico_pulldown.switchInfo.active span{
    background:url(../img/common/ico_pulldown@1.5x.png) no-repeat right 10px;
    background-size: 12px auto;
}

/* ============================================================ local_banner */
#local_banner {overflow: hidden; background: #faf3df;}
#local_banner #lbanner_in {overflow: hidden; margin: 20px auto 14px; width: 960px; display: -webkit-box; display: flex; flex-wrap: wrap; justify-content: center; /*justify-content: space-between;*/}
#contents + #local_banner {overflow: visible;}
#contents + #local_banner #lbanner_in {margin: 20px auto;}
/* バナーの個数で，レイアウトを変更する */
#local_banner #lbanner_in li {margin: 8px 12px;}
/*#local_banner #lbanner_in li:last-child {margin: 0 0 0 0;}*/
#local_banner #lbanner_in li a {display: inline-block;}

#local_banner #lbanner_in2 {overflow: hidden; margin: 17px auto 0; width: 960px; display: -webkit-box; display: flex; justify-content: center; /*justify-content: space-between;*/}
/* バナーの個数で，レイアウトを変更する */
#local_banner #lbanner_in2 li {margin: 0 15px 0 0;}
#local_banner #lbanner_in2 li:last-child {margin: 0 0 0 0;}
#local_banner #lbanner_in2 li a {display: inline-block;}

/* ============================================================ local_banner_2 */
#local_banner_2 {overflow: hidden; position: relative; z-index: 10; background: url(../img/common/bg_header_wrap.jpg) repeat 0 40px; background-size: auto 80px;}
#local_banner_2 #lbanner_in_2 {overflow: hidden; margin: 30px auto 20px; width: 960px;}
#local_banner_2 #lbanner_in_2 li {display: inline-block; width: 480px;}
#local_banner_2 #lbanner_in_2 li:nth-child(even) {text-align: right;}

#local_banner_2 #lbanner_in_2.once {
    display: flex;
    justify-content: space-around;
}


/* ============================================================ homeContent */
#pickUp {
  padding: 0 0 14px;
  background: #fffaf6;
	position: relative;
}
#pickUp h3{
    margin: 0 0 15px;
}
#pickUp h3.pickUp{
    margin: 30px 0 0 0;
    padding: 0 0 2px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: normal;
	position: relative;
}
#pickUp h3 .balloon{
  position: absolute;
  top: 5px;
  z-index: 1;
  padding: 2px 14px;
  margin: 0 0 0 25px;
  background: #fa7b9c;
  color: #fff;
  font-size: 14px;
}
#pickUp h3 .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
  		left: -15px;
  		top: 8px;
  		border-right: 15px solid #fa7b9c;
  		border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}


#pickUp_tab_wrap .pickUp_tab {
	display: flex;
	padding: 0 5px;
	margin: 15px 0 -1px 0;
	flex-direction: row;
  align-items: baseline;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle {
	width: 100%;
	padding: 3px 0 3px 0;
	margin: 4px 3px 0 3px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius:  8px 8px 0 0;
	border-radius:  8px 8px 0 0;
  cursor: pointer;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle.all {
	background: #fa7b9c;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle.shou {
	background: #54a2c4;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle.chu {
	background: #719e5c;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle.active {
	padding: 10px 0 3px 0;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle .image img {
	vertical-align: middle;
	margin: 0 2px
}

#pickUp_tab_wrap .pickUp_tab .title_small {
  font-size: 18px;
}

#pickUp_tab_wrap .pickUp_tab_in {
    display: none;
}
#pickUp_tab_wrap .pickUp_tab_in.active {
    display: block;
}

#pickUp_tab_wrap .pickUp_tab_in.all {
	border-top: solid 6px #fa7b9c;
}
#pickUp_tab_wrap .pickUp_tab_in.shou {
	border-top: solid 6px #54a2c4;
}
#pickUp_tab_wrap .pickUp_tab_in.chu {
	border-top: solid 6px #719e5c;
}





#pickUp .box-bg {
    width: 960px;
    margin: 0 auto 10px;
    padding: 0;
    letter-spacing: -0.4em;
}
#pickUp .search-box {
    width: 960px;
    margin: 0 auto 10px;
    padding: 0;
}
#pickUp .box {
	margin:25px auto;
	font-size:14px;
	letter-spacing: normal;
}
#pickUp .box a {
    display: block;
    position: relative;
    z-index: 1;
}
#pickUp .box.col-4 {
    position: relative;
    display: inline-block;
    margin: 14px 1.24%;
    width: 293px;
}
#pickUp .box h4{
    padding: 0 0 5px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
}
#pickUp .box h5{
	padding: 0 0 3px;
}
#pickUp .box img.thum{
    position: absolute;
    margin: 0 0 -6px;
    /*opacity: .5;*/
}
#pickUp .box img.w100per{
    width: 100%;
}
#pickUp .box img.h100per{
    height: 100%;
}
#pickUp .substance {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    height: 216px;
    width: 293px;
    text-align: center;
}
#pickUp .substance h5 {
    line-height: 1.4;
    color: #4d4d4d;
    font-size: 15px;
	/*font-weight: bold;*/
    text-align: center;
}
_::-webkit-full-page-media, _:future, :root #pickUp .substance h5 {   /*safari*/
  padding: 0 0 15px;
  font-size: 14px;
}
#pickUp .substance h5.font-white{
    color: #fff;
}
#pickUp .substance h5.outline-gray{
/* for modan browser */
text-shadow:0px 1px 1px #666,0px 0px 1px #666,1px 0px 1px #666,0px -1px 1px #666,-1px -1px 1px #666,-1px 0px 1px #666;
/* for IE */
filter:dropshadow(color=#666,offx=0,offy=1,positive=1),dropshadow(color=#666,offx=0,offy=0,positive=1),dropshadow(color=#666,offx=0,offy=-1,positive=1),dropshadow(color=#666,offx=-1,offy=-1,positive=1),dropshadow(color=#666,offx=-1,offy=0,positive=1);

}
#pickUp .substance h5.outline-white{
/* for modan browser */
text-shadow:0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,-1px -1px 1px white,-1px 0px 1px white;
/* for IE */
filter:dropshadow(color=white,offx=0,offy=1,positive=1),dropshadow(color=white,offx=0,offy=0,positive=1),dropshadow(color=white,offx=0,offy=-1,positive=1),dropshadow(color=white,offx=-1,offy=-1,positive=1),dropshadow(color=white,offx=-1,offy=0,positive=1);
}

#pickUp .substance h5 span {
	font-size: 14px;
}
#pickUp .substance img {
    margin: 23px 0 12px;
}
#pickUp .substance p {
	margin: 0 0 0;
	line-height: 1.2;
}
#pickUp figure h5 {
    color: #fff;
    line-height: 1.4;
    font-size: 15px;
    text-align: center;
}
#pickUp figure {
    overflow: hidden;
    position: relative;
    height: 216px;
}
#pickUp figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 92%;
    height: 90%;
    margin: 4%;
    background: rgba(0,0,0,.6);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    text-align: center;
}
#pickUp figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}
#pickUp figcaption img.ico_face_eigorilla{
    margin: 11px 0 12px;
}
#pickUp img.btn_readmore{
    float: right;
}

#pickUp span.ribbon{
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 5;
  padding: 0 4px 0 12px;
  color: #ffffff;
  background-color: #ccc;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
}
#pickUp span.ribbonTop38{
  top: 38px;
}
#pickUp span.ribbon img{
    height: 14px;
}
#pickUp span.ribbon:before, #pickUp span.ribbon:after {
  content: '';
  border: 24px solid transparent;
  position: absolute;
  z-index: -1;
}
#pickUp span.ribbon:after {
  top: 0px;
  right: -15px;
	  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 24px 15px 24px 0;
}
#pickUp span.ribbon .ribbon_inner {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    min-width:50px;
}
#pickUp span.ribbonPurple{
  background-color: #a653b9;
}
#pickUp span.ribbonPurple:after {
  border-color: #a653b9;
  border-right-color: transparent;
}
#pickUp span.ribbonLightblue{
  background-color: #87c4d9;
}
#pickUp span.ribbonLightblue:after {
  border-color: #87c4d9;
  border-right-color: transparent;
}
#pickUp span.ribbonSkyblue{
  background-color: #00afdc;
}
#pickUp span.ribbonSkyblue:after {
  border-color: #00afdc;
  border-right-color: transparent;
}
#pickUp span.ribbonPeacocgreen{
  background-color: #7bced4;
}
#pickUp span.ribbonPeacocgreen:after {
  border-color: #7bced4;
  border-right-color: transparent;
}
#pickUp span.ribbonYellow{
  background-color: #efd24c;
}
#pickUp span.ribbonYellow:after {
  border-color: #efd24c;
  border-right-color: transparent;
}
#pickUp span.ribbonBlue{
  background-color: #0071b5;
}
#pickUp span.ribbonBlue:after {
  border-color: #0071b5;
  border-right-color: transparent;
}
#pickUp span.ribbonGreen{
  background-color: #39ae4a;
}
#pickUp span.ribbonGreen:after {
  border-color: #39ae4a;
  border-right-color: transparent;
}
#pickUp span.ribbonOrange{
  background-color: #f08c1e;
}
#pickUp span.ribbonOrange:after {
  border-color: #f08c1e;
  border-right-color: transparent;
}
#pickUp span.ribbonMandarin{
  background-color: #ea5a24;
}
#pickUp span.ribbonMandarin:after {
  border-color: #ea5a24;
  border-right-color: transparent;
}
#pickUp span.ribbonPink{
  background-color: #fa7b9c;
}
#pickUp span.ribbonPink:after {
  border-color: #fa7b9c;
  border-right-color: transparent;
}
#pickUp span.ribbon .ind{
/*  margin: 0 0 0 -.4em;*/
}
#pickUp .btn_readmore {
    max-width: 930px;
    margin: 0 auto 20px;
    padding: 0 20px 0 10px;
}
#pickUp .btn_readmore a {
	display: block;
  margin: 0 auto;
	padding: 5px 0;
	font-size: 20px;
	letter-spacing: normal;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px;
	border-right: solid 1px;
	border-left: solid 1px;
	border-bottom: solid 6px;
}
#pickUp .btn_readmore.shou a {
  border-color: #54a2c4;
  color: #54a2c4;
}
#pickUp .btn_readmore.chu a {
  border-color: #719e5c;
  color: #719e5c;
}

#pickUp h3.special{
  position: relative;
  margin: 30px 0 0;
  padding: 15px 0 2px;
  border-bottom: 6px solid #fa7b9c;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
	letter-spacing:normal;
}
#pickUp h3.special .balloon{
  position: absolute;
  top: -18px;
	left: 0;
  z-index: 1;
  padding: 2px 14px;
		margin: 0;
  background: #fa7b9c;
  color: #fff;
  font-size: 14px;
}
#pickUp h3.special .balloon:after {
    content: "";
    position: absolute;
				top: 18px;
    bottom: -10px;
    left: 14px;
    z-index: -1;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-style: solid;
    border-width: 6px 0 6px 18px;
    border-color: transparent transparent transparent #fa7b9c;
  -moz-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
}

#search {
  overflow: hidden;
  /*
  background: #faf3df;
  */
  background: #fff;
  padding-bottom: 20px;
}
#search .search_in {
    max-width: 960px;
    margin: 0 auto 20px;
    padding: 0;
    }
#search h3{
    margin: 0 0 15px;
}
#search h3.search{
    margin: 30px 0 0;
    padding: 0 0 2px;
    border-bottom: 6px solid #fa7b9c;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: normal;
				position: relative;
}
#search h3 .balloon{
  position: absolute;
  top: 5px;
  z-index: 1;
  padding: 2px 14px;
		margin: 0 0 0 25px;
  background: #fa7b9c;
  color: #fff;
  font-size: 14px;
}
#search h3 .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
  		left: -15px;
  		top: 8px;
  		border-right: 15px solid #fa7b9c;
  		border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#search #search_banner_in {
    overflow: hidden;
    margin: 10px auto 14px;
    max-width: 960px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#search #search_banner_in li {
    margin: 8px 12px;
}



#archive {
  overflow: hidden;
  background: #faf3df;
}
#archive .archive_in {
    max-width: 960px;
    margin: 0 auto 20px;
    padding: 0;
    }
#archive h3{
    margin: 0 0 15px;
}
#archive h3.archive{
    margin: 30px 0 0;
    padding: 0 0 2px;
    border-bottom: 6px solid #fa7b9c;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: normal;
				position: relative;
}
#archive h3 .balloon{
  position: absolute;
  top: 5px;
  z-index: 1;
  padding: 2px 14px;
		margin: 0 0 0 25px;
  background: #fa7b9c;
  color: #fff;
  font-size: 14px;
}
#archive h3 .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
  		left: -15px;
  		top: 8px;
  		border-right: 15px solid #fa7b9c;
  		border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#archive #archive_banner_in {
    overflow: hidden;
    margin: 10px auto 14px;
    max-width: 960px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#archive #archive_banner_in li {
    margin: 8px 12px;
}

#subCat h3.subCat{
  position: relative;
  margin: 120px 0 0;
  padding: 15px 0 2px;
  border-bottom: 6px solid #fa7b9c;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
#subCat h3.subCat.bySearch{
	margin-top:0;
}


#subCat h3.subCat.open {
  background: url(../img/common/ico_pullup_subcat@1.5x.png) 100% 0 no-repeat;
  background-size: 40px auto;
}
#subCat h3 .balloon{
  position: absolute;
  top: -18px;
  z-index: 1;
  padding: 2px 14px;
  background: #fa7b9c;
  color: #fff;
  font-size: 14px;
}
#subCat h3 .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 14px;
    z-index: -1;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-style: solid;
    border-width: 6px 0 6px 18px;
    border-color: transparent transparent transparent #fa7b9c;
  -moz-transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
}
#subCat .subCat_centering {
  background: #d7e0a6;
}
#subCat .box-bg {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  background: transparent;
}
#subCat .subInner {
    position: relative;
}
#subCat .box {
  margin: 25px 0;
}
#subCat .box a {
    display: block;
    position: relative;
    z-index: 1;
}
#subCat .box a:hover figure {
  background:#dfdfdf;
}
#subCat figure {
  background: #fff;
  line-height: 1.4;
  font-size: 15px;
}
#subCat .substance {
  display: table;
  color: #4d4d4d;
}
#subCat .substance .ico_face_circle {
  float: left;
  margin: 20px 5px 0 20px;
}
#subCat .substance .ico_face_circle img {
  height: 100px;
}
#subCat .substance .ico_face_circle_201912 {
  overflow: hidden;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  float: left;
  margin: 20px 15px 0 30px;
}
#subCat .substance .ico_face_circle_201912 img {
  height: 100px;
  margin: -5px 0 0 -10px;
}
#subCat .substance .ico_face_square {
	position:relative;
  overflow: hidden;
  float: left;
  margin: 22px 15px 0 30px;
		width:80px;
  height: 80px;
  border-radius: 50%;
}
#subCat .substance .ico_face_square.bgBlue {
	background:#87c4d9;
}
#subCat .substance .ico_face_square.bgYellow {
	background:#f0d24c;
}
#subCat .substance .ico_face_square img {
	height: 50px;
	position: absolute;
	top: 12px;
	left: 15px;
}

#subCat .subCat_centering figure p.author{
  float: left;
  width: 720px;
  margin: 25px 0 5px 0;
  padding: 0 0 2px;
  text-align: center;
}
#subCat .subCat_centering figure h5 {
  float: left;
  min-height: 73px;
  width: 720px;
  margin: 0 0 0 0;
  font-size: 18px;
  text-align: center;
}
#subCat .subCat_centering figure .day {
  font-size: 14px;
}
#subCat .subCat_common figure p.author{
  float: left;
  width: 650px;
  margin: 25px 10px 5px 0;
  padding: 0 0 2px;
}
#subCat .subCat_common figure p.border_dashed {
  border-bottom: 1px dashed #acacac;
}
#subCat .subCat_common figure span.name {
  float: left;
  padding: 0 1em 0 0;
}
#subCat .subCat_common figure span.school {
  float: left;
}
#subCat .subCat_common figure span.day {
	float:right;
}
#subCat .subCat_common figure h5 {
  float: left;
	min-height: 72px;
  width: 650px;
  margin: 0 10px 0 0;
}
#subCat .subCat_common figure p.tag {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  padding: 0 40px 0 0;
  font-size: 13px;
  font-weight: bold;
}
#subCat .subCat_common figure p.tag span{
  float: left;
  width: 78px;
  margin: 5px;
  padding: 1px 0;
  border: 1px solid #acacac;
  border-radius: 4px;
  text-align: center;
}
#subCat .subCat_common figure p.tag span.jissen{
  border-color: #cbcc52;
  color: #cbcc52;
}
#subCat .subCat_common figure p.tag span.essay{
  border-color: #87c4d9;
  color: #87c4d9;
}
#subCat .subCat_common figure p.tag span.shidou{
  border-color: #cd98d9;
  color: #cd98d9;
}

/* ページング
----------------------------- */
.subCat_paging {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin: 5px 0 23px;
}
.subCat_paging .link {
  display: block;
  margin: 8px 0;
  padding: 10px 0 8px;
  border: 1px solid #54a2c4;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
.subCat_paging .active {
	background: #f7d0a4;
}
.subCat_paging .link.ico_nav{
  width: 122px;
  margin: 0;
}
.subCat_paging .link.ico_nav2{
  width: 40px;
  margin: 0 3px;
}
.subCat_paging .link.ico_nav.pre{
		margin: 0 4px 0 0;
  background:url(../img/home/ico_nav_pre@1.5x.png) no-repeat 8% 4px #fff;
  background-size: auto 28px;
}
.subCat_paging .link.ico_nav.next {
		margin: 0 0 0 3px;
  background:url(../img/home/ico_nav_next@1.5x.png) no-repeat 94% 4px #fff;
  background-size: auto 28px;
}




#homeContent span.ico{
  position: absolute;
  right: -1px;
  top: -3px;
  z-index: 5;
  color: #ffffff;
  line-height: 2em;
  font-size: 14px;
  text-align: center;
}
#homeContent span.ico img{
    height: 62px;
}
#homeContent span.ico.ico_new img {
    position: relative;
    top: 2px;
}

#homeContent .menuList_inner2 li a{
    font-size: 12px !important;
}

#homeContent .menuList_inner2 li:before{
	float: left;
	content: "・";
	color: #f08300;
    font-size: 12px;
}

#homeContent .career{
	font-size:11px; margin:5px 0; display: block;
}

#homeContent .float-l {
	float:left;
}
#homeContent .float-r {
	position: relative;
	float:right;
}

#homeContent .btn_play {
    position: absolute;
    top: 110px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -40px;
}


/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {



/* ----------------------------------
  PC　SP view divergence - utility
---------------------------------- */
.u-media-pc {
  display: none;
}
.u-media-sp {
  display: block;
}

img {
	height: auto;
    /*width: 100%;*/
}

#lnav_info,
#homeContent{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 414px;
}

/* ============================================================ main_view */
.main_view_wrap {
  padding: 56px 0 0;
}
.main_view{
  width: 100%;
}

/* ============================================================ mainichi */
.mainichi_wrap {
    float: none;
}
.mainichi {
    position: relative;
    padding: 20px 1%;
    width: 98%;
    margin: 0 auto;
    height: auto;
    max-width: 414px;
}
.mainichi .mainichi_photo {
    overflow: hidden;
    box-sizing: border-box;
    width: 278px;
    height: 208px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -139px;
    border-radius: 20px;
    border: 4px solid #87c4d9;
}
.mainichi .mainichi_photo img {
  width: 100%;
}
.mainichi h2 {
    left: 10%;
    height: 38px;
    margin: 14px 28px 0 0;
    padding: 1px 0;
    font-size: 24px;
}
.mainichi h2:before, .mainichi h2:after {
    content: '';
    border: 20px solid transparent;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: scalex(.7);
}
.mainichi h2:before {
  left: -22px;
  border-color: #00afdc;
  border-left-color: transparent;
}
.mainichi h2:after {
  right: -24px;
  border-color: #00afdc;
  border-right-color: transparent;
}
.mainichi .backnumber {
  float: right;
}
.mainichi .backnumber a {
    position: relative;
    right: 20%;
    top: 25px;
    display: inline-block;
    padding: 0 16px 0 0;
    background: url(../img/common/ico_backnumber@1.5x.png) no-repeat 100% 6px;
    background-size: auto 14px;
    font-size: 10px;
}
.mainichi .calendar {
    left: 3%;
    top: 10px;
    height: 64px;
    width: 64px;
    border-radius: 34px;
    font-size: 22px;
}
.mainichi .calendar .month {
    left: 8px;
    top: 0px;
}
.mainichi .calendar .dash {
    left: 2px;
    top: -4px;
    width: 44px;
}
.mainichi .calendar .date {
    top: 17px;
    right: 2px;
}
.mainichi .calendar .day {
    bottom: 2px;
    left: 11px;
    font-size: 15px;
}

/* ============================================================ slider */
.slider_wrap{
    float: none;
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}
.slider {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.slick-slide img.mv,
.slick-slide img.mvad {
  height: auto;
  width: 100%;
}

/* ============================================================ local_nav */
#local_nav h4 {padding: 6px 4% 4px;}
#local_nav h4 img {height: 26px;}
#local_nav #lnav_info {margin: 5px auto; padding: 4px 0; width: 100%;}
#local_nav #lnav_info_in {padding: 0 4% 5px; width: 92%;}
#local_nav dt {margin: 4px 20px 0 0; width: auto; font-size: 13px;}
#local_nav dd {width: 97%;}
#local_nav dd a {padding: 0 0 0 12px; font-size: 13px;}
/* もっと見る */
#local_nav .infoList {
    display: none; /* もっと見る 設置時に有効化 */
}
#local_nav a.ico_pulldown.switchInfo{
    position: relative;
    float: left;
    display: block; /* もっと見る 設置時に有効化 */
    margin: 7px 1% 5px;
    padding: 3px 3% 3px;
    width: 92%;
    text-align: center;
}
#local_nav a.ico_pulldown.switchInfo:after{
    content: "閉じる";
    font-size: 14px;
}
#local_nav a.ico_pulldown.switchInfo.active:after{
    content: "もっと見る";
    font-size: 12px;
}
#local_nav a.ico_pulldown.switchInfo span{
    position: absolute;
    display: block;
    width: 94%;
    height: 30px;
    top: 0;
    background:url(../img/common/ico_pullup@1.5x.png) no-repeat right 8px;
}
#local_nav a.ico_pulldown.switchInfo.active span{
    background:url(../img/common/ico_pulldown@1.5x.png) no-repeat right 8px;
}

/* ============================================================ local_banner */
#local_banner {padding: 0 0 20px;}
#local_banner #lbanner_in {display: block; overflow: hidden; margin: 15px auto 0; padding: 4px 0 0; width: 90%;}
#local_banner #lbanner_in2 {display: block; overflow: hidden; margin: 0 auto 0; padding: 0 0; width: 60%;}
#contents + #local_banner {padding: 0 0 0;}
/* バナーの個数で，レイアウトを変更する */
#local_banner #lbanner_in li, #local_banner #lbanner_in2 li  {text-align: center; height: auto; margin: 2px 0;}
#local_banner #lbanner_in li img, #local_banner #lbanner_in2 li img {width: 100%; max-width: 414px;}
#local_banner #lbanner_in li a {display: inline-block;}

/* ============================================================ local_banner_2 追加171114 */
#local_banner_2 {overflow: hidden; position: relative; z-index: 10; padding: 18px 0 0;}
#local_banner_2 #lbanner_in_2 {overflow: hidden; margin: 0 auto 10px; width: 100%;}
#local_banner_2 #lbanner_in_2 li {display: block; width: 100%; text-align: center;}
#local_banner_2 #lbanner_in_2 li:nth-child(even) {text-align: center;}
#local_banner_2 #lbanner_in_2 li img{width: 90%; max-width: 414px; height: auto; margin: 5px 5%;}

/* ============================================================ local_banner_3 追加180619*/
/* 大バナー１個 */
#local_banner #lbanner_in3 {display: block; overflow: hidden; margin: 15px auto 0; padding: 4px 0 0; width: 91%;}
#local_banner #lbanner_in3 li  {text-align: center; height: auto; margin: 2px 0;}
#local_banner #lbanner_in3 li img {height: auto; width: 100%;}


/* ============================================================ homeContent */
#pickUp .box-bg, #pickUp .search-bg {
    width: 100%;
}
#pickUp h3 {
    margin: 0 0 0 3%;
}
#pickUp  h3 img{
    height: 58px;
}
#pickUp .lead,
#pickUp .lead.lead_curriculum{
    width: auto;
    padding: 5px 3% 10px;
}

#contents {
    margin: 0;
    padding: 0 0 45px;
}

.box-bg, .search-bg {
    padding: 12px 2% 18px;
    width: 96%;
}

#pickUp {
    width: 94%;
    padding: 0 3%;
}

#pickUp .box {
    font-size: 85%;
}

#pickUp .box.col-4 {
  display: block;
  margin: 15px auto 15px;
}

#pickUp .box.col-6 {
    min-height: 0;
    width: 94%;
}
#pickUp .box.col-6:nth-child(even) {
    margin-left:0;
}

#pickUp .substance {
    width: 92%;
    padding: 4%;
}
#pickUp .substance h5 {
    padding: 0 0 8px;
    font-size: 13px;
    line-height: 1.4;
}
_::-webkit-full-page-media, _:future, :root #pickUp .substance h5 {   /*safari*/
  padding: 0 0 5px;
}
#pickUp .substance img {
    width: 60%;
    margin: 11px 20% 10px;
}
#pickUp .substance img.ico_face_eigorilla{
    /*width: 47px;*/
    width: 23%;
}
#pickUp .substance p {
    float: none;
    width: 100%;
    margin: 0px 0 0;
}

#pickUp .substance.textbook img {
    margin: 12px 4%;
    width: 40%;
}

#pickUp figure {
    overflow: hidden;
    /*height: 38vmax;*/
}

#pickUp figcaption {
    height: 88%;
}
#pickUp figcaption img.ico_face_eigorilla {
    margin: 11px 0 10px;
    /*width: 47px;*/
    width: 23%;
}
#pickUp img.btn_readmore {
    height: 12px;
}

#subCat .box-bg {
    width: 100%;
}
#subCat h3 .balloon{
  top: -10px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.2;
}
#subCat h3 .balloon.linex2_sp{
  top: -20px;
}
#subCat h3.subCat {
  margin: 30px 0 0;
  padding: 25px 0 2px;
  background-position: left 99.8% bottom 5px;
  font-size: 18px;
  line-height: 1.1;
}
#subCat h3.subCat.open {
  background-position: left 99.8% bottom 5px;
}

#subCat .subCat_centering,
#subCat .subCat_common {
  padding: 0 3%;
}

#subCat figure {
    font-size: 13px;
}
#subCat .substance {
    display: block;
    padding: 10px 0;
}
#subCat .substance .ico_face_circle {
    position: relative;
    left: 50%;
    margin: 0 0 0 -50px;
    height: 80px;
}
#subCat .substance .ico_face_circle_201912 {
    position: relative;
    left: 50%;
    margin: 0 0 0 -40px;
    height: 80px;
}
#subCat .substance .ico_face_square {
    position: relative;
    left: 50%;
    margin: 0 0 0 -40px;
}

#subCat .subCat_centering figure p.author {
    width: 100%;
    margin: 10px 0 5px 0;
}
#subCat .subCat_centering figure h5 {
    min-height: auto;
    width: 100%;
    font-size: 13px;
}

#subCat .subCat_common figure p.author {
    width: 96%;
    margin: 10px 2% 5px;
    padding: 0 0 2px;
}
#subCat .subCat_common figure span.day {
	float:left;
	clear:both;
}
#subCat .subCat_common figure h5 {
    min-height: auto;
    width: 96%;
    margin: 0 2%;
}
#subCat .subCat_common figure p.tag {
    display: block;
    width: 100%;
    padding: 0 40px 0 0;
    font-size: 11px;
}
#subCat .subCat_common figure p.tag span {
    width: 62px;
    margin: 4px;
}


#pickUp h3.pickUp{
/*    display: none; */
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle {
  padding: 5px 0 0;
  min-height: 39px;
  font-size:16px;
  line-height: 1;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle.active {
    padding: 10px 0 0 0;
}
#pickUp_tab_wrap .pickUp_tab .pickUp_tabTitle .image img {
    width: 18px;
}

#pickUp_tab_wrap .pickUp_tab .title_small {
  font-size: 11px;
  zoom: .9;
}

#pickUp .btn_readmore {
    padding: 0;
}
#archive h3.archive {
    display: none;
}
#search .search_in {
	margin-bottom: 0;
}
#search h3.search {
    display: none;
}
#archive #archive_banner_in li {
    margin: 8px 20px;
}
#archive #archive_banner_in li img {
    width: 100%;
}
/* ============================================================ shou_main_view_wrap */
.shou_main_view_wrap{
  padding: 60px 0 0;
		line-height: 0;
  background: #c6dfea;
}
/* ============================================================ chu_main_view_wrap */
.chu_main_view_wrap{
  padding: 60px 0 0;
		line-height: 0;
  background: #cedbc9;
}
	
/* ページング
----------------------------- */
.subCat_paging {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    margin: 5px 0 23px;
}
.subCat_paging .link {
  display: block;
  margin: 8px 0;
  padding: 6px 0 6px;
  border: 1px solid #54a2c4;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  text-align: center;
}
.subCat_paging .active {
  background: #f7d0a4;
}
.subCat_paging .link.ico_nav{
  width: 32px;
  margin: 0;
}
.subCat_paging .link.ico_nav2{
  width: 32px;
  margin: 0 3px;
}
.subCat_paging .link.ico_nav.pre{
    margin: 0 4px 0 0;
  background:url(../img/home/ico_nav_pre@1.5x.png) no-repeat 40% 2px #fff;
  background-size: auto 28px;
}
.subCat_paging .link.ico_nav.next {
    margin: 0 0 0 3px;
  background:url(../img/home/ico_nav_next@1.5x.png) no-repeat 60% 2px #fff;
  background-size: auto 28px;
}





	
}






/********************************************************************************

  03. forSP Layout
    *横幅が320px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 321px) {




/* ============================================================ mainichi */
.mainichi h2 {
    left: 7%;
}
.mainichi .backnumber a {
    right: 2%;
}




}



/* ============================================================ 検索フォーム */
.search_form {
	background: #e8f2f6;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 20px;
}

.scl_check {
	margin-bottom: 10px;
}

.search_form input[type="checkbox"] {
	display: none;
}

.search_form label.chk_btn span {
	margin-right: 1em;
}

.search_form label.chk_btn span {
  font-size: 1.5em ;
}

.search_form label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;
    display: inline;
    padding-right: 4px;
}
.search_form label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
.search_form label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
.search_form label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #54a2c4;    display: inline;
}
.search_form label:hover input[type="checkbox"] ~ i.fa {
	color: #54a2c4;
}

.search_form div[data-toggle="buttons"] label.active{
    color: #54a2c4;
}

.search_form div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid 
	#c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.search_form div[data-toggle="buttons"] label:hover {
	color: #54a2c4;
}

.search_form div[data-toggle="buttons"] label:active, .search_form div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.search_form input[type="text"] {
    height: 2.4em;
    font-size: 1.5em;
    width: 55%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search_form input[type="text"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}


.search_form input[type="submit"] {
    width: 130px;
    border: 2px solid #54a2c4;
    color: #54a2c4;
    text-align: center;	
    cursor: pointer;
    transition: 0.4s;
    background: #fff;
    font-size: 1.5em;
    font-weight: bold;
    height: 2.4em;
    display: inline-block;
    border-radius: 4px;
}

.search_form input[type="submit"]:hover {
	background: #54a2c4;
	color: #fff;
	
}

@media screen and (min-width: 0px) and (max-width: 668px) {
	
	.search_form {
		width: 90%;
	}
	
	.search_form input[type="text"] {
		display: block;
		width: 90%;
	    font-size: 1.1em;
	}
	

	.search_form input[type="submit"] {
		display: block;
		margin: 10px 0 0 auto;
	    width: 130px;
	    height: 2.0em;
	    font-size: 1.2em;
	    
	}

	#pickUp .search-box {
	    width: unset;
	    padding-bottom: 20px;
	}


	
}

