@charset "UTF-8";
article {
  text-align: left;
  margin-bottom: 6rem; }
  article h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    color: #FF938C;
    font-weight: normal;
    margin: 2rem 0; }
    article h2::after {
      content: '';
      display: block;
      height: 1px;
      background: #FF938C;
      margin-top: 2rem; }
      @media screen and (min-width: 960px), print {
        article h2::after {
          width: 40%; } }
      @media screen and (max-width: 959px) {
        article h2::after {
          width: 40%; } }
      @media screen and (max-width: 559px) {
        article h2::after {
          width: 90px; } }
  article * + h2 {
    margin-top: 3.5rem; }
  article h3 {
    margin: 1rem 0 1.25rem;
    color: #FF938C;
    font-size: 1.2rem; }
  article * + h3 {
    margin-top: 4rem; }
  article h4 {
    margin: 1rem 0; }
  article * + h4 {
    margin-top: 2rem; }
  article p {
    font-size: 1rem;
    line-height: 2;
    margin: 1rem 0; }
  article ul.c-list-d li {
    font-size: 1rem;
    list-style: disc outside;
    margin: 0.25rem 0 0.25rem 1.5rem; }
  article img {
    max-width: 100%; }
  article table {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #d8cecf;
    border-width: 0 1px 1px 0;
    font-size: 0.95rem; }
    article table th, article table td {
      border: 1px solid #d8cecf;
      border-width: 1px 0 0 1px; }
    article table th {
      background: #FEF3F4;
      padding: 0.25rem 1rem; }
    article table td {
      background: #fff;
      padding: 0.5rem 1rem; }
  article hr {
    border: 0px;
    margin: 3rem 0;
    font-size: 0px;
    border-top: 1px solid #ddd; }
  article aside {
    border: 1px dashed #FD685F;
    padding: 1rem 5%;
    margin: 2rem 0 4rem 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
  @media screen and (max-width: 559px) {
    article .SP0 {
      display: none; }
    article p {
      font-size: 0.96rem;
      margin: 0.96rem 0; } }

.box {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto; }
  .box:first-child {
    margin-top: 3.5rem; }
  @media screen and (max-width: 959px) {
    .box:first-child {
      margin-top: 2rem; } }

.c-face {
  float: right;
  margin: 0 0 1rem 3%;
  width: 300px;
  max-width: 47%; }
  .c-face figure {
    width: 100%; }
    .c-face figure img {
      width: 100%; }
  .c-face p {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.5; }
  @media screen and (max-width: 559px) {
    .c-face {
      float: none;
      margin: 0 auto;
      max-width: 100%; } }

.c-img-box > .-img figure {
  width: 100%; }
  .c-img-box > .-img figure img {
    width: 100%; }
.c-img-box > .-img p {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5; }
@media screen and (min-width: 960px) {
  .c-img-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;
    flex-flow: row-reverse;
    justify-content: space-between; }
    .c-img-box > .-img {
      margin: 0 0 1rem 3%;
      width: 24%;
      min-width: 300px; }
    .c-img-box > .-doc {
      width: 73%; } }
@media screen and (max-width: 959px) {
  .c-img-box > .-img {
    float: right;
    margin: 0 0 1rem 3%;
    width: 300px;
    max-width: 47%; } }
@media screen and (max-width: 559px) {
  .c-img-box > .-img {
    float: none;
    margin: 0 auto 2rem auto;
    max-width: 100%; } }

.c-img3 ul li {
  width: 31.333%; }

.c-img4 ul li {
  width: 23%; }

.c-img3 ul,
.c-img4 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: 1rem -1%; }
  .c-img3 ul li,
  .c-img4 ul li {
    margin: 1rem 1% 0.5rem; }
    .c-img3 ul li img,
    .c-img4 ul li img {
      width: 100%; }
    .c-img3 ul li p,
    .c-img4 ul li p {
      font-size: 0.9rem;
      line-height: 1.25;
      margin: 0.5rem 0; }
@media screen and (max-width: 959px) {
  .c-img3 ul li,
  .c-img4 ul li {
    width: 48%;
    margin: 0.5rem 1%; } }
@media screen and (max-width: 559px) {
  .c-img3 ul li,
  .c-img4 ul li {
    width: 100%; } }

.c-btnlink ul li a {
  display: inline-block;
  border: 1px solid #FD685F;
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  color: #FD685F;
  -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-btnlink ul li a::after {
    content: 'Ｌ';
    font-family: 'Icons';
    float: right;
    margin: 0 0.5rem 0 0.5rem; }
.c-btnlink ul li a:hover {
  background: #FD685F;
  color: #fff; }

.f-msg {
  width: 94%;
  max-width: 750px;
  margin: 2rem auto 6rem; }
  .f-msg h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #FD685F;
    font-weight: normal; }
  .f-msg em {
    text-align: center;
    font-style: normal;
    display: block;
    color: #A5465B;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3rem; }

.f-link {
  background: #FEF3F4;
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px; }
  .f-link 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;
    border-left: 1px solid #D5C0C2;
    margin: 0 auto; }
    .f-link ul li {
      width: 20%;
      background: #fff;
      text-align: center;
      border: 1px solid #D5C0C2;
      border-width: 1px 1px 1px 0;
      margin-bottom: -1px; }
      .f-link ul li a {
        line-height: 1.25;
        vertical-align: middle;
        height: 100%;
        padding: 1rem;
        font-weight: bold;
        min-height: 90px;
        display: block;
        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: center;
        align-content: center; }
        .f-link ul li a span {
          display: block; }
    .f-link ul.-el2 {
      justify-content: center;
      border: 0px; }
      .f-link ul.-el2 li {
        width: 33.333%; }
        .f-link ul.-el2 li:first-child {
          border-left: 1px solid #D5C0C2; }
    .f-link ul.-el3 {
      justify-content: center;
      border: 0px; }
      .f-link ul.-el3 li {
        width: 25%; }
        .f-link ul.-el3 li:first-child {
          border-left: 1px solid #D5C0C2; }
    .f-link ul.-el4 li {
      width: 25%; }
  @media screen and (max-width: 959px) {
    .f-link {
      padding: 20px; }
      .f-link ul li, .f-link ul.-el3 li, .f-link ul.-el4 li {
        width: 33.333%; }
        .f-link ul li a, .f-link ul.-el3 li a, .f-link ul.-el4 li a {
          min-height: 60px;
          font-size: 0.9rem; } }
  @media screen and (max-width: 559px) {
    .f-link {
      padding: 15px; }
      .f-link ul, .f-link ul.-el2, .f-link ul.-el3, .f-link ul.-el4 {
        justify-content: flex-start;
        border-left: 1px solid #D5C0C2; }
        .f-link ul li, .f-link ul.-el2 li, .f-link ul.-el3 li, .f-link ul.-el4 li {
          width: 50%; }
          .f-link ul li:first-child, .f-link ul.-el2 li:first-child, .f-link ul.-el3 li:first-child, .f-link ul.-el4 li:first-child {
            border-left: 0px; }
          .f-link ul li a, .f-link ul.-el2 li a, .f-link ul.-el3 li a, .f-link ul.-el4 li a {
            min-height: 45px;
            font-size: 0.8rem; } }

.hyg-fea-img {
  *zoom: 1; }
  .hyg-fea-img::before {
    content: " ";
    display: table; }
  .hyg-fea-img::after {
    content: " ";
    display: table;
    clear: both; }
  .hyg-fea-img > figure {
    float: right;
    width: 400px;
    margin: 0 0 2rem 5%;
    max-width: 45%; }
    .hyg-fea-img > figure img {
      width: 100%; }
  @media screen and (max-width: 559px) {
    .hyg-fea-img > figure {
      float: none;
      margin: 0 auto 1.5rem;
      max-width: 94%; } }

.hyg-fea-pnt {
  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 -0.25%; }
  .hyg-fea-pnt > div {
    width: 19.5%;
    margin: 0 0.25% 5px;
    background: #FEF3F4; }
    .hyg-fea-pnt > div dt {
      font-family: 'Montserrat', sans-serif;
      text-align: center;
      color: #fff;
      background: #FF938C;
      font-weight: bold;
      padding: 1rem; }
    .hyg-fea-pnt > div dd {
      padding: 1rem 6%;
      font-size: 0.9rem;
      line-height: 1.5; }
      .hyg-fea-pnt > div dd figure {
        margin-bottom: 1rem; }
        .hyg-fea-pnt > div dd figure img {
          width: 100%; }
      .hyg-fea-pnt > div dd p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 0 0 0; }
  .hyg-fea-pnt + p {
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #808080;
    margin: 0.5rem 0; }
  @media screen and (max-width: 959px) {
    .hyg-fea-pnt > div {
      width: 32.8%;
      margin-bottom: 3px; }
    .hyg-fea-pnt + p {
      font-size: 0.8rem;
      text-align: left; } }
  @media screen and (max-width: 559px) {
    .hyg-fea-pnt > div {
      width: 49.5%; }
      .hyg-fea-pnt > div.-last {
        width: 100%; } }

.hyg-fee table {
  width: 100%; }
  .hyg-fee table th {
    text-align: center; }
  .hyg-fee table td {
    text-align: right; }
    .hyg-fee table td.-text {
      text-align: left; }
  .hyg-fee table tr td:first-child {
    text-align: center; }
  .hyg-fee table tr.-total th, .hyg-fee table tr.-total td {
    font-weight: bold; }
.hyg-fee h3 {
  margin-bottom: 0px; }
.hyg-fee h4 {
  margin: 3rem 0 0 0; }
.hyg-fee .-unit {
  margin: 0 0 -0.5rem 0;
  text-align: right;
  font-size: 0.9rem;
  line-height: 1; }
.hyg-fee .-tm {
  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;
  align-items: baseline;
  justify-content: flex-start; }
  .hyg-fee .-tm > div {
    margin-right: 3%; }
    .hyg-fee .-tm > div p {
      line-height: 1.5;
      font-size: 0.96rem; }
      .hyg-fee .-tm > div p span {
        opacity: 0; }
@media screen and (max-width: 959px) {
  .hyg-fee table {
    font-size: 90%; }
    .hyg-fee table th, .hyg-fee table td {
      padding: 10px; } }
@media screen and (max-width: 559px) {
  .hyg-fee table {
    font-size: 80%; }
    .hyg-fee table th, .hyg-fee table td {
      padding: 5px; } }
@media screen and (max-width: 375px) {
  .hyg-fee table {
    font-size: 60%; }
    .hyg-fee table th, .hyg-fee table td {
      line-height: 1.1;
      padding: 5px 2px; } }

.tc-box {
  *zoom: 1; }
  .tc-box::before {
    content: " ";
    display: table; }
  .tc-box::after {
    content: " ";
    display: table;
    clear: both; }
  .tc-box > figure {
    float: right;
    width: 180px;
    max-width: 35%;
    margin: 0 0 1rem 5%; }
    .tc-box > figure img {
      width: 100%; }
  .tc-box > div p.-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0.5rem 0 2.5rem 0;
    line-height: 1.5;
    color: #FD685F; }
    .tc-box > div p.-name b {
      font-weight: bold;
      margin-right: 1rem;
      font-size: 1rem; }
  .tc-box > div dl {
    font-weight: bold;
    color: #333; }
    .tc-box > div dl dt {
      display: inline-block; }
    .tc-box > div dl dd {
      display: inline-block; }
  .tc-box > div p {
    font-size: 0.95rem; }
  .tc-box > div p.-btn {
    margin-top: 2rem; }
    .tc-box > div p.-btn a {
      display: inline-block;
      border: 1px solid #FD685F;
      padding: 0.25rem 1rem 0.25rem 1.5rem;
      color: #FD685F;
      -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; }
      .tc-box > div p.-btn a::after {
        content: 'Ｌ';
        font-family: 'Icons';
        display: inline-block;
        margin-left: 10px; }
      .tc-box > div p.-btn a:hover {
        background: #FD685F;
        color: #fff; }
  @media screen and (max-width: 559px) {
    .tc-box > div p.-name {
      font-size: 1.1rem;
      margin-bottom: 1.25rem; }
      .tc-box > div p.-name b {
        display: block;
        font-size: 0.9rem; }
      .tc-box > div p.-name small {
        font-size: 0.7rem; }
    .tc-box > div dl {
      margin-bottom: 2rem; }
      .tc-box > div dl dt {
        display: block;
        font-size: 0.8rem;
        color: #808080;
        margin-bottom: 0.25rem; }
      .tc-box > div dl dd {
        display: block;
        text-indent: -0.5rem;
        font-size: 0.9rem;
        line-height: 1.5; } }

.tc-box + .tc-box {
  border-top: 1px dashed #ccc;
  padding-top: 2rem;
  margin-top: 2rem; }

.hyg-qua-per > div {
  font-family: 'Oswald', sans-serif;
  font-size: 90px;
  line-height: 90px;
  color: #FD685F;
  letter-spacing: -5px;
  padding-left: 5px; }
  .hyg-qua-per > div small {
    font-size: 50px;
    padding-left: 5px; }
.hyg-qua-per > p {
  margin: 0px;
  color: #FD685F;
  font-weight: bold; }

.tea-box h3 {
  border-bottom: 1px solid #FD685F;
  padding-bottom: 1rem; }
.tea-box ul li {
  list-style: disc outside; }
.tea-box ol li {
  list-style: decimal outside; }
.tea-box li {
  margin: 0.5rem 0 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5; }
.tea-box .tea-top {
  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;
  margin-bottom: -45px; }
  .tea-box .tea-top > div {
    width: 50%;
    padding-bottom: 45px; }
    .tea-box .tea-top > div .-pos {
      font-size: 18px;
      margin: 0 0 0 0; }
    .tea-box .tea-top > div .-nam {
      font-size: 30px;
      margin: 0 0 0 0; }
    .tea-box .tea-top > div .-qua {
      font-size: 18px;
      color: #666;
      margin: 0 0 0 0; }
    .tea-box .tea-top > div .-sub {
      margin: 30px 0 0 0;
      line-height: 1.5; }
  .tea-box .tea-top > figure {
    width: 225px; }
.tea-box .tea-pro > h3 {
  border: 0px;
  padding: 0 3%;
  line-height: 45px;
  display: inline-block;
  margin: 0 auto;
  background: rgba(253, 104, 95, 0.75);
  color: #fff;
  text-align: center; }
.tea-box .tea-pro > div {
  border: 0px dotted #FD685F;
  padding: 1rem 3%;
  background: rgba(254, 243, 244, 0.75); }
.tea-box .tea-btn {
  margin-top: 5rem;
  text-align: center; }
  .tea-box .tea-btn a {
    display: inline-block;
    border: 1px solid #FD685F;
    padding: 0.75rem 2rem 0.75rem 1.5rem;
    color: #FD685F;
    -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; }
    .tea-box .tea-btn a::before {
      content: 'Ｌ';
      font-family: 'Icons';
      transform: scale(-1, 1);
      display: inline-block;
      margin-right: 10px; }
    .tea-box .tea-btn a:hover {
      background: #FD685F;
      color: #fff; }
@media screen and (max-width: 559px) {
  .tea-box .tea-top {
    margin: 0px; }
    .tea-box .tea-top > div {
      width: 100%; }
      .tea-box .tea-top > div .-sub {
        margin: 20px 0 0 0; }
    .tea-box .tea-top > figure {
      width: 100%;
      text-align: center; }
      .tea-box .tea-top > figure img {
        width: 100%;
        max-width: 225px; }
  .tea-box .tea-pro > h3 {
    display: block; } }
