#header #nav .gNav li.nav04 a {
  color: #64c5f5; }
  @media screen and (max-width: 768px) {
    #header #nav .gNav li.nav04 a {
      color: #fff; } }

#header #nav .gNav li.nav04 .subNav a {
  color: #333; }

#mvTtl {
  background-image: url(../images/enter/bg_mv_enter.jpg); }
  @media screen and (max-width: 768px) {
    #mvTtl {
      background-image: url(../images/enter/sp/bg_mv_enter.jpg); } }

.enter.outline .outlineBlock {
  margin-bottom: 74px; }
  .enter.outline .outlineBlock:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .enter.outline .outlineBlock {
      margin-bottom: 40px; }
      .enter.outline .outlineBlock:nth-child(2n+1) {
        margin-left: -16px; }
      .enter.outline .outlineBlock:nth-child(2n) {
        margin-right: -16px; }
      .enter.outline .outlineBlock:last-child {
        margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .enter.outline .leadTxt {
    font-size: 1.3rem;
    margin-left: -16px;
    margin-right: -16px; } }

@media screen and (max-width: 768px) {
  .enter.index .leadTxt {
    font-size: 1.1rem; } }
.enter.index .articleList .row {
  overflow: auto; }
  .enter.index .articleList .row:after {
    content: "";
    clear: both;
    display: table; }
  .enter.index .articleList .row:last-child .articleListBox {
    margin-bottom: 0; }
.enter.index .articleList .articleListBox {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .enter.index .articleList .articleListBox {
      width: calc(50% - 8px);
      margin-bottom: 25px; } }
  .enter.index .articleList .articleListBox:nth-child(even) {
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .enter.index .articleList .articleListBox:nth-child(even) {
        margin-left: 8px; } }
  .enter.index .articleList .articleListBox:nth-child(odd) {
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .enter.index .articleList .articleListBox:nth-child(odd) {
        margin-right: 8px; } }
  .enter.index .articleList .articleListBox:hover {
    opacity: 0.8; }
    .enter.index .articleList .articleListBox:hover .title:after {
      transform: translate(5px, 0) rotate(-90deg); }
  .enter.index .articleList .articleListBox .title {
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    width: calc(100% - 5px);
    display: block;
    letter-spacing: 2px;
    margin-bottom: 10px;
    background-color: #7dcdf4;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .enter.index .articleList .articleListBox .title {
        width: 100%;
        padding: 10px;
        letter-spacing: 0px;
        font-size: calc(2vw + 3px);
        line-height: 15px;
        margin-bottom: 5px; } }
    .enter.index .articleList .articleListBox .title:after {
      content: '';
      background: url(../images/icon_arrow_05_b.png) no-repeat;
      background-color: #fff;
      position: absolute;
      width: 15px;
      height: 15px;
      right: 20px;
      top: calc(50% - 8px);
      background-size: 10px;
      background-position: 2px 5px;
      transform: rotate(-90deg);
      transition: transform .2s ease,-webkit-transform .2s ease;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        .enter.index .articleList .articleListBox .title:after {
          width: 13px;
          height: 13px;
          right: 8px;
          top: calc(50% - 5px);
          background-size: 8px;
          background-position: 2px 4.2px;
          transform: rotate(-90deg); } }
  @media screen and (max-width: 768px) {
    .enter.index .articleList .articleListBox p {
      font-size: 12px;
      line-height: 16px; } }

@media screen and (max-width: 768px) {
  .enter.flow .leadTxt {
    font-size: 1.1rem; } }
.enter.flow .flowBlock .title {
  background-color: #7dcdf4;
  color: #fff;
  font-size: 20px;
  padding: 12px 20px 12px 85px;
  position: relative;
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .enter.flow .flowBlock .title {
      padding-left: 60px;
      font-size: 15px;
      letter-spacing: 0;
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px; } }
  @media screen and (max-width: 768px) {
    .enter.flow .flowBlock .title.line2 {
      line-height: 20px;
      padding: 9px 20px 9px 60px;
      font-size: 15px; } }
  .enter.flow .flowBlock .title .number {
    position: absolute;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9549;
    font-size: 40px;
    border-radius: 50%;
    top: -12px;
    left: -20px; }
    @media screen and (max-width: 768px) {
      .enter.flow .flowBlock .title .number {
        width: 65px;
        height: 65px;
        top: calc(-33px + 50%);
        font-size: 30px; } }
.enter.flow .flowBlock .content {
  overflow: hidden;
  min-height: 100px;
  padding: 20px 0 40px 60px;
  background: url("../images/enter/online/dots_bg.png") 33px 30px repeat-y; }
  @media screen and (max-width: 768px) {
    .enter.flow .flowBlock .content {
      display: block;
      min-height: 50px;
      background-size: 10px;
      background-position-x: 28px;
      padding: 15px 0 35px 50px; } }
  .enter.flow .flowBlock .content .image {
    width: 320px;
    float: left; }
    @media screen and (max-width: 768px) {
      .enter.flow .flowBlock .content .image {
        width: 100%;
        float: none; } }
    @media print, screen and (min-width: 769px) {
      .enter.flow .flowBlock .content .image img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .enter.flow .flowBlock .content .image img {
        margin-bottom: 24px; } }
  .enter.flow .flowBlock .content .text {
    width: 320px;
    float: right;
    font-size: 15px;
    margin-top: 10px;
    line-height: 27px;
    margin-left: 0;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .enter.flow .flowBlock .content .text {
        line-height: 20px;
        margin-left: 0 !important;
        font-size: 13px;
        width: 100%;
        float: none; } }
.enter.flow .flowBlock:last-child .content {
  background: none;
  padding-bottom: 0; }

.enter.method .methodBlock {
  margin-bottom: 50px; }
  .enter.method .methodBlock:last-child {
    margin-bottom: 0; }
  .enter.method .methodBlock .title {
    display: flex;
    background: #7dcdf4;
    color: white;
    position: relative; }
    .enter.method .methodBlock .title > span:first-child {
      background: #40a4d5;
      font-size: 30px;
      font-weight: bold;
      max-width: 58px;
      flex: 0 0 58px;
      text-align: center; }
    .enter.method .methodBlock .title > span.titleText {
      font-size: 20px;
      padding: 10px 20px;
      font-weight: bold; }
  .enter.method .methodBlock .content {
    padding-top: 20px;
    display: flex;
    justify-content: center; }
    .enter.method .methodBlock .contentImg {
      flex: 0 0 50%;
      padding-right: 28px;
      max-width: 50%; }
      .enter.method .methodBlock .contentImg img {
        max-width: 100%; }
    .enter.method .methodBlock .contentInfo {
      flex: 0 0 50%;
      max-width: 50%;
      font-size: 16px;
      line-height: 1.6;
      color: #666666;
      margin-top: -6px;
      padding-left: 5px; }
  @media screen and (max-width: 768px) {
    .enter.method .methodBlock {
      margin-bottom: 56px; }
      .enter.method .methodBlock .title {
        justify-items: center;
        align-items: center; }
        .enter.method .methodBlock .title span:first-child {
          max-width: 36px;
          flex: 0 0 36px;
          font-size: 20px; }
        .enter.method .methodBlock .title span.titleText {
          font-size: 14px;
          padding: 5px 14px; }
      .enter.method .methodBlock .content {
        flex-wrap: wrap;
        padding-top: 10px; }
        .enter.method .methodBlock .content > div {
          max-width: 100%;
          flex: 0 0 100%;
          padding-right: 0; }
        .enter.method .methodBlock .contentInfo {
          padding-top: 17px;
          font-size: 14px;
          letter-spacing: 1px; } }

.enter.spread .spreadBlock {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    .enter.spread .spreadBlock {
      display: block;
      flex-wrap: inherit; } }
  .enter.spread .spreadBlock:last-child {
    margin-bottom: 0; }
  .enter.spread .spreadBlock img {
    max-width: 100%; }
  .enter.spread .spreadBlockImg {
    max-width: 53%;
    flex: 0 0 53%;
    text-align: right;
    padding-top: 17px;
    padding-left: 11px; }
    @media screen and (max-width: 768px) {
      .enter.spread .spreadBlockImg {
        display: block; } }
  .enter.spread .spreadBlockInfo {
    max-width: 47%;
    flex: 0 0 47%;
    font-size: 16px;
    color: #666; }
    @media screen and (max-width: 768px) {
      .enter.spread .spreadBlockInfo {
        display: block; } }
    .enter.spread .spreadBlockInfo p {
      margin-bottom: 26px;
      line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .enter.spread .spreadBlock > div {
      max-width: 100%;
      flex: inherit; }
    .enter.spread .spreadBlockInfo {
      color: #333333;
      font-size: 14px; }
      .enter.spread .spreadBlockInfo p {
        margin-bottom: 18px;
        letter-spacing: 1px; } }
.enter.spread .ttl01 span {
  font-size: 80%; }
.enter.spread .list01 {
  margin: 0 0 20px; }
  .enter.spread .list01 li b {
    font-weight: normal;
    display: inline-block;
    width: 5em; }
  .enter.spread .list01 li span {
    font-size: 80%; }
    @media screen and (max-width: 768px) {
      .enter.spread .list01 li span {
        display: block; } }

.enter.faqs .faqsBlock .item {
  margin-bottom: 53px; }
  .enter.faqs .faqsBlock .item:last-child {
    margin-bottom: 0; }
  .enter.faqs .faqsBlock .item .icon {
    font-size: 30px;
    font-weight: bold;
    max-width: 60px;
    flex: 0 0 60px;
    text-align: center; }
  .enter.faqs .faqsBlock .item .title {
    position: relative;
    background: #7dcdf4;
    display: flex;
    text-align: center; }
    .enter.faqs .faqsBlock .item .title span.icon {
      color: #0075ae; }
    .enter.faqs .faqsBlock .item .title span.text {
      font-size: 20px;
      padding: 10px 12px 10px 0;
      font-weight: bold;
      color: white;
      text-align: left;
      align-self: center;
      line-height: 1.3;
      letter-spacing: 2px; }
  .enter.faqs .faqsBlock .item .content {
    display: flex;
    padding-top: 7px; }
    .enter.faqs .faqsBlock .item .content .icon {
      color: #ff9549; }
    .enter.faqs .faqsBlock .item .contentInfo {
      padding-top: 20px;
      font-size: 16px;
      color: #666666;
      flex: auto;
      line-height: 1.6666666667;
      letter-spacing: 0.1px; }
      .enter.faqs .faqsBlock .item .contentInfo p {
        margin-top: 20px; }
        .enter.faqs .faqsBlock .item .contentInfo p:first-child {
          margin-top: 0; }
      .enter.faqs .faqsBlock .item .contentInfo .btn {
        text-align: right;
        margin-top: 23px; }
        .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault {
          display: inline-block;
          width: 300px;
          margin-left: 5px; }
          .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault:first-child {
            margin-left: 0; }
          .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault a {
            height: 59px;
            display: flex;
            align-items: center;
            padding: 11px 33px 11px 18px;
            width: 100%;
            font-size: 18px;
            letter-spacing: 0.3px;
            justify-content: center; }
            .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault a:after {
              right: 23px; }
    .enter.faqs .faqsBlock .item .content .contact {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle;
      text-align: left;
      color: #333333; }
      .enter.faqs .faqsBlock .item .content .contact b {
        display: block;
        font-size: 34px;
        padding-left: 63px;
        background: url(../images/img_free_dial.svg) 3px 3px/59px 30px no-repeat;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 3px; }
        @media print, screen and (min-width: 769px) {
          .enter.faqs .faqsBlock .item .content .contact b a[href^="tel:"] {
            pointer-events: none; } }
        @media screen and (max-width: 768px) {
          .enter.faqs .faqsBlock .item .content .contact b {
            padding-left: 53px;
            background: url(../images/img_free_dial.svg) 3px 3px/59px 20px no-repeat; } }
      .enter.faqs .faqsBlock .item .content .contact span {
        display: block;
        font-size: 1.3rem;
        color: #888; }
@media screen and (max-width: 768px) {
  .enter.faqs .faqsBlock .item {
    margin-bottom: 38px; }
    .enter.faqs .faqsBlock .item .icon {
      max-width: 50px;
      flex: 0 0 50px; }
    .enter.faqs .faqsBlock .item .title span.text {
      font-size: 16px;
      padding: 5px 8px 5px 0; }
    .enter.faqs .faqsBlock .item .content {
      padding-top: 0px; }
      .enter.faqs .faqsBlock .item .contentInfo {
        font-size: 12px;
        line-height: 1.5; }
        .enter.faqs .faqsBlock .item .contentInfo p {
          margin-top: 10px; }
        .enter.faqs .faqsBlock .item .contentInfo .btn {
          margin-top: 11px; }
          .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault {
            display: block;
            margin-bottom: 10px;
            margin-left: auto !important;
            width: 210px; }
            .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault a {
              height: 40px;
              font-size: 14px; }
              .enter.faqs .faqsBlock .item .contentInfo .btn .btnDefault a:after {
                right: 8px; }
        .enter.faqs .faqsBlock .item .contentInfo .contact {
          display: block;
          text-align: center;
          background: #ebf8ff;
          margin-left: -50px;
          padding: 15px;
          border-radius: 57px; }
          .enter.faqs .faqsBlock .item .contentInfo .contact b {
            display: inline-block;
            font-size: 21px;
            letter-spacing: 0;
            margin-bottom: 3px; }
          .enter.faqs .faqsBlock .item .contentInfo .contact span {
            font-size: 10px; } }
@media screen and (max-width: 768px) {
  .enter.faqs .leadTxt {
    font-size: 14px;
    padding: 0; } }

.enter.curriculum section {
  margin-bottom: 176px; }
  @media screen and (max-width: 768px) {
    .enter.curriculum section {
      margin-bottom: 50px; } }
  .enter.curriculum section:last-child {
    margin-bottom: 0; }
    .enter.curriculum section:last-child .content {
      width: 100% !important;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .enter.curriculum section:last-child .content {
          margin-bottom: 5px; } }
    .enter.curriculum section:last-child .img {
      position: relative !important;
      width: 100% !important;
      left: 0 !important; }
  .enter.curriculum section .curriculumBlock {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .enter.curriculum section .curriculumBlock .img {
      right: 0px;
      margin-top: -10px;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .enter.curriculum section .curriculumBlock .img {
          position: relative;
          width: 84%;
          left: 20px;
          top: 7px; } }
    .enter.curriculum section .curriculumBlock .content {
      width: 66%;
      letter-spacing: -0.5px; }
      @media screen and (max-width: 768px) {
        .enter.curriculum section .curriculumBlock .content {
          width: 100%;
          line-height: 21px; } }
      .enter.curriculum section .curriculumBlock .content p {
        margin-bottom: 15px; }

@media screen and (max-width: 768px) {
  .enter.online .leadTxt {
    text-align: left;
    font-size: 1.4rem;
    padding: 0;
    margin-bottom: 40px; } }
.enter.online .content-box {
  display: none; }
.enter.online .content-group {
  background: #edf8ff;
  border-radius: 0 0 5px 5px; }
  @media screen and (max-width: 768px) {
    .enter.online .content-group {
      border-radius: 0; } }
.enter.online .tab {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .enter.online .tab {
      margin-top: 20px; } }
.enter.online .tab-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .enter.online .tab-list .tab-menu {
    position: relative;
    text-align: center;
    width: 49.5%;
    color: #7dcdf4;
    border: 1px solid #7dcdf4;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 2.0rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .enter.online .tab-list .tab-menu {
        font-size: 1.5rem;
        padding: 10px 5px;
        height: 80px; } }
    .enter.online .tab-list .tab-menu span {
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .enter.online .tab-list .tab-menu span {
          font-size: 1.1rem; } }
    .enter.online .tab-list .tab-menu.current {
      color: #fff;
      background: #7dcdf4;
      padding: 20px 10px; }
      @media screen and (max-width: 768px) {
        .enter.online .tab-list .tab-menu.current {
          padding: 10px 5px;
          height: 100px; } }
      .enter.online .tab-list .tab-menu.current:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid #7dcdf4;
        border-bottom: 0;
        bottom: -10px;
        z-index: 10; }
    .enter.online .tab-list .tab-menu:hover {
      cursor: pointer; }
.enter.online h3.onlineRead {
  font-size: 3.0rem;
  color: #7dcdf4;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .enter.online h3.onlineRead {
      font-size: 2.0rem; } }
.enter.online .onlineBlock .contentImgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineBlock .contentImgs {
      margin-bottom: 28px; } }
  .enter.online .onlineBlock .contentImgs .contentImg {
    width: 48%; }
    .enter.online .onlineBlock .contentImgs .contentImg img {
      width: 100%; }
.enter.online .onlineBlock .contentInfo {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineBlock .contentInfo {
      margin-bottom: 20px; } }
  .enter.online .onlineBlock .contentInfo ul li {
    padding-left: 1em;
    position: relative;
    color: #333; }
    .enter.online .onlineBlock .contentInfo ul li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 4px;
      position: absolute;
      left: 3px;
      top: 10px;
      background: #7dcdf4; }
.enter.online .contentBlock {
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .enter.online .contentBlock {
      margin-top: 35px; } }
  .enter.online .contentBlock .list01 li + li {
    margin-top: 0; }
  .enter.online .contentBlock .mt-xs {
    margin-top: 20px; }
  .enter.online .contentBlock .imgMark img {
    max-width: 100%; }
  .enter.online .contentBlock.att {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .enter.online .contentBlock.att {
        margin-top: 30px; } }
    .enter.online .contentBlock.att li {
      padding-left: 1em;
      position: relative;
      color: #333; }
      .enter.online .contentBlock.att li .indent {
        padding-left: 1em;
        text-indent: -1em;
        display: block; }
      .enter.online .contentBlock.att li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 3px;
        top: 10px;
        background: #7dcdf4; }
  .enter.online .contentBlock a.link {
    color: #ff9549;
    text-decoration: underline; }
    .enter.online .contentBlock a.link:hover {
      text-decoration: none; }
  .enter.online .contentBlock h4.ttl03 {
    font-size: 1.8rem; }
  .enter.online .contentBlock .btnWrapContact {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .enter.online .contentBlock .btnWrapContact {
        margin-top: 15px; } }
    .enter.online .contentBlock .btnWrapContact p {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .enter.online .contentBlock .btnWrapContact p {
          width: 90%; } }
      .enter.online .contentBlock .btnWrapContact p a {
        height: 86px;
        background-color: #ff9549;
        background-image: url(../images/icon_contact02.png);
        background-size: auto 65%;
        display: table;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 15px center;
        border-radius: 43px;
        position: relative;
        transition: opacity .3s ease; }
        @media screen and (max-width: 768px) {
          .enter.online .contentBlock .btnWrapContact p a {
            height: 70px; } }
        .enter.online .contentBlock .btnWrapContact p a span {
          display: table-cell;
          vertical-align: middle;
          color: #fff;
          font-size: 2.0rem;
          padding: 0 80px;
          line-height: 1.3;
          font-weight: bold;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .enter.online .contentBlock .btnWrapContact p a span {
              font-size: 1.6rem;
              padding: 0 40px; } }
        .enter.online .contentBlock .btnWrapContact p a::after {
          content: "";
          width: 20px;
          height: 21px;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          right: 15px;
          background: url(../images/icon_arrow_02_o2.png) 0 0/100% no-repeat;
          -webkit-transition: transform .2s ease;
          transition: transform .2s ease; }
        .enter.online .contentBlock .btnWrapContact p a:hover {
          opacity: .8; }
          .enter.online .contentBlock .btnWrapContact p a:hover::after {
            transform: translate(3px, 0); }
  .enter.online .contentBlock .btnWrapContact.search a {
    background-image: url(../images/icon_search.png); }
  .enter.online .contentBlock .btnWrapContact.none a {
    background-image: none;
    background-color: #7dcdf4; }
  .enter.online .contentBlock .btnWrapContact.none p a::after {
    background: url(../images/icon_arrow_02_w.png) 0 0/100% no-repeat; }
  .enter.online .contentBlock .listNote li {
    margin: 5px 0;
    padding-left: 1em;
    text-indent: -1em; }
.enter.online .onlineSection .onlineVoice {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  background: url("../images/enter/online/bg_line_box.png") 0 0 repeat-x; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection .onlineVoice {
      padding-top: 30px;
      display: block;
      padding-bottom: 30px; } }
  .enter.online .onlineSection .onlineVoice .contentTtl {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
    margin-bottom: 18px; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineVoice .contentTtl {
        margin-bottom: 20px;
        letter-spacing: 0;
        line-height: 1.5; } }
  .enter.online .onlineSection .onlineVoice.last {
    padding-bottom: 0; }
  .enter.online .onlineSection .onlineVoice.first {
    background: none; }
    .enter.online .onlineSection .onlineVoice.first .contentTtl {
      letter-spacing: -0.03em; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineVoice.first {
        padding-top: 22px; } }
  .enter.online .onlineSection .onlineVoice .contentImg {
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineVoice .contentImg {
        margin: 0 auto; } }
  .enter.online .onlineSection .onlineVoice .contentInfo {
    color: #333; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineVoice .contentInfo {
        margin-top: 24px; } }
    .enter.online .onlineSection .onlineVoice .contentInfo li {
      padding-left: 1em;
      position: relative; }
      .enter.online .onlineSection .onlineVoice .contentInfo li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 3px;
        top: 10px;
        background: #7dcdf4; }
      @media screen and (max-width: 768px) {
        .enter.online .onlineSection .onlineVoice .contentInfo li {
          margin-bottom: 25px;
          line-height: 22px; }
          .enter.online .onlineSection .onlineVoice .contentInfo li:last-child {
            margin-bottom: 0; } }
.enter.online .onlineSection .onlineFlow {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection .onlineFlow {
      width: 100%; } }
  .enter.online .onlineSection .onlineFlow:last-child .content {
    background: none;
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineFlow:last-child .content .contentImg {
        margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection .onlineFlow:last-child .txt {
      max-height: 90px; } }
  .enter.online .onlineSection .onlineFlow:first-of-type {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineFlow:first-of-type {
        margin-top: 10px; } }
  .enter.online .onlineSection .onlineFlow .title {
    color: #fff;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    margin-left: 20px;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineFlow .title {
        height: 65px;
        font-size: 15px;
        letter-spacing: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        line-height: 20px; } }
    .enter.online .onlineSection .onlineFlow .title .number {
      position: absolute;
      width: 85px;
      height: 85px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ff9549;
      font-size: 40px;
      border-radius: 50%;
      top: 0;
      left: -20px; }
      @media screen and (max-width: 768px) {
        .enter.online .onlineSection .onlineFlow .title .number {
          width: 65px;
          height: 65px;
          top: calc(-33px + 50%);
          font-size: 30px; } }
    .enter.online .onlineSection .onlineFlow .title .txt {
      background: #7dcdf4;
      padding: 12px 20px 12px 65px;
      margin-left: 20px;
      max-height: 85px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .enter.online .onlineSection .onlineFlow .title .txt {
          max-height: 65px;
          padding: 12px 20px 12px 35px; } }
  .enter.online .onlineSection .onlineFlow .content {
    overflow: hidden;
    display: flex;
    padding: 20px 0 35px 60px;
    min-height: 75px;
    background: url("../images/enter/flow/dots_bg.png") 33px 38px repeat-y; }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineFlow .content {
        display: block;
        background-size: 10px;
        background-position: 28px;
        padding: 15px 0 35px 70px;
        min-height: 31.5px;
        margin: 3px 0; } }
    .enter.online .onlineSection .onlineFlow .content .contentImg {
      margin-right: 40px; }
      @media screen and (max-width: 768px) {
        .enter.online .onlineSection .onlineFlow .content .contentImg {
          float: none;
          margin-bottom: 24px;
          margin-right: 20px; }
          .enter.online .onlineSection .onlineFlow .content .contentImgimg {
            width: 100%;
            height: auto; } }
    .enter.online .onlineSection .onlineFlow .content .contentInfo ul li {
      padding-left: 1em;
      position: relative;
      color: #666; }
      .enter.online .onlineSection .onlineFlow .content .contentInfo ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 3px;
        top: 10px;
        background: #7dcdf4; }
@sp {
  .enter.online .onlineSection .onlineFlow .onlineBtn {
    width: 100%; } }
  .enter.online .onlineSection .onlineFlow .onlineBtn a {
    display: block;
    color: #fff;
    height: 60px;
    width: 330px;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    padding-top: 21px;
    padding-right: 10px;
    line-height: 1;
    font-weight: bold;
    background: #7dcdf4;
    position: relative;
    margin-top: 40px;
    margin-left: 60px;
    transition: opacity .3s ease; }
    .enter.online .onlineSection .onlineFlow .onlineBtn a:hover {
      opacity: 0.8; }
      .enter.online .onlineSection .onlineFlow .onlineBtn a:hover::after {
        transform: translate(3px, 0); }
    @media screen and (max-width: 768px) {
      .enter.online .onlineSection .onlineFlow .onlineBtn a {
        width: 312px;
        height: 55px;
        padding-top: 20px;
        padding-right: 20px;
        margin: 50px auto 65.5px; }
        .enter.online .onlineSection .onlineFlow .onlineBtn a:hover {
          opacity: inherit; }
          .enter.online .onlineSection .onlineFlow .onlineBtn a:hover::after {
            transform: none; } }
    .enter.online .onlineSection .onlineFlow .onlineBtn a::after {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      background: url("../images/icon_arrow_02_w.png") 0 0/100% no-repeat;
      right: 20px;
      transition: transform .2s ease; }
      @media screen and (max-width: 768px) {
        .enter.online .onlineSection .onlineFlow .onlineBtn a::after {
          top: 18px; } }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection .onlineFlow:last-child .txt {
      max-height: 90px; } }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection .onlineFlow:last-child .content {
      padding-top: 30px; } }
.enter.online .onlineSection:nth-of-type(3) {
  margin-top: 83px; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection:nth-of-type(3) {
      margin-top: 60px; } }
.enter.online .onlineSection:nth-of-type(4) {
  margin-top: 82px; }
  @media screen and (max-width: 768px) {
    .enter.online .onlineSection:nth-of-type(4) {
      margin-top: 47.5px; } }
.enter.online .problemBlock {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .enter.online .problemBlock {
      display: block; } }
  .enter.online .problemBlock .problemBlock_txt {
    width: 320px; }
    @media screen and (max-width: 768px) {
      .enter.online .problemBlock .problemBlock_txt {
        width: 100%; } }
    .enter.online .problemBlock .problemBlock_txt h3 {
      font-size: 24px;
      color: #ff9549; }
      @media screen and (max-width: 768px) {
        .enter.online .problemBlock .problemBlock_txt h3 {
          font-size: 2.0rem; } }
    .enter.online .problemBlock .problemBlock_txt ul li {
      position: relative;
      padding-left: 1em; }
      .enter.online .problemBlock .problemBlock_txt ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        left: 3px;
        top: 10px;
        background: #7dcdf4; }
    .enter.online .problemBlock .problemBlock_txt ul.problemBlock_list01 li::before {
      background: #ff9549; }
  .enter.online .problemBlock .problemBlock_img {
    width: 48%; }
    @media screen and (max-width: 768px) {
      .enter.online .problemBlock .problemBlock_img {
        width: 90%;
        margin: 15px auto 0; } }
    .enter.online .problemBlock .problemBlock_img img {
      width: 100%; }
.enter.online .problemFlow {
  padding: 70px 0 30px;
  text-align: center;
  font-size: 20px;
  color: #7dcdf4;
  font-weight: bold;
  position: relative; }
  @media screen and (max-width: 768px) {
    .enter.online .problemFlow {
      padding: 80px 0 15px;
      font-size: 1.5rem; } }
  .enter.online .problemFlow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #7dcdf4;
    border-bottom: 0;
    top: 28px;
    left: 0;
    right: 0;
    margin: auto; }
  .enter.online .problemFlow span {
    font-size: 26px;
    border-bottom: 2px solid #7dcdf4; }
    @media screen and (max-width: 768px) {
      .enter.online .problemFlow span {
        font-size: 2rem; } }
