@charset "UTF-8";
/* 1280px〜：大型PC*/
/* 960px〜1279px：小型PC */
/* 720px〜959px：タブレット */
/* 600px〜749px：タブレット */
/* 480px〜599px：SP横 */
/* 〜479px：SP縦 */
body {
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%; }

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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  list-style-type: none; }

ul li {
  list-style: none; }

strong {
  font-weight: 500; }

.ct {
  text-align: center; }

.lt {
  text-align: left !important; }

.rt {
  text-align: right !important; }

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ""; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.5s ease; }

.fr {
  float: right; }

.fl {
  float: left; }

.indent {
  text-indent: 1em; }

img {
  max-width: 100%; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.TextStyle_001 {
  color: #2a2a2a;
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px; }

.TextStyle_003 {
  color: #2a2a2a;
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px; }

.TextStyle_004 {
  color: #2a2a2a;
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px;
  display: block; }

.Red {
  color: #ea3131;
  font-size: 0.95rem;
  line-height: 2;
  margin-bottom: 10px; }

.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #505050;
  line-height: 2; }
  .cmt:before {
    content: "※"; }

.Required {
  position: relative; }
  .Required:after {
    content: "必須";
    color: #fff;
    font-size: 11px;
    font-size: 0.85rem;
    line-height: 130%;
    padding: 4px 12px;
    background: #ea3131;
    margin-left: 10px;
    max-height: 19px; }

.error {
  font-size: 1rem;
  font-weight: bold;
  color: #B70000;
  display: block; }

dd.is_error input[type="text"].size_s, dd.is_error input[type="text"].size_ss, dd.is_error input[type="text"].size_m {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }

dd.is_error textarea {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }

dd.is_error .Select01 {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  header #HeaderArea .TitleImage {
    padding: 20px; }
    header #HeaderArea .TitleImage img {
      width: 280px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 500px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 395px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 290px;
      position: absolute;
      right: 0;
      top: 180px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 20px 40px;
      font-size: 2.3rem;
      position: absolute;
      top: 325px;
      left: 20px;
      z-index: 3;
      font-weight: 600; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  header #HeaderArea .TitleImage {
    padding: 20px; }
    header #HeaderArea .TitleImage img {
      width: 250px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 500px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 395px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 290px;
      position: absolute;
      right: 0;
      top: 180px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 20px 30px;
      font-size: 2.2rem;
      position: absolute;
      top: 325px;
      left: 20px;
      z-index: 3;
      font-weight: 600; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  header #HeaderArea .TitleImage {
    padding: 20px; }
    header #HeaderArea .TitleImage img {
      width: 210px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 400px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 300px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 230px;
      position: absolute;
      right: 0;
      top: 125px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 20px 30px;
      font-size: 1.7rem;
      position: absolute;
      top: 250px;
      left: 0px;
      z-index: 3;
      font-weight: 600; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  header #HeaderArea .TitleImage {
    padding: 15px; }
    header #HeaderArea .TitleImage img {
      width: 190px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 360px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 270px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 215px;
      position: absolute;
      right: 0;
      top: 125px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 25px;
      font-size: 1.5rem;
      position: absolute;
      top: 220px;
      left: 0px;
      z-index: 3;
      font-weight: 600; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  header #HeaderArea .TitleImage {
    padding: 10px; }
    header #HeaderArea .TitleImage img {
      width: 170px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 290px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 220px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 185px;
      position: absolute;
      right: 0;
      top: 85px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 15px;
      font-size: 1.2rem;
      position: absolute;
      top: 190px;
      left: 0px;
      z-index: 3;
      font-weight: 600; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  header #HeaderArea .TitleImage {
    padding: 10px; }
    header #HeaderArea .TitleImage img {
      width: 160px;
      height: auto; }
  header #HeaderArea .MainVisual {
    position: relative;
    height: 240px; }
    header #HeaderArea .MainVisual:before {
      content: "";
      background: url("../images/mainvisual.jpg") no-repeat top center;
      width: 95%;
      position: absolute;
      left: 0;
      top: 12px;
      height: 180px;
      background-size: cover;
      z-index: 2; }
    header #HeaderArea .MainVisual:after {
      content: "";
      background: #00a79b;
      background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
      width: 100%;
      height: 160px;
      position: absolute;
      right: 0;
      top: 65px;
      z-index: 1; }
    header #HeaderArea .MainVisual h1 {
      background: #fff;
      padding: 15px;
      font-size: 1.1rem;
      position: absolute;
      top: 150px;
      left: 0px;
      z-index: 3;
      font-weight: 600; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  #Container {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px; }
    ol.flow_step li {
      width: 18%;
      background: #dbdbdb;
      padding-top: 19px;
      padding-bottom: 19px;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 60px; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -34px;
        top: 50%;
        width: 9px;
        height: 9px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #Container {
    width: 100%;
    max-width: 880px;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px; }
    ol.flow_step li {
      width: 18%;
      background: #dbdbdb;
      padding: 16px 0;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 50px; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -34px;
        top: 50%;
        width: 9px;
        height: 9px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex;
    flex-wrap: wrap; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  #Container {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px; }
    ol.flow_step li {
      width: 17%;
      background: #dbdbdb;
      padding: 14px 0;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 40px; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -26px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex;
    flex-wrap: wrap; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  #Container {
    width: 90%;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px;
    font-size: 0.95rem; }
    ol.flow_step li {
      width: 18%;
      background: #dbdbdb;
      padding: 13px 0;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 35px; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -22px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex;
    flex-wrap: wrap; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #Container {
    width: 90%;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px; }
    ol.flow_step li {
      width: 23%;
      background: #dbdbdb;
      padding: 10px 0;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 25px;
      font-size: 0.85rem; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -16px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex;
    flex-wrap: wrap; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #Container {
    width: 90%;
    margin: 40px auto 100px; }

  #Container {
    width: 90%;
    margin: 40px auto 100px; }

  ol.flow_step {
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 40px; }
    ol.flow_step li {
      width: 23%;
      background: #dbdbdb;
      padding: 10px 0;
      text-align: center;
      position: relative;
      color: #fff;
      margin-right: 25px;
      font-size: 0.75rem; }
      ol.flow_step li.is_current {
        background: #00a79b;
        background: linear-gradient(0deg, #00a79b 0%, #0083b3 100%);
        color: #fff; }
      ol.flow_step li:before {
        content: "";
        position: absolute;
        right: -16px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 2px solid #505050;
        border-bottom: 2px solid #505050;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      ol.flow_step li:last-child {
        margin-right: 0; }
      ol.flow_step li:last-child::before {
        content: none; }

  .List {
    display: flex;
    flex-wrap: wrap; }
    .List li {
      margin-right: 10px;
      color: #2a2a2a; }
      .List li:last-child {
        margin-right: 0; } }
input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  font-size: 1rem; }

input[type="text"], input[type="email"], input[type="tel"], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 360px;
      position: absolute;
      left: 0;
      padding: 40px 0 20px;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      margin-left: 360px;
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0 30px 20px;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 25%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-right: 6px; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .TowContents {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    padding: 20px 10px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 20px 30px;
      border-radius: 5px;
      margin-right: 10px;
      font-weight: 500; }
    .TowContents .checkbox_btn {
      width: calc(100% - 400px); }
      .TowContents .checkbox_btn label {
        display: block; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 380px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0;
    display: flex; }
    ul.FormContentsList li {
      margin-right: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-right: 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 310px;
      position: absolute;
      left: 0;
      padding: 40px 0 20px;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      margin-left: 310px;
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0 30px 20px;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 30%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-right: 6px; }

  .TowContents {
    display: flex;
    align-items: center;
    background: #e8e8e8;
    padding: 20px 10px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 20px 30px;
      border-radius: 5px;
      margin-right: 10px;
      font-weight: 500; }
    .TowContents .checkbox_btn {
      width: calc(100% - 180px); }
      .TowContents .checkbox_btn label {
        display: block; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 370px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0;
    display: flex; }
    ul.FormContentsList li {
      margin-right: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-right: 0; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 85%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-bottom: 15px;
    display: block; }

  .TowContents {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 10px 0;
      font-weight: 800; }
    .TowContents .checkbox_btn {
      width: 100%; }
      .TowContents .checkbox_btn label {
        display: block; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 360px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0;
    display: flex; }
    ul.FormContentsList li {
      margin-right: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-right: 0; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 85%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc;
    display: block; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-bottom: 15px;
    display: block; }

  .TowContents {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 5px 0;
      font-weight: 800; }
    .TowContents .checkbox_btn {
      width: 100%; }
      .TowContents .checkbox_btn label {
        display: block; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 350px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0; }
    ul.FormContentsList li {
      margin-bottom: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-bottom: 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 85%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc;
    display: block; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-bottom: 15px;
    display: block; }

  .TowContents {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 5px 0;
      font-weight: 800; }
    .TowContents .checkbox_btn {
      width: 100%; }
      .TowContents .checkbox_btn label {
        display: block; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 280px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0;
    display: flex; }
    ul.FormContentsList li {
      margin-right: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-bottom: 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  dl.FormContents {
    position: relative;
    border-bottom: 1px solid #bebebe; }
    dl.FormContents dt {
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      border-top: 1px solid #bebebe;
      color: #2a2a2a;
      font-weight: 500; }
      dl.FormContents dt .ContentsTitle {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center; }
      dl.FormContents dt .Text {
        font-size: 1rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        display: inline-block;
        display: inline;
        zoom: 1;
        color: #fff;
        font-size: 12px;
        font-size: 0.85rem;
        line-height: 130%;
        padding: 4px 12px;
        background: #ea3131;
        margin-left: 10px;
        max-height: 19px; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      line-height: 2;
      display: block;
      border-top: 1px solid #bebebe;
      padding: 30px 0;
      color: #2a2a2a; }

  input[type="text"].size_s {
    width: 33%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"].size_ss {
    width: 85%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc;
    display: block; }

  input[type="text"].size_m, input[type="email"].size_m {
    width: 80%;
    padding: 0 20px;
    height: 45px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #ccc; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  .address_select {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #ededed;
    margin-bottom: 15px;
    display: block; }

  .TowContents {
    background: #e8e8e8;
    padding: 20px 10px;
    border-radius: 5px; }
    .TowContents .title_text {
      padding: 5px 0;
      font-weight: 800; }
    .TowContents .checkbox_btn {
      width: 100%; }
      .TowContents .checkbox_btn label {
        display: block; }

  .Sub_text {
    display: block;
    margin-top: 20px;
    font-size: 0.85rem;
    line-height: 1.5; }

  .submitBtn {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    text-align: center;
    width: 240px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 60px auto 40px;
    display: block; }
    .submitBtn:hover {
      color: #d6000f;
      background-color: #fff; }

  ul.FormContentsList {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    padding: 40px 0; }
    ul.FormContentsList li {
      margin-bottom: 10px;
      color: #2a2a2a; }
      ul.FormContentsList li:last-child {
        margin-bottom: 0; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  footer #FooterArea {
    border-top: 10px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 40px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 280px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 30px 0 40px; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  footer #FooterArea {
    border-top: 10px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 40px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 250px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 30px 0; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  footer #FooterArea {
    border-top: 8px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 30px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 210px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 25px 0; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  footer #FooterArea {
    border-top: 7px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 30px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 180px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 20px 0; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  footer #FooterArea {
    border-top: 5px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 25px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 150px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 10px 0; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  footer #FooterArea {
    border-top: 5px solid #00a79b;
    border-image: linear-gradient(to right, #00a79b 0%, #0083b3 100%);
    border-image-slice: 1;
    padding: 25px 0;
    background: #f2f2f2; }

  .Footerlogo {
    text-align: center; }
    .Footerlogo figure img {
      max-width: 140px;
      height: auto; }

  .Address {
    margin-top: 40px; }
    .Address p {
      color: #2a2a2a;
      text-align: center;
      font-size: 1rem; }

  ul.Linkbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px; }
    ul.Linkbtn li {
      margin: 10px 20px; }

  .SNS_Area {
    margin: 30px 0 20px; }
    .SNS_Area p {
      font-size: 1rem;
      color: #2a2a2a;
      text-align: center; }

  ul.Footer_sns_list {
    display: flex;
    justify-content: center; }
    ul.Footer_sns_list li {
      margin: 15px 10px; }
      ul.Footer_sns_list li img {
        width: 30px;
        height: auto; }

  #Copyright {
    margin: 10px 0; }
    #Copyright p {
      color: #2a2a2a;
      text-align: center;
      font-size: 0.85rem; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 250px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 230px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 220px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 20px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 200px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 20px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 200px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 20px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .ButtonStyle_03 {
    color: #00a19f;
    background: #fff;
    width: 200px;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_03:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_03:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      padding: 15px 20px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_03:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 20px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .block p {
    margin-right: 5px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .block p {
    margin-right: 5px; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .block {
    display: block; }
    .block p {
      display: block;
      margin-bottom: 5px; }

  .bb20 {
    margin-bottom: 20px; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .block {
    display: block; }
    .block p {
      display: block;
      margin-bottom: 5px; }

  .bb20 {
    margin-bottom: 20px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .block {
    display: block; }
    .block p {
      display: block;
      margin-bottom: 5px; }

  .bb20 {
    margin-bottom: 20px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .block {
    display: block; }
    .block p {
      display: block;
      margin-bottom: 5px; }

  .bb20 {
    margin-bottom: 20px; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 180px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 180px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 170px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 170px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 160px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 160px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 150px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 140px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 140px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .buttonArea_02 {
    text-align: center;
    margin: 60px 0;
    width: 100%; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 130px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .buttonSend:hover {
      text-decoration: none;
      color: #d6000f;
      background-color: #fff; }

  .back {
    text-decoration: none;
    position: relative;
    padding: 1em 2em;
    width: 130px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background-color: #9f9f9f;
    border: 1px solid #9f9f9f;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif; }
    .back:hover {
      text-decoration: none;
      color: #9f9f9f;
      background-color: #fff; } }
/* 1280px〜：大型PC*/
@media print, screen and (min-width: 1280px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.2rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.7rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.2rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.6rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* 720px〜959px：タブレット */
@media screen and (min-width: 750px) and (max-width: 959px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.1rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.6rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* 600px〜749px：タブレット */
@media screen and (min-width: 600px) and (max-width: 749px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.1rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.4rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.1rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.3rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .TitleStyle_01 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 40px 0 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #1f1f1f; }
    .TitleStyle_01:before {
      content: "";
      background: #00a79b;
      background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: -15px;
      left: 0; }

  .TitleStyle_02 {
    font-size: 1.1rem;
    margin: 20px 0 30px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b; }

  .TitleStyle_03 {
    font-size: 1.2rem;
    margin: 20px 0 40px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #00a79b;
    text-align: center; } }
/* チェックボックス02 */
input[type=checkbox] {
  display: none; }

.checkbox02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.checkbox02::after {
  border-right: 6px solid #00a79b;
  border-bottom: 3px solid #00a79b;
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px; }

input[type=checkbox]:checked + .checkbox02::before {
  border-color: #666; }

input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1; }

/* ラジオボタン02 */
input[type=radio] {
  display: none; }

.radio02 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.radio02::after {
  background: #00a79b;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  left: 10px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px; }

input[type=radio]:checked + .radio02::before {
  border-color: #666; }

input[type=radio]:checked + .radio02::after {
  opacity: 1; }

a.ButtonStyle_01 {
  position: relative;
  width: 300px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  color: #fff;
  padding: 25px 20px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: #00a79b;
  background: linear-gradient(90deg, #00a79b 0%, #0083b3 100%);
  /*アニメーションの指定*/
  transition: all 0.3s ease-out; }
  a.ButtonStyle_01:hover {
    color: #fff;
    background: #333; }
  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.BtnArea {
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }
  .BtnArea .l_con {
    margin-right: 20px; }

@media screen and (max-width: 1080px) {
  a.ButtonStyle_01 {
    width: 100%;
    font-size: 1rem;
    padding: 15px; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 10px;
      width: 5px;
      height: 5px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

  .BtnArea {
    display: block; }
    .BtnArea .l_con {
      margin: 0 0 20px 0; } }
.ButtonStyle_04 {
  color: #00a19f;
  background: #fff;
  width: 350px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 500;
  border: 3px solid #00a19f;
  padding: 15px 30px 15px 20px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .ButtonStyle_04:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #00a19f;
    border-bottom: 2px solid #00a19f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .ButtonStyle_04:hover {
    color: #fff;
    background: #00a19f;
    border: 3px solid #00a19f;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative; }
    .ButtonStyle_04:hover:hover:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 15px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 1080px) {
  .ButtonStyle_04 {
    color: #00a19f;
    background: #fff;
    width: 100%;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 500;
    border: 3px solid #00a19f;
    padding: 15px 30px 15px 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .ButtonStyle_04:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 15px;
      width: 5px;
      height: 5px;
      border-right: 2px solid #00a19f;
      border-bottom: 2px solid #00a19f;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .ButtonStyle_04:hover {
      color: #fff;
      background: #00a19f;
      border: 3px solid #00a19f;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      position: relative; }
      .ButtonStyle_04:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 15px;
        width: 5px;
        height: 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
