body {
  font-size: 1.7em;
}
@media screen and (min-width: 750px), print {
  body {
    padding-top: 151px;
  }
}

.blockContainer {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px), print {
  .blockContainer {
    width: 950px;
  }
}

.blockMainimg h2 {
  font-weight: normal;
  width: 95%;
  font-size: 1em;
  line-height: 1.7;
  margin: 0 auto 50px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 750px), print {
  .blockMainimg h2 {
    font-size: 1.2em;
    width: 950px;
		margin-top: 40px;
  }
}

.sns {
  display: flex;
  list-style: none;
  margin: 40px auto 30px;
  padding: 0;
  width: 182px;
}
@media screen and (min-width: 750px), print {
  .sns {
    width: 580px;
  }
}
.sns.pcOnly {
  display: none;
}
@media screen and (min-width: 750px), print {
  .sns.pcOnly {
    display: flex;
  }
}
@media screen and (min-width: 750px), print {
  .sns.spOnly {
    display: none;
  }
}
.sns li {
  list-style: none;
  margin: 0 7px;
  width: 30px;
}
@media screen and (min-width: 750px), print {
  .sns li {
    width: 125px;
    margin: 0 10px;
  }
}
.sns li a:hover img {
  opacity: .7;
}

.blockContents h3 {
  font-weight: bold;
  font-size: 2.0em;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
}

#article h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 750px), print {
  #article h4 {
    font-size: 3em;
    margin-bottom: 30px;
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
}

#article h5 {
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 0.5em;
  margin-bottom: 20px;
  border-bottom: solid 5px #ffffff;
  position: relative;
}

#article h5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #ff0000;
  bottom: -5px;
  width: 5%;
}

#article h5.lead {
  margin-bottom: 45px;
}

#article h6 {
	color: #000;
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
  clear: both;
}
#article .catch {
  font-size: 1.1em;
	margin-top: 0;
  margin-bottom: 40px;
 /* font-weight: bold;*/
}
@media screen and (min-width: 750px), print {
  #article h6 {
    font-size: 1.8em;
  }
}

#article .lead {
  margin-bottom: 50px;
  font-size: 1.2em;
  line-height: 1.7;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: bold;
}

#article {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 750px), print {
  #article {
    width: 100%;
  }
}

#article,
#article_top {
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
  font-size: .93em;
}
@media screen and (min-width: 750px), print {
  #article,
  #article_top {
    font-size: .94em;
  }
}
#article a:hover img,
#article_top a:hover img {
  opacity: .7;
}

#article_top .article {
  width: 100%;
  /*margin-bottom: 50px;*/
}
#article_top .article:nth-child(1) {
    padding-top: 0;
}
@media screen and (min-width: 750px), print {
  #article_top .article {
    width: 450px;
    float: left;
  }
	#article_top .article:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 750px), print {
  #article_top .article:nth-child(odd) {
    margin-right: 50px;
  }
}

#article_top .article h5 {
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 750px), print {
  #article_top .article h5 {
    width: 450px;
    height: 209px;
  }
}

#article_top .article img {
  display: block;
  margin-bottom: 15px;
  height: auto;
  width: 100%;
}

#article_top .article h5 img {
  -moz-transition: -moz-transform 0.4s linear;
  -webkit-transition: -webkit-transform 0.4s linear;
  -o-transition: -o-transform 0.4s linear;
  -ms-transition: -ms-transform 0.4s linear;
  transition: transform 0.3s linear;
}

#article_top .article h5 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#article_top .article .title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#article_top .article .lead {
  font-size: 1.0em;
  margin-right: 1em;
  margin-left: 1em;
  text-align: left;
}

#article p.text {
  font-size: 0.95em;
  margin-bottom: 30px;
  padding-left: 1em;
  line-height: 1.8;
  margin-right: 10px;
  margin-left: 10px;
}

#article p.text2 {
  font-size: 0.8em;
  margin-bottom: 30px;
  padding-left: 1em;
  line-height: 1.8;
  margin-right: 10px;
  margin-left: 10px;
}

#article .pic {
  float: right;
  margin-bottom: 20px;
  margin-left: 15px;
  width: 250px;
}

#article .pic img {
  display: block;
}

#article .pic span {
  font-size: 0.8em;
  display: block;
  padding: 5px 0 7px;
  text-align: right;
  line-height: 1.4;
}

#article .pic span strong {
  font-weight: bold;
}

#article .pic3 {
  float: left;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 10px;
  width: 250px;
}

#article .pic3 img {
  display: block;
  margin-bottom: 5px;
}

#article .pic3 span {
  font-size: 0.8em;
  display: block;
  padding: 5px 0 7px;
  text-align: left;
  line-height: 1.4;
}

#article .pic3 span strong {
  font-weight: bold;
}

#article .pic4 {
  float: right;
  margin-left: 15px;
}

#article .pic5 {
  margin-top: 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: inline;
}

#article .pic6 {
  float: left;
  margin-bottom: 20px;
  width: 350px;
  margin-right: 15px;
  margin-left: 10px;
}

#article .pic6 img {
  display: block;
  height: auto;
  width: 350px;
}

#article .pic6 span {
  font-size: 0.8em;
  display: block;
  padding: 5px 0 7px;
  text-align: left;
  line-height: 1.4;
}

#article .pic6 span strong {
  font-weight: bold;
}

#article .pic7 {
  float: right;
  margin-bottom: 20px;
  width: 330px;
  margin-left: 10px;
}

#article .pic7 img {
  display: block;
  height: auto;
  width: 330px;
}

#article .picBox {
  clear: both;
  text-align: center;
}

#article .picBox p {
  margin-top: 8px;
}

#article .picBox p a {
  font-size: 85%;
  color: #000;
}

#article .picBox p a:hover {
  color: #000;
}

#article .picBox.wid800 {
  width: 800px;
	margin: 0 auto;
}
#article .picBox.wid800 p.text2 {
  margin-left: 0;
  margin-right: 0;
	padding-left: 0;
}

#article .backtotop {
  text-align: center;
  margin-bottom: 30px;
  clear: both;
  margin-top: 50px;
}

.otherlist {
	border-top: #CCC solid 1px;
	margin-top: 80px;
}
.otherlist-column {
	display: flex;
	flex-wrap: wrap;
}
.otherlist_item {
	width: 30%;
	margin: 50px 5% 0 0;
}
.otherlist_item:nth-child(3n) {
	margin-right: 0;
}
.otherlist_item:nth-child(1),
.otherlist_item:nth-child(2),
.otherlist_item:nth-child(3) {
	margin-top: 0;
}
.otherlist_item_tit {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.otherlist_item_tit a {
	text-decoration: none;
}
.backtotop {
	text-align: center;
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #article p.text {
    padding-left: 0em;
  }

  #article p.text2 {
    padding-left: em;
  }

  #article .lead {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
  }

  #pagetop {
    position: fixed;
    bottom: 5px;
    right: 5px;
  }

  #pagetop a {
    background: url(../images/common/pagetop_sp.png) no-repeat;
    background-size: 40px 40px;
    display: block;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }

  #article .pic, #article .pic3, #article .pic6, #article .pic7 {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  #article .pic img, #article .pic3 img, #article .pic6 img, #article .pic7 img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  #article .pic span, #article .pic3 span {
    font-size: 0.8em;
    text-align: left;
  }

  #article .pic2 img {
    width: 100%;
    height: auto;
  }

  #article img.pic5 {
    width: 65%;
    height: auto;
    margin-bottom: 5px;
  }

  #article .pic4 {
    display: block;
    width: 70%;
    height: auto;
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
	#article .picBox.wid800 {
		width: auto;
	}
	#article .picBox.wid800 p.text2 {
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0;
	}
	
	.otherlist {
		width: 95%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.otherlist_item {
		width: 48%;
		margin: 20px 4% 0 0;
	}
	.otherlist_item:nth-child(3n) {
		margin-right: 4%;
	}
	.otherlist_item:nth-child(2n) {
		margin-right: 0;
	}
	.otherlist_item:nth-child(3) {
		margin-top: 20px;
	}
	.otherlist_item_tit {
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
	}
	.otherlist_item_tit a {
		text-decoration: none;
	}
	.backtotop {
		text-align: center;
		margin-top: 30px;
	}
}

/*# sourceMappingURL=imagine.css.map */
