@charset "UTF-8";
ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

.auto {
  margin-right: auto;
  margin-left: auto; }

.colBox2 {
  width: 94%; }
  @media screen and (min-width: 768px) {
    .colBox2 {
      /*768以上*/
      width: 100%; } }
  .colBox2 .imgArea {
    padding-left: 1rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .colBox2 .imgArea {
        /*768以上*/
        padding-left: 0; } }
  .colBox2 .conArea {
    padding-left: 1rem; }
    @media screen and (min-width: 768px) {
      .colBox2 .conArea {
        /*768以上*/
        padding-left: 0; } }

.colBox2.w80 {
  width: 94%; }
  @media screen and (min-width: 768px) {
    .colBox2.w80 {
      /*768以上*/
      width: 85%; } }

@media screen and (min-width: 768px) {
  .colBox2 .conArea {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; } }

.bg_gra {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, #e6c4b2), to(#f5ece7));
  background: -webkit-linear-gradient(bottom, #020024 0%, #e6c4b2 0%, #f5ece7 100%);
  background: -o-linear-gradient(bottom, #020024 0%, #e6c4b2 0%, #f5ece7 100%);
  background: linear-gradient(0deg, #020024 0%, #e6c4b2 0%, #f5ece7 100%); }
  .bg_gra .text_box {
    background-color: #fff;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 2%;
    text-align: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .bg_gra .text_box {
        width: 94%;
        padding: 2em; } }

.bg_a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #F9EEE8;
  padding-top: 2em;
  padding-bottom: 2em; }
  .bg_a .frame {
    background-color: #fff;
    border: 3px solid #E9BFA9;
    border-radius: 10px;
    padding: 1rem; }
    .bg_a .frame .tit {
      font-size: 1.3rem;
      font-weight: 700;
      color: #868686; }
      @media screen and (min-width: 1000px) {
        .bg_a .frame .tit {
          font-size: 1.8rem; } }

.tit_b {
  background-color: #B28500;
  padding: 1.6rem;
  color: #FFF; }

.btn {
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#020024), color-stop(0%, #ff9999), to(#dc73ff));
  background: -webkit-linear-gradient(bottom, #020024 0%, #ff9999 0%, #dc73ff 100%);
  background: -o-linear-gradient(bottom, #020024 0%, #ff9999 0%, #dc73ff 100%);
  background: linear-gradient(0deg, #020024 0%, #ff9999 0%, #dc73ff 100%);
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.35rem; }
  .btn a {
    color: #fff;
    position: relative;
    display: block; }
  @media screen and (min-width: 768px) {
    .btn {
      /*768以上*/
      font-size: 1.5rem;
      width: 80%;
      margin-right: auto;
      margin-left: auto; } }

@media screen and (min-width: 768px) {
  /*768以上*/
  .btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 11px solid #fff;
    border-bottom: 8px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/*
.underline{border-bottom:4px solid #FFBFBF;}*/
.marker {
  background-color: #FFBFBF; }

.stepArea img {
  width: 90%;
  margin: 0.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .stepArea img {
      width: 100%;
      margin: 0;
      margin-bottom: 0.5rem; } }

@media screen and (min-width: 768px) {
  .stepArea ol {
    /*768以上*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.stepArea ol li {
  list-style-type: none;
  width: 96%;
  margin: 2% 2% 1.5rem 2%;
  font-size: 1.1rem;
  line-height: 1.9rem; }
  @media screen and (min-width: 768px) {
    .stepArea ol li {
      /*768以上*/
      width: 23%; } }

.stepArea ol li::before {
  display: none; }

@media screen and (min-width: 768px) {
  .stepArea ol li {
    margin-bottom: 2%; }
  .stepArea ol li:first-child {
    margin-left: 0; }
  .stepArea ol li:last-child {
    margin-right: 0; } }

.listCheck {
  /* アイコンのスタイル */ }
  .listCheck ul {
    width: 80%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    border: 3px solid #E9BFA9;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .listCheck ul {
        /*768以上*/
        width: 60%; } }
  .listCheck li {
    list-style: none;
    border-bottom: 1px solid #bbb;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 1.1rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .listCheck li {
        /*768以上*/
        font-size: 1.3rem;
        margin-right: 40px;
        margin-left: 40px; } }
    .listCheck li a {
      position: relative;
      display: block;
      padding: 15px 0;
      color: #878787;
      text-decoration: none;
      text-align: left;
      padding-left: 55px; }
  .listCheck li:last-child {
    border: none; }
  .listCheck .icon a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 5px;
    background-color: #FFBFBF; }
  .listCheck .icon a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.descriptionArea .box {
  border-bottom: 5px dotted #888888;
  margin-bottom: 3rem;
  padding-bottom: 2rem; }

.descriptionArea .box:last-child {
  border: none;
  margin-bottom: 0; }

.descriptionArea .tit {
  color: #878787;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .descriptionArea .tit {
      /*768以上*/
      font-size: 2.0rem; } }

@media screen and (min-width: 768px) {
  /*768以上*/ }

#desc_01,
#desc_02,
#desc_03,
#desc_04,
#desc_05,
#desc_06,
#desc_07,
#desc_08,
#desc_09 {
  padding-top: 100px;
  margin-top: -80px; }
