/*------------------------------------------------------------

ttl

------------------------------------------------------------*/
.ttl {
  background: url("../images/courier/courier_ttl.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*------------------------------------------------------------
contents_wrap
------------------------------------------------------------*/
.contents_wrap {
  width: 1100px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
  .contents_wrap {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents {
    display: block;
    margin-bottom: 60px;
 }

.col-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  }
}

.contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
/*
@media only screen and (max-width: 767px) {
  .contents {
    display: block;
    margin-bottom: 60px;
  }
}
*/
.contents.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contents div {
  -webkit-flex-shrink: 500;
  -ms-flex-negative: 500;
  flex-shrink: 500;
  width: 55%;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .contents div {
    width: 100%;
  }
}

.contents figure {
  width: 40%;
}

.contents figure img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .contents figure {
    width: 100%;
    margin-bottom: 25px;
  }

  .contents figure.s {
    width: 80%;
    margin: 0 auto 25px;
  }
}

.contents figcaption {
  font-size: 1rem;
  margin-top: 20px;
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .contents figcaption {
    margin-left: 0;
  }
}

.contents h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #60958f;
  font-weight: bold;
}

.contents p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.contents .contents-p-right {
  width: 40%;
}

.contents li {
  list-style: disc;
  margin-left: 20px;
  overflow: visible;
  margin-bottom: 10px;
}

.contents dl {
  margin-bottom: 25px;
}

.contents dt {
  margin-bottom: 7px;
}

.contents dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #60958f;
}

.contents dd a {
  text-decoration: underline;
  color: #60958f;
}

.contents dd a:hover {
  opacity: 0.6;
}

.contents b {
  color: #60958f;
  font-weight: bold;
}

.contents ul.s li {
  margin-bottom: 5px;
}

.contents span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .contents .contents-p-right {
    width: 100%;
  }
}

/*------------------------------------------------------------
.btn
------------------------------------------------------------*/
.btn a {
  background: #60958f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  width: 350px;
  margin: 0 auto 40px;
  padding: 15px 0;
  border: none;
  display: block;
  font-size: 1.6rem;
  text-align: center;
}

.btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .btn a {
    width: 250px;
  }
}