@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * CSS
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * 変数
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * ブレイクポイント
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * All
 * ------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: 'Noto Sans TC', sans-serif;
  min-width: 320px;
  color: #555; }

a {
  text-decoration: none;
  display: inline-block;
  color: #303030; }

a:hover {
  text-decoration: none;
  opacity: .8; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none; }

.ie6 img {
  width: 100%; }

ul, ol {
  list-style-type: none; }

/* ----------------------------------------------------------------------------
 * 文字の位置揃え .align-
 * ------------------------------------------------------------------------- */
.tr {
  text-align: right !important; }

.tc {
  text-align: center !important; }

.tl {
  text-align: left !important; }

.tj {
  text-align: justify !important; }

/* ----------------------------------------------------------------------------
 * 非表示 .align-
 * ------------------------------------------------------------------------- */
.pc_hide {
  display: block; }

@media screen and (min-width: 768px), print {
  .pc_hide {
    display: none; } }
.sp_hide {
  display: none; }

@media screen and (min-width: 768px), print {
  .sp_hide {
    display: block; } }
/* ----------------------------------------------------------------------------
 * フォント .f-
 * ------------------------------------------------------------------------- */
strong {
  font-weight: normal;
  background: linear-gradient(transparent 60%, #98e6e6 60%); }

em {
  font-style: inherit;
  font-weight: bold; }

.txt {
  margin-bottom: 20px;
  overflow-wrap: break-word; }

/* ----------------------------------------------------------------------------
 * 余白調整 .mb-
 * ------------------------------------------------------------------------- */
.pb10 {
  padding-bottom: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
.header_01 {
  background-color: #6adbbf;
  margin-bottom: 20px; }
  .header_01 .hdg_01 {
    padding: 20px 10px;
    text-align: center; }

/* ----------------------------------------------------------------------------
 * pankuzu
 * ------------------------------------------------------------------------- */
.icon_01 {
  margin: -5px 5px 0 0; }

.breadcrumbs__wrapper {
  width: 100%;
  height: 50px; }
  @media (min-width: 800px) {
    .breadcrumbs__wrapper {
      background: #fff;
      margin-bottom: 0; } }

.breadcrumbs {
  margin: auto;
  max-width: 1180px;
  line-height: 50px; }

.breadcrumbs ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.breadcrumbs li {
  padding-right: 20px; }
  .breadcrumbs li a {
    color: #6adbbf;
    font-weight: bold; }

.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 30px; }

.breadcrumbs li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 48%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  transform: rotate(45deg) translateY(-50%); }

@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap; }

  .breadcrumbs li {
    display: inline;
    padding-right: 20px;
    flex: 0 0 40%; } }
/* ----------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------- */
#wrapper {
  background-color: #edf7f3;
  overflow: hidden; }

.content_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  background-color: #FFF; }
  @media (min-width: 800px) {
    .content_wrap {
      padding: 40px; } }

/* ----------------------------------------------------------------------------
 * hdg
 * ------------------------------------------------------------------------- */
.hdg_02 {
  margin-bottom: 20px; }

.hdg_03 {
  background-color: #6adbbf;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 60px 0 40px;
  font-weight: bold;
  color: #fff; }
  @media (min-width: 800px) {
    .hdg_03 {
      text-align: left;
      padding-left: 30px;
      margin: 80px 0 40px; } }

.hdg_04 {
  margin: 40px 0 20px;
  padding: 0 0 5px 10px;
  font-size: 1.8rem;
  border-left: 5px solid #6adbbf; }

/* ----------------------------------------------------------------------------
 * Parts
 * ------------------------------------------------------------------------- */
.date {
  font-weight: bold;
  font-size: 1.4rem; }
  .date span {
    margin: 0 10px; }

@media (min-width: 800px) {
  .img_box {
    position: relative;
    padding-bottom: 20px; }
    .img_box .txt {
      margin-bottom: 40px; }
    .img_box .img {
      position: absolute;
      right: 0;
      bottom: 20px; } }
/* ----------------------------------------------------------------------------
 * contact
 * ------------------------------------------------------------------------- */
.contact_01 {
  border: 1px solid #6adbbf;
  padding: 40px 20px 20px;
  padding-bottom: 0;
  position: relative;
  margin-top: 60px; }
  .contact_01 .contact_hdg_01 {
    position: absolute;
    top: -18px;
    background-color: #6adbbf;
    padding: 5px 10px;
    width: 240px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .contact_01 .contact_hdg_02 {
    background-color: #6adbbf;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    padding: 5px 0; }

/* ----------------------------------------------------------------------------
 * footer
 * ------------------------------------------------------------------------- */
.footer_01 {
  padding: 40px 10px 20px;
  text-align: center;
  background-color: #6adbbf;
  margin-top: 60px; }
  @media (min-width: 800px) {
    .footer_01 {
      margin-top: 100px; } }
  .footer_01 .copy {
    color: #FFF;
    padding-top: 10px; }
