@charset "UTF-8";
/*--------------------------------------------

青森ひばの木工品
https://mizuhokoumuten.com/goods/

  [00] 基本設定
  [01] ヘッダー
  [02] トップページ
  [03] サブページ共通

  [12] お問い合わせ
  [12] 特定商取引法に基づく表記

  [15] フッター
  [99] 微調整用の設定

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.6rem;
  /*本文サイズ 1.6rem=16px*/
  line-height: 1.5;
  color: #261f1a; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.6s;
  color: #3f926d;
  text-decoration-line: underline;
  word-break: break-all; }
  a:hover {
    transition: 0.6s;
    opacity: 0.7;
    color: #3f926d; }

::selection {
  background: #3f926d;
  color: #ffffff; }

h1, h2, h3, h4, h5, th {
  font-weight: 700; }

/*テーブル共通設定*/
table {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  line-height: 2; }
  table th, table td {
    padding: 5px 15px;
    border-bottom: solid 5px #ffffff; }
  table th {
    width: 25%;
    background-color: #d0eade;
    font-weight: 500;
    border-right: solid 5px #ffffff; }
  table td {
    width: 75%;
    background-color: #efefef; }

p {
  line-height: 2; }

figcaption {
  line-height: 1.5; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

br.br-pc-only {
  display: inline; }
br.br_480, br.br_768, br.br_600, br.br_1200 {
  display: none; }

.indent-kome {
  padding-left: 1em;
  text-indent: -1em; }

/*セクション設定
-------------------------*/
section {
  position: relative;
  z-index: 1;
  padding: 60px 0; }

.w_limit_sp {
  width: 92%; }

.w_limit_1200 {
  max-width: 1200px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

/*ボタンの設定
-------------------------*/
.Btn {
  font-size: 15px;
  text-decoration-line: none;
  width: 100%;
  max-width: 240px;
  height: 40px;
  line-height: 38px;
  background: #ff8f57;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 500;
  border: solid 1px #ffffff;
  margin: 15px auto 0;
  padding-right: 10px;
  border-radius: 5px;
  text-align: center; }
  .Btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    transition: 0.6s;
    width: 8px;
    height: 8px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg); }
  .Btn:hover {
    background: #ffffff;
    color: #ff8f57;
    border: solid 1px #ff8f57; }
    .Btn:hover::after {
      background: #ff8f57;
      width: 15px;
      transform-origin: right center;
      transform: translate(50px, 0px) rotate(45deg); }

.Btn-center {
  margin: auto; }

@media screen and (max-width: 1200px) {
  br.br_1200 {
    display: inline; } }
@media screen and (max-width: 1024px) {
  br.br-pc-only {
    display: none; } }
@media screen and (max-width: 768px) {
  section {
    padding: 30px 0; }

  br.br_768 {
    display: inline; } }
@media screen and (max-width: 600px) {
  br.br_600 {
    display: inline; } }
@media screen and (max-width: 480px) {
  br.br_480 {
    display: inline; }

  table th, table td {
    display: block;
    border-bottom: solid 1px #ffffff; }
  table th {
    width: 100%;
    border-right: none;
    margin-top: 15px; }
  table td {
    width: 100%; }

  a.Btn {
    height: auto;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px; } }
@media screen and (min-width: 480px) {
  a.tel-link-img {
    pointer-events: none;
    display: inline; } }
/*----------------------------
 レイアウト共通設定(flexbox)
----------------------------*/
.flexbox-cal2, .flexbox-cal3, .flexbox-cal4 {
  flex-wrap: wrap; }

.flexbox-cal4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .flexbox-cal4 li {
    width: calc(96%/4); }

@media screen and (max-width: 820px) {
  .flexbox-cal4 li {
    width: 48%;
    margin-bottom: 25px; } }
/*--------------------------------------------
  [01] ヘッダー
---------------------------------------------*/
header {
  position: relative;
  background: url("../images/common/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 12;
  width: 100%; }
  header .w_limit_1200 {
    position: relative;
    width: 100%; }
  header h1 {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    max-width: 100%; }
    header h1 img {
      width: 340px;
      height: auto;
      max-width: 100%; }

.header-contact {
  position: relative;
  text-align: right;
  padding: 10px;
  width: 30%;
  margin-left: 70%;
  max-width: 100%; }
  .header-contact img {
    width: 254px;
    height: auto;
    max-width: 100%; }

@media screen and (max-width: 767px) and (min-width: 601px) {
  .mv-inner, #Subpage {
    padding-top: 30px; } }
@media screen and (max-width: 480px) {
  header h1 {
    left: 0;
    right: auto;
    width: 50%;
    max-width: 100%; }

  .header-contact {
    width: 50%;
    margin-left: 50%; } }
/*--------------------------------------------
  [02] トップページ
---------------------------------------------*/
#Mainvisual {
  background: url("../images/home/bg-mv.jpg");
  background-size: cover;
  width: 100vw;
  position: relative; }

.mv-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative; }

.mv-fig-box {
  position: relative;
  display: block;
  width: 35vw;
  max-width: 410px; }
  .mv-fig-box figure {
    display: block;
    position: absolute;
    margin: auto;
    width: 20vw;
    max-width: 222px; }
    .mv-fig-box figure:nth-of-type(1) {
      top: -2vw;
      left: 0px;
      z-index: 2; }
    .mv-fig-box figure:nth-of-type(2) {
      bottom: -2vw;
      right: 0px; }

.mv-txt {
  width: 60%;
  margin-left: 25px;
  margin-top: 20px; }
  .mv-txt img {
    width: 732px;
    height: auto; }

.goods-list {
  position: relative; }
  .goods-list::after {
    content: "";
    display: block;
    width: 49.5%; }
  .goods-list li {
    text-align: center;
    position: relative;
    padding-bottom: 15px; }
    .goods-list li h2 {
      font-size: 1.8rem; }
    .goods-list li p.price {
      font-size: 1.5rem;
      color: #db4b00; }
      .goods-list li p.price span {
        font-size: 1.8rem; }
    .goods-list li img {
      width: 250px;
      height: auto;
      max-width: 100%; }
    .goods-list li a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .goods-list li a:hover {
        background-color: #fff8cc; }

@media screen and (max-width: 767px) {
  /*
  .pagetop-wrap{
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-direction: column;
  	.mainvisual{order:2;}
  	.section-item-list{order: 1;}
  }
  	*/
  section#Mainvisual {
    padding: 0px; }

  .mv-inner {
    flex-direction: column;
    width: 100%; }

  .mv-fig-box {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    display: none; }
    .mv-fig-box figure {
      position: relative;
      width: 50%;
      max-width: 100%; }
      .mv-fig-box figure:nth-of-type(1) {
        top: 0;
        text-align: right; }
      .mv-fig-box figure:nth-of-type(2) {
        bottom: 0; }

  .mv-txt {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px; }
    .mv-txt img {
      width: 732px;
      height: auto; } }
@media screen and (max-width: 480px) {
  .goods-list li h2 {
    font-size: 1.7rem; } }
/*--------------------------------------------
  [03] サブページ共通
---------------------------------------------*/
h1.subpage-title {
  text-align: center;
  color: #008844;
  font-size: 2.8rem;
  margin-top: 10px;
  margin-bottom: 40px; }

ol.Crumb {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 10px auto;
  font-size: 1.5rem;
  align-items: center;
  /*    max-width: 1100px;*/ }
  ol.Crumb li {
    padding-right: 25px;
    position: relative; }
    ol.Crumb li::after {
      content: '';
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-style: solid;
      border-color: #828284;
      border-width: 1px 1px 0 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
    ol.Crumb li:last-of-type::after {
      display: none; }
    ol.Crumb li i {
      display: block;
      background-image: url("../images/common/icon-home.svg");
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%; }

@media screen and (max-width: 767px) {
  ol.Crumb {
    font-size: 1.4rem;
    padding-top: 10px;
    margin-bottom: 0;
    /*    display: none;*/ } }
@media screen and (max-width: 480px) {
  h1.subpage-title {
    font-size: 2.4rem;
    margin-bottom: 15px; } }
/*--------------------------------------------
  [01] 商品ページ
---------------------------------------------*/
.item-container {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }

.item-slide {
  width: 42%; }

ul.thumbnail {
  width: 100%;
  margin-top: 15px; }
  ul.thumbnail li {
    border: solid 1px #d8d8d8; }

ul.thumbnail .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%; }

ul.thumbnail li.slick-slide {
  width: 23% !important;
  float: none; }

.thumbnail .slick-current {
  opacity: 0.3; }

.item-detail {
  width: 50%; }
  .item-detail h1 {
    font-size: 3.2rem;
    margin-bottom: 10px; }
  .item-detail .price {
    color: #db4b00; }
    .item-detail .price span {
      font-size: 2.8rem;
      font-weight: 600; }
  .item-detail .description {
    margin: 15px 0 30px; }
  .item-detail table {
    margin-top: 50px; }

.buy-btn img {
  width: 280px;
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1)); }

h2.h2-wood {
  font-size: 2.4rem;
  border-top: solid 3px #d0eade;
  padding: 10px 0px 15px 60px;
  position: relative;
  margin-bottom: 30px; }
  h2.h2-wood::before {
    content: '';
    background: url("../images/common/icon-tree.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 45px;
    top: 0;
    bottom: 5px;
    left: 10px;
    margin: auto; }
  h2.h2-wood::after {
    content: '';
    background: url("../images/common/h2-line.jpg");
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0; }

.item-description-container {
  max-width: 960px;
  margin: 0 auto; }

.item-main-img {
  margin-bottom: 15px; }

.item-description-2cal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 50px 0; }
  .item-description-2cal figure {
    width: 35%;
    text-align: center; }
  .item-description-2cal div {
    width: 60%;
    margin-left: 5%;
    line-height: 2; }

.caution {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 1em; }

.fc-pink {
  color: #cf005a; }

.accordion_Box {
  margin-bottom: 25px; }

.accordion_Btn {
  display: block;
  padding: 10px;
  padding-left: 25px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  color: #008744;
  background: #d3ede1;
  margin: 50px auto 0px;
  position: relative; }
  .accordion_Btn::before, .accordion_Btn::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #008744;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .accordion_Btn::after {
    transform: rotate(0);
    transition: 0.5s; }

.accordion_Btn.active::after {
  background: #008744;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s; }

.accordion_Hidden {
  border: solid 2px #d0e4db;
  padding: 25px 5%;
  line-height: 2; }
  .accordion_Hidden ul {
    margin-bottom: 40px; }
    .accordion_Hidden ul li {
      margin-bottom: 15px;
      padding-left: 25px;
      position: relative; }
      .accordion_Hidden ul li::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #008744;
        position: absolute;
        top: 15px;
        left: 0;
        margin: auto; }

.cta {
  background: url("../images/common/bg-cta.jpg"); }
  .cta .buy-btn {
    text-align: center; }

.points-hiba {
  margin-top: 25px; }

.hiba-points-list {
  margin: 0 auto;
  background-color: #e6f5ef;
  border-radius: 15px;
  padding: 25px 5%; }
  .hiba-points-list li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    line-height: 2; }
    .hiba-points-list li h3 {
      font-size: 1.8rem;
      color: #008944; }
      .hiba-points-list li h3::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #008744;
        position: absolute;
        top: 15px;
        left: 0;
        margin: auto; }

.back-home {
  text-align: center;
  padding: 50px 0; }
  .back-home .home-btn {
    display: inline-block; }
  .back-home .logo-img {
    margin-bottom: 15px; }
    .back-home .logo-img img {
      width: 210px;
      height: auto;
      max-width: 100%; }
  .back-home .btn-img img {
    width: 280px;
    height: auto;
    max-width: 100%; }

@media screen and (max-width: 600px) {
  .item-container {
    flex-direction: column; }

  .item-slide {
    width: 100%; }

  .item-detail {
    width: 100%;
    margin-top: 25px;
    padding: 0 15px; }
    .item-detail h1 {
      font-size: 2.6rem; }

  .buy-btn {
    text-align: center; } }
@media screen and (max-width: 480px) {
  .item-description-2cal {
    flex-direction: column;
    margin: 15px 0; }
    .item-description-2cal figure {
      width: 80%;
      margin: 25px auto 0;
      order: 2; }
    .item-description-2cal div {
      width: 100%;
      margin-left: 0%;
      order: 1; } }
/*--------------------------------------------
  [01] 注文フォーム
---------------------------------------------*/
select {
  display: block;
  -moz-appearance: menulist;
  -webkit-appearance: menulist; }

.mailform-table input,
.mailform-table select,
.mailform-table textarea {
  font-size: 16px;
  /*iOSで入力時にズームアップしないようにする*/
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 5px;
  padding: 0 5px;
  min-height: 36px; }

.mailform-table textarea {
  resize: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
  min-height: 150px;
  height: 150px; }

.max-width-180 {
  max-width: 180px; }

.max-width-320 {
  max-width: 320px; }

.max-width-550 {
  max-width: 550px; }

.form-example {
  color: #757575; }

table.mailform-table {
  max-width: 960px; }
  table.mailform-table tr {
    display: flex;
    padding: 25px 0;
    border-bottom: solid 1px #c9c9c9; }
  table.mailform-table th {
    width: 25%;
    padding: 15px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff; }
    table.mailform-table th span.must {
      display: block;
      background: #e04d4a;
      color: #ffffff;
      width: 60px;
      font-size: 15px;
      text-align: center;
      margin-right: 10px;
      margin-top: 3px;
      margin-bottom: 5px; }
  table.mailform-table td {
    width: 75%;
    padding: 15px;
    background-color: #ffffff; }
    table.mailform-table td span {
      display: block;
      margin-top: 5px; }

.address-section dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 25px; }
  .address-section dl:last-of-type {
    margin-bottom: 0; }
.address-section dt {
  font-weight: 400;
  width: 15%;
  margin-right: 3%; }
.address-section dd {
  width: 82%; }

.form-privacy {
  width: 100%;
  max-width: 850px;
  height: 200px;
  margin: 30px auto 0;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 15px;
  line-height: 2; }

.sending-check {
  margin-bottom: 40px; }
  .sending-check input {
    margin-right: 10px; }

.formBtn_area {
  margin: 20px auto 0;
  padding: 25px 10px;
  text-align: center; }

input.formBtn {
  display: block;
  background: #ea6a29;
  background: linear-gradient(90deg, #ea6a29 0%, #ed9d25 100%);
  width: 260px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto; }

input.formBtn.formBtn-back {
  background: #afafaf;
  margin-top: 30px;
  font-size: 1.6rem;
  width: 200px;
  height: 40px; }

.form-kakunin h3 {
  font-size: 1.8rem;
  line-height: 1.5; }

h3.error-h3 {
  color: #C90F12; }

p.error_messe {
  margin-top: 20px;
  color: #C90F12; }

.formBtn_area_02 {
  margin: 0 auto;
  padding: 10px;
  text-align: center; }

table.item-order-table {
  font-size: 1.8rem; }
  table.item-order-table tr {
    padding: 0;
    border-bottom: none; }
  table.item-order-table th {
    width: 10%;
    max-width: 50px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    font-weight: 700;
    background-color: #d0eade; }
    table.item-order-table th p {
      align-self: center; }
  table.item-order-table td {
    font-weight: 600;
    width: 100%;
    padding: 10px 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background-color: #e9e9e9; }
    table.item-order-table td p {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
  table.item-order-table tr:nth-of-type(2n) td {
    background-color: #fafafa; }

.item-order-table .item-input-quantity {
  font-size: 1.6rem;
  font-weight: 400;
  align-self: center; }
  .item-order-table .item-input-quantity input {
    margin-left: 15px;
    margin-right: 5px;
    width: 4rem;
    max-height: 4rem; }

#Thanks p {
  margin: 30px auto 45px; }
#Thanks a.Btn {
  margin: 0 auto; }

@media screen and (max-width: 980px) and (min-width: 768px) {
  .mail-content th {
    flex-direction: column; }
    .mail-content th br {
      display: none; } }
@media screen and (max-width: 767px) {
  table.mailform-table tr {
    flex-direction: column;
    padding: 0; }
  table.mailform-table th, table.mailform-table td {
    width: 100%; }
  table.mailform-table th {
    border: none;
    margin-top: 10px;
    padding-bottom: 0; }
  table.mailform-table td {
    padding-bottom: 25px;
    border: none; }

  .mail-content th br {
    display: none; }

  table.item-order-table {
    font-size: 1.6rem; }
    table.item-order-table th, table.item-order-table td {
      border-bottom: solid 5px #ffffff;
      padding-left: 15px;
      padding-right: 15px; }
    table.item-order-table tr {
      padding: 0;
      flex-direction: row; }
    table.item-order-table th {
      width: 10%;
      min-width: 10%;
      margin-top: 0;
      padding-top: 0;
      border-right: solid 5px #ffffff; }
    table.item-order-table td {
      padding-bottom: 15px; }

  .address-section dl {
    flex-direction: column; }
  .address-section dt {
    width: 100%;
    margin-right: 0%; }
  .address-section dd {
    width: 100%; } }
/*--------------------------------------------
  [01] 特定商取引法に基づく表記
---------------------------------------------*/
.law table th, .law table td {
  padding: 15px; }

/*--------------------------------------------
  [15] フッター
---------------------------------------------*/
footer {
  background: url("../images/common/bg-footer.jpg");
  padding: 25px 0;
  height: 400px;
  z-index: 5;
  position: relative;
  margin-bottom: 0; }
  footer a {
    color: #261f1a;
    text-decoration-line: none; }
  footer .w_limit_1200 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }

.footer-info {
  width: 30%; }
  .footer-info > div:nth-of-type(2) {
    margin: 25px 0; }
  .footer-info .footer-logo img {
    width: 340px;
    height: auto;
    max-width: 100%; }

.footer-nav {
  font-size: 1.6rem; }

ul.sitemap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.sitemap li {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin-right: 10px; }
    ul.sitemap li:first-of-type {
      margin-top: 15px; }
    ul.sitemap li a::before {
      content: '';
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #158a43;
      transform: rotate(45deg);
      position: absolute;
      left: 0;
      top: 0.5em;
      bottom: auto;
      margin: auto;
      width: 8px;
      height: 8px;
      transition: 0.2s; }
    ul.sitemap li a:hover::before {
      left: 5px;
      transition: 0.2s; }

small {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 5px; }

#PageTop {
  display: block;
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  z-index: 5;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; }

@media screen and (max-width: 768px) {
  footer {
    height: auto; }
    footer .w_limit_1200 {
      display: block;
      text-align: center; }

  .footer-info, .footer-nav {
    width: 100%;
    margin-left: 0; }

  footer ul.sitemap {
    flex-direction: column;
    width: 100%; }
    footer ul.sitemap li {
      display: block;
      padding: 15px;
      border-top: solid 1px #40c4c2;
      margin: 0;
      position: relative; }
      footer ul.sitemap li:first-of-type {
        margin-top: 0; }
      footer ul.sitemap li a {
        display: block;
        width: 100%;
        height: 100%; }
        footer ul.sitemap li a::before {
          left: auto;
          right: 25px;
          top: 0;
          bottom: 0; }
        footer ul.sitemap li a:hover::before {
          left: auto; }

  footer ul.sitemap li:last-of-type {
    border-bottom: solid 1px #40c4c2; }

  small {
    position: relative;
    padding-bottom: 0; } }
/*--------------------------------------------
  [99]  微調整用の設定
---------------------------------------------*/
.ta-left {
  text-align: left; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.mgt-0 {
  margin-top: 0; }

.mgt-15 {
  margin-top: 15px; }

.mgt-25 {
  margin-top: 25px; }

.mgt-45 {
  margin-top: 45px; }

.mgt-50 {
  margin-top: 50px; }

.mgt-75 {
  margin-top: 75px; }

.mgt-100 {
  margin-top: 100px; }

.mgb-0 {
  margin-bottom: 0; }

.mgb-15 {
  margin-bottom: 15px; }

.mgb-25 {
  margin-bottom: 25px; }

.mgb-45 {
  margin-bottom: 45px; }

.mgb-50 {
  margin-bottom: 50px; }

.mgb-75 {
  margin-bottom: 75px; }

.mgb-100 {
  margin-bottom: 100px; }

.pdt-0 {
  padding-top: 0; }

.pdb-0 {
  padding-bottom: 0; }

.fz-14 {
  font-size: 1.4rem; }

.fz-18 {
  font-size: 1.8rem; }

.fz-21 {
  font-size: 2.1rem; }

.fz-24 {
  font-size: 2.4rem; }

.emsp {
  display: inline; }

.fw-600 {
  font-weight: 600; }

.fc-bluegreen {
  color: #1daab8; }

.align-bottom {
  vertical-align: bottom; }

@media screen and (max-width: 480px) {
  .ta-center-480 {
    text-align: center !important; }

  .ta-left-480 {
    text-align: left; }

  .emsp {
    display: none; } }
/*-------------------------
 背景パターン
-------------------------*/
.bg-palegreen {
  background-color: #e3efed !important; }

.bg-Cross-green {
  background-color: #ffffff;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)), radial-gradient(circle, rgba(255, 255, 255, 0) 20%, #ffffff 20%, #ffffff 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) 18px 18px, linear-gradient(#afe4d4 1px, rgba(255, 255, 255, 0) 2px) 0 -1px, linear-gradient(90deg, #afe4d4 1px, #ffffff 2px) -1px 0;
  background-size: 36px 36px, 36px 36px, 18px 18px, 18px 18px; }
