@charset "UTF-8";
@media screen and (max-width: 767px) {}


.price-page .feeWrap {
  margin-top: 3vw;
  margin-bottom: 4vw;
  position: relative;
}
.price-page .feeWrap::after {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(20% - 5px);
  width: calc(20% + 10px);
  height: calc(100% + 10px);
  border: 8px solid #4350A6;
}
.price-page .fee-tbl02 {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  border: 2px solid #888888;
}
.price-page .fee-tbl02 thead th {
  width: 20%;
  text-align: center;
  background-color: #ECECED;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.price-page .fee-tbl02 thead th:first-child {
  border-bottom: 2px solid #888888;
}
.price-page .fee-tbl02 td {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
.price-page .fee-tbl02 thead .us {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #4350A6;
  padding: 0.8em 0;
}
.price-page .fee-tbl02 tbody th {
  height: 70px;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 1.8rem;
  border-right: 2px solid #888888;
  border-bottom: 2px solid #888888;
  font-weight: 700;
}
.price-page .fee-tbl02 tbody td {
  background: #fff;
  border-bottom: 1px solid #888888;
  border-right: 2px solid #888888;
}
.price-page .fee-tbl02 tbody .us {
  font-size: 1.8rem;
}
.price-page .fee-tbl02 tbody .num {
  font-size: 1.8rem;
}
.price-page .fee-tbl02 tbody .us span {
  font-size: 1.6rem;
}
.price-page .fee-tbl02 thead th:last-child {
  border-right: 0;
}
.price-page .fee-tbl02 tbody td:last-child {
  border-right: 0;
}
.price-page .fee-tbl02 tbody tr:last-child td, .price-page .fee-tbl02 tbody tr:last-child th {
  border-bottom: 0;
}
.price-page .fee-tbl02 .bg {
  background: #FFFDCF;
}
.price-page .lead01 {
  font-size: 1.8rem;
  line-height: 1.8;
}
.price-page .lead01 span {
  color: #4350A6;
}
.price-page .lead02 {
  margin-top: 3vw;
  font-size: 2rem;
}
.price-page .lead02 span {
  color: #4350A6;
}


@media screen and (max-width: 767px) {
  .price-page {
    padding: 0 2vw;
  }
  .price-page .lead01.is-big {
    font-size: 4.73vw;
  }
  .price-page .feeWrap {
    margin: 5vw 0 0;
  }
  .price-page .fee-tbl02 thead th {
    font-size: 4.2vw;
  }
  .price-page .fee-tbl02 thead .us {
    font-size: 5.6vw;
    padding: 0.5em 0;
  }
  .price-page .fee-tbl02 thead th:first-child, .price-page .fee-tbl02 thead th:nth-child(2) {
    width: 18vw;
  }
  .price-page .fee-tbl02 thead th:nth-child(3) {
    width: 28%;
  }
  .price-page .fee-tbl02 tbody th {
    height: auto;
    font-size: 3.2vw;
    line-height: 1.3;
    padding: 2vw 0;
  }
  .price-page .fee-tbl02 td {
    font-size: 2.6vw;
    line-height: 1.3;
    padding: 2vw 0;
  }
  .price-page .fee-tbl02 tbody .us {
    font-size: 3.4vw;
  }
  .price-page .fee-tbl02 tbody .num {
    font-size: 5vw;
  }
  .price-page .fee-tbl02 tbody .us span {
    font-size: 3.2vw;
  }
  .price-page .feeWrap::after {
    box-sizing: border-box;
    top: -2px;
    left: calc(24% - 5px);
    width: calc(22% + 6px);
    height: calc(100% + 4px);
    border-width: 4px;
  }
  .price-page .lead01 {
    font-size: 3.73vw;
    line-height: 2;
  }
  .price-page .lead01 + .lead01 {
    margin-top: 1.5vw;
  }
  .price-page .lead02 {
    font-size: 3.73vw;
  }
}

.price-page .fee {
  display: flex;
  align-items: center;
  max-width: 800px;
  border: 3px solid #4350A6;
  background: #fff;
  margin: 10px auto 0;
  padding: 10px 0;
  text-align: center;
}
.price-page .fee .centerInText {
  width: 100%;
  color: #4350A6;
  font-size: 2rem;
  font-weight: bold;
}
.price-page .fee .centerInText span {
  padding-left: 2vw;
}
.price-page .fee .b01 {
  position: relative;
  width: 275px;
  border-right: #F172A3 solid 3px;
}
.price-page .fee .b02 {
  width: calc(100% - 275px);
}
@media screen and (max-width: 767px) {
  .price-page .fee {
    width: 100%;
    margin-top: 5px;
    border-width: 0.5333333333vw;
    padding: 3vw 0;
    border: 3px solid #F172A3;
  }
  .price-page .fee .b01 {
    width: 30.667vw;
    border-width: 1px;
  }
  .price-page .fee .b02 {
    width: calc(100% - 30.667vw);
  }
  .price-page .fee .centerInText {
    font-size: 1.6rem;
  }
}
.price-page .fee-txt {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #F172A3;
}
@media screen and (max-width: 767px) {
  .price-page .fee-txt {
    font-size: 3.3vw;
  }
}
.price-page .fee-txt span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .price-page .fee-txt span {
    font-size: 2.9333333333vw;
  }
}
.price-page .fee-txt02 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
}

.price-page .fee-txt02 span {
  color: #F172A3;
}

@media screen and (max-width: 767px) {
  .price-page .fee-txt02 {
    font-size: 4vw;
  }
}
.price-page .fee-plus {
  width: 60px;
  margin: 25px auto;
}

@media screen and (max-width: 767px) {
  .price-page .fee-plus {
    width: 8vw;
    margin: 2vw auto;
  }
}
.price-page .rate {
  width: 100%;
  max-width: 800px;
  border-spacing: 0;
  table-layout: fixed;
  border: 2px solid #888888;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-page .rate {
    width: 100%;
  }
}

.price-page .rate thead th {
  text-align: center;
  background: #4350A6;
  border-right: 1px solid #000;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.7em 0 0.8em;
}

.price-page .rate thead th:first-child {
  width: 55%;
}

.price-page .rate thead th:last-child {
  border-right: 0;
}

.price-page .rate tbody th {
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #000;
  background: #DDDDDD;
  padding: 1em 2.8em 1em 1em;
  text-align: left;
}

.price-page .rate tbody tr:nth-child(even) th {
  background: #DDDDDD;
}

.price-page .rate tbody td {
  padding-left: 2vw;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: 1px solid #5f4d31;
  background: #fff;
}

.price-page .rate tbody tr:nth-child(even) td {
  background: #f5f5f5;
}

.price-page .rate tbody tr:last-child th, .price-page .rate tbody tr:last-child td {
  border-bottom: 0;
}

.price-page .calc {
  width: 100%;
  max-width: 800px;
  background: #F4F7FF;
  padding: 40px 100px 45px;
  margin: 50px auto 60px;
}

.price-page .calc .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  color: #4350A6;
  margin-bottom: 30px;
}


.price-page .calc .txt small {
  font-size: 1.6rem;
  font-weight: 500;
}

.price-page .calc .formula {
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
}

.price-page .calc .formula dt {
  clear: left;
  float: left;
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5em;
}

.price-page .calc .formula dt span {
  position: relative;
  background: #F4F7FF;
  padding: 0 1em 0 0;
  z-index: 2;
}

.price-page .calc .formula dd {
  position: relative;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5em;
  padding: 0 0 0 50%;
}

.price-page .calc .formula dd span {
  position: relative;
  background: #F4F7FF;
  padding: 0 0 0 1em;
  z-index: 2;
}

.price-page .calc .formula dd::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dotted #222222;
}

.price-page .calc .formula dt:first-of-type, .price-page .calc .formula dd:first-of-type {
  margin-top: 0;
}

.price-page .calc .result {
  margin: 15px 0 0;
}

.price-page .calc .result dt {
  clear: left;
  float: left;
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.price-page .calc .result dd {
  position: relative;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 0 0 50%;
}
.price-page .imgBox {
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .price-page .rate thead th {
    font-size: 4vw;
    padding: 0.5em 0 0.5em;
  }

  .price-page .rate thead th:first-child {
    width: 72.5333333333vw;
  }

  .price-page .rate tbody th {
    font-size: 3.7333333333vw;
    padding: 0.5em 0.5em;
    text-align: left;
  }

  .price-page .rate tbody td {
    font-size: 3.7333333333vw;
    text-align: center;
  }

  .price-page .calc {
    width: auto;
    margin: 7vw 0 10vw;
    padding: 4vw;
  }

  .price-page .calc .txt {
    display: flex;
    align-items: center;
    font-size: 5.5333333333vw;
    margin-bottom: 4.5vw;
  }
  .price-page .calc .txt span {
    padding-bottom: 1vw;
    border-bottom: #F172A3 solid 2px;
  }
  .price-page .calc .txt small {
    font-size: 2.6vw;
    margin-left: 1vw;
    line-height: 1.3;
  }

  .price-page .calc .txt::before {
    top: 0.5em;
    -webkit-transform: none;
    transform: none;
    width: 3.0666666667vw;
  }

  .price-page .calc .formula {
    padding: 0 0 2.5vw;
    border-bottom-width: 1px;
  }

  .price-page .calc .formula dt {
    width: auto;
    font-size: 3.4666666667vw;
  }
  .price-page .calc .formula dt span {
    padding-right: 0;
  }

  .price-page .calc .formula dd::before {
    display: none;
  }

  .price-page .calc .result dt {
    width: auto;
    font-size: 3.4666666667vw;
  }

  .price-page .calc .formula dd {
    font-size: 3.4666666667vw;
    padding-left: 0;
  }

  .price-page .calc .result {
    margin: 2.5vw 0 0;
    padding: 0;
  }

  .price-page .calc .result dd {
    font-size: 3.4666666667vw;
    padding-left: 0;
  }
}


.price-page .tableArea dl {
  display: table;
  width: 100%;
}
.price-page .tableArea dl dt {
  display: table-cell;
  width: 100%;
}
.price-page .tableArea dl dd {
  display: table-cell;
  width: 100%;
}
.price-page .tableArea.top {
  padding: 2vw 1.5vw;
  background-color: #F172A3;
}
.price-page .tableArea.top dl dt {
  padding-left: 1vw;
  padding-bottom: 1.5vw;
  color: #fff;
  font-size: 2.4rem;
}
.price-page .tableArea.top dl.inContents {
  background-color: #fff;
}
.price-page .tableArea.top dl.inContents + dl.inContents {
  border-top: 1px solid #000;
}
.price-page .tableArea.top dl.inContents dt {
  width: 35%;
  padding: 1.5vw 1.5vw 1.5vw 2vw;
  color: #000;
  font-size: 1.8rem;
  border-right: 1px solid #000;
}
.price-page .tableArea.top dl.inContents dd {
  width: 75%;
  padding: 1.5vw 1.5vw 1.5vw 2vw;
  font-size: 1.8rem;
}
.price-page .tableArea.top dl.inContents.color dt {
  background-color: #FFEFF5;
}
.price-page .tableArea.top dl.inContents.color dd {
  background-color: #FFEFF5;
}
.price-page .tableArea.contents {
  padding: 2vw 0 0;
  border: 1px solid #000;
  background-color: #ECECED;
}
.price-page .tableArea.contents dl dt {
  padding-left: 1vw;
  padding-bottom: 1.5vw;
  color: #000;
  font-size: 2.4rem;
}
.price-page .tableArea.contents dl.inContents {
  background-color: #fff;
}
.price-page .tableArea.contents dl.inContents.first {
  border-top: 1px solid #000;
}
.price-page .tableArea.contents dl.inContents + dl.inContents {
  border-top: 1px solid #000;
}
.price-page .tableArea.contents dl.inContents dt {
  width: 35%;
  padding: 1.5vw 1.5vw 1.5vw 2vw;
  color: #000;
  font-size: 1.8rem;
  border-right: 1px solid #000;
}
.price-page .tableArea.contents dl.inContents dd {
  width: 75%;
  padding: 1.5vw 1.5vw 1.5vw 2vw;
  font-size: 1.8rem;
}
.price-page .tableArea.contents dl.inContents.color dt {
  background-color: #FFEFF5;
}
.price-page .tableArea.contents dl.inContents.color dd {
  background-color: #FFEFF5;
}
.price-page .tableArea + .tableArea {
  margin-top: 3vw;
}
.price-page .tableArea.mt {
  margin-top: 6vw;
}
.price-page .tableArea.mb {
  margin-bottom: 6vw;
}

@media screen and (max-width: 767px) {
  .price-page .tableArea.top dl dt {
    padding-left: 5px;
    font-size: 6vw;
  }
  .price-page .tableArea.contents dl dt {
    font-size: 6vw;
    padding-left: 7px;
  }
  .price-page .tableArea.top dl.inContents dt {
    font-size: 4vw;
  }
  .price-page .tableArea.contents dl.inContents dt {
    font-size: 4vw;
  }
  .price-page .tableArea.top dl.inContents dd,
  .price-page .tableArea.contents dl.inContents dd {
    font-size: 4vw;
  }
}


/* merit-page ---------------------------------------*/
.merit-page .flexTtl {
  display: flex;
}
.merit-page .flexTtl .text01 {
  width: 15%;
  margin-right: 20px;
  padding: 10px 0;
  padding-right: 10px;
  font-size: 2rem;
  color: #4350A6;
  line-height: 1;
  border-right: 1px solid #4350A6;
}
.merit-page .flexTtl.colorText .text01 {
  color: #45494B;
  border-right: 1px solid #45494B;
}
.merit-page .flexTtl .text01 span {
  font-size: 8.4rem;
}
.merit-page .flexTtl .text02 {
  width: 85%;
  font-size: 4rem;
}
.merit-page .contentsArea {
  margin-bottom: 5vw;
  padding: 2vw 1.5vw;
  background-color: #F4F7FF;
}
.merit-page .contentsArea.box01 {
  background-color: #F2F2F2;
}
.merit-page .contentsArea .lead01 {
  font-size: 1.8rem;
}
.merit-page .contentsArea .lead01 span {
  color: #4350A6;
}
.merit-page .contentsArea .lead01 + .lead01 {
  margin-top: 2vw;
}
.merit-page .contentsArea .linkText {
  margin-top: 2vw;
}
.merit-page .contentsArea .linkText a {
  position: relative;
  display: block;
  padding-right: 30px;
  text-align: right;
  color: #4350A6;
  margin-bottom: 30px;
}

.merit-page .contentsArea .linkText_02 a {
  margin-bottom: 0;
}
.merit-page .contentsArea .linkText a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 26px;
  height: 18px;
  background-image: url(../images/service/merit/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.merit-page .contentsArea .imgBox {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.merit-page .contentsArea .imgBox .inBox {
  width: 49%;
}
.merit-page .contentsArea .imgBox01 {
  max-width: 500px;
  margin: 1vw auto 3vw;
}

@media screen and (max-width: 767px) {
  .merit-page {
    padding: 0 2vw;
  }
  .merit-page .flexTtl {
    flex-wrap: wrap;
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .merit-page .flexTtl .text01 {
    width: 100%;
    max-width: 100px;
    margin: 0 auto 1vw;
    padding-right: 0;
    font-size: 3.73vw;
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #4350A6;
  }
  .merit-page .flexTtl .text01 span {
    font-size: 14.666vw;
  }
  .merit-page .flexTtl .text02 {
    width: 100%;
    text-align: center;
    font-size: calc(56 / 750 * 100vw);
  }
  .merit-page .contentsArea {
    padding: 9.333% 3.333%;
  }
  .merit-page .contentsArea .lead01 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .merit-page .contentsArea .lead01 + .lead01 {
    margin-top: 7vw;
  }
  .merit-page .contentsArea .linkText {
    margin-top: 7vw;
  }
  .merit-page .contentsArea .linkText a {
    font-size: 4.266vw;
  }
  .merit-page .contentsArea .linkText a:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .merit-page .contentsArea .imgBox {
    flex-wrap: wrap;
    margin-top: 10.66vw;
  }
  /* .merit-page .contentsArea .imgBox01 {
    margin-top: 10.66vw;
  } */
   .merit-page .contentsArea .imgBox01 {
    margin-bottom: 10.66vw;
  }
  .merit-page .contentsArea .imgBox .inBox {
    width: 100%;
  }
  .merit-page .contentsArea .imgBox .inBox + .inBox {
    margin-top: 4vw;
  }
  .merit-page .flexTtl.colorText .text01 {
    border-right: none;
    border-bottom: 2px solid #45494B;
  }
  .merit-page .contentsArea .imgBox01_2 {
    margin-bottom: 0;
  }

}



/* adviser-page ---------------------------------------*/
.advisorLead {
  margin-top: 25px;
  border: 1px solid #4350A6;
  padding: 20px 30px;
}
.adviserBlock {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.adviserDetail {
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 36px;
}
.adviserImg {
  width: 225px;
  text-align: left;
}
.adviserImg img {
  width: 200px;
  height: 200px;
}
.adviserInfo {
  width: calc(100% - 225px);
}
.adviserPosition {
  font-size: 16px;
  margin: 0 0 2px;
}
.adviserName {
  font-size: 34px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}
.adviserInfo small {
  font-size: 14px;
  color: #4350A6;
  display: block;
  margin: 0 0 15px;
}
.adviserInfo p {
  font-size: 14px;
  text-align: justify;
  letter-spacing: -0.025em;
  line-height: 1.6;
}
.adviserDesc {
  background-color: #F4F7FF;
  padding: 30px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  line-height: 1.6;
}
.adviserBlock {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.adviserBlock:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .main2column {
    width: 100%;
    padding: 10px 5px 20px 5px;
  }
  .advisorLead {
    width: 90%;
    margin: 2em auto 0;
    font-size: 14px;
  }
  .adviserWrap {
    padding: 0 20px;
  }
  .adviserBlock {
    padding: 35px 0;
  }
  .adviserDetail {
    display: block;
    margin: 0 0 12px;
  }
  .adviserImg {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .adviserImg img {
    width: 216px;
    height: 216px;
  }
  .adviserInfo {
    width: 100%;
    text-align: center;
  }
  .adviserPosition {
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
  }
  .adviserName {
    font-size: 32px;
    text-align: center;
  }
  .adviserInfo small {
    font-size: 13px;
    margin: 0 0 12px;
  }
  .adviserInfo p {
    line-height: 1.7;
  }
  .adviserDesc {
    background-color: #F4F7FF;
    padding: 30px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
  }
  .adviserBlock:last-child {
    padding-bottom: 0;
  }
}



































