@charset "utf-8";
/* CSS Document */


article > h1 {
  padding: 10vw 0;
  text-align: center;
  font-size: 5.5vw;
  background: #f4f4f4;
  letter-spacing: 0.3vw;
}


/* ===========================================================
 Information
=========================================================== */


#information {
	background: #fff;
}
	
#information h2 {
  font-size: 7vw;
  display: block;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 1vw;
  text-align: center;
  border-top: solid 1px #ccc;
  padding: 12vw 0 3vw;
}

#information ul li {
  padding: 10vw 0;
  border-bottom: solid 1px #ccc;
}

#information ul li .lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 4vw;
}

#information ul li .lead span {
  font-size: 3vw;
  border: solid 1px #ccc;
  padding: 2vw 5vw;
  margin: 0 4vw 0 0;
}

#information ul li .lead time {
  font-size: 3vw;
}

#information ul li .txt {
  font-size: 3.4vw;
  text-align: center;
  width: 85vw;
  margin: 0 auto;
  line-height: 5vw;
}





/* ===========================================================
 contents
=========================================================== */

#contents {
  width: 90vw;
  margin: 23vw auto 0;
}

#contents a {
  display: inline;
  text-decoration: underline;
  color: #1a81d0;
  word-break: break-all;
}

/* ===========================================================
 調節
=========================================================== */

.small {
  font-size: 3vw;
}

.bg {
  font-weight: 700;
}


/* ===========================================================
 hed
=========================================================== */

.hed {
  margin: 0 0 12vw
}

.hed .time {
  text-align: right;
  font-size: 2.7vw;
  line-height: 4vw;
  margin: 0 0 4vw
}

.hed .ttl {
  border-top: double 4px #3e3a39;
  border-bottom: double 4px #3e3a39;
  padding: 4vw 0;
  font-size: 5vw;
  line-height: 7vw;
  margin: 0 0 8vw;
}

.hed .lead {
  font-size: 3.4vw;
  line-height: 5.5vw
}

.hed .lead a {
  display: inline
}

.hed figure {
  margin: 6vw auto;
}

.hed .txt {
  font-size: 3.2vw;
  line-height: 5vw;
}


/* ===========================================================
 area
=========================================================== */

.area {
  margin: 0 0 12vw;
}

.area .ttl {
  font-size: 4.2vw;
  margin: 12vw 0 6vw;
  border-left: solid 8px #3c3c3c;
  padding: 0 0 0 3vw;
  line-height: 5.6vw;
}

.area .lead {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 4.8vw;
  margin: 0 0 4vw;
}

.area .txt {
  font-size: 3.2vw;
  line-height: 5vw;
  margin: 0 0 4vw;
}

.area .txt .bg {
  font-weight: 700;
}

/* -----------------------------
 table
----------------------------- */

.area table {
  margin: 0 0 4vw;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.area table th,
.area table td {
  padding: 3vw 4vw;
  font-size: 3vw;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: middle;
  line-height: 3.6vw;
}

.area table tr:nth-of-type(1) td {
  background: #f4f4f4;
}

.area table th {
  background: #f4f4f4;
}

/* -----------------------------
 img
----------------------------- */

.area .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6vw;
}

.area .img li {
  margin: 0 3vw;
  width: 40vw;
}




/* -----------------------------
 carousel
----------------------------- */

.area .carousel {
 display: flex;
 flex-flow: row nowrap;
 align-items: center;
 justify-content: space-between;
  margin: 4vw 0;
}

.area .carousel li {
 width: 23%;
}

.area .carousel li:last-of-type {
 margin: 0;
}

.area .carousel li img {
 width: 100%;
}

.area .carousel li p {
  margin: 2vw 0 0;
  font-size: 2.7vw;
  font-weight: 700;
}

/* -----------------------------
 beside
----------------------------- */

section .area .beside {
 margin: 0 0 6vw;
}

section .area .beside .txt {
 margin: 0;
}

/* -----------------------------
 box
----------------------------- */

.area .box {
  border: solid 1px #888;
  padding: 6vw 6.5vw;
  border-radius: 2vw
}

/* -----------------------------
 figure
----------------------------- */

.area figure {
  margin: 0 0 6vw
}

.area figure figcaption {
  margin: 3vw 0 0;
  color: #999;
  font-size: 2.7vw;
  line-height: 3.8vw;
}



/* ===========================================================
 fot
=========================================================== */


section .fot ul {
 margin: 12vw 0 0;
 border-top: solid 1px #ccc;
 padding: 4vw 0;
}

section .fot ul li {
 position: relative;
 margin: 0 0 2vw;
 padding: 0 0 0 4vw;
 font-size: 2.7vw;
  line-height: 4vw
}

section .fot ul li:before {
 content: "※";
 position: absolute;
 left: 0;
}