/******************************************************

fonts

******************************************************/
.subpage.header_white header .language a,
.subpage.header_white header li:before,
.subpage.header_white header #slidemenuBtn {
  color: #fff; }

.subpage.header_white header.open .language a,
.subpage.header_white header.open li:before,
.subpage.header_white header.open #slidemenuBtn {
  color: #000000; }

.subpage .page_title .main {
  display: block;
  width: 100%;
  height: 306px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .subpage .page_title .main:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 63px);
    width: 100%;
    height: 63px;
    background: url(../img/bg_curve.png) no-repeat center top;
    background-size: auto 100%;
    z-index: 10; }

.subpage .page_title .page_title_text {
  text-align: center; }
  .subpage .page_title .page_title_text .Breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px; }
    .subpage .page_title .page_title_text .Breadcrumb li {
      font-size: 1.3rem; }
      .subpage .page_title .page_title_text .Breadcrumb li a:hover {
        color: #00a9f1; }
    .subpage .page_title .page_title_text .Breadcrumb li + li:before {
      content: "/";
      margin: 0 5px; }

.subpage .sect_title {
  font-size: 4rem;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
  text-align: center; }
  .subpage .sect_title.tree:before {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background: url(../img/illust01.png) no-repeat center top;
    background-size: 90px auto; }
  .subpage .sect_title.sheep:before {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background: url(../img/illust06.png) no-repeat center top;
    background-size: 68px auto; }
  .subpage .sect_title.fish:before {
    content: "";
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 100px;
    background: url(../img/illust07.png) no-repeat center top;
    background-size: 78px auto; }
  .subpage .sect_title.tree2:before {
    content: "";
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background: url(../img/illust03.png) no-repeat center top;
    background-size: 73px auto; }

.subpage .sect_title + p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.8rem; }

.subpage section {
  padding: 60px 0 100px; }
  .subpage section.bg {
    background: url(../img/bg02.jpg) repeat center center;
    background-size: 250px 250px; }

.subpage .wide_image {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px; }
  .subpage .wide_image img {
    border-radius: 10px; }
  .subpage .wide_image .text {
    padding: 0 50px; }
    .subpage .wide_image .text h3 {
      text-align: center;
      font-size: 2.8rem;
      padding: 20px 0 10px; }

.subpage .text_box {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .subpage .text_box figure {
    flex-shrink: 0; }
    .subpage .text_box figure img {
      border-radius: 10px; }
  .subpage .text_box .text {
    padding: 0 50px; }
    .subpage .text_box .text h3 {
      font-size: 2.8rem;
      padding: 0 0 10px; }
  .subpage .text_box.reverse {
    flex-direction: row-reverse; }

.subpage .qa_box {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  border-bottom: #bebab1 dotted 2px; }
  .subpage .qa_box h3 {
    display: flex;
    justify-content: flex-start;
    line-height: 1.5;
    font-size: 2.2rem;
    padding-bottom: 10px; }
    .subpage .qa_box h3:before {
      flex-shrink: 0;
      display: inline-block;
      content: "Q";
      color: #cd424e;
      font-size: 3rem;
      width: 50px;
      position: relative;
      top: -6px; }
  .subpage .qa_box p {
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem; }
    .subpage .qa_box p:before {
      flex-shrink: 0;
      display: inline-block;
      content: "A";
      font-family: "Maru Antique Medium", "Jun 34";
      font-size: 3rem;
      width: 50px;
      position: relative;
      top: -6px; }

.subpage .flow {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .subpage .flow:before {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(118, 108, 85, 0.8);
    position: absolute;
    left: 90px;
    top: 24px; }
  .subpage .flow .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 10; }
    .subpage .flow .item em {
      font-size: 4.5rem;
      font-family: "Maru Antique Medium", "Jun 34";
      color: #eab626;
      line-height: 1;
      display: block;
      position: relative; }
      .subpage .flow .item em:before {
        content: "";
        width: 50px;
        height: 2px;
        background: rgba(118, 108, 85, 0.8);
        position: absolute;
        left: calc(100% + 8px);
        top: 50%; }
    .subpage .flow .item .text {
      width: calc(100% - 120px);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .subpage .flow .item .text h3 {
        width: 100%;
        font-size: 2.2rem; }
      .subpage .flow .item .text p {
        width: calc(100% - 230px);
        font-size: 1.6rem; }

.subpage .table_01 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
  font-size: 1.7rem; }
  .subpage .table_01 caption {
    text-align: left;
    font-weight: bold;
    font-family: "Maru Antique Medium", "Jun 34";
    font-size: 2.2rem; }
  .subpage .table_01 thead th {
    font-family: "Maru Antique Medium", "Jun 34";
    color: #fff;
    background: #bfbdb5;
    padding: 8px; }
  .subpage .table_01 tbody td {
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    border: #bfbdb5 solid 1px; }
  .subpage .table_01 tfoot td {
    text-align: right;
    font-size: 1.5rem;
    color: #c12025; }

.subpage .table_02 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 50px;
  table-layout: fixed;
  font-size: 1.7rem; }
  .subpage .table_02 tbody th {
    font-family: "Maru Antique Medium", "Jun 34";
    color: #fff;
    background: #bfbdb5;
    border: #9b9789 solid 1px;
    padding: 10px;
    vertical-align: middle; }
  .subpage .table_02 tbody td {
    background: #fff;
    padding: 10px 20px;
    text-align: left;
    font-weight: bold;
    border: #bfbdb5 solid 1px; }

@media screen and (max-width: 740px) {
  .subpage.header_white header .language a,
  .subpage.header_white header li:before,
  .subpage.header_white header #slidemenuBtn {
    color: #000000; }
  .subpage .page_title .main {
    height: 200px; }
    .subpage .page_title .main:after {
      top: calc(100% - 20px);
      width: 100%;
      height: 20px;
      background-size: 100% 100%; }
  .subpage .page_title .page_title_text .Breadcrumb {
    margin-top: -20px; }
    .subpage .page_title .page_title_text .Breadcrumb li {
      font-size: 1rem; }
      .subpage .page_title .page_title_text .Breadcrumb li a:hover {
        color: #00a9f1; }
    .subpage .page_title .page_title_text .Breadcrumb li + li:before {
      content: "/";
      margin: 0 3px; }
  .subpage .sect_title {
    font-size: 2.5rem;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    text-align: center; }
    .subpage .sect_title.tree:before {
      top: -50px;
      height: 50px;
      background-size: 45px auto; }
    .subpage .sect_title.sheep:before {
      top: -50px;
      height: 50px;
      background-size: 34px auto; }
    .subpage .sect_title.fish:before {
      top: -40px;
      height: 50px;
      background-size: 39px auto; }
    .subpage .sect_title.tree2:before {
      top: -50px;
      height: 50px;
      background-size: 37px auto; }
  .subpage .sect_title + p {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 1.6rem; }
    .subpage .sect_title + p br {
      display: none; }
  .subpage section {
    padding: 30px 0 50px; }
  .subpage .wide_image {
    width: 100%;
    margin: 0 auto 20px; }
    .subpage .wide_image img {
      border-radius: 0px; }
    .subpage .wide_image .text {
      padding: 0 20px; }
      .subpage .wide_image .text h3 {
        text-align: center;
        font-size: 2rem;
        padding: 10px 0 0px; }
  .subpage .text_box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    display: block; }
    .subpage .text_box .text {
      padding: 0px; }
      .subpage .text_box .text h3 {
        text-align: center;
        font-size: 2rem;
        padding: 10px 0 0px; }
    .subpage .text_box.reverse {
      flex-direction: row-reverse; }
  .subpage .qa_box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: #bebab1 dotted 2px; }
    .subpage .qa_box h3 {
      font-size: 1.65rem; }
      .subpage .qa_box h3:before {
        width: 40px; }
    .subpage .qa_box p {
      font-size: 1.5rem; }
      .subpage .qa_box p:before {
        width: 40px; }
  .subpage .flow {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box; }
    .subpage .flow:before {
      content: "";
      width: 2px;
      height: 100%;
      background: rgba(118, 108, 85, 0.8);
      position: absolute;
      left: 76px;
      top: 15px; }
    .subpage .flow .item {
      padding-bottom: 20px; }
      .subpage .flow .item em {
        font-size: 2.8rem; }
        .subpage .flow .item em:before {
          width: 30px;
          left: calc(100% + 6px);
          top: 50%; }
      .subpage .flow .item .text {
        width: calc(100% - 80px);
        display: block; }
        .subpage .flow .item .text h3 {
          position: relative;
          top: -4px;
          width: 100%;
          font-size: 1.8rem; }
        .subpage .flow .item .text p {
          width: 100%;
          font-size: 1.5rem; }
        .subpage .flow .item .text figure {
          padding-top: 15px;
          text-align: center; }
  .subpage .table_01 {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    table-layout: fixed;
    font-size: 1.5rem; }
    .subpage .table_01 caption {
      font-size: 1.8rem; }
    .subpage .table_01 thead th {
      padding: 5px; }
    .subpage .table_01 tbody td {
      padding: 8px; }
    .subpage .table_01 tfoot td {
      padding-top: 10px;
      line-height: 1.5;
      font-size: 1.1rem; }
  .subpage .table_02 {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    font-size: 1.5rem;
    display: block; }
    .subpage .table_02 tbody {
      display: block;
      width: 100%; }
      .subpage .table_02 tbody tr {
        display: block;
        width: 100%; }
      .subpage .table_02 tbody th {
        display: block;
        width: 100%;
        color: #fff;
        padding: 6px;
        box-sizing: border-box;
        vertical-align: middle; }
      .subpage .table_02 tbody td {
        display: block;
        width: 100%;
        padding: 6px;
        box-sizing: border-box;
        text-align: center; } }
