@charset "UTF-8";
/*--------------------------------------------------
 mixin
--------------------------------------------------*/
/*--------------------------------------------------
  reset
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  /* Yutaka added */
  vertical-align: baseline; }

body {
  line-height: 1;
  /*min-width: 1100px;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #111;
  font-size: 20px;
  line-height: 1.6;
  font-family: "mplus", "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: 'M PLUS 1p', sans-serif;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em; }

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

img {
  width: 100%; }

.pc-no01 {
  display: none; }

.sp-no01 {
  display: block; }

.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover'; }

.ofi-cover-top {
  object-fit: cover;
  object-position: center 10%;
  font-family: 'object-fit: cover; object-position: center top;'; }

.ofi-cover-bottom {
  object-fit: cover;
  object-position: 50% 90%;
  font-family: 'object-fit: cover; object-position: center bottom;'; }

.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain'; }

.disnon {
  display: none; }

/*--------------------------------------------------
  font
--------------------------------------------------*/
.bold {
  font-weight: bold; }

/*--------------------------------------------------
  font
--------------------------------------------------*/
/* normal */
@font-face {
  font-family: 'mplus';
  font-style: normal;
  font-weight: 400;
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1c-regular.woff") format("woff"), url("http://mplus-webfonts.sourceforge.jp/mplus-1c-regular.ttf") format("truetype"), url("http://mplus-webfonts.sourceforge.jp/mplus-1c-regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'mplus';
  src: url("http://mplus-webfonts.sourceforge.jp/mplus-1c-bold.woff") format("woff"), url("http://mplus-webfonts.sourceforge.jp/mplus-1c-bold.ttf") format("truetype"), url("http://mplus-webfonts.sourceforge.jp/mplus-1c-bold.eot") format("embedded-opentype");
  font-weight: bold; }
/*--------------------------------------------------
   btn
--------------------------------------------------*/
.btn_01 {
  display: block;
  width: 100%;
  background: #1478d5;
  background: linear-gradient(336deg, #1478d5 0%, #1478d5 33%, #007ff5 33%, #007ff5 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  border-radius: 100px;
  border: 5px solid #fff;
  padding: 25px 0;
  box-sizing: border-box;
  line-height: 1.1;
  position: relative;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: nomal; }
  .btn_01::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/btn_arrow01.svg") center top no-repeat;
    background-size: cover;
    width: 14px;
    height: 28px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }

.btn_02 {
  display: none;
  width: 100%;
  background: whitesmoke;
  background: linear-gradient(336deg, whitesmoke 0%, whitesmoke 33%, white 33%, white 100%);
  color: #007ff5;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  border-radius: 100px;
  border: 5px solid #007ff5;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 1.1;
  position: relative;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em; }
  .btn_02 .pc_txt {
    font-weight: bold;
    padding-left: 20px; }
  .btn_02 .sp_txt {
    display: none; }
  .btn_02 .time {
    display: block;
    font-size: 16px;
    color: #666666; }
  .btn_02::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/btn_icon_tel.svg") center top no-repeat;
    background-size: cover;
    width: 24px;
    height: 42px;
    top: 50%;
    left: 45px;
    transform: translateY(-75%); }

.kv .btn_02 {
  display: block; }

/*--------------------------------------------------
   header
--------------------------------------------------*/
header {
  width: 100%;
  min-width: 1200px;
  z-index: 999;
  background: #fff;
  border-bottom: #fcc800 3px solid; }
  header .inner {
    width: 1200px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .inner .h_logo {
      display: block;
      width: 370px; }
    header .inner .wrap_01 {
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      header .inner .wrap_01 .left {
        margin-right: 20px; }
        header .inner .wrap_01 .left .upper {
          font-size: 30px;
          font-weight: bold;
          position: relative;
          padding-left: 30px;
          line-height: 1.1;
          letter-spacing: 0.1em; }
          header .inner .wrap_01 .left .upper::before {
            position: absolute;
            content: "";
            display: block;
            background: url("../images/icon-tel.png") center top no-repeat;
            background-size: cover;
            width: 19px;
            height: 31px;
            top: 0;
            left: 0; }
        header .inner .wrap_01 .left .under {
          font-size: 16px;
          line-height: 1;
          margin-top: 10px;
          letter-spacing: 0; }
      header .inner .wrap_01 .right .upper {
        font-size: 18px;
        font-weight: bold;
        display: block;
        background: #fcc800;
        padding: 2px 18px;
        border-radius: 100px; }
      header .inner .wrap_01 .right .under {
        font-size: 16px;
        position: relative;
        padding-left: 10px;
        line-height: 1;
        margin-top: 10px; }
        header .inner .wrap_01 .right .under::before {
          position: absolute;
          content: "";
          display: block;
          background: url("../images/arrow_01.svg") center top no-repeat;
          background-size: cover;
          width: 5px;
          height: 11px;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }

/*--------------------------------------------------
 main
--------------------------------------------------*/
main {
  min-width: 1200px;
  /*---------- mv ----------*/
  /*---------- sec01 ----------*/
  /*---------- sec02 ----------*/
  /*---------- sec03 ----------*/
  /*---------- sec04 ----------*/
  /*---------- sec05 ----------*/
  /*---------- sec06 ----------*/
  /*---------- sec07 ----------*/
  /*---------- sec08 ----------*/
  /*---------- sec09 ----------*/ }
  main .orange {
    color: #ff6e03; }
  main .inner {
    width: 1200px;
    margin: auto; }
  main h2 {
    letter-spacing: 0.3em; }
  main .kv {
    box-sizing: border-box;
    background: url("../images/mv_bg.jpg") center no-repeat;
    background-size: cover; }
    main .kv .kv_inner {
      width: 1200px;
      height: 700px;
      margin: auto;
      background: url("../images/copy_02.png") center no-repeat;
      background-size: cover;
      position: relative; }
      main .kv .kv_inner h1 {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
      main .kv .kv_inner .btn_box {
        width: 490px;
        position: absolute;
        bottom: 50px;
        left: 0; }
        main .kv .kv_inner .btn_box .btn_01 {
          margin-bottom: 20px; }
  main .sec_01 {
    padding: 70px 0 250px;
    background: #fff; }
    main .sec_01 h2 {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px; }
      main .sec_01 h2 img {
        display: block;
        width: 500px;
        margin: 0 auto 20px; }
    main .sec_01 ul {
      display: flex;
      justify-content: space-between; }
      main .sec_01 ul li {
        width: 350px;
        border: 4px solid #fcc800;
        border-radius: 20px;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
        line-height: 1.4; }
        main .sec_01 ul li img {
          display: block;
          width: 97px;
          margin: -60px auto 25px; }
      main .sec_01 ul .li_02 {
        width: 420px; }
  main .sec_02 {
    background: #fcc800;
    position: relative;
    padding: 100px 0 250px; }
    main .sec_02 h2 {
      background: #fcc800;
      position: absolute;
      height: 180px;
      top: -180px;
      left: 0;
      display: table;
      z-index: 0; }
      main .sec_02 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 80px 0 60px; }
        main .sec_02 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/Reason.png");
          background-size: cover;
          width: 520px;
          height: 104px;
          left: 60px;
          bottom: -80px;
          z-index: -1; }
        main .sec_02 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-right: 170px solid transparent;
          border-bottom: 180px solid #fcc800;
          right: -169px;
          top: 0; }
      main .sec_02 h2 span {
        font-size: 48px; }
    main .sec_02 ul li {
      background: #fff;
      border: 4px solid #111111;
      border-radius: 20px;
      padding: 40px 60px 80px;
      box-sizing: border-box;
      position: relative;
      margin-top: 30px; }
      main .sec_02 ul li h3 {
        font-size: 48px;
        border-bottom: 4px solid #fcc800;
        line-height: 1.2;
        margin-bottom: 30px;
        padding-bottom: 5px; }
        main .sec_02 ul li h3 span {
          font-weight: bold; }
        main .sec_02 ul li h3 .num {
          font-size: 72px;
          color: #fcc800;
          position: relative;
          padding-right: 100px;
          margin-right: 20px; }
          main .sec_02 ul li h3 .num::before {
            content: "";
            display: block;
            position: absolute;
            background: url("../images/icon-pika.png");
            background-size: cover;
            width: 98px;
            height: 117px;
            right: 0;
            bottom: -24px; }
      main .sec_02 ul li .wrap_01 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        main .sec_02 ul li .wrap_01 p {
          font-size: 32px;
          line-height: 1.8;
          width: 60%;
          letter-spacing: 0.1em; }
        main .sec_02 ul li .wrap_01 .img {
          width: 40%; }
        main .sec_02 ul li .wrap_01 .underline {
          font-weight: bold;
          background: linear-gradient(transparent 50%, #fffea6 0%); }
      main .sec_02 ul li .sub {
        position: absolute;
        right: 40px;
        bottom: 30px;
        font-size: 18px;
        text-decoration: underline; }
  main .cv {
    background: #ffeba0;
    padding: 60px 0 120px;
    border-radius: 20px;
    margin-top: 60px; }
    main .cv .cv_ttl {
      font-weight: bold;
      font-size: 40px;
      text-align: center;
      line-height: 1.4; }
    main .cv .btn_01 {
      display: block;
      width: 600px;
      margin: 20px auto; }
    main .cv .cv_tel {
      display: table;
      position: relative;
      font-size: 42px;
      font-weight: bold;
      margin: auto;
      line-height: 1.4;
      letter-spacing: 0.1em; }
      main .cv .cv_tel::before {
        content: "";
        display: block;
        position: absolute;
        background: url("../images/offer_tel.png");
        background-size: cover;
        width: 34px;
        height: 58px;
        left: -48px;
        top: -6px; }
      main .cv .cv_tel span {
        display: block;
        position: absolute;
        font-size: 18px;
        letter-spacing: 0; }
  main .sec_03 {
    position: relative;
    padding: 60px  0 250px;
    background: #f7f7f7; }
    main .sec_03 h2 {
      background: #f7f7f7;
      position: absolute;
      height: 180px;
      top: -180px;
      right: 0;
      display: table;
      z-index: 0; }
      main .sec_03 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 60px 0 130px; }
        main .sec_03 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/Features.png");
          background-size: cover;
          width: 622px;
          height: 104px;
          right: 60px;
          bottom: -80px;
          z-index: -1; }
        main .sec_03 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-top: 180px solid transparent;
          border-right: 170px solid #f7f7f7;
          left: -169px;
          top: 0; }
    main .sec_03 .txt_01 {
      color: #b38a00;
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      line-height: 1.3; }
    main .sec_03 .txt_02 {
      color: #b38a00;
      font-size: 56px;
      font-weight: bold;
      text-align: center;
      line-height: 1.3;
      position: relative;
      padding-bottom: 70px; }
      main .sec_03 .txt_02 span {
        font-size: 36px;
        font-weight: bold; }
      main .sec_03 .txt_02::before {
        content: "";
        display: block;
        position: absolute;
        border-top: 50px solid #ff6e03;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        width: 0;
        height: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0; }
    main .sec_03 .img_wrap {
      background: #ffeba0;
      margin: 30px 0 50px; }
      main .sec_03 .img_wrap img {
        width: 1200px;
        margin: auto; }
    main .sec_03 ul li {
      background: #fff;
      border: 4px solid #111111;
      border-radius: 20px;
      padding: 40px 60px 80px;
      box-sizing: border-box;
      position: relative;
      margin-top: 30px; }
      main .sec_03 ul li h3 {
        font-size: 48px;
        border-bottom: 4px solid #fcc800;
        line-height: 1.2;
        margin-bottom: 30px;
        padding-bottom: 5px; }
        main .sec_03 ul li h3 span {
          font-weight: bold; }
        main .sec_03 ul li h3 .num {
          font-size: 72px;
          color: #fcc800;
          position: relative;
          padding-right: 80px;
          margin-right: 20px; }
          main .sec_03 ul li h3 .num::before {
            content: "";
            display: block;
            position: absolute;
            background: url("../images/sec03_icon01.png");
            background-size: cover;
            width: 70px;
            height: 112px;
            right: 0;
            bottom: -25px; }
      main .sec_03 ul li .wrap_01 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        main .sec_03 ul li .wrap_01 p {
          font-size: 32px;
          line-height: 1.8; }
        main .sec_03 ul li .wrap_01 .img {
          width: 40%; }
        main .sec_03 ul li .wrap_01 .underline {
          font-weight: bold;
          background: linear-gradient(transparent 50%, #fffea6 0%); }
      main .sec_03 ul li .sub {
        position: absolute;
        right: 40px;
        bottom: 30px;
        font-size: 18px;
        text-indent: -1em;
        padding-left: 1em; }
    main .sec_03 ul .li_01 .img {
      width: 55% !important; }
    main .sec_03 ul .li_02 .sub {
      position: static;
      text-indent: 0;
      padding-left: 0; }
  main .sec_04 {
    background: #fcc800;
    position: relative;
    padding: 60px  0 250px; }
    main .sec_04 h2 {
      background: #fcc800;
      position: absolute;
      height: 180px;
      top: -180px;
      left: 0;
      display: table;
      z-index: 0; }
      main .sec_04 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 130px 0 60px; }
        main .sec_04 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/System.png");
          background-size: cover;
          width: 520px;
          height: 133px;
          left: 60px;
          bottom: -100px;
          z-index: -1; }
        main .sec_04 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-right: 170px solid transparent;
          border-bottom: 180px solid #fcc800;
          right: -169px;
          top: 0; }
    main .sec_04 .txt_01 {
      font-weight: bold;
      text-align: center;
      font-size: 48px;
      margin-bottom: 30px;
      line-height: 1.3; }
    main .sec_04 .wrap_01 {
      min-width: 1200px;
      padding: 40px; }
      main .sec_04 .wrap_01 .inner {
        width: 100%;
        background: linear-gradient(180deg, #ffeba0 0%, #ffeba0 64%, #fff 64%, #fff 100%); }
        main .sec_04 .wrap_01 .inner img {
          width: 1200px;
          margin: auto; }
  main .sec_05 {
    position: relative;
    padding: 60px 0 250px;
    background: #f7f7f7; }
    main .sec_05 h2 {
      background: #f7f7f7;
      position: absolute;
      height: 180px;
      top: -180px;
      right: 0;
      display: table;
      z-index: 0; }
      main .sec_05 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 60px 0 280px; }
        main .sec_05 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/Performance.png");
          background-size: cover;
          width: 925px;
          height: 109px;
          right: 60px;
          bottom: -80px;
          z-index: -1; }
        main .sec_05 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-top: 180px solid transparent;
          border-right: 170px solid #f7f7f7;
          left: -169px;
          top: 0; }
    main .sec_05 .txt_01 {
      color: #ff9703;
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
    main .sec_05 ul {
      display: flex;
      justify-content: space-between;
      padding: 0 2%;
      margin-bottom: 40px; }
      main .sec_05 ul li {
        width: 24%;
        text-align: center; }
      main .sec_05 ul img {
        display: block;
        margin-bottom: 10px; }
  main .sec_06 {
    background: #fcc800;
    position: relative;
    padding: 60px  0 250px; }
    main .sec_06 h2 {
      background: #fcc800;
      position: absolute;
      height: 180px;
      top: -180px;
      left: 0;
      display: table;
      z-index: 0; }
      main .sec_06 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 150px 0 60px; }
        main .sec_06 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/procedure.png");
          background-size: cover;
          width: 739px;
          height: 104px;
          left: 60px;
          bottom: -80px;
          z-index: -1; }
        main .sec_06 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-right: 170px solid transparent;
          border-bottom: 180px solid #fcc800;
          right: -169px;
          top: 0; }
    main .sec_06 .txt_01 {
      font-weight: bold;
      text-align: center;
      font-size: 48px;
      margin-bottom: 30px;
      line-height: 1.3; }
  main .sec_07 {
    position: relative;
    padding: 60px 0 160px;
    background: #f7f7f7; }
    main .sec_07 h2 {
      background: #f7f7f7;
      position: absolute;
      height: 180px;
      top: -180px;
      right: 0;
      display: table;
      z-index: 0; }
      main .sec_07 h2 div {
        font-size: 60px;
        font-weight: bold;
        line-height: 1.3;
        position: relative;
        padding: 40px 60px 0 350px; }
        main .sec_07 h2 div::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/case.png");
          background-size: cover;
          width: 806px;
          height: 133px;
          right: 60px;
          bottom: -80px;
          z-index: -1; }
        main .sec_07 h2 div::after {
          content: "";
          display: block;
          position: absolute;
          border-top: 180px solid transparent;
          border-right: 170px solid #f7f7f7;
          left: -169px;
          top: 0; }
    main .sec_07 .txt_01 {
      color: #b38a00;
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px;
      line-height: 1.3; }
    main .sec_07 ul li {
      border-radius: 20px;
      border: #111 solid 4px;
      display: flex;
      justify-content: space-between;
      padding: 50px;
      box-sizing: border-box;
      margin-bottom: 30px; }
      main .sec_07 ul li .txt {
        width: 70%; }
        main .sec_07 ul li .txt .name {
          font-size: 36px;
          font-weight: bold;
          margin-bottom: 30px; }
          main .sec_07 ul li .txt .name span {
            font-size: 24px;
            font-weight: bold;
            color: #666666;
            display: block; }
      main .sec_07 ul li .img {
        width: 25%; }
    main .sec_07 ul img {
      display: block;
      margin-bottom: 10px; }
  main .sec_08 {
    position: relative;
    padding: 120px 0 160px;
    background: #fff; }
    main .sec_08 h2 {
      font-size: 60px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 60px;
      letter-spacing: 0.1em; }
    main .sec_08 .menu li {
      border-radius: 20px;
      border: #111 solid 4px;
      padding: 40px 110px 40px 50px;
      box-sizing: border-box;
      margin-bottom: 30px; }
      main .sec_08 .menu li .menu__item__link {
        cursor: pointer;
        display: block;
        position: relative;
        font-weight: bold;
        font-size: 36px;
        padding-left: 60px; }
        main .sec_08 .menu li .menu__item__link::before {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/q.png");
          background-size: cover;
          width: 45px;
          height: 54px;
          left: 0;
          top: -10px; }
        main .sec_08 .menu li .menu__item__link::after {
          content: '\f067';
          display: block;
          font-family: "Font Awesome 5 Free";
          line-height: 60px;
          position: absolute;
          right: -80px;
          text-align: center;
          top: 0;
          width: 60px; }
        main .sec_08 .menu li .menu__item__link.on:after {
          content: '\f068'; }
      main .sec_08 .menu li .submenu {
        display: none;
        margin-top: 20px; }
  main .sec_09 {
    position: relative;
    padding: 120px 0 160px;
    background: #f7f7f7; }
    main .sec_09 h2 {
      font-size: 60px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 60px; }
    main .sec_09 table {
      width: 100%; }
      main .sec_09 table tr {
        border-bottom: 1px solid #b5b5b5; }
        main .sec_09 table tr th {
          background: #e5e5e5;
          padding: 30px 40px;
          box-sizing: border-box;
          font-weight: bold;
          font-size: 24px;
          vertical-align: top; }
        main .sec_09 table tr td {
          background: #fff;
          padding: 30px 40px;
          box-sizing: border-box;
          font-size: 24px;
          width: 76%; }
          main .sec_09 table tr td a {
            color: #ff6e03; }

/*-----/main-----*/
/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  background: #fff; }
  footer .foot__inner {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0; }
    footer .foot__inner .left {
      width: 310px; }
    footer .foot__inner .right .link_box {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      footer .foot__inner .right .link_box a {
        font-size: 18px;
        margin-left: 30px; }
    footer .foot__inner .right .copylight {
      font-size: 12px;
      text-align: right; }

/*--------------------------------------------------
   floatbtn
--------------------------------------------------*/
.float_box {
  display: none; }

/* pagetop
----------------------------------- */
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  background: #1478d5;
  border-radius: 50%;
  opacity: 1; }

#pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  text-align: center; }

#pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: translate(-50%, -40%) rotate(-45deg); }

@media screen and (max-width: 767px) {
  #pagetop {
    right: 15px;
    bottom: 110px;
    width: 40px;
    height: 40px; }

  #pagetop a {
    width: 40px;
    height: 40px; }

  #pagetop a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: translate(-50%, -40%) rotate(-45deg); } }
