@charset 'utf-8';


/* flexslider 
------------------------------*/
.flexslider .slides > li:first-child{
	display: block;
}
.flexslider .slides > li {
	display: none;
}


/* contentListBox
------------------------------*/
.contentListBox{
	margin: 20px 0 20px 0;
	padding: 10px;
	background-color: #f3f3f3;
	background-image: url(/sp/img/bg_line01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	border-top: 2px solid #00adcd;
	font-size: 15px;
}
.contentListBox h2{
	font-size: 16px;
	font-weight: bold;
}
.contentListBox .fcBlue {
	line-height: 1.3;
	color:#009cc4;
}


/* subContentList
------------------------------*/

.subContentList{
	max-width: 600px;
	margin:4% auto 0 ;
  padding: 0 10px;
	overflow: hidden;
	position: relative;
}
.subContentList li{
	width: 47.5%;
	text-align: left;
}
/* .subContentList li.fl {
	margin-left: 10px;
}
.subContentList li.fr {
	margin-right: 10px
} */
.subContentList li.long {
  width: 100%;
}

.subContentListImg{
	margin-bottom: 5px;
}
.subContentListTxt{
	font-size: 12px;
}
.subContentListTxt span{
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
.subContentListTxt > span:before{
	content: "";
	display: inline-block;
	background-image: url(/sp/img/arw01.png);
	background-repeat: no-repeat;
	background-position: left top; 
	background-size: 100%;
	position: absolute;
	top:2px;
	left: 0;
	width:12px;
	height:12px;
}

.subContentListTxt a,
.subContentListTxt a:visited,
.subContentListTxt a:link{ color: #1e1e1e;}


/* banner
------------------------------*/
.bannerListBox{	margin: 0 10px;}
.bannerList{	margin: 0 0 20px;}


/*balloon
------------------------------*/
.balloon{
	bottom: 25px;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.balloon > div {
	background: rgb(252,255,217);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FCFFD9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(252,255,217,1)));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FCFFD9 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FCFFD9 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FCFFD9 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #FCFFD9 100%);
	border: 2px solid #999999;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 1px #FFFFFF inset, 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	padding: 10px 10px 0;
	position: relative;
	width: 260px;
}
.balloon > div p {
	background-image: url("/sp/shared/img/bg_balloonar.png");
	background-position: center bottom;
	background-size: 33px 25px;
	background-repeat: no-repeat;
	margin-bottom: -25px;
	padding-bottom: 35px;
}
.balloonclose {
	cursor: pointer;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 5px;
}
#story{
	margin: 20px 0 20px 0;
	padding: 10px;
	font-size: 15px;
}
#story h2{
	font-size: 16px;
	font-weight: bold;
}
#story .fcBlue {
	line-height: 1.3;
	color:#009cc4;
}
@media screen and (max-width: 320px) {
#story iframe{
  height: 600px!important;
}
}

#news15 {
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}
#news15 a {
  color: #1e1e1e;
  text-decoration: underline;
}
#news15 h2 {
  font-size: 16px;
  font-weight: bold;
}
#news15 .fcBlue {
  line-height: 1.3;
  color: #009cc4;
}
#news15 dl {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}
#news15 dl dt {
  font-weight: bold;
  text-align: left;
}
#news15 dl dd {
  text-align: left;
}
#news15 .more {
  margin-top: 7px;
  text-align: right;
}
#news15 .more a {
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
#news15 .more a::before {
  content: "";
  display: inline-block;
  background-image: url(/sp/img/arw01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
}
/* no.40180052 2020.09.04 ここから修正 */

.kz-box h2,
.kz-wrap h2 {
	font-size: 18px;
	font-weight: bold;
}

.kz-box {
	background: #e7f5f8;
  margin-top: 20px;
  padding: 15px 0 5px;
}
.kz-lead {
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
}
.entryBox {
  max-width: 100%;
  width: calc(100% - 20px);
  margin: 10px;
}
.mainBtn {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.subBtn {
	width: 100%;
	margin: 10px 0 0;
	float: none;
}

.kz-wrap {
	margin: 20px 0 20px 0;
	padding: 10px;
	background: none;
	font-size: 15px;
}
.kz-lead {
	margin-bottom: 5px;
	text-align: left;
	font-size: 13px;
}
.kz-wrap .kz-search + h2 {
	margin-top: 20px;
}

.mainListBox {
	border: 4px solid #eee;
	background-color: #fff!important;
	padding: 10px;
}
.kz-inner .mainList {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.kz-spt-ttl {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.kz-spt-ttl span {
	color: #cc5600;
}
.kz-spt-ttl + img {
	margin-bottom: 10px;
	border-radius: 10px;
}
/* no.40180052 2020.09.04 ここまで修正 */