/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader h1::before {
    background-image: url(../../common/img/bg_dot_green.png);
  }
  #pageheader h1 em {
    color: #6FB552;
  }
  main {
    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: #6FB552;
  }
  main h2 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  main .intro {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
  }
  main .intro .note {
    margin-top: 40px;
  }
  main .intro .note p {
    line-height: 2.3;
  }
  main .intro .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .business {
    width: 95%;
    max-width: 1100px;
    margin: 80px auto 0;
  }
  main .business .infolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .business .infolist li {
    width: 49%;
  }
  main .business .infolist li:not(:first-of-type):not(:nth-of-type(2)) {
    margin-top: 60px;
  }
  main .business .infolist li .title {
    height: 50px;
    margin-top: 20px;
    border-left: 4px solid #6FB552;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 50px;
  }
  main .business .infolist li .more a {
    display: block;
    height: 50px;
    position: relative;
    background: #fff;
    border: 2px solid #6FB552;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    color: #6FB552;
    max-width: 280px;
    margin-top: 30px;
  }
  main .business .infolist li .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #6FB552;
    border-right: 2px solid #6FB552;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .business .infolist li.sukuwell .title img {
    max-height: 24px;
    vertical-align: middle;
    margin-left: 20px;
  }
  main .business .contact a {
    display: block;
    height: 80px;
    position: relative;
    background: #6FB552;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    color: #fff;
    max-width: 740px;
    margin: 80px auto 0;
    font-size: 2.2rem;
  }
  main .business .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 .business .contact a::after {
    width: 15px;
    height: 15px;
    right: 40px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  #pageheader h1::before {
    background-image: url(../../common/img/bg_dot_green.png);
  }
  #pageheader h1 em {
    color: #6FB552;
  }
  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: #6FB552;
  }
  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 .business {
    margin-top: 60px;
    padding: 0 5%;
  }
  main .business .infolist li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  main .business .infolist li .title {
    height: 50px;
    margin-top: 20px;
    border-left: 4px solid #6FB552;
    padding-left: 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 50px;
  }
  main .business .infolist li .more a {
    display: block;
    height: 50px;
    position: relative;
    background: #fff;
    border: 2px solid #6FB552;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    color: #6FB552;
    max-width: 240px;
    margin: 20px auto 0;
  }
  main .business .infolist li .more a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 2px solid #6FB552;
    border-right: 2px solid #6FB552;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  main .business .infolist li.sukuwell .title img {
    max-height: 24px;
    vertical-align: middle;
    margin-left: 20px;
  }
  main .business .contact a {
    display: block;
    position: relative;
    max-width: 310px;
    margin: 60px auto 0;
    padding: 10px;
    background: #6FB552;
    border-radius: 20px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
  }
  main .business .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);
  }
}