@charset "UTF-8";

/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */

/* スマートフォンのデフォルトブラウザ、Safariのフォーム装飾の打消し */
* {
  -webkit-appearance: none;
}

html {
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
  -webkit-text-size-adjust: none;
  line-height: 1;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

.ie body {
  font-size: 98%;
}

body a {
  outline: none;
  color: #242424;
}

.mouse body a:hover,
.touch body a.touchstart {
  text-decoration: none;
}

p,
dl {
  line-height: 1.5;
}

body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

p.img.sp_none {
  text-align: center;
}

img {
  height: auto;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.none {
  display: none;
}
.mb_05 {
  margin-bottom: 5px;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_60 {
  margin-bottom: 60px;
}
.mb_90 {
  margin-bottom: 90px;
}
.mb_120 {
  margin-bottom: 120px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_60 {
  margin-top: 60px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
display: inline-table;
/* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.mouseon_alpha a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* background-color: #FFF; */
}
aside a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  background-color: #fff;
}
#container .topicpath dt {
  height: 0;
  overflow: hidden;
}
#container .topicpath dd {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
}
a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .mouseon_alpha a:hover img {
    opacity: 0.75;
  }
}

body,
pre,
input,
textarea,
select {
  font-family: "Noto Sans TC", sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}

@media only screen and (min-width: 1101px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}

@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}

.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}

@media print {
  body .view_sp {
    display: none !important;
  }
}

.ie8 body .view_sp {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  body .view_pc {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .over {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

/*----------------------------------------
	font
----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
.min {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
}
em {
  font-style: normal;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #9aa7c1;
  border-bottom: 1px solid #9aa7c1;
}

table.tbl_basic tr th,
table.tbl_basic tr td {
  padding: 10px 15px;
  vertical-align: top;
  font-weight: normal;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    padding: 0.5em;
  }
}

@media only screen and (min-width: 1101px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 116%;
  }
}

@media print {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 116%;
  }
}

.ie8 table.tbl_basic tr th,
.ie8 table.tbl_basic tr td {
  font-size: 116%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th,
  table.tbl_basic tr td {
    font-size: 108%;
  }
}

table.tbl_basic tr th {
  text-align: center;
  white-space: nowrap;
}

table.tbl_basic tr th span {
  display: block;
  padding: 0.2em 0.5em;
  background: #4f9d82;
  color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  letter-spacing: 0.06em;
}

/* -----------------------------------------------------------
	下層 mainvisual
----------------------------------------------------------- */

.page_image {
  position: relative;
}
.page_image img {
  width: 100%;
}
.page_image h1 {
  font-family: "Noto Serif TC", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-shadow: 0.2em 0 1em rgba(0, 0, 0, 0.5), 0 0.2em 1em rgba(0, 0, 0, 0.5), -0.2em 0 1em rgba(0, 0, 0, 0.5), 0 -0.2em 1em rgba(0, 0, 0, 0.5);
  text-align: center;
  font-feature-settings: "palt";
  position: absolute;
}
@media screen and (min-width: 0px) {
  .page_image h1 {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 0.08em;
    font-size: clamp(1.8rem, 8vw, 4.2rem);
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .page_image h1 {
    top: 61%;
    font-size: min(4vw, 5.5rem);
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .page_image h1 {
    top: 51%;
  }
}

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: block;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: none;
  }
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  /* =======================
各ページ
========================== */
  #container {
    width: 90%;
    margin: 10px auto 70px;
  }
  #container .ttl h1 {
    font-size: 3rem;
    margin: 30px 0 40px;
    text-align: center;
  }
  #container .ttl p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .btn a {
    background-color: #8e6127;
    color: #fff;
    font-size: 1.4rem;
    background-image: url(../../img/common/yazi_white.png);
    background-repeat: no-repeat;
    background-position: 13px 20px;
    background-size: 5px;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: center;
  }

  h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .pc_br {
    display: block;
  }
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }

  #container .topicpath {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
}

/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  /* =======================
PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }

  /* =======================
各ページ
========================== */
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #container .topicpath dd a:hover {
    text-decoration: underline;
  }
}

/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
