#service {
  padding: 60px 0 140px 0;
}
@media only screen and (max-width: 768px) {
  #service {
    padding: 36px 0 60px 0;
  }
}
#service h3 {
  font-size: 30px;
  font-weight: bold;
  color: #00A6E9;
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  #service h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#service .p_center {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #service .p_center {
    font-size: 15px;
    text-align: left;
  }
}
#service .contents_wrapper + .contents_wrapper {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  #service .contents_wrapper + .contents_wrapper {
    margin-top: 46px;
  }
}
#service .procedure_selectArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea {
    margin: 0;
  }
}
#service .procedure_selectArea_container {
  width: 50%;
  padding: 20px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container {
    padding: 0 0 20px 0;
    width: 100%;
  }
  #service .procedure_selectArea_container:nth-child(1) img {
    width: 70px;
  }
  #service .procedure_selectArea_container:nth-child(2) img {
    width: 56px;
  }
  #service .procedure_selectArea_container:nth-child(3) img {
    width: 67px;
  }
  #service .procedure_selectArea_container:nth-child(4) {
    padding: 0;
  }
  #service .procedure_selectArea_container:nth-child(4) img {
    width: 70px;
  }
}
#service .procedure_selectArea_container .content {
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content {
    padding: 20px;
  }
}
#service .procedure_selectArea_container .content .article_area {
  height: 160px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content .article_area {
    height: auto;
    margin-bottom: 20px;
  }
}
#service .procedure_selectArea_container .content .article_area .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content .article_area .ttl {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#service .procedure_selectArea_container .content .article_area .ttl img {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content .article_area .ttl img {
    margin-right: 10px;
  }
}
#service .procedure_selectArea_container .content .article_area .ttl span {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content .article_area .ttl span {
    font-size: 20px;
  }
}
#service .procedure_selectArea_container .content .article_area p {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #service .procedure_selectArea_container .content .article_area p {
    line-height: 1.8rem;
  }
}
#service .btn {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#service .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00A6E9;
  color: #fff;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#service .btn a::before, #service .btn a::after {
  position: absolute;
  content: "";
}
#service .btn a::before {
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #service .btn a::before {
    right: 16px;
  }
}
#service .btn a::after {
  top: 0;
  bottom: 0;
  right: 9%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 980px) {
  #service .btn a::after {
    right: 11%;
  }
}
@media only screen and (max-width: 768px) {
  #service .btn a::after {
    right: 26px;
  }
}
#service .btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#service .btn_blank {
  position: relative;
}
#service .btn_blank::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon_blank.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #service .btn_blank::before {
    left: 20px;
  }
}
#service .btn_center {
  width: 330px;
  margin: 0 auto;
  margin-top: 50px;
}
#service .btn_center a {
  font-size: 20px;
  border: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #service .btn_center {
    width: 100%;
    margin-top: 20px;
  }
  #service .btn_center a {
    font-size: 16px;
  }
}
#service .btn_center:hover {
  opacity: 1;
}
#service .btn_center:hover a {
  background: #fff;
  color: #00A6E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00A6E9;
}
#service .btn_center:hover a::before {
  background: #00A6E9;
}
#service .btn_center:hover a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#service .btn + .btn {
  margin-top: 12px;
}
#service .change_flowArea li {
  border: 2px solid #00A6E9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#service .change_flowArea li .ttl {
  color: #fff;
  background: #00A6E9;
  margin-top: -2px;
  border-radius: 8px 8px 0 0;
  border-left: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
  padding: 10px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .ttl {
    font-size: 20px;
  }
}
#service .change_flowArea li .section {
  padding: 45px 60px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .section {
    padding: 20px 22px;
  }
}
#service .change_flowArea li .section p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .section p {
    font-size: 15px;
    text-align: left;
  }
}
#service .change_flowArea li .section p + .caption {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .section p + .caption {
    margin-top: 0;
    text-indent: -12px;
    padding-left: 12px;
  }
}
#service .change_flowArea li .section .caption {
  font-size: 15px;
  padding: 0;
  color: #7D7D7D;
  background: initial;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .section .caption {
    font-size: 14px;
  }
}
#service .change_flowArea li:first-child .section {
  padding: 7px 60px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li:first-child .section {
    padding: 0px 22px;
  }
}
#service .change_flowArea li:last-child .section {
  padding: 45px 0 120px 0;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li:last-child .section {
    padding: 20px 22px;
  }
}
#service .change_flowArea li:last-child .section + .section {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li:last-child .section + .section {
    padding-top: 50px;
  }
}
#service .change_flowArea li .accordion_flow {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 55px auto;
  background: #00A6E9;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .accordion_flow {
    margin: 0 auto 25px auto;
    max-width: unset;
    width: 89.33%;
  }
}
#service .change_flowArea li .accordion_flow .accordion_inner {
  padding: 0 18px 30px 18px;
  display: none;
}
#service .change_flowArea li .accordion_flow .accordion_inner hr {
  border-top: 1px solid #fff;
  margin: 0;
}
#service .change_flowArea li .accordion_flow .accordion_inner .box_one {
  background: #fff;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 25px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .accordion_flow .accordion_inner .box_one {
    padding: 15px;
  }
}
#service .change_flowArea li .accordion_flow .accordion_inner .box_one p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#service .change_flowArea li .accordion_flow .accordion_inner .box_one p.txt_note {
  padding-left: 1em;
  text-indent: -1em;
}
#service .change_flowArea li .accordion_flow .accordion_inner .box_one img {
  width: 100%;
  margin-top: 10px;
}
#service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a {
  width: 330px;
  background: #fff;
  color: #00A6E7;
  margin: 30px auto 0 auto;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a {
    width: 100%;
    font-size: 16px;
    margin: 25px auto 0 auto;
  }
}
#service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a::before {
  background: #00A6E7;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a::before {
    width: 22px;
    height: 22px;
    top: 5%;
    right: 17px;
  }
}
#service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a::after {
  border-top: 2px solid #fff;
  border-right: none;
  -webkit-transform: inherit;
          transform: inherit;
  width: 10px;
  height: 2px;
  top: 3px;
  right: 24px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .accordion_flow .accordion_inner .closeArea .close_box a::after {
    top: 7%;
    right: 23px;
  }
}
#service .change_flowArea li .change__listButton {
  position: relative;
  display: block;
  padding: 21px 30px;
  margin: auto;
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  font-weight: bold;
  cursor: pointer;
}
#service .change_flowArea li .change__listButton::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 3px;
  border-radius: 50%;
  margin-top: -13px;
  margin-right: 15px;
  width: 26px;
  height: 26px;
  background-color: #fff;
}
#service .change_flowArea li .change__listButton::after {
  position: absolute;
  display: block;
  content: "";
  top: 41%;
  right: 4px;
  background: url(../img/accordion_icon.png);
  background-size: 100%;
  margin-right: 20px;
  width: 13px;
  height: 13px;
  z-index: 2;
}
#service .change_flowArea li .change__listButton:hover {
  opacity: 0.6;
}
#service .change_flowArea li .change__listButton.open::after {
  content: "";
  border-top: 2px solid #00A6E9;
  border-right: none;
  -webkit-transform: inherit;
          transform: inherit;
  width: 10px;
  height: 4px;
  top: 50%;
  right: -4px;
  margin-right: 30px;
  background: none;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .change__listButton.open::after {
    top: 48%;
    right: -21px;
  }
}
#service .change_flowArea li .change__list _:lang(x) + _:-webkit-full-screen-document::after, #service .change_flowArea li .change__list .change__listButton::after {
  top: 39%;
  right: 5px;
  margin-top: -4px;
  margin-right: 29px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li .change__list {
    margin: 30px 0 50px;
  }
  #service .change_flowArea li .change__listButton {
    padding: 10px 30px;
    margin: 7px auto 0;
    width: 89.33%;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #service .change_flowArea li .change__listButton::before {
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    margin-right: 0;
  }
  #service .change_flowArea li .change__listButton::after {
    top: 41%;
    right: -12px;
    width: 11px;
    height: 11px;
  }
}
#service .change_flowArea li + li {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea li + li {
    margin-top: 30px;
  }
}
#service .change_flowArea .loginArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -40px 0 23px -40px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea {
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
  }
}
#service .change_flowArea .loginArea li {
  border: initial;
  padding: 40px 0 0 40px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea li {
    width: 100%;
    padding: 0;
  }
}
#service .change_flowArea .loginArea li + li {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea li + li {
    margin-top: 25px;
  }
}
#service .change_flowArea .loginArea_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.02em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea_lead {
    font-size: 15px;
  }
}
#service .change_flowArea .loginArea_lead::before, #service .change_flowArea .loginArea_lead::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #000000;
}
#service .change_flowArea .loginArea_lead::before {
  margin-right: 10px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
#service .change_flowArea .loginArea_lead::after {
  margin-left: 10px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
#service .change_flowArea .loginArea_contents {
  height: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 50px 43px;
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea_contents {
    padding: 25px 20px;
    margin-top: 8px;
  }
}
#service .change_flowArea .loginArea_contents p {
  text-align: left !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea_contents p {
    font-size: 15px !important;
    margin-bottom: 14px;
  }
}
#service .change_flowArea .loginArea_contents .textLink {
  margin: 0 auto;
  margin-top: 10px;
}
#service .change_flowArea .loginArea_contents .login_btn_pink a, #service .change_flowArea .loginArea_contents .login_btn_blue a {
  font-size: 20px;
  height: 70px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 11%;
}
@media only screen and (max-width: 768px) {
  #service .change_flowArea .loginArea_contents .login_btn_pink a, #service .change_flowArea .loginArea_contents .login_btn_blue a {
    font-size: 16px;
  }
}
#service .change_flowArea .loginArea .textLink {
  font-size: 15px;
}
#service .flow_content_wrapper {
  width: 606px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper {
    width: 100%;
  }
}
#service .flow_content_wrapper .ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 10px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea {
    margin: 0 0 42px 0;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#service .flow_content_wrapper .ttlArea .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00A6E9;
  border-radius: 50%;
  width: 122px;
  height: 122px;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea .step {
    width: 64px;
    height: 64px;
  }
}
#service .flow_content_wrapper .ttlArea .step span {
  position: relative;
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea .step span {
    font-size: 23px;
    -webkit-transform: translateY(-28%);
            transform: translateY(-28%);
  }
}
#service .flow_content_wrapper .ttlArea .step span::before {
  content: "STEP";
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  top: -15px;
  left: -8px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea .step span::before {
    font-size: 11px;
    top: -11px;
  }
}
#service .flow_content_wrapper .ttlArea .txt {
  width: 79.86%;
}
#service .flow_content_wrapper .ttlArea .txt p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea .txt p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea .txt {
    width: calc(100% - 76px);
  }
}
#service .flow_content_wrapper .ttlArea p {
  text-align: left !important;
  line-height: 1.5rem;
}
#service .flow_content_wrapper .caption {
  font-size: 15px !important;
  font-weight: normal;
  padding: 0;
  margin-bottom: 0;
  line-height: 1rem !important;
  text-indent: -20px;
  padding-left: 20px !important;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .caption {
    line-height: 1.4rem !important;
  }
}
#service .flow_content_wrapper .caption a {
  font-weight: bold;
  color: #00A6E9;
}
#service .flow_content_wrapper .ttlArea + p {
  margin-top: -30px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .ttlArea + p {
    margin-bottom: 42px;
  }
}
#service .flow_content_wrapper .imgTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .imgTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22px;
    padding-bottom: 14px;
  }
}
#service .flow_content_wrapper .imgTitle img {
  margin-right: 9px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .imgTitle img {
    margin: 0 0 12px 0;
  }
}
#service .flow_content_wrapper .imgTitle p {
  font-size: 20px !important;
  font-weight: bold;
}
#service .flow_content_wrapper .detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: #F2F2F2;
  padding: 40px 5px 40px 50px;
  position: relative;
  min-height: 150px;
}
#service .flow_content_wrapper .detail_list li:first-child .number {
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li:first-child .number {
    margin-top: 0;
  }
}
#service .flow_content_wrapper .detail_list li:nth-child(2) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .flow_content_wrapper .detail_list li:nth-child(3) {
  padding: 50px 5px 30px 50px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li:nth-child(3) {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 20px;
    min-height: unset;
  }
}
#service .flow_content_wrapper .detail_list li .number {
  color: #00A6E9;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .number {
    font-size: 23px;
    margin-right: 5px;
  }
}
#service .flow_content_wrapper .detail_list li .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .sp {
    width: 100%;
  }
  #service .flow_content_wrapper .detail_list li .sp_ttltxtSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #service .flow_content_wrapper .detail_list li .sp_ttltxtSet .ttltxt {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.8rem;
  }
}
#service .flow_content_wrapper .detail_list li .sectionArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .flow_content_wrapper .detail_list li .sectionArea .ttltxt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .sectionArea .ttltxt {
    font-size: 15px;
    text-align: left;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .sectionArea {
    display: inline-block;
  }
}
#service .flow_content_wrapper .detail_list li .sectionArea .btn_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EF74B1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 14px 0;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .sectionArea .btn_lead {
    font-size: 15px;
  }
}
#service .flow_content_wrapper .detail_list li .sectionArea .btn_lead::before, #service .flow_content_wrapper .detail_list li .sectionArea .btn_lead::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #EF74B1;
}
#service .flow_content_wrapper .detail_list li .sectionArea .btn_lead::before {
  margin-right: 10px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
#service .flow_content_wrapper .detail_list li .sectionArea .btn_lead::after {
  margin-left: 10px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
#service .flow_content_wrapper .detail_list li .sectionArea .login_btn_pink a {
  width: 344px;
  height: 70px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li .sectionArea .login_btn_pink a {
    width: 100%;
  }
}
#service .flow_content_wrapper .detail_list li:not(:last-child) {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li:not(:last-child) {
    margin-bottom: 55px;
  }
}
#service .flow_content_wrapper .detail_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../img/border.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 45px;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li:not(:last-child)::after {
    width: 8px;
    height: 30px;
    bottom: -45px;
  }
}
#service .flow_content_wrapper .detail_list li:last-child {
  background: #DFF3FC;
  min-height: unset;
}
#service .flow_content_wrapper .detail_list li:last-child .imgTitle {
  border-bottom: none;
  margin-bottom: auto;
  padding-bottom: 0;
}
#service .flow_content_wrapper .detail_list li:last-child .imgTitle p {
  color: #00A6E9;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detail_list li:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00A6E9;
  }
  #service .flow_content_wrapper .detail_list li:last-child .number {
    display: none;
  }
  #service .flow_content_wrapper .detail_list li:last-child .imgTitle img {
    display: none;
  }
  #service .flow_content_wrapper .detail_list li:last-child .imgTitle p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .imgArea {
    width: 100%;
  }
}
#service .flow_content_wrapper .detailList {
  padding: 30px 35px;
  background: #F2F2F2;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detailList {
    padding: 25px 20px;
  }
}
#service .flow_content_wrapper .detailList li {
  border: none;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8rem;
}
#service .flow_content_wrapper .detailList li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
#service .flow_content_wrapper .detailList li .detai_ttl {
  text-align: left;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detailList li .detai_ttl {
    margin-left: auto;
  }
}
#service .flow_content_wrapper .detailList li .detai_txt {
  text-align: left;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detailList li .detai_txt {
    margin-left: auto;
  }
}
#service .flow_content_wrapper .detailList li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_wrapper .detailList li + li {
    margin-top: 5px;
  }
}
#service .login_btn_pink a {
  background: #EF74B1;
}
#service .login_btn_pink a::after {
  border-top: 2px solid #EF74B1;
  border-right: 2px solid #EF74B1;
}
#service .login_btn_blue a {
  background: #58CDF8;
}
#service .login_btn_blue a::after {
  border-top: 2px solid #58CDF8;
  border-right: 2px solid #58CDF8;
}
#service .textLink {
  display: inline-block;
  text-align: center;
  color: #00A6E9;
  line-height: 1.5rem;
  border-bottom: 1px solid #00A6E9;
}
#service .textLink + .textLink {
  display: inline;
}
#service .blArea {
  background: #00A6E9;
  padding: 63px 5%;
  margin: 140px 0 -140px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #service .blArea {
    padding: 45px 5%;
    margin: 50px 0 -60px;
  }
}
#service .blArea_wrapper {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #service .blArea_wrapper {
    width: 100%;
    max-width: auto;
  }
}
#service .blArea_ttl {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  #service .blArea_ttl {
    margin-bottom: 30px;
  }
  #service .blArea_ttl img {
    width: 100%;
  }
}
#service .blArea_ttl p {
  font-size: 31px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #service .blArea_ttl p {
    font-size: 24px;
  }
}
#service .blArea .btn_txt {
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  #service .blArea .btn_txt {
    font-size: 20px;
    text-align: left;
    line-height: 2rem;
  }
}
#service .blArea .catch_btn, #service .blArea .calculator_btn {
  width: 330px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #service .blArea .catch_btn, #service .blArea .calculator_btn {
    width: 100%;
  }
}
#service .blArea .catch_btn a, #service .blArea .calculator_btn a {
  color: #00A6E9;
  background: #fff;
  font-size: 20px;
  border: 2px solid #fff;
}
#service .blArea .catch_btn a::before, #service .blArea .calculator_btn a::before {
  background: #00A6E9;
}
#service .blArea .catch_btn a::after, #service .blArea .calculator_btn a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#service .blArea .catch_btn a:hover, #service .blArea .calculator_btn a:hover {
  border: 2px solid #fff;
}
#service .blArea .catch_btn:hover {
  opacity: 1;
}
#service .blArea .catch_btn:hover a {
  color: #fff;
  background: #00A6E9;
}
#service .blArea .catch_btn:hover a::before {
  background: #fff;
}
#service .blArea .catch_btn:hover a::after {
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
#service .blArea .plan_content {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-top: 46px;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content {
    margin-top: 35px;
    padding-top: 35px;
  }
}
#service .blArea .plan_content .btn_txt {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content .btn_txt {
    font-size: 20px;
  }
}
#service .blArea .plan_content .calculator_btn {
  width: 418px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content .calculator_btn {
    width: 100%;
  }
}
#service .blArea .plan_content .calculator_btn a {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content .calculator_btn a {
    font-size: 16px;
    padding-left: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#service .blArea .plan_content .calculator_btn a::before {
  width: 22px;
  height: 22px;
}
#service .blArea .plan_content .calculator_btn a::after {
  width: 4px;
  height: 4px;
  right: 33px;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content .calculator_btn a::after {
    right: 24px;
  }
}
#service .blArea .plan_content .calculator_btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon_calculator.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 32px;
  z-index: 2;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content .calculator_btn::before {
    left: 20px;
    width: 15px;
    height: 21px;
  }
}
#service .blArea .plan_content _:lang(x) + _:-webkit-full-screen-document::before, #service .blArea .plan_content .calculator_btn::before {
  left: 60px;
}
@media only screen and (max-width: 768px) {
  #service .blArea .plan_content _:lang(x) + _:-webkit-full-screen-document::before, #service .blArea .plan_content .calculator_btn::before {
    left: 20px;
  }
}

.page_contents_w900 {
  width: 900px;
}
@media only screen and (max-width: 768px) {
  .page_contents_w900 {
    width: 89%;
  }
}

@media only screen and (max-width: 768px) {
  .service_pricemenu.ttl_area {
    padding: 30px 10%;
  }
}

#service.service_pricemenu {
  padding: 70px 0 140px 0;
}
#service.service_pricemenu .change_flowArea li .section.change_flowArea--top {
  padding: 50px 60px 45px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section.change_flowArea--top {
    padding: 25px 22px 60px;
  }
}
#service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink {
  padding: 50px 43px 10px 43px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink {
    padding: 25px 20px;
  }
}
#service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink p {
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink p {
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
#service.service_pricemenu .change_flowArea li .section .loginArea li .loginArea_contents.pink sup {
  vertical-align: super;
}
#service.service_pricemenu .change_flowArea li .section p.service_pricemenu_login_txt {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
#service.service_pricemenu .change_flowArea li .section p.service_pricemenu_login_txt .textLink {
  display: inline;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section p.service_pricemenu_login_txt {
    line-height: 1.4;
  }
}
#service.service_pricemenu .change_flowArea li .section.flow_content .flow_content_wrapper .txt {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section.flow_content .flow_content_wrapper .txt {
    text-align: left;
  }
}
#service.service_pricemenu .change_flowArea li .section.flow_content .flow_content_wrapper .caption {
  color: #000;
  font-size: 16px !important;
  text-align: left;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li .section.flow_content .flow_content_wrapper .caption {
    text-align: center;
    margin-top: 24px;
  }
}
#service.service_pricemenu .change_flowArea li .section.flow_content .flow_content_wrapper .imgArea {
  margin-top: 14px;
  width: 100%;
}
#service.service_pricemenu .change_flowArea li.note {
  border: none;
  font-size: 16px;
  padding: 0px 97px 0px 97px;
  margin-top: 37px;
  line-height: 1.8;
}
#service.service_pricemenu .change_flowArea li.note .textLink {
  display: inline;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .change_flowArea li.note {
    margin-top: 30px;
    padding: 0 5%;
  }
}
#service.service_pricemenu .menu_bg {
  margin-top: 120px;
  background: #F5FAFC;
  padding: 66px 0 46px 0;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg {
    padding: 46px 5% 23px 5%;
    margin-top: 50px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap {
  max-width: 952px;
  width: 100%;
  margin: auto;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area {
  padding: 0;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .ttl_top {
  font-weight: bold;
  font-size: 31px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .ttl_area .ttl_top {
    font-size: 22px;
    text-align: center;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area img {
  width: 444px;
  margin-top: 17px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .ttl_area img {
    width: 100%;
		margin-top: 2em;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .ttl_bottom {
  font-weight: bold;
  font-size: 27px;
  margin-top: 44px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .ttl_area .ttl_bottom {
    font-size: 18px;
    text-align: left;
    margin-top: 17px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn {
  margin: 23px auto auto;
  width: 356px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn {
    width: 100%;
    margin-top: 17px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn:hover {
  opacity: 1;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a {
  height: 52px;
  font-size: 20px;
  border: 2px solid #00A6E9;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a {
    height: 60px;
    font-size: 16px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a::before {
  width: 20px;
  height: 20px;
  right: 14px;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a::after {
  width: 3px;
  height: 3px;
  right: 22px;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a:hover {
  color: #00A6E9;
  background: #fff;
  border: 2px solid #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a:hover::before {
  background: #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .ttl_area .menu_wrap_btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap {
    display: block;
    margin-top: 47px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap {
  width: 48.42%;
  margin-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap {
    width: 100%;
    margin-bottom: 27px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .lead {
  font-weight: bold;
  font-size: 23px;
  padding-left: 25px;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .lead {
	font-size: 20px;
	line-height: 1.725;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .lead {
    font-size: 18px;
    padding-left: 0;
    text-align: center;
  }
	#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .lead {
		font-size: 18px;
		line-height: 1.5;
	}
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block {
  padding: 30px 31px;
  border-radius: 10px;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block {
    padding: 20px;
    margin-top: 12px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block img {
  width: 318px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block img {
    width: 100%;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .txt {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.6;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .txt .small.kome {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .txt {
    font-size: 16px;
    margin-top: 15px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn {
    margin-top: 15px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn:hover {
  opacity: 1;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a {
  background: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a {
    height: 52px;
    font-size: 16px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a::before {
  width: 26px;
  height: 26px;
  right: 17px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a::before {
    width: 20px;
    height: 20px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  right: 27px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap .cource_block .cource_block_btn a::after {
    width: 4px;
    height: 4px;
    right: 24px;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block {
  background: #CEEFFD;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block {
    border: 2px solid #00A6E9;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .txt {
  color: #2082AA;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .cource_block_btn a {
  color: #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .cource_block_btn a:hover {
  color: #fff;
  background: #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .cource_block_btn a:hover::before {
  background: #fff;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .cource_block_btn a:hover::after {
  border-top: 2px solid #00A6E9;
  border-right: 2px solid #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.smart .cource_block .cource_block_btn a::before {
  background: #00A6E9;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block {
  background: #C1E8D5;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block {
    border: 2px solid #1EAA39;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .txt {
  color: #056A19;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .cource_block_btn a {
  color: #1EAA39;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .cource_block_btn a:hover {
  color: #fff;
  background: #1EAA39;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .cource_block_btn a:hover::before {
  background: #fff;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .cource_block_btn a:hover::after {
  border-top: 2px solid #1EAA39;
  border-right: 2px solid #1EAA39;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.simple .cource_block .cource_block_btn a::before {
  background: #1EAA39;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block {
  background: #F4D7EA;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block {
    border: 2px solid #B74090;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .txt {
  color: #52093A;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .cource_block_btn a {
  color: #B74090;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .cource_block_btn a:hover {
  color: #fff;
  background: #B74090;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .cource_block_btn a:hover::before {
  background: #fff;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .cource_block_btn a:hover::after {
  border-top: 2px solid #B74090;
  border-right: 2px solid #B74090;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.night .cource_block .cource_block_btn a::before {
  background: #B74090;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block {
  background: #F8CEA9;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block {
    border: 2px solid #ED7700;
  }
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .txt {
  color: #723900;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .cource_block_btn a {
  color: #ED7700;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .cource_block_btn a:hover {
  color: #fff;
  background: #ED7700;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .cource_block_btn a:hover::before {
  background: #fff;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .cource_block_btn a:hover::after {
  border-top: 2px solid #ED7700;
  border-right: 2px solid #ED7700;
}
#service.service_pricemenu .menu_bg .menu_wrap .cource_wrap .cource_block_wrap.style .cource_block .cource_block_btn a::before {
  background: #ED7700;
}
#service.service_pricemenu .blArea {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea {
    padding: 50px 5%;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper {
  max-width: 952px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper {
    max-width: unset;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper .plan_content {
  border-top: none;
  padding-top: 0;
  padding-bottom: 45px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper .plan_content {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper .plan_content .btn_txt {
    line-height: 1.6;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper .plan_content02 {
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper .plan_content02 {
    margin-top: 32px;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper .plan_content02 .lead {
  font-weight: bold;
  font-size: 21px;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper .plan_content02 .lead {
    font-size: 16px;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper .plan_content02 .txt {
  font-size: 16px;
  font-weight: normal;
  margin-top: 19px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #service.service_pricemenu .blArea .blArea_wrapper .plan_content02 .txt {
    font-size: 15px;
  }
}
#service.service_pricemenu .blArea .blArea_wrapper .plan_content02 .txt b {
  font-weight: bold;
}




#service .flow_content_tuika {
  background: #DFF3FC;
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: 90px;
  position: relative;
}
#service .flow_content_tuika::before {
  content: "";
  position: absolute;
  background: url("../img/border.png") no-repeat 0 0 / contain;
  width: 11px;
  height: 45px;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
}
#service .change_flowArea li .section p.flow_content_tuika_tit {
  color: #00A6E9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#service .change_flowArea .flow_content_tuika_list li {
  border: none;
  font-size: 16px;
  line-height: 1.8rem;
  padding-left: 15px;
  position: relative;
}
#service .change_flowArea .flow_content_tuika_list li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
#service .change_flowArea .flow_content_tuika_list li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #service .flow_content_tuika {
    padding: 25px 20px;
    margin-top: 55px;
  }
  #service .flow_content_tuika::before {
    width: 8px;
    height: 30px;
    top: -45px;
  }
  #service .change_flowArea .flow_content_tuika_list li + li {
    margin-top: 5px;
  }
  
}

#service .bizbtn_box {
	margin-bottom: 40px;
}
#service .bizbtn_box .btn a {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	height: 80px;
}
#service .bizbtn_box .btn a::before {
	right: 3%;
}
#service .bizbtn_box .btn a::after {
	right: 4.5%;
}
@media only screen and (max-width: 768px) {
	#service .bizbtn_box {
		margin-bottom: 20px;
	}
	#service .bizbtn_box .btn a {
		height: auto;
		padding: 10px 30px;
	}
	#service .bizbtn_box .btn a::before {
		right: 10px;
	}
	#service .bizbtn_box .btn a::after {
		right: 20px;
	}
}

#service .att_box {
	font-size: 16px;
	background: #FAE3E6;
	color: #231815;
	width: 100%;
	max-width: 1000px;
	padding: 20px 30px;
	margin: 60px auto;
}
#service .att_box a {
	color: #005bac;
	text-decoration: underline;
}
#service .att_box a:hover {
	text-decoration: none;
}
#service .att_tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .3em;
	color: #231815;
	text-align: left;
}
#service .list > li {
	position: relative;
	padding-left: 1.3em;
}
#service .list.custom_2 > li {
	padding-left: 2.3em;
}
#service .list > li + li {
	margin-top: .2em;
}
#service .list > li::before,
#service .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#service .list.sml_dot > li::before {
	content: "・";
}
#service list.kome > li::before {
	content: "※";
}
#service .fs_small {font-size:90%;}

@media only screen and (max-width: 768px) {
	#service .att_box {
		font-size: 14px;
		padding: 15px 3%;
		margin: 40px auto 0;
	}
	#service .att_tit {
		font-size: 16px;
	}
	
	
	
}

#service .telLink {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #00A6E9;
	margin: .3em .25em 0 0;
	pointer-events: none;
}
#service .telLink > span {
	font-size: 24px;
}
#service .telLink > span::before {
	content: "：";
}
#service .change_flowArea li .section p.fs_small {
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	#service .telLink {
		display: block;
		font-size: 18px;
		margin: .3em auto;
		pointer-events: auto;
		text-align: center;
	}
	#service .telLink > span {
		display: block;
	}
	#service .telLink > span::before {
		content: none;
	}
	#service .change_flowArea li .section p.fs_small {
		font-size: 13px;
	}
	#service .change_flowArea li .section p {
		text-align: center;
	}
}

#service .moreinfo_box {
	font-size: 15px;
	line-height: 1.7;
	background: #fbe1c7;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}
#service .moreinfo_tit {
	position: relative;
	padding-left: 1.7em;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: .25em;
}
#service .moreinfo_tit::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: #f29647;
	position: absolute;
	top: .25em;
	left: 0;
}
#service .moreinfo_box .list.smldot > li::before {
	content: "・";
}
#service .moreinfo_box .textLink {
	color: #005bac;
	border-bottom-color: #005bac;
}
#service .moreinfo_box .textLink.blank::after {
  content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background: url("../../common/images/icon_blank_b.svg") no-repeat center center / 100% auto;
	margin: 0 .25em;
	vertical-align: -.1em;
}

@media only screen and (max-width: 768px) {
	#service .moreinfo_box {
		font-size: 14px;
		padding: 20px;
	}
	#service .moreinfo_tit {
		font-size: 15px;
	}
	
}

#service .service_pricemenu_login_att {
	margin-top: 1.5em;
}
#service .service_pricemenu_login_att .list.circle > li::before {
	content: "○";
}
#service .service_pricemenu_login_att .list > li {
	border: none;
}
#service .service_pricemenu_login_att a {
	color: #00A6E9;
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #service .service_pricemenu_login_att {}
	
}

