.red {
  color: #C30D23; }

.blue {
  color: #036EB8; }

#pageTtl h1 {
  font-size: 30px; }

@media screen and (max-width: 767px) {
  #pageTtl h1 {
    font-size: 20px; } }
#pageTtl h1::before {
  content: '';
  display: block;
  margin: auto;
  background: url(img/icon.svg) no-repeat center 0;
  background-size: auto 100%;
  width: 45px;
  height: 45px; }

#main h2 {
  font-size: 20px;
  line-height: 1.5;
  border-left: 3px solid #008ccf;
  padding: 0.5em 0 0.5em 1em;
  margin-bottom: 0.9em; }

@media screen and (max-width: 767px) {
  #main h2 {
    font-size: 16px; } }
/*============================
#sec01
============================*/
section#sec01 {
  padding: 60px 20px; }
  @media screen and (max-width: 767px) {
    section#sec01 {
      padding: 60px 0 30px; } }
  section#sec01 div.flex {
    align-items: center;
    flex-direction: row-reverse;
    max-width: 1300px;
    border: 1px solid #ddd;
    padding: 30px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      section#sec01 div.flex {
        display: block;
        padding: 20px;
        border-left: 0;
        border-right: 0; } }
    section#sec01 div.flex div:nth-of-type(1) {
      flex: 0 0 50%; }
      @media screen and (max-width: 767px) {
        section#sec01 div.flex div:nth-of-type(1) {
          margin-bottom: 30px; } }
    section#sec01 div.flex div:nth-of-type(2) {
      flex: 0 0 48%; }
    section#sec01 div.flex div h2 {
      text-align: left; }
    section#sec01 div.flex div h3 {
      font-size: 23px;
      font-weight: 600;
      padding: 0.5em 0 1em;
      text-align: left; }
    section#sec01 div.flex div p {
      font-size: 17px;
      text-align: left; }
    section#sec01 div.flex div img {
      width: 30%;
      margin: auto;
      display: none; }

/*
section#sec01 {
  padding: 0 20px; }
  section#sec01 h2 {
    margin-top: 40px; }
  section#sec01 div.flex {
    max-width: 1400px;
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 767px) {
      section#sec01 div.flex {
        display: block; } }
    section#sec01 div.flex div {
      flex: 0 0 48%; }
      @media screen and (max-width: 767px) {
        section#sec01 div.flex div {
          margin-bottom: 0; } }
      section#sec01 div.flex div figure a {
        display: block;
        position: relative; }
        section#sec01 div.flex div figure a::before {
          content: '';
          opacity: 0;
          transition: 0.3s; }
      section#sec01 div.flex div figure a:hover {
        opacity: 1; }
        section#sec01 div.flex div figure a:hover::before {
          content: '';
          display: block;
          background: #000;
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0.2; }
      section#sec01 div.flex div figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        top: 3em;
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 120%; }
        @media screen and (max-width: 767px) {
          section#sec01 div.flex div figure figcaption {
            font-size: 1em; } }
*/
/*============================
#sec02
============================*/
section#sec02 {
  padding: 0 20px 0;
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  section#sec02 {
    padding: 0 20px 0;
    margin-bottom: 50px; } }
section#sec02 div.w1000 h2 {
  margin-top: 80px; }

@media screen and (max-width: 767px) {
  section#sec02 div.w1000 h2 {
    margin-top: 50px; } }
section#sec02 div.w1000 div.flex {
  flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  section#sec02 div.w1000 div.flex {
    display: block; } }
section#sec02 div.w1000 div.flex > div {
  flex: 0 0 48%;
  text-align: center;
  margin: 40px  0 0 0; }

section#sec02 div.w1000 div.flex > div h3 {
  padding: 0 0 0.5em; }

section#sec02 div.w1000 div.flex > div figure {
  position: relative; }

section#sec02 div.w1000 div.flex > div figure a {
  display: block;
  position: relative; }

section#sec02 div.w1000 div.flex > div figure a::before {
  content: '';
  opacity: 0;
  transition: 0.3s; }

section#sec02 div.w1000 div.flex > div figure a:hover {
  opacity: 1; }

section#sec02 div.w1000 div.flex > div figure a:hover::before {
  content: '';
  display: block;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2; }

section#sec02 div.w1000 div.flex > div figure figcaption {
  padding: 0.5em 0 0; }

@media screen and (max-width: 767px) {
  section#sec02 div.w1000 div.flex > div figure figcaption {
    font-size: 13px; } }
section#sec02 div.w1000 div.flex > div figure .pic {
  width: 25%;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  margin: 0; }
