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


.header{
	width:1200px;
	height:147px;
	margin:0 auto;
	padding-bottom:13px;
	position:relative;
	background:none;
}

/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

.keyvisual {
	width:100%;
	height:400px;
	background:url(../images/img_keyvisual.jpg) no-repeat 50% 0;
}


/* ---------------------------------------------
　container
------------------------------------------------ */

.container{
	width:1200px;
	margin:10px auto;
}

.pickup {
	background:url(../../images/bg_line2.png) repeat-x 0 100%;
	padding:0px 0 30px;
	margin-top:30px;
	text-align:left;
}

.pickup h2{
	color:#02b898;
	text-align:center;
	background:none;
	text-shadow:none;
	margin-top:0;
	box-shadow:none;
	font-size:150%;
	font-weight:bold;
	margin-bottom:20px;
}

.pickup h2.pickup_case{
	color:#EA718D;
}

.pickup dl {
	width:430px;
	float:left;
	margin:0 10px;
	border:5px solid #e2f3e9;
	padding:10px;
}

.pickup dl.pickup_case {
	margin:0 150px;
	border:5px solid #FAE7E6;
	width:630px;
}

.pickup dl dt a{
	background:url(../../images/icon_arrow02.png) no-repeat 0 0.5em;
	padding-left:15px;
	display:block;
	color:#594d30;
	text-decoration:none;
	font-size:130%;
}

.pickup dl.pickup_case dt a{
	display:inline;
}

.pickup dl.pickup_case dt img{
	float: left;
    margin: 0;
}

.pickup dl.pickup_case dt img.last{
	float: left;
    margin: 0 25px 0 0;
}

.pickup dl.pickup_case dt a.img{
	background:none;
	padding-left:0;
}

.pickup dl dt a:hover {
	color:#00e3b8;
}

.pickup dl dt {
	background:url(../../images/bg_line3.png) repeat-x 0 100%;
	padding-bottom:5px;
}

.pickup dl dd {
	padding-top:10px;
}

.pickup p {
	text-align:center;
	margin-top:20px;
	font-size:110%;
}

.pickup li img {
	opacity: 1;
}

.pickup li:hover img {
	opacity: 0.5;
}

/* ---------------------------------------------
　content
------------------------------------------------ */

.content {
	padding:0;
	width: 960px;
}

.content a:link,
.content a:visited,
.content a:hover,
.content a:active{
	text-decoration:none;
}

.content .layout-frame {
	clear: both;
	margin:0;
}

.content h2{
	clear:both;
	color:#fff;
	margin:30px 0 0;
	padding:0;
	background:none;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.news-area .btn {
	float:right;
	margin:10px 0 0;
}

.news-area .btn li {
	float:left;
}

.news-area .btn .list {
	margin-right:8px;
}
.news-area .btn li img {
	vertical-align:top;
}

.news-area dl{
	margin:0;
}

.news-area dt {
  clear: left;
  float: left;
  width: 10em;
  padding:8px 8px 8px 2px;
}

.news-area dd {
  font-size:92%;
  margin-bottom: 0;
  padding:8px 15px 8px 11em;
  background:url(../../images/bg_line1.png) repeat-x 0 100%;
}

.news-tab {
    margin: 35px auto 0;
    border-bottom: solid 5px #02B898;
}

.news-tab ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-tab li {
	width: 24%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}

.news-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 31px;
  background-color: #f1fbf6;
  color: #02B898 !important;
  text-align: center;
  position: relative;
}

.news-tab li a.on,
.news-tab li a:hover {
	color: #fff !important;
	background-color: #02B898;
	border-color: #02B898;
}

.index-list {
	display: none;
}
.index-list > p {
  margin: 8px 20px;
}

.index-list dl {
	margin: 0 4px;
	padding: 7px 12px;
}

.index-list dl dt,
.index-list dl dd {
	border: none;
	padding: 0;
}

.index-list dl dt {
  width: auto;
	float: left;
  margin-right: 9px;
  white-space: nowrap;
}

.index-list dl dt .date {
  float: left;
}

.index-list dl dt .cat {
  font-size: 80%;
  display: inline-block;
  width: 80px;
  line-height: 1.5;
  margin-top: -2px;
  margin-left: 10px;
  padding: 2px 10px 0;
  background: #EA718D;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.index-list dl dt .cat-productsinfo {
	background: #42BFDD;
}

.index-list dl dt .cat-tenjikai {
	background: #FF9770;
}

.index-list dl dd {
	padding: 0 0 0 189px;
}

.index-list dl dd a:hover {
	text-decoration: none;
}

.index-link {
	display: none;
	width: 100%;
	height: 34px;
	line-height: 34px;
	margin: -5px 0 0 !important;
	border-top: solid 2px #02B898;
	text-align: right;
	position: relative;
}

.index-link a {
  display: block;
  width: 210px;
  height: 31px;
  padding-right: 40px;
  line-height: 31px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-link a:hover {
	text-decoration: underline;
}

.index-link a:after {
	right: 20px;
}

.index-list.on,
.index-link.on,
.index-list.on + .index-link {
	display: block;	
}

.news-title {
  position: relative;
  height: 34px; }


.facebook{
	clear:both;
	float:left;
	width:470px;
	margin:15px 18px 0 0;
}

.movie-area{
	float:left;
	width:470px;
}

.movie-area h2{
	margin-top:10px;
}

.bg-line{
	padding-bottom:10px;
	background:url(../../images/bg_line2.png) repeat-x 0 100%;
}

.icon-movie{
	background:url(../images/icon_movie.png) no-repeat 0 0.2em;
	padding-left:20px;
}


.content .seminar h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #02b898;
    margin-top: 0;
    text-align: center;
    text-shadow: none;
}

.content .seminar h2 img {
	vertical-align:middle;
}

.content .seminar h3 {
    margin-top: 0;
}

.content .calendar h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #02b898;
    margin-top: 20px;
    text-align: center;
    text-shadow: none;
}


/* sidebar
------------------------------------------------ */

.sidebar{
	margin-top:30px;
}


/* splide
------------------------------------------------ */

.splide__slide img {
  width: 100%;
  height: auto;
}

/* footer_top
------------------------------------------------ */

.footer-navigation {
  width: 1200px;
}

.footer-navigation li{
  padding-right: 55px;
}
