@charset "utf-8";

/*===============================================

 news

=================================================*/
section > .inner {
  width: 1000px;
  margin: 0 auto;
}
article section .contents p a:link, a:visited {
	text-decoration: underline;
}
article section .contents p a:hover {
	text-decoration:none;
}
article section .contents p a:active {
	background: none;
}

/*===============================================
 .boxNews
=================================================*/

/* btn */
.btn {
  text-align: center;
}
.btn a {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 30px auto;
  border-radius: 50px;
  background-color: #5eb2d8;
  color: #fff;
    font-size: 1.6rem;
}
.btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}

article section {
}
article section .contents {
	margin-top:60px;
	padding-top:80px;
	background-image:url(../img/top/chain.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
article section:first-child {
}
article section:first-child .contents {
	margin-top:50px;
	padding-top:0;
	background-image:none;
}
article h2 {
	font-size: 2.6rem;
}
article h3 {
    margin-top: 40px;
	font-size: 2.0rem;
    font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}
article p {
	margin-top:15px;
}
article p.date {
	margin-top:10px;
	text-align:right;
	font-size: 1.4rem;
}
article p.date + p {
	margin-top:20px;
}

.photoWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.photoWrap figure{
    width: 476px;
    height: 300px; 
    -webkit-mask-image: url("../img/svg/square1.svg");
-webkit-mask-size: cover;
    mask-image: url("../img/svg/square1.svg");
    mask-position: center;
    mask-size: cover;
}
.photoWrap figure img{
    width: 100%;
    height: auto;
}
.photoWrap .txt {
    width: calc(100% - 530px);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.cf {
	zoom: 1; /* for IE5.5 - IE7 */
}
.cf:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}