/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader h1::before {
    background-image: url(../../common/img/bg_dot_blue.png);
  }
  #pageheader h1 em {
    color: #59B4B0;
  }
  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: #59B4B0;
  }
  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 .intro .que {
    margin-top: 70px;
    background: #F1F8F8;
    border: 2px solid #59B4B0;
    border-radius: 10px;
    padding: 30px;
  }
  main .intro .que li {
    position: relative;
    padding: 0 0 5px 60px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  main .intro .que li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main .intro .que li::before, main .intro .que li::after {
    content: "";
    display: block;
    position: absolute;
  }
  main .intro .que li::before {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background: #fff;
    border: 2px solid #59B4B0;
    border-radius: 50%;
  }
  main .intro .que li::after {
    width: 10px;
    height: 15px;
    left: 15px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #59B4B0;
    border-right: 2px solid #59B4B0;
  }
  main .intro .answer {
    position: relative;
    padding-top: 70px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    color: #59B4B0;
  }
  main .intro .answer::before, main .intro .answer::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
  }
  main .intro .answer::before {
    width: 30px;
    height: 30px;
    top: 20px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-right: 5px solid #59B4B0;
    border-bottom: 5px solid #59B4B0;
  }
  main .intro .answer::after {
    height: 50px;
    top: 0;
    border-left: 6px solid #59B4B0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main .intro .answer em {
    display: block;
    margin-bottom: 10px;
    font-size: 3rem;
    color: #111;
  }
  main .flow {
    margin-top: 80px;
    padding-top: 80px;
    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 #59B4B0;
    border-right: 3px solid #59B4B0;
  }
  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: #59B4B0;
  }
  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: #59B4B0;
    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.request h3::before {
    content: url(../img/request_icon.svg);
  }
  main .flow .flowlist li.meeting h3::before {
    content: url(../img/meeting_icon.svg);
  }
  main .flow .flowlist li.order h3::before {
    content: url(../img/order_icon.svg);
  }
  main .flow .flowlist li.before h3::before {
    content: url(../img/before_icon.svg);
  }
  main .flow .flowlist li.event h3::before {
    content: url(../img/event_icon.svg);
  }
  main .flow .flowlist li.after h3::before {
    content: url(../img/after_icon.svg);
  }
  main .flow .contact a {
    display: block;
    height: 80px;
    position: relative;
    background: #59B4B0;
    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_blue.png);
  }
  #pageheader h1 em {
    color: #59B4B0;
  }
  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: #59B4B0;
  }
  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 .intro .que {
    width: 90%;
    margin: 60px auto 0;
    background: #F1F8F8;
    border: 2px solid #59B4B0;
    border-radius: 10px;
    padding: 20px;
  }
  main .intro .que li {
    position: relative;
    padding: 0 0 5px 50px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  main .intro .que li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  main .intro .que li::before, main .intro .que li::after {
    content: "";
    display: block;
    position: absolute;
  }
  main .intro .que li::before {
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    background: #fff;
    border: 2px solid #59B4B0;
    border-radius: 50%;
  }
  main .intro .que li::after {
    width: 8px;
    height: 13px;
    left: 11px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #59B4B0;
    border-right: 2px solid #59B4B0;
  }
  main .intro .answer {
    position: relative;
    padding: 60px 5% 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    color: #59B4B0;
  }
  main .intro .answer::before, main .intro .answer::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
  }
  main .intro .answer::before {
    width: 30px;
    height: 30px;
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-right: 5px solid #59B4B0;
    border-bottom: 5px solid #59B4B0;
  }
  main .intro .answer::after {
    height: 40px;
    top: 0;
    border-left: 6px solid #59B4B0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main .intro .answer em {
    display: block;
    margin-bottom: 10px;
    font-size: 2.4rem;
    color: #111;
  }
  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 #59B4B0;
    border-right: 3px solid #59B4B0;
  }
  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: #59B4B0;
  }
  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: #59B4B0;
    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.request h3::before {
    background-image: url(../img/request_icon.svg);
  }
  main .flow .flowlist li.meeting h3::before {
    background-image: url(../img/meeting_icon.svg);
  }
  main .flow .flowlist li.order h3::before {
    background-image: url(../img/order_icon.svg);
  }
  main .flow .flowlist li.before h3::before {
    background-image: url(../img/before_icon.svg);
  }
  main .flow .flowlist li.event h3::before {
    background-image: url(../img/event_icon.svg);
  }
  main .flow .flowlist li.after h3::before {
    background-image: url(../img/after_icon.svg);
  }
  main .flow .contact a {
    display: block;
    position: relative;
    max-width: 310px;
    margin: 0 auto 0;
    padding: 10px;
    background: #59B4B0;
    border-radius: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
  }
  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);
  }
}