@charset "utf-8";
.bg_color01 {
  background: #28a7e1;
}
.bg_color02 {
  background: #eee;
}
.bg_color03 {
  background: #6aa8fd !important;
}
@media screen and (min-width:340px) and (max-width:480px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.6);
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_in {
    margin: 10% auto;
    width: 90%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .parallax_1 {
    background-image: url("../images/img01.jpg");
    background-position: top;
  }
  .boximg {
    margin-right: 15px;
    padding: 0;
    width: 160px;
    box-sizing: border-box;
  }
  .box_tx {
    margin: 0 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tx h2 {
    margin: 0 auto .3em;
    font-size: 5vw;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #339;
  }
  .box_tx h3 {
    margin: 0 auto 2em;
    font-size: 3.5vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .box_tx h4 {
    margin: 0 0 .5em;
    text-align: left;
    font-size: 4vw;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
  .box_tx p {
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.5em;
  }
  .p_bo1em {
    margin-bottom: .6em !important;
  }
  .p_bo2em {
    margin-bottom: 2em !important;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.6);
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_in {
    margin: 10% auto;
    width: 80%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .parallax_1 {
    background-image: url("../images/img01.jpg");
    background-position: top;
  }
  .boximg {
    margin-right: 30px;
    padding: 0;
    width: 180px;
    box-sizing: border-box;
  }
  .box_tx {
    margin: 0 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tx h2 {
    margin: 0 auto .3em;
    font-size: 4vw;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #339;
  }
  .box_tx h3 {
    margin: 0 auto 2em;
    font-size: 3vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .box_tx h4 {
    margin: 0 0 .5em;
    text-align: left;
    font-size: 3vw;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
  .box_tx p {
    text-align: left;
    font-size: 2.5vw;
    line-height: 1.5em;
  }
  .p_bo1em {
    margin-bottom: .6em !important;
  }
  .p_bo2em {
    margin-bottom: 2em !important;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.6);
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_in {
    margin: 10% auto;
    width: 80%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .parallax_1 {
    background-image: url("../images/img01.jpg");
    background-position: top;
  }
  .boximg {
    margin-right: 50px;
    padding: 0;
    width: 200px;
    box-sizing: border-box;
  }
  .box_tx {
    margin: 0 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tx h2 {
    margin: 0 auto .3em;
    font-size: 3vw;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #339;
  }
  .box_tx h3 {
    margin: 0 auto 2em;
    font-size: 3vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .box_tx h4 {
    margin: 0 0 .5em;
    text-align: left;
    font-size: 2.5vw;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
  .box_tx p {
    text-align: left;
    font-size: 2vw;
    line-height: 1.5em;
  }
  .p_bo1em {
    margin-bottom: .6em !important;
  }
  .p_bo2em {
    margin-bottom: 2em !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.6);
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_in {
    margin: 3% auto;
    width: 70%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .parallax_1 {
    background-image: url("../images/img01.jpg");
    background-position: top;
  }
  .boximg {
    margin-right: 50px;
    padding: 0;
    width: 200px;
    box-sizing: border-box;
  }
  .box_tx {
    margin: 0 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tx h2 {
    margin: 0 auto .3em;
    font-size: 2vw;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #339;
  }
  .box_tx h3 {
    margin: 0 auto 2em;
    font-size: 1.5vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .box_tx h4 {
    margin: 0 0 .5em;
    text-align: left;
    font-size: 1.5vw;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
  .box_tx p {
    text-align: left;
    font-size: 1.4vw;
    line-height: 1.5em;
  }
  .p_bo1em {
    margin-bottom: .6em !important;
  }
  .p_bo2em {
    margin-bottom: 2em !important;
  }
}
@media screen and (min-width:1441px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 1em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(000, 000, 000, 0.6);
    font-size: 1.5em;
    line-height: 2em;
    color: #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_in {
    margin: 3% auto;
    width: 50%;
    box-sizing: border-box;
    padding: 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .parallax_1 {
    background-image: url("../images/img01.jpg");
    background-position: top;
  }
  .boximg {
    margin-right: 50px;
    padding: 0;
    width: 200px;
    box-sizing: border-box;
  }
  .box_tx {
    margin: 0 1%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box_tx h2 {
    margin: 0 auto .3em;
    font-size: 2vw;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #339;
  }
  .box_tx h3 {
    margin: 0 auto 2em;
    font-size: 1.5vw;
    line-height: 1.5em;
    font-weight: bold;
  }
  .box_tx h4 {
    margin: 0 0 .5em;
    text-align: left;
    font-size: 1.3vw;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    color: #333;
  }
  .box_tx p {
    text-align: left;
    font-size: 1vw;
    line-height: 1.5em;
  }
  .p_bo1em {
    margin-bottom: .6em !important;
  }
  .p_bo2em {
    margin-bottom: 2em !important;
  }
}