/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader h1::before {
    background-image: url(../../common/img/bg_dot_orange.png);
  }
  #pageheader h1 em {
    color: #F08244;
  }
  main {
    width: 95%;
    max-width: 880px;
    margin: 100px auto 0;
  }
  main h2, main h3 {
    font-weight: 500;
    color: #111;
  }
  main h2 em, main h3 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    color: #F08244;
  }
  main h2 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  main .intro .note {
    margin-top: 40px;
    padding: 0 40px;
  }
  main .intro .note p {
    line-height: 2.3;
  }
  main .intro .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .flow {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #ddd;
  }
  main .flow .lead {
    margin: 40px 0 100px;
    padding: 0 40px;
  }
  main .flow .lead p {
    line-height: 2.3;
  }
  main .flow .lead p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .flow .flowlist {
    counter-reset: number;
  }
  main .flow .flowlist li {
    padding: 70px 8% 0 30%;
    position: relative;
    border-radius: 10px;
  }
  main .flow .flowlist li:nth-of-type(odd) {
    background: #F8F7F2;
  }
  main .flow .flowlist li:not(:last-of-type) {
    padding-bottom: 95px;
  }
  main .flow .flowlist li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 3px solid #F08244;
    border-right: 3px solid #F08244;
  }
  main .flow .flowlist li:last-of-type {
    padding-bottom: 80px;
  }
  main .flow .flowlist li::before {
    counter-increment: number;
    content: "0" counter(number);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 8rem;
    position: absolute;
    left: 40px;
    top: -35px;
    color: #FA9F39;
  }
  main .flow .flowlist li h3 {
    font-size: 2.2rem;
  }
  main .flow .flowlist li h3::before {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .flow .flowlist li .note {
    margin-top: 20px;
  }
  main .flow .flowlist li .note p {
    line-height: 2.3;
  }
  main .flow .flowlist li .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .flow .flowlist li .more a {
    display: block;
    height: 56px;
    position: relative;
    background: #F08244;
    border-radius: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    max-width: 330px;
    margin-top: 35px;
  }
  main .flow .flowlist li .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .flow .flowlist li.entry h3::before {
    content: url(../img/entry_icon.svg);
  }
  main .flow .flowlist li.meeting h3::before {
    content: url(../img/meeting_icon.svg);
  }
  main .flow .flowlist li.join h3::before {
    content: url(../img/join_icon.svg);
  }
  main .flow .flowlist li.assign h3::before {
    content: url(../img/assign_icon.svg);
  }
  main .flow .flowlist li.training h3::before {
    content: url(../img/training_icon.svg);
  }
  main .flow .flowlist li.start h3::before {
    content: url(../img/start_icon.svg);
  }
  main .flow .contact a {
    display: block;
    height: 80px;
    position: relative;
    background: #F08244;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    max-width: 740px;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  main .flow .contact a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .flow .contact a::after {
    width: 15px;
    height: 15px;
    right: 40px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader h1::before {
    background-image: url(../../common/img/bg_dot_orange.png);
  }
  #pageheader h1 em {
    color: #F08244;
  }
  main {
    margin-top: 60px;
  }
  main h2, main h3 {
    font-weight: 500;
    color: #111;
  }
  main h2 em, main h3 em {
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    color: #F08244;
  }
  main h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  main .intro .note {
    margin-top: 30px;
    padding: 0 7%;
  }
  main .intro .note p {
    line-height: 2.3;
  }
  main .intro .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .flow {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ddd;
  }
  main .flow .lead {
    margin: 30px 0 70px;
    padding: 0 7%;
  }
  main .flow .lead p {
    line-height: 2.3;
  }
  main .flow .lead p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .flow .flowlist {
    counter-reset: number;
  }
  main .flow .flowlist li {
    padding: 80px 7% 0;
    position: relative;
    border-radius: 10px;
  }
  main .flow .flowlist li:nth-of-type(odd) {
    background: #F8F7F2;
  }
  main .flow .flowlist li:not(:last-of-type) {
    padding-bottom: 80px;
  }
  main .flow .flowlist li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 3px solid #F08244;
    border-right: 3px solid #F08244;
  }
  main .flow .flowlist li:last-of-type {
    padding-bottom: 40px;
  }
  main .flow .flowlist li::before {
    counter-increment: number;
    content: "0" counter(number);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 7rem;
    position: absolute;
    left: 7%;
    top: -25px;
    color: #FA9F39;
  }
  main .flow .flowlist li h3 {
    position: relative;
    font-size: 1.8rem;
  }
  main .flow .flowlist li h3::before {
    content: "";
    display: block;
    width: 105px;
    height: 105px;
    position: absolute;
    right: 0;
    bottom: -50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  main .flow .flowlist li .note {
    margin-top: 30px;
  }
  main .flow .flowlist li .note p {
    line-height: 2.3;
  }
  main .flow .flowlist li .note p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
  main .flow .flowlist li .note a.telnum {
    text-decoration: underline;
  }
  main .flow .flowlist li .more a {
    display: block;
    height: 50px;
    position: relative;
    background: #F08244;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    max-width: 260px;
    margin: 40px auto 0;
  }
  main .flow .flowlist li .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .flow .flowlist li.entry h3::before {
    background-image: url(../img/entry_icon.svg);
  }
  main .flow .flowlist li.meeting h3::before {
    background-image: url(../img/meeting_icon.svg);
  }
  main .flow .flowlist li.join h3::before {
    background-image: url(../img/join_icon.svg);
  }
  main .flow .flowlist li.assign h3::before {
    background-image: url(../img/assign_icon.svg);
    bottom: -20%;
  }
  main .flow .flowlist li.training h3::before {
    background-image: url(../img/training_icon.svg);
  }
  main .flow .flowlist li.start h3::before {
    background-image: url(../img/start_icon.svg);
  }
  main .flow .contact a {
    display: block;
    height: 56px;
    position: relative;
    background: #F08244;
    border-radius: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  main .flow .contact a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}