@charset "UTF-8";
.inner880 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner880 {
      width: 100%;
      padding: 0 4%; } }

.inner1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner1000 {
      width: 100%;
      padding: 0 4%; } }

.wrapper {
  width: 100%; }

.tax_h2 {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .tax_h2 {
      width: 80%; } }
  .tax_h2:before {
    content: '';
    position: absolute;
    width: 61px;
    height: 32px;
    background: url("../img/h2_con.png") no-repeat;
    right: 0;
    left: 0;
    top: -100%;
    margin: 0 auto; }

.mainArea {
  width: 100%;
  margin: 0 auto;
  background: #ffca10;
  padding: 200px 0 130px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .mainArea {
      padding: 120px 0 0; } }
  .mainArea #KV {
    height: 340px;
    position: relative; }
    .mainArea #KV .container {
      width: 100%;
      height: 314px;
      /* 画像の高さを指定 */
      position: relative;
      background: url("../img/kv_bg.png") repeat-x;
      background-size: auto 100%;
      animation: bg-slider 23s linear reverse infinite;
      /* 23sの部分背景画像の約数だとスムーズ */ }
    .mainArea #KV:before {
      content: "";
      position: absolute;
      width: 380px;
      height: 462px;
      background: url(../img/kv_title.png) no-repeat;
      top: -52%;
      right: 0;
      left: 0;
      margin: 0 auto;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .mainArea #KV:before {
          background-size: 70%;
          background-position: center 70%;
          width: 370px; } }
    .mainArea #KV:after {
      content: "";
      position: absolute;
      width: 283px;
      height: 116px;
      background: url(../img/kv_taxi.png) no-repeat;
      bottom: 0%;
      right: 0;
      left: 55%;
      margin: 0 auto;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .mainArea #KV:after {
          background-size: 100%;
          background-position: 0% center;
          width: 180px;
          bottom: 0f;
          left: 45%; } }
  .mainArea .award_Area {
    display: inline-block;
    justify-content: center;
    margin: 50px auto 30px;
    position: relative;
    width: 650px; }
    @media screen and (max-width: 768px) {
      .mainArea .award_Area {
        margin: 20px auto;
        width: 90%; } }
    .mainArea .award_Area a:hover {
      transform: translate3d(5px, 5px, 0);
      box-shadow: none; }
    .mainArea .award_Area .copy_Btn {
      background: #fff;
      border: 3px solid #eb4e01;
      border-radius: 10px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 10px 10px #eb4e01;
      transition: 0.5s; }
      @media screen and (max-width: 768px) {
        .mainArea .award_Area .copy_Btn {
          height: 100px;
          box-shadow: 6px 6px #eb4e01; } }
      .mainArea .award_Area .copy_Btn:before {
        content: "";
        position: absolute;
        background: url("../img/read_txt_icon.png") no-repeat;
        background-size: 100%;
        width: 117px;
        height: 130px;
        top: -30px;
        left: 20px; }
        @media screen and (max-width: 768px) {
          .mainArea .award_Area .copy_Btn:before {
            width: 70px;
            height: 70px;
            top: -10px;
            left: 10px; } }
      .mainArea .award_Area .copy_Btn:after {
        content: "";
        position: absolute;
        background: url("../img/read_txt_icon.png") no-repeat;
        transform: scale(-1, 1);
        background-size: 100%;
        width: 117px;
        height: 130px;
        top: -30px;
        right: 20px; }
        @media screen and (max-width: 768px) {
          .mainArea .award_Area .copy_Btn:after {
            width: 70px;
            height: 70px;
            top: -10px;
            right: 10px; } }
      .mainArea .award_Area .copy_Btn img {
        width: 50%; }
  .mainArea .ccopy_Area {
    display: flex;
    justify-content: center;
    margin: 10px auto 50px; }
    @media screen and (max-width: 768px) {
      .mainArea .ccopy_Area {
        margin: 0 auto 40px; } }
    .mainArea .ccopy_Area .copy_Btn {
      background: #fff;
      border: 3px solid #eb4e01;
      border-radius: 10px;
      max-width: 520px;
      width: 100%;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 10px 10px #eb4e01;
      transition: 0.5s; }
      @media screen and (max-width: 768px) {
        .mainArea .ccopy_Area .copy_Btn {
          width: 80%;
          height: 60px;
          box-shadow: 6px 6px #eb4e01; } }
      .mainArea .ccopy_Area .copy_Btn:hover {
        transform: translate3d(5px, 5px, 0);
        box-shadow: none; }
      .mainArea .ccopy_Area .copy_Btn img {
        width: 86%; }
  .mainArea .readArea {
    background: #ffca10;
    padding-bottom: 140px; }
    @media screen and (max-width: 768px) {
      .mainArea .readArea {
        padding-bottom: 70px; } }
    .mainArea .readArea .read_ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .mainArea .readArea .read_ttl .bubble {
        position: relative;
        /* 三角の位置を固定するために設定 */
        width: 425px;
        /* 幅 */
        margin: 0 auto 30px;
        /* 上 左右 下のマージン */
        padding: 20px;
        /* ふきだし内の余白 */
        border: 2px solid #0e4db6;
        text-align: center;
        /* テキストの揃え */
        border-radius: 10px; }
        @media screen and (max-width: 768px) {
          .mainArea .readArea .read_ttl .bubble {
            width: 60%;
            font-size: 20px;
            margin: 0 auto 20px;
            display: flex;
            justify-content: center; } }
        @media screen and (max-width: 500px) {
          .mainArea .readArea .read_ttl .bubble {
            width: 90%;
            font-size: 20px;
            margin: 0 auto 20px; } }
        @media screen and (max-width: 768px) {
          .mainArea .readArea .read_ttl .bubble img {
            width: 80%; } }
        @media screen and (max-width: 500px) {
          .mainArea .readArea .read_ttl .bubble img {
            width: 100%; } }
        .mainArea .readArea .read_ttl .bubble:before {
          content: '';
          position: absolute;
          border-top: 20px solid #0e4db6;
          border-right: 12px solid transparent;
          border-left: 12px solid transparent;
          left: 199px;
          bottom: -20px; }
          @media screen and (max-width: 768px) {
            .mainArea .readArea .read_ttl .bubble:before {
              left: 197px; } }
          @media screen and (max-width: 500px) {
            .mainArea .readArea .read_ttl .bubble:before {
              left: 146px; } }
        .mainArea .readArea .read_ttl .bubble:after {
          content: '';
          position: absolute;
          border-top: 19px solid #ffca10;
          border-right: 11px solid transparent;
          border-left: 11px solid transparent;
          left: 200px;
          bottom: -17px; }
          @media screen and (max-width: 768px) {
            .mainArea .readArea .read_ttl .bubble:after {
              left: 198px; } }
          @media screen and (max-width: 500px) {
            .mainArea .readArea .read_ttl .bubble:after {
              left: 147px; } }
    .mainArea .readArea .read_txt {
      color: #333333;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .mainArea .readArea .read_txt {
          font-size: 18px; } }
    .mainArea .readArea .read_logo {
      max-width: 650px;
      width: 100%;
      margin: 30px auto 40px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .mainArea .readArea .read_logo {
          flex-direction: column; } }
      .mainArea .readArea .read_logo .cross {
        color: #eb4e01;
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
    .mainArea .readArea .deadlineArea {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .mainArea .readArea .deadlineArea {
          width: 85%;
          margin: 0 auto; } }
      .mainArea .readArea .deadlineArea .deadline_ttl {
        max-width: 200px;
        width: 100%;
        background: #eb4e01;
        color: #fff;
        border-radius: 50px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .mainArea .readArea .deadlineArea .deadline_ttl {
            max-width: 140px;
            font-size: 18px;
            padding: 5px 0; } }
      .mainArea .readArea .deadlineArea .deadline_txt {
        color: #eb4e01;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .mainArea .readArea .deadlineArea .deadline_txt {
            font-size: 16px; } }

@keyframes bg-slider {
  from {
    background-position: 0 0; }
  to {
    background-position: -1500px 0; }
  /* 1518pxとは使用した背景画像の長さ */ }
.anchBtn {
  z-index: 50px;
  max-width: 780px;
  margin: -60px auto 0;
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 500px) {
    .anchBtn {
      margin: -30px auto 0; } }
  @media screen and (max-width: 768px) {
    .anchBtn {
      justify-content: space-evenly; } }
  .anchBtn li .anch {
    position: relative;
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 30px 0;
    background: #0e4db6;
    border-radius: 10px;
    box-shadow: 10px 10px rgba(176, 185, 198, 0.5);
    transition: 0.3s; }
    @media screen and (max-width: 500px) {
      .anchBtn li .anch {
        width: 160px !important;
        padding: 15px 0;
        box-shadow: 0px 8px rgba(176, 185, 198, 0.5); } }
    @media screen and (max-width: 768px) {
      .anchBtn li .anch {
        width: 260px;
        padding: 15px 0;
        box-shadow: 0px 8px rgba(176, 185, 198, 0.5); } }
    .anchBtn li .anch .anch_txt {
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      margin-right: 20px; }
      @media screen and (max-width: 500px) {
        .anchBtn li .anch .anch_txt {
          font-size: 16px !important; } }
      @media screen and (max-width: 768px) {
        .anchBtn li .anch .anch_txt {
          font-size: 24px; } }
    .anchBtn li .anch:before {
      content: '';
      position: absolute;
      width: 33px;
      height: 33px;
      background: url("../img/anch_aroow.png") no-repeat;
      right: 5%; }
      @media screen and (max-width: 768px) {
        .anchBtn li .anch:before {
          width: 20px;
          height: 20px;
          background-size: 100%;
          right: 7%; } }
    .anchBtn li .anch:hover {
      transform: translate3d(0px, 8px, 0);
      box-shadow: none; }

#firstArea {
  margin: 80px auto;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    #firstArea {
      margin: 60px auto; } }
  #firstArea .expArea .expBox {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 500px) {
      #firstArea .expArea .expBox {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 768px) {
      #firstArea .expArea .expBox .content_icon {
        width: 30%; } }
    #firstArea .expArea .expBox .bubble_exp {
      position: relative;
      /* 三角の位置を固定するために設定 */
      width: 340px;
      /* 幅 */
      margin: 0 0 0 50px;
      /* 上 左右 下のマージン */
      padding: 30px 20px;
      /* ふきだし内の余白 */
      border: 3px solid #eb4e01;
      text-align: center;
      /* テキストの揃え */
      border-radius: 10px; }
      @media screen and (max-width: 500px) {
        #firstArea .expArea .expBox .bubble_exp {
          width: 90%;
          font-size: 20px;
          padding: 20px;
          margin: 0 0 30px 0; } }
      #firstArea .expArea .expBox .bubble_exp:before {
        content: '';
        position: absolute;
        border-top: 15px solid transparent;
        border-right: 20px solid #eb4e01;
        border-bottom: 15px solid transparent;
        left: -7%;
        bottom: 40%; }
        @media screen and (max-width: 500px) {
          #firstArea .expArea .expBox .bubble_exp:before {
            border-top: 20px solid #eb4e01;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            left: 45%;
            bottom: -27%; } }
      #firstArea .expArea .expBox .bubble_exp:after {
        content: '';
        position: absolute;
        border-top: 15px solid transparent;
        border-right: 19px solid #fff;
        border-bottom: 15px solid transparent;
        left: -17px;
        bottom: 40%; }
        @media screen and (max-width: 500px) {
          #firstArea .expArea .expBox .bubble_exp:after {
            border-top: 19px solid #fff;
            border-right: 14px solid transparent;
            border-left: 15px solid transparent;
            left: 139px;
            bottom: -23%; } }
  #firstArea .expArea .exp_txt {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5rem;
    margin: 30px 0 0; }
    @media screen and (max-width: 768px) {
      #firstArea .expArea .exp_txt {
        font-size: 16px;
        line-height: 2rem;
        margin: 20px 0 0; } }
  #firstArea .pointArea {
    margin: 90px 0 0; }
    #firstArea .pointArea li {
      position: relative;
      border: 3px solid #ffca10;
      border-radius: 10px;
      padding: 60px 100px 40px;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #firstArea .pointArea li {
          padding: 40px 25px 20px;
          margin-bottom: 40px; } }
      #firstArea .pointArea li .point_h {
        position: absolute;
        width: 250px;
        background: #ffca10;
        border-radius: 50px;
        padding: 8px 0;
        font-size: 20px;
        color: #eb4e01;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -6%;
        left: -2%; }
        @media screen and (max-width: 768px) {
          #firstArea .pointArea li .point_h {
            padding: 5px 0;
            font-size: 18px;
            top: -3%;
            left: 0;
            right: 0;
            margin: 0 auto; } }
        #firstArea .pointArea li .point_h.h02 {
          top: -10%; }
          @media screen and (max-width: 768px) {
            #firstArea .pointArea li .point_h.h02 {
              top: -6%; } }
      #firstArea .pointArea li .point_ttl {
        color: #eb4e01;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #firstArea .pointArea li .point_ttl {
            font-size: 20px; } }
        #firstArea .pointArea li .point_ttl .small {
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            #firstArea .pointArea li .point_ttl .small {
              font-size: 14px; } }
      #firstArea .pointArea li .point_txt {
        color: #333333; }
  #firstArea .result_banner {
    display: flex;
    justify-content: center; }
    #firstArea .result_banner a {
      transition: 0.5s; }
      #firstArea .result_banner a:hover {
        opacity: 0.5; }

#secondArea {
  background: url("../img/bk_ly.jpg");
  padding: 110px 0 80px; }
  @media screen and (max-width: 768px) {
    #secondArea {
      padding: 90px 0 60px; } }
  #secondArea .pointArea {
    margin: 90px 0 0;
    position: relative;
    border: 3px solid #ffca10;
    border-radius: 10px;
    padding: 60px 100px 40px 110px;
    background: #fff; }
    @media screen and (max-width: 768px) {
      #secondArea .pointArea {
        padding: 40px 25px 20px 35px;
        margin: 60px 0 0; } }
    #secondArea .pointArea .point_h {
      position: absolute;
      width: 320px;
      background: #ffca10;
      border-radius: 50px;
      padding: 8px 0 8px 15px;
      font-size: 20px;
      color: #eb4e01;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      top: -8%;
      left: -2%; }
      @media screen and (max-width: 768px) {
        #secondArea .pointArea .point_h {
          width: 280px;
          font-size: 18px;
          padding: 5px 0 5px 15px;
          top: -5%;
          left: 0;
          right: 0;
          margin: 0 auto; } }
      #secondArea .pointArea .point_h:before {
        content: '';
        position: absolute;
        width: 21px;
        height: 18px;
        background: url("../img/point_h_icon.png") no-repeat;
        left: 9%;
        top: 32%; }
        @media screen and (max-width: 768px) {
          #secondArea .pointArea .point_h:before {
            top: 27%; } }
    #secondArea .pointArea .point_ttl {
      color: #eb4e01;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 20px; }
      #secondArea .pointArea .point_ttl .small {
        font-size: 16px; }
    #secondArea .pointArea .caution_list li {
      color: #333333;
      font-weight: bold;
      margin-bottom: 15px;
      text-indent: -1em; }
      #secondArea .pointArea .caution_list li:last-child {
        margin-bottom: 0; }
      #secondArea .pointArea .caution_list li .bullet {
        color: #eb4e01;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          #secondArea .pointArea .caution_list li .bullet {
            font-size: 12px; } }
  #secondArea .dtlTbl {
    border-top: #f9a371 1px solid;
    margin: 30px 0 0; }
    #secondArea .dtlTbl tr {
      border-bottom: #f9a371 1px solid; }
    #secondArea .dtlTbl th {
      padding: 15px 50px 15px 0;
      font-weight: normal;
      text-align: left;
      width: 330px;
      line-height: 1.5;
      color: #eb4e01;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #secondArea .dtlTbl th {
          width: 100%;
          display: inline-block;
          padding: 10px 3% 5px 3%;
          font-weight: bold; } }
    #secondArea .dtlTbl td {
      padding: 15px 0;
      line-height: 1.5;
      color: #333333; }
      @media screen and (max-width: 768px) {
        #secondArea .dtlTbl td {
          width: 100%;
          display: inline-block;
          padding: 5px 3% 10px 3%; } }
      #secondArea .dtlTbl td .period {
        margin-left: 20px; }
      #secondArea .dtlTbl td li {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 5px;
        color: #333333; }
        #secondArea .dtlTbl td li .bullet {
          color: #eb4e01;
          font-size: 14px; }
        #secondArea .dtlTbl td li .index {
          text-indent: 0rem; }
      #secondArea .dtlTbl td .list_mail {
        color: #333333; }

#thirdArea {
  padding: 110px 0 0; }
  @media screen and (max-width: 768px) {
    #thirdArea {
      padding: 90px 4% 60px; } }
  #thirdArea .appArea {
    max-width: 720px;
    width: 100%;
    margin: 60px auto 90px; }
    @media screen and (max-width: 768px) {
      #thirdArea .appArea {
        margin: 30px 0 60px; } }
    #thirdArea .appArea .app_read_ttl {
      color: #eb4e01;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #thirdArea .appArea .app_read_ttl {
          font-size: 18px;
          margin-bottom: 20px; } }
    #thirdArea .appArea .app_read_list li {
      color: #333333;
      font-size: 14px;
      text-indent: -1rem;
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        #thirdArea .appArea .app_read_list li {
          font-size: 12px; } }
  #thirdArea .app_form {
    padding: 0 2%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #thirdArea .app_form {
        flex-direction: column; } }
    #thirdArea .app_form .app_formBox {
      position: relative;
      border: 3px solid #ffca10;
      border-radius: 10px;
      padding: 60px 60px 40px;
      width: 48%; }
      @media screen and (max-width: 768px) {
        #thirdArea .app_form .app_formBox {
          width: 100%;
          padding: 50px 30px 40px;
          margin-bottom: 60px; } }
      #thirdArea .app_form .app_formBox .form_icon {
        position: absolute;
        top: -5%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      #thirdArea .app_form .app_formBox .form_ttl {
        color: #eb4e01;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #thirdArea .app_form .app_formBox .form_ttl {
            font-size: 20px;
            margin-bottom: 10px; } }
      #thirdArea .app_form .app_formBox .form_list li {
        color: #333333;
        margin-bottom: 20px;
        text-indent: -1rem; }
        @media screen and (max-width: 768px) {
          #thirdArea .app_form .app_formBox .form_list li {
            height: auto;
            margin-bottom: 10px; } }
        #thirdArea .app_form .app_formBox .form_list li:last-child {
          margin-bottom: 0px; }
        #thirdArea .app_form .app_formBox .form_list li .bold {
          font-weight: bold; }
      #thirdArea .app_form .app_formBox .form_list.mh {
        height: 445px; }
        @media screen and (max-width: 768px) {
          #thirdArea .app_form .app_formBox .form_list.mh {
            height: auto;
            margin-bottom: 20px; } }
      #thirdArea .app_form .app_formBox .form_mail {
        background: #f6f6f6;
        border-radius: 10px;
        padding: 10px 20px;
        margin: 30px 0; }
        @media screen and (max-width: 768px) {
          #thirdArea .app_form .app_formBox .form_mail {
            padding: 60px 20px 10px; } }
        #thirdArea .app_form .app_formBox .form_mail .mailBox {
          position: relative; }
          #thirdArea .app_form .app_formBox .form_mail .mailBox .mailbtn {
            background: #eb4e01;
            width: 35px;
            height: 35px;
            border-radius: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 3px #cfd3da;
            transition: 0.3s;
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (max-width: 768px) {
              #thirdArea .app_form .app_formBox .form_mail .mailBox .mailbtn {
                width: 50px;
                height: 50px;
                top: -175%;
                left: 0;
                right: 0;
                margin: 0 auto; } }
            #thirdArea .app_form .app_formBox .form_mail .mailBox .mailbtn:hover {
              transform: translate3d(0, 3px, 0);
              box-shadow: none; }
          #thirdArea .app_form .app_formBox .form_mail .mailBox .mail_txt {
            color: #eb4e01;
            font-size: 17px;
            font-weight: bold;
            display: flex;
            justify-content: flex-end; }
            @media screen and (max-width: 768px) {
              #thirdArea .app_form .app_formBox .form_mail .mailBox .mail_txt {
                font-size: 16px;
                justify-content: center; } }
            #thirdArea .app_form .app_formBox .form_mail .mailBox .mail_txt .mail_txt_link {
              color: #eb4e01; }
        #thirdArea .app_form .app_formBox .form_mail .mail_period {
          color: #333333;
          font-size: 11px;
          text-align: center;
          margin-top: 10px; }
      #thirdArea .app_form .app_formBox .form_btn {
        width: 330px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        background: #0e4db6;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        padding: 20px 0;
        box-shadow: 8px 8px #d7dbe2;
        transition: 0.3s; }
        @media screen and (max-width: 768px) {
          #thirdArea .app_form .app_formBox .form_btn {
            width: 100%;
            padding: 15px 0;
            box-shadow: 0 8px #d7dbe2; } }
        #thirdArea .app_form .app_formBox .form_btn:hover {
          transform: translate3d(8px, 8px, 0);
          box-shadow: none; }
  #thirdArea .deadline_s {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto 0; }
    @media screen and (max-width: 768px) {
      #thirdArea .deadline_s {
        flex-direction: column;
        margin: 0 auto 0;
        width: 80%; } }
    #thirdArea .deadline_s .deadline_s_ttl {
      width: 120px;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      background: #eb4e01;
      border-radius: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        #thirdArea .deadline_s .deadline_s_ttl {
          margin-right: 0px;
          margin-bottom: 20px; } }
    #thirdArea .deadline_s .deadline_txt {
      color: #eb4e01;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #thirdArea .deadline_s .deadline_txt {
          font-size: 16px; } }

#deco {
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    #deco {
      height: 50px; } }

.contact {
  background-color: #ffca10;
  color: #333333;
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .contact {
      padding: 20px 0; } }
  .contact .contArea {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .contact .contArea {
        width: 94%;
        margin: 0 3%; } }
    .contact .contArea h2 {
      color: #333333;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .contact .contArea h2 {
          font-size: 16px; } }
    .contact .contArea p {
      color: #333333;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .contact .contArea p {
          font-size: 14px;
          line-height: 1.5; } }
    .contact .contArea a {
      color: #333333; }

.footer {
  text-align: center;
  padding: 15px 0;
  color: #eb4e01; }
