@charset "utf-8";

/*
  File Name   : about-entry.css
  Description : コンテンツエリア関係 他
*/

/* lay-main
============================================================ */
#lay-main {
  background-color: #f5f6f9;
  padding: 0 0 0;
  box-sizing: border-box;
}

.section-base {
  margin-bottom: 80px;
}
.section-base:last-child {
  margin-bottom: 0;
}

/* main-title
============================================================ */
.main-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #ea7567;
  padding: 194px 0 0;
  margin-bottom: 150px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 931px) {
  .main-title {
    font-size: 18px;
    padding: 100px 0 0;
    margin-bottom: 80px;
  }
}

/* sub-title
============================================================ */
.sub-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 35px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 931px) {
  .sub-title {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

/* table-content-wrap
============================================================ */
.table-content-wrap {
  padding: 95px 60px 65px;
  box-sizing: border-box;
  background-color: #fff;
}
.table-content-wrap th,
.table-content-wrap td {
  padding: 20px 40px 20px;
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}
.table-content-wrap tr:nth-child(odd) th,
.table-content-wrap tr:nth-child(odd) td {
  background-color: #fff8e6;
}
.table-content-wrap th {
  width: 280px;
}
.table-content-wrap td .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #0159a3;
  position: relative;
  padding-left: 30px;
}
.table-content-wrap td .btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0159a3;
  border-right: 2px solid #0159a3;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 931px) {
  .table-content-wrap {
    padding: 50px 20px 30px;
  }
  .table-content-wrap th,
  .table-content-wrap td {
    padding: 20px 20px 20px;
    display: block;
    width: 100%;
  }
  .table-content-wrap th {
    width: 100%;
    padding-bottom: 0;
  }
  .table-content-wrap td {
    padding-top: 10px;
  }
  .table-content-wrap td .btn {
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    color: #0159a3;
    position: relative;
    padding-left: 30px;
  }
  .table-content-wrap td .btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0159a3;
    border-right: 2px solid #0159a3;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

/* section-base -flow
============================================================ */
.section-base.-flow {
  padding: 200px 0 190px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 200px;
  margin-bottom: 0;
}
.section-base.-flow li {
  position: relative;
  background-color: #fff;
  padding: 62px 40px 60px 240px;
}
.section-base.-flow li:nth-child(odd) {
  background-color: #fff8e6;
}
.section-base.-flow li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 125px;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}
.section-base.-flow li:first-child:after {
  display: none;
}
.section-base.-flow .step-wrap {
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 4px #ea7567;
  position: absolute;
  top: 60px;
  left: 80px;
}
.section-base.-flow .step-wrap .text,
.section-base.-flow .step-wrap .no {
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  color: #ea7567;
}
.section-base.-flow .step-wrap .text {
  font-size: 16px;
  padding-top: 24px;
  box-sizing: border-box;
}
.section-base.-flow .step-wrap .no {
  font-size: 26px;
  margin-top: 8px;
}
.section-base.-flow .desc-wrap .title {
  font-size: 16px;
  margin-bottom: 14px;
}
.section-base.-flow {
}
.section-base.-flow .desc-wrap .text a {
  color: #0159a3;
  font-weight: bold;
}
.section-base.-flow .bottom-text {
  margin-top: 35px;
}
.section-base.-flow .bottom-text .text {
  font-size: 14px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 931px) {
  .section-base.-flow {
    padding: 100px 0 100px;
    margin-top: 100px;
  }
  .section-base.-flow li {
    padding: 35px 20px 30px 100px;
  }
  .section-base.-flow li::after {
    top: 5px;
    left: 45px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .section-base.-flow .step-wrap {
    width: 50px;
    height: 50px;
    top: 30px;
    left: 20px;
  }
  .section-base.-flow .step-wrap .text {
    font-size: 10px;
    padding-top: 12px;
  }
  .section-base.-flow .step-wrap .no {
    font-size: 13px;
    margin-top: 4px;
  }
  .section-base.-flow .desc-wrap .title {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.6;
  }
  .section-base.-flow .bottom-text {
    margin-top: 35px;
  }
  .section-base.-flow .bottom-text .text {
    font-size: 10px;
  }
}

/* entry-btn-wrap
============================================================ */
.entry-btn-wrap {
  padding: 120px 0;
  background-color: #f5f6f9;
}
.entry-btn-wrap .inner {
  background-color: #edeff4;
  padding: 0 20px;
}
.entry-btn-wrap a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 52px 40px;
  box-sizing: border-box;
  background-color: #ea7567;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry-btn-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 931px) {
  .entry-btn-wrap {
    padding: 60px 0;
  }
  .entry-btn-wrap .inner {
    padding: 0 20px;
  }
  .entry-btn-wrap a {
    font-size: 18px;
    padding: 30px 20px;
    max-width: 600px;
    -webkit-transition: none;
    transition: none;
  }
  .entry-btn-wrap a:hover {
    opacity: 1;
  }
}


