@charset "utf-8";
/* CSS Document */


/* ===========================================================
 article
=========================================================== */

article > h1 {
  padding: 3.3vw 0;
  text-align: center;
  font-size: 2vw;
  background: #f4f4f4;
  letter-spacing: 0.3vw
}


/* ===========================================================
 Information
=========================================================== */

#information {
  background: #fff;
  padding: 0;
}
	
#information h2 {
  font-size: 2.8vw;
  display: block;
  font-family: century-gothic, Century Gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 0.6vw;
  text-align: center;
  padding: 0 0 3vw;
}

#information ul {
  width: 65vw;
  margin: 0 auto;
}

#information ul li a {
  padding: 3vw 1vw;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#information ul li:last-of-type a {
  border-bottom: none;
}



#information ul li a .lead {
  display: flex;
  align-items: center;
  justify-content: center;
}

#information ul li a .lead span {
  font-size: 1vw;
  border: solid 1px #ccc;
  width: 10vw;
  padding: 1vw 0;
  text-align: center;
  transition: all .2s ease;
}

#information ul li a:hover .lead span {
  background: #f4f4f4;
  transition: all .2s ease;
}

#information ul li a .lead time {
  font-size: 1vw;
  width: 10.5vw;
  text-align: center;
  border-right: solid 1px #ccc;
  padding: 1vw 0
}

#information ul li a .txt {
  font-size: 1vw;
  width: 40vw;
line-height: 1.6vw;
transition: all .2s ease;
}

#information ul li a:hover .txt {
  text-decoration: underline;
  transition: all .2s ease;
}



/* ===========================================================
 contents
=========================================================== */

#contents {
  width: 60vw;
  margin: 9vw auto 0;
}

#contents a {
  display: inline;
  text-decoration: underline;
  color: #1a81d0;
}

#contents a:hover {
  text-decoration: none;
}


/* ===========================================================
 調節
=========================================================== */

.small {
  font-size: 1vw !important;
}

.bg {
  font-weight: 700;
}

/* ===========================================================
 hed
=========================================================== */

.hed {
  margin: 0 0 4vw
}

.hed .time {
  text-align: right;
  font-size: 0.8vw;
  line-height: 1vw;
  margin: 0 0 2vw
}

.hed .ttl {
  border-top: double 4px #3e3a39;
  border-bottom: double 4px #3e3a39;
  padding: 1vw 0;
  font-size: 1.7vw;
  line-height: 2.5vw;
  margin: 0 0 2vw;
}

.hed .lead {
  font-size: 1.1vw;
  line-height: 1.8vw
}

.hed .lead a {
  display: inline
}

.hed figure {
  margin: 2vw auto;
}

.hed .txt {
  font-size: 1vw;
  line-height: 1.8vw;
}


/* ===========================================================
 area
=========================================================== */

.area {
  margin: 0 0 4vw;
}

.area .ttl {
  font-size: 1.6vw;
  margin: 4vw 0 2vw;
  border-left: solid 8px #3c3c3c;
  padding: 0 0 0 1vw;
  line-height: 2.2vw;
}

.area .lead {
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.8vw;
  margin: 0 0 1vw;
}

.area .txt {
  font-size: 1vw;
  line-height: 1.6vw;
  margin: 0 0 2vw;
}


/* -----------------------------
 table
----------------------------- */

.area table {
  margin: 0 0 2vw;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.area table th,
.area table td {
  padding: 1vw 2vw;
  font-size: 0.9vw;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  font-weight: 500;
  line-height: 1.2vw;
  vertical-align: middle;
}

.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 2vw;
}

.area .img li {
  margin: 0 1vw;
  width: 15vw;
}


/* -----------------------------
 carousel
----------------------------- */

.area .carousel {
 display: flex;
 flex-flow: row nowrap;
 align-items: center;
 justify-content: space-between;
  margin: 2vw 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: 0.5vw 0 0;
  font-size: 0.8vw;
  font-weight: 700;
}

/* -----------------------------
 beside
----------------------------- */

section .area .beside {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: -4vw 0 4vw;
}

section .area .beside .lft {
 width: 28vw;
}

section .area .beside .rgt {
 width: 28vw;
}

section .area .beside .txt {
 margin: 0;
}

/* -----------------------------
 box
----------------------------- */

.area .box {
  border: solid 1px #888;
  padding: 2vw 2.5vw;
  border-radius: 1vw;
  margin: 0 0 3vw;
}

/* -----------------------------
 figure
----------------------------- */

.area figure {
  margin: 0 0 2vw
}

.area figure figcaption {
  margin: 1vw 0 0;
  color: #999
}


/* ===========================================================
 fot
=========================================================== */


section .fot ul {
 margin: 4vw 0 0;
 border-top: solid 1px #ccc;
 padding: 2vw 0;
}

section .fot ul li {
 position: relative;
 margin: 0 0 0.6vw;
 padding: 0 0 0 1vw;
 font-size: 0.8vw;
}

section .fot ul li:before {
 content: "※";
 position: absolute;
 left: 0;
}