/* CSS Document */
.article h2 {
  width: 95%;
  margin: 60px auto;
  color: #3E3E3E;
  padding: 20px 0 20px 20px;
  border-bottom: 3px solid #ccc;
  border-left: 5px solid #000;
}
.article h3 {
  width: 95%;
  margin: 50px auto 30px;
  font-size: 1.5rem;
  color: #3E3E3E;
  padding: 8px 0 15px 10px;
  border-bottom: 2px solid #000;
}
.article .list {
  width: 93%;
  margin: 0 auto;
}
.article .list li {
  margin-bottom: 20px;
  background: #d3e4fd;
  padding: 10px 5px 10px 45px;
  border-left: 3px solid #004dc1;
  position: relative;
}
.article .list li:before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: 30%;
  left: 10px;
  color: #004dc1;
}
.article .list li:nth-child(2n) {
  background: #fff;
}
.article .list li a {
  text-decoration: none;
}
.article .list dl dt {
  float: left;
  margin-left: 15x;
  width: 345px;
  font-weight: bold;
}
.article .list dl dd {
  margin-left: 350px;
}
.article .list2 {
  width: 93%;
  margin: 0 auto;
}
.article .list2 li {
  margin-bottom: 20px;
  background: #ffd4b1;
  padding: 10px 5px 10px 45px;
  border-left: 3px solid #ff7200;
  position: relative;
}
.article .list2 li:before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: 30%;
  left: 10px;
  color: #ff7200;
}
.article .list2 li:nth-child(2n) {
  background: #fff;
}
.article .list2 li a {
  text-decoration: none;
}
.article .list2 dl dt {
  float: left;
  margin-left: 15x;
  width: 345px;
  font-weight: bold;
}
.article .list2 dl dd {
  margin-left: 350px;
}

.btn_close {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #F63;
  border: 2px solid #F63;
}

.btn a {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #F63;
  border: 2px solid #F63;
}
.btn a:hover {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #F63;
  background-color: #fff;
  border: 2px solid #F63;
}

.top {
  border: 1px solid #D5D5D5;
  width: 90%;
  margin: 0 auto 10px;
  padding: 30px;
}
.top .top_no {
  font-size: 1.0rem;
}
.top .no, .top .no2 {
  font-size: 1.8rem;
}
.top .no:after {
  content: "|";
  color: #B5B5B5;
  margin: 0 20px;
  font-size: 1.0rem;
}
.top .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.9rem;
  margin: 20px 0;
  color: #062578;
}
.top .ttl2 {
  font-size: 1.2rem;
  /*letter-spacing: 0.1rem;*/
  line-height: 1.8rem;
}
.top .ttl2 .company {
  font-size: 1.3rem;
  font-weight: bold;
}
.top .top_no .date {
  display: inline-block;
  margin-left: 10px;
  color: #969696;
}

.article h4 {
  width: 90%;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 20px auto 0;
  line-height: 2.2rem;
}

.para {
  width: 90%;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  margin: 20px auto 0;
  line-height: 2.2rem;
}

.article .photo {
  text-align: center;
  margin: 40px 0;
}

.btn_close {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #F63;
  border: 2px solid #F63;
}

.btn a {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  background-color: #F63;
  border: 2px solid #F63;
}
.btn a:hover {
  width: 400px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #F63;
  background-color: #fff;
  border: 2px solid #F63;
}

.article .article01fig {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: start;
}
.article figure {
  margin: 20px 0;
}
.article .article01fig figure img {
  height: 300px;
  width: auto;
}
.article .article01fig figure figcaption {
  text-align: center;
}

.photoArea {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
.photoArea .photo img {
  height: 350px;
}

.photoArea2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.photoArea2 .photo {
  width: 48%;
}
.photoArea2 .photo img {
  width: 100%;
  height: auto;
}

.multipleArea {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto;
}
.multipleArea p + p {
  margin-left: 20px;
}
.multipleArea img {
  width: auto;
  height: 330px;
}
.multipleArea--text-photo p img {
  width: auto;
  height: 250px;
}
