@charset "UTF-8";
article {
  text-align: left;
  margin: 0 0 6rem 0; }
  article h2 {
    margin: 4rem 0 2rem 0;
    font-size: 1.35rem; }
    article h2::after {
      display: block;
      content: '';
      width: 90px;
      height: 4px;
      background-image: url("../img/common/tricolor.png");
      background-size: 100%;
      margin-top: 1.5rem; }
  article h3 {
    margin: 3rem 0 1.5rem 0;
    font-size: 1.1rem; }
  article p {
    font-size: 1rem;
    line-height: 2;
    margin: 1rem 0; }
  article ul li {
    margin: 0.5rem 0; }
  article table.tbl1 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    width: 100%; }
    article table.tbl1 th, article table.tbl1 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 1rem; }
    article table.tbl1 th {
      background: #f0f0f0; }
    article table.tbl1 td {
      background: #fff; }
  article aside {
    border: 1px dotted #ccc;
    padding: 2rem; }
  @media screen and (max-width: 559px) {
    article h2 {
      margin: 2.5rem 0 1.5rem;
      font-size: 1.2rem; }
      article h2::after {
        margin-top: 1rem; } }

.box {
  width: 94%;
  margin: 0 auto;
  max-width: 1280px; }
  @media screen and (max-width: 1400px) {
    .box {
      padding-right: 2%; } }

.Ri {
  float: right; }
  .Ri .-face {
    width: 100%;
    max-width: 285px;
    margin: 0 0 2rem 3rem; }
  @media screen and (max-width: 559px) {
    .Ri {
      float: none;
      text-align: center; }
      .Ri .-face {
        margin: 0 auto 1rem auto; } }

.Li {
  float: left; }
  .Li .-face {
    width: 100%;
    max-width: 285px;
    margin: 0 3rem 2rem 0; }
  @media screen and (max-width: 559px) {
    .Li {
      float: none;
      text-align: center; }
      .Li .-face {
        margin: 0 auto 1rem auto; } }

.front-news ul {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .front-news ul li {
    width: 97%;
    margin: 0 1.5% -1px;
    position: relative;
    padding: 10px 0;
    min-height: 90px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0; }
    .front-news ul li figure {
      width: 90px;
      height: 70px;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 10px; }
      .front-news ul li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .front-news ul li b {
      font-size: 13px;
      width: 70px;
      line-height: 21px;
      display: inline-block;
      background: #ddd;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 120px;
      top: 10px; }
    .front-news ul li time {
      display: inline-block;
      font-size: 13px;
      line-height: 21px;
      position: absolute;
      left: 210px;
      top: 10px; }
    .front-news ul li p {
      padding: 27px 0 0 120px;
      margin: 0px;
      font-size: 15px;
      line-height: 21px; }
  .front-news ul li.-cate1 b {
    background: #F69B86; }
  .front-news ul li.-cate2 b {
    background: #77BFE9; }
  .front-news ul li.-cate3 b {
    background: #B8DA9D; }
  .front-news ul li.-cate4 b {
    background: #dc5f62; }
@media screen and (max-width: 559px) {
  .front-news ul li {
    width: 100%; } }

.front-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .front-box ul li {
    width: 30.333%;
    margin: 0 1.5% 1.5rem; }
    .front-box ul li figure {
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.05); }
      .front-box ul li figure img {
        width: 100%; }
    .front-box ul li p {
      margin: 0px;
      font-size: 0.95rem;
      line-height: 1.25;
      margin-top: 0.5rem; }
@media screen and (max-width: 959px) {
  .front-box ul li {
    width: 30.333%; } }
@media screen and (max-width: 559px) {
  .front-box ul li {
    width: 47%; } }

.gs-files {
  float: right;
  margin: 4rem 0 2rem 3rem;
  width: 400px;
  max-width: 47%; }
  .gs-files figure img {
    width: 100%; }
  .gs-files ul {
    margin-top: 1rem; }
    .gs-files ul li {
      background: #ed5e46;
      color: #fff;
      font-weight: bold;
      margin: 0 0 1px 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .gs-files ul li a {
        display: block;
        padding: 1rem 1.5rem;
        position: relative; }
        .gs-files ul li a::before {
          position: absolute;
          left: 1rem;
          top: 1rem;
          content: '書';
          font-family: 'Icons';
          font-weight: normal; }
        .gs-files ul li a::after {
          position: absolute;
          right: 1rem;
          top: 1rem;
          content: '･';
          font-family: 'Icons';
          font-weight: normal;
          display: inline-block;
          transform: rotate(90deg);
          padding: 0 5px 0 1px;
          border-right: 1px solid #fff; }
        .gs-files ul li a span {
          display: block;
          margin: 0 2rem; }
    .gs-files ul li + li {
      background: #85ba61; }
    .gs-files ul li:hover {
      opacity: 0.5; }
  @media screen and (max-width: 559px) {
    .gs-files {
      float: none;
      width: 100%;
      margin: 4rem 0;
      max-width: 100%; } }

.gs-text {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5rem; }

.gs-policy > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #eee;
  padding: 1rem 0;
  justify-content: space-between; }
  .gs-policy > div:first-child {
    border-top: 2px solid #eee; }
  .gs-policy > div > dl {
    width: 20%;
    margin: 1rem 0; }
    .gs-policy > div > dl dt {
      font-weight: bold;
      font-size: 1.25rem;
      margin: 0.25rem 0 0.5rem; }
    .gs-policy > div > dl dd {
      font-size: 0.95rem;
      color: #808080; }
  .gs-policy > div > div {
    width: 75%; }
    .gs-policy > div > div ol {
      margin: 1rem 0 1rem 1.25rem;
      overflow: visible !important; }
      .gs-policy > div > div ol li {
        list-style: outside decimal;
        margin: 0.5rem 0;
        font-size: 1rem;
        line-height: 2; }
@media screen and (max-width: 559px) {
  .gs-policy > div > dl {
    width: 100%; }
  .gs-policy > div > div {
    width: 100%; } }

.fac-lib {
  *zoom: 1; }
  .fac-lib::before {
    content: " ";
    display: table; }
  .fac-lib::after {
    content: " ";
    display: table;
    clear: both; }
  .fac-lib > figure {
    width: 400px;
    max-width: 47%;
    float: right;
    margin: -4rem 0 2rem 3rem; }
    .fac-lib > figure img {
      width: 100%; }
  @media screen and (max-width: 959px) {
    .fac-lib > figure {
      margin: -4rem 0 2rem 2rem; } }
  @media screen and (max-width: 559px) {
    .fac-lib > figure {
      float: none;
      margin: 0 0 1.5rem 0;
      width: 100%;
      max-width: none; } }

.fac-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .fac-list ul li {
    width: 30.333%;
    margin: 1rem 1.5%; }
    .fac-list ul li figure img {
      width: 100%; }
    .fac-list ul li span {
      font-size: 1rem;
      font-weight: bold;
      display: block;
      margin: 1rem 0 0 0; }
    .fac-list ul li p {
      margin: 0.5rem 0 0 0;
      font-size: 0.96rem;
      line-height: 1.75; }
@media screen and (max-width: 559px) {
  .fac-list ul li {
    width: 47%; }
    .fac-list ul li p {
      font-size: 0.9rem;
      line-height: 1.5; } }

.teachers ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .teachers ul li {
    width: 22%;
    margin: 1rem 1.5%; }
    .teachers ul li figure {
      overflow: hidden;
      position: relative;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.05); }
      .teachers ul li figure:before {
        content: "";
        display: block;
        padding-top: 75%;
        /* 高さを幅の75%に固定 */ }
      .teachers ul li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%; }
    .teachers ul li span {
      display: block;
      margin: 1rem 0;
      font-size: 1rem;
      font-weight: bold; }
    .teachers ul li p {
      margin: 0.5rem 0 0 0;
      font-size: 0.96rem;
      line-height: 1.75; }
@media screen and (max-width: 959px) {
  .teachers ul li {
    width: 30.333%; } }
@media screen and (max-width: 559px) {
  .teachers ul li {
    width: 47%; }
    .teachers ul li p {
      font-size: 0.9rem;
      line-height: 1.5; } }

.lib-img {
  margin: 0 0 2rem 0; }
  .lib-img figure img {
    width: 100%; }

.lib-btn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .lib-btn ul li {
    width: 49%;
    background: #ed5e46;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center; }
    .lib-btn ul li.trd_btn {
      background-color: #77BFE9; }
    .lib-btn ul li a {
      display: block;
      padding: 2rem 0;
      color: #fff;
      font-size: 1.05rem; }
      .lib-btn ul li a::before {
        content: '索';
        font-family: 'Icons';
        float: left;
        margin-left: 8%; }
      .lib-btn ul li a::after {
        content: '･';
        font-family: 'Icons';
        float: right;
        margin-right: 8%; }
  .lib-btn ul li + li {
    background: #85ba61; }
  .lib-btn ul li + li + li {
    background: #77BFE9; }
  .lib-btn ul li:hover {
    opacity: 0.5; }
@media screen and (max-width: 559px) {
  .lib-btn ul li {
    width: 100%;
    margin: 0 0 1px 0; } }

.voice-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0 6rem 0;
  justify-content: space-between; }
  .voice-box:nth-of-type(2n) {
    flex-flow: row-reverse; }
  .voice-box > .-pic {
    width: 30%;
    text-align: center;
    margin-bottom: 2rem; }
    .voice-box > .-pic figure img {
      width: 100%; }
  .voice-box > .-doc {
    width: 65%; }
  .voice-box .-origin {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0px;
    color: #F69B86; }
    .voice-box .-origin span {
      display: inline-block;
      margin-right: 1rem; }
    .voice-box .-origin::before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 1px;
      background: #F69B86;
      margin-right: 15px;
      vertical-align: middle; }
  .voice-box .-title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0px;
    color: #F69B86;
    margin: 1rem 0 2rem; }
  .voice-box .-name {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    font-weight: bold; }
    .voice-box .-name small {
      font-weight: normal;
      margin-left: 0.25rem; }
  .voice-box .-offer {
    font-size: 0.95rem;
    line-height: 1.5;
    border: 1px solid #F69B86;
    padding: 0.5rem 1rem;
    margin: 0px;
    color: #F69B86; }
  @media screen and (max-width: 959px) {
    .voice-box > .-pic {
      width: 35%; }
    .voice-box > .-doc {
      width: 60%; } }
  @media screen and (max-width: 559px) {
    .voice-box {
      flex-flow: wrap !important;
      margin-bottom: 3rem; }
      .voice-box > .-pic {
        width: 100%;
        max-width: 375px;
        margin: 0 auto 2rem auto; }
      .voice-box > .-doc {
        width: 100%; } }

._msg-wrap .voice-box .-origin, ._msg-wrap .voice-box .-title {
  color: #77BFE9; }
._msg-wrap .voice-box .-origin::before {
  background: #77BFE9; }
._msg-wrap .voice-box .-offer {
  border: 1px solid #77BFE9;
  color: #77BFE9; }

.shi-rate table {
  margin-bottom: 0.5rem !important; }
  .shi-rate table th, .shi-rate table td {
    text-align: center; }
  .shi-rate table td {
    width: 20%; }
  .shi-rate table th.-h {
    background: #F69B86; }
  .shi-rate table td.-h {
    color: #F69B86;
    font-weight: bold; }
.shi-rate p {
  color: #808080;
  margin-top: 0.5rem; }

.sit-shi table {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  width: 100%; }
  .sit-shi table th, .sit-shi table td {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    text-align: center;
    padding: 1rem 0.25rem;
    line-height: 1.1; }
  .sit-shi table th {
    background: #f0f0f0;
    width: 20%; }
  .sit-shi table td {
    background: #fff; }
@media screen and (max-width: 959px) {
  .sit-shi table th {
    font-size: 0.9rem;
    width: 21%; }
    .sit-shi table th:last-child {
      width: 16%; } }
@media screen and (max-width: 559px) {
  .sit-shi table th {
    font-size: 0.8rem; } }

.sit-shu table {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  width: 100%; }
  .sit-shu table th, .sit-shu table td {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    text-align: left;
    padding: 1rem; }
  .sit-shu table th {
    background: #f0f0f0; }
  .sit-shu table td {
    background: #fff;
    font-size: 0.96rem;
    line-height: 1.5; }
    .sit-shu table td small {
      color: #F69B86;
      font-size: 75%;
      margin-left: 0.2rem; }
.sit-shu p {
  color: #808080;
  font-size: 0.9rem; }
  .sit-shu p small {
    color: #F69B86;
    font-size: 0.9rem; }
@media screen and (min-width: 960px), print {
  .sit-shu table th {
    line-height: 1.5;
    padding: 1rem 0.5rem;
    width: 30%; }
    .sit-shu table th small {
      font-size: 1rem;
      display: block; }
  .sit-shu table td span {
    margin: 0 0.25rem; }
    .sit-shu table td span::after {
      content: '…'; } }
@media screen and (max-width: 959px) {
  .sit-shu table th, .sit-shu table td {
    display: block;
    width: 100%; } }
@media screen and (max-width: 559px) {
  .sit-shu table td {
    padding: 1rem 0.75rem;
    font-size: 0.85rem; } }

.c-tnbtn {
  border: 2px solid #eee;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  height: 100%; }
  .c-tnbtn > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .c-tnbtn > a > figure {
      width: 80px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 20px; }
      .c-tnbtn > a > figure img {
        width: 80px; }
    .c-tnbtn > a > p {
      margin: 0px;
      line-height: 1.25;
      vertical-align: middle;
      display: inline-block;
      font-weight: bold;
      color: #333; }
    .c-tnbtn > a::after {
      content: '･';
      font-family: 'Icons';
      display: inline-block;
      margin: 0 15px 0 15px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .c-tnbtn > a:hover {
      opacity: 0.75; }
      .c-tnbtn > a:hover::after {
        margin: 0 10px 0 20px; }
  @media screen and (max-width: 559px) {
    .c-tnbtn {
      width: 100%;
      padding: 5px; }
      .c-tnbtn > a {
        justify-content: center; }
        .c-tnbtn > a > figure {
          width: 50px;
          margin-right: 15px; }
          .c-tnbtn > a > figure img {
            width: 50px; }
        .c-tnbtn > a::after {
          content: '･';
          font-family: 'Icons';
          display: inline-block;
          margin: 0 5px 0 10px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .c-tnbtn > a:hover::after {
          margin: 0 5px 0 10px; } }

.c-dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5%; }
  .c-dl li {
    min-width: 30.333%;
    margin: 1rem 1.5%; }
    .c-dl li a {
      border: 2px solid #eee;
      display: block;
      padding: 1.25rem;
      font-size: 1rem;
      line-height: 1.25;
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      padding-right: 3rem; }
      .c-dl li a::after {
        position: absolute;
        right: 1rem;
        top: 1.25rem;
        content: '･';
        font-family: 'Icons';
        font-weight: normal;
        display: inline-block;
        transform: rotate(90deg);
        padding: 0 0.25rem 0 0px;
        border-right: 1px solid #999;
        color: #555; }
      .c-dl li a::before {
        content: 'フ';
        font-family: 'Icons';
        margin: 0 1rem 0 0;
        font-size: 1.2rem;
        vertical-align: -0.05rem; }
      .c-dl li a.-p::before {
        content: '赤';
        color: #F69B86; }
      .c-dl li a.-w::before {
        content: '青';
        color: #77BFE9; }
      .c-dl li a.-e::before {
        content: '緑';
        color: #B8DA9D; }
      .c-dl li a:hover {
        opacity: 0.5; }
  @media screen and (max-width: 959px) {
    .c-dl li {
      min-width: 47%; } }
  @media screen and (max-width: 559px) {
    .c-dl li {
      min-width: 97%;
      margin: 0.5rem 1.5%; }
      .c-dl li a {
        padding: 1.25rem 1rem; }
        .c-dl li a::before {
          margin-right: 0.75rem; } }

.c-ll li a::before {
  content: '･';
  font-family: 'Icons';
  margin-right: 1rem; }

.c-list-d li {
  list-style: disc outside;
  margin-left: 1.25rem; }

.app-flow-b .__step {
  border: 1px solid #EE84A8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 60px;
  align-items: center;
  flex-flow: nowrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff; }
  .app-flow-b .__step b, .app-flow-b .__step p {
    margin: 0px;
    line-height: 1.25;
    display: block; }
  .app-flow-b .__step b {
    background: #EE84A8;
    color: #fff;
    width: 60px;
    line-height: 60px;
    border-radius: 40px;
    text-align: center;
    font-size: 30px; }
  .app-flow-b .__step p {
    text-align: center;
    width: auto;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto; }
.app-flow-b .__arrow {
  background-image: url("../img/app-flow_arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 30px;
  border: 1px solid #fff; }
.app-flow-b .__box {
  border: 1px solid #808080;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 30px; }
  .app-flow-b .__box div {
    max-width: 750px;
    margin: 0 auto; }
  .app-flow-b .__box h5 {
    color: #EE84A8;
    font-size: 1.2rem; }
  .app-flow-b .__box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0; }
  .app-flow-b .__box li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0;
    margin-right: 20px; }
    .app-flow-b .__box li b, .app-flow-b .__box li p {
      margin: 0px;
      line-height: 30px; }
    .app-flow-b .__box li b {
      background: #dc4683;
      color: #fff;
      width: 30px;
      line-height: 30px;
      border-radius: 40px;
      text-align: center;
      margin-right: 5px; }
    .app-flow-b .__box li p {
      font-size: 18px;
      font-weight: bold; }
  .app-flow-b .__box p {
    margin: 0px;
    line-height: 1.25; }
.app-flow-b .__for {
  background: #EE84A8;
  max-width: 360px;
  margin: 0 auto 0;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-top: 30px solid #fff;
  font-weight: bold; }
.app-flow-b .__cap {
  text-align: center; }
  .app-flow-b .__cap p {
    margin: 0px; }
@media screen and (max-width: 959px) {
  .app-flow-b .__step b {
    width: 40px;
    line-height: 40px;
    font-size: 20px; }
  .app-flow-b .__step p {
    font-size: 15px; }
  .app-flow-b .__box {
    padding: 20px; }
    .app-flow-b .__box h5 {
      font-size: 16px; }
    .app-flow-b .__box li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .app-flow-b .__box li b, .app-flow-b .__box li p {
        line-height: 20px; }
      .app-flow-b .__box li b {
        font-size: 14px;
        width: 20px;
        line-height: 20px;
        border-radius: 20px; }
      .app-flow-b .__box li p {
        font-size: 15px; }
    .app-flow-b .__box p {
      font-size: 14px; }
  .app-flow-b .__for {
    font-size: 15px; }
  .app-flow-b .__cap p {
    font-size: 12px; } }
@media screen and (max-width: 559px) {
  .app-flow-b .__step {
    padding: 5px; }
    .app-flow-b .__step b {
      width: 25px;
      line-height: 25px;
      font-size: 13px; }
    .app-flow-b .__step p {
      font-size: 13px;
      width: calc(100% - 25px); }
  .app-flow-b .__box {
    padding: 15px; }
    .app-flow-b .__box h5 {
      font-size: 15px; }
    .app-flow-b .__box li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .app-flow-b .__box li b, .app-flow-b .__box li p {
        line-height: 20px; }
      .app-flow-b .__box li b {
        width: 20px;
        line-height: 20px;
        border-radius: 20px; }
      .app-flow-b .__box li p {
        font-size: 13px; }
    .app-flow-b .__box p {
      font-size: 13px; }
  .app-flow-b .__for {
    padding: 5px;
    font-size: 14px; }
  .app-flow-b .__cap {
    text-align: center; }
    .app-flow-b .__cap p {
      font-size: 13px; } }

.app-flow-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between; }
  .app-flow-div > div {
    width: 48%;
    background-image: url("../img/app-flow_arrow.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
  .app-flow-div > div + div {
    width: 48%; }
  @media screen and (max-width: 559px) {
    .app-flow-div > div {
      width: 65%; }
    .app-flow-div > div + div {
      width: 30%; } }
