@charset "utf-8";

/* ----------------------------------------------------
  Google font　日本語
---------------------------------------------------- */
.jp01{font-family: 'Noto Sans JP', sans-serif;} /* ゴシック */
.jp02{font-family: 'Noto serif JP', sans-serif;} /* 明朝 */

/* ----------------------------------------------------
  英字
---------------------------------------------------- */
.en01{font-family: "Cormorant Garamond", serif;} /* 明朝 */
.en02{font-family: "Bodoni Moda", serif;} /* 明朝　エレガント系 */

/* ----------------------------------------------------
  テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}

/* ----------------------------------------------------
  テキスト高さ
---------------------------------------------------- */
.text01{line-height: 33px; letter-spacing: 1.5px;}
@media print, screen and (min-width: 992px) {.text01{line-height: 35px;}}

.text01 a:link,
.text01 a:visited,
.text01 a:hover,
.text01 a:active{
  text-decoration:underline;
  color: #04c3df !important;
}

/* ----------------------------------------------------
  文字寄せ
---------------------------------------------------- */
/*　スマホ左寄せ　ほか中央
---------------------------------------------------- */
.ctr-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text01{text-align: center;}}

/*　スマホ中央　ほか左寄せ
---------------------------------------------------- */
.ctr-text02{text-align: center;}
@media print, screen and (min-width: 768px) {.ctr-text02{text-align: left;}}

/*　スマホ左寄せ　ほか右寄せ
---------------------------------------------------- */
.rgt-text01{text-align: left;}
@media print, screen and (min-width: 768px) {.rgt-text01{text-align: right;}}

/* ----------------------------------------------------
  背景色と文字色
---------------------------------------------------- */
/* 背景色
---------------------------------------------------- */
.bg_white{background: #fff;}
.bg_blue{background: #04c3df}
.bg_cream{background: #e6ddd4}
.bg_cream02{background: #f3ede7}


/* パキっと分かれる */
.bg_separate_01{background: linear-gradient(to bottom, #04c3df 120px, #f7f5f4 120px);}
@media print, screen and (min-width: 768px) {.bg_separate_01{background: linear-gradient(to bottom, #04c3df 320px, #f7f5f4 320px);}}

/* 写真 */
.bg_photo01{background: url("../images/bg_photo01.jpg") no-repeat scroll 50% 0% / cover;}
.bg_photo02{background: url("../images/bg_photo02.png") no-repeat center bottom;}

/* 文字色
-------------------------- */
.white{color:#fff}
.blue{color: #04c3df}
.pink{color:#fda082}
.red{color: #e94545}

/* ----------------------------------------------------
  テキスト太字
---------------------------------------------------- */
.bold{font-weight: 600;}

/* ----------------------------------------------------
  ペン
---------------------------------------------------- */
.pen {
  font-weight: 900;
  background: linear-gradient(transparent 50%, #ffde00 50%);
}

/* ----------------------------------------------------
  挨拶者名
---------------------------------------------------- */
.name{font-size: 18px; text-align: right;}
.name span{font-size: 24px;}

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
/* 左寄せ　背景画像あり　文字アニメーション
---------------------------------------------------- */
.h2_02{background: url("../images/h2_02.jpg") no-repeat scroll 50% 0% / cover;}
.h2_03{background: url("../images/h2_03.jpg") no-repeat scroll 50% 0% / cover;}
.h2_04{background: url("../images/h2_04.jpg") no-repeat scroll 50% 0% / cover;}
.h2_05{background: url("../images/h2_05.jpg") no-repeat scroll 50% 0% / cover;}
.h2_06{background: url("../images/h2_06.jpg") no-repeat scroll 50% 0% / cover;}
.h2_07{background: url("../images/h2_07.jpg") no-repeat scroll 50% 0% / cover;}
.h2_08{background: url("../images/h2_08.jpg") no-repeat scroll 50% 0% / cover;}

.h2_midasi_01_bgimg {
  position: relative;
  color: white;
  z-index: 0;
  overflow: hidden;
}
.h2_midasi_01_bgimg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* ここで暗さを調整 */
  z-index: -1; /* 背景の後ろに来ないように注意 */
}
.h2_midasi_01{
	padding:120px 0 30px 0;
	text-align: center;
	color: #fff;
}
@media print, screen and (min-width: 768px) {.h2_midasi_01{padding:90px 0 80px 0;}}
@media print, screen and (min-width: 992px) {.h2_midasi_01{padding:80px 0 90px 0}}
@media print, screen and (min-width: 1200px) {.h2_midasi_01{padding:80px 0 90px 0}}

.h2_midasi_01 h2{
	font-size: 30px;
	line-height:30px;
	letter-spacing:5px;
	}
@media print, screen and (min-width: 768px) {
.h2_midasi_01 h2{
	font-size: 35px;
	line-height:35px;
	}
}
@media print, screen and (min-width: 992px) {
.h2_midasi_01 h2{
	font-size: 40px;
	line-height:40px;
	}
}
@media print, screen and (min-width: 1200px) {
.h2_midasi_01 h2{
	font-size: 45px;
	line-height:45px;
	}
}
@media print, screen and (min-width: 1400px) {
.h2_midasi_01 h2{
	font-size: 50px;
	line-height:50px;
	}
}

/* ----------------------------------------------------
  ぼかしから出現
---------------------------------------------------- */
.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}

/* ----------------------------------------------------
  ぱんくず
---------------------------------------------------- */
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 7px 15px;
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
  background: #04c3df;
}

.pankuzu li {
  display: flex;
  align-items: center;
}

/* 区切り文字の設定 */
.pankuzu li:not(:last-child)::after {
  content: ">";
  margin: 0 10px;
  color: #222;
  font-size: 0.8rem;
}

.pankuzu a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pankuzu a:hover {
  color: #222;
  text-decoration: underline;
}

.pankuzu li[aria-current="page"] {
  color: #fff;
  font-weight: bold;
}

/* ----------------------------------------------------
  PDFファイルボタン
---------------------------------------------------- */
.btn_org_01 {
  position: relative;
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 27px 40px 27px 27px;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  border-radius: 10px;
}
.btn_org_01::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height:40px;
  background: url("../images/pdf.png") no-repeat center;
  background-size: contain;
}
.btn_org_01:visited {color: #222 !important;}
.btn_org_01:hover,
.btn_org_01:active {
  background: #f1e7d8;
  color: #222 !important;
  text-decoration: none !important;
}

/* ----------------------------------------------------
  お問い合わせページ　連絡先ボックス
---------------------------------------------------- */
.mail-box{
	padding: 15px 20px;
	background: #fff;
	text-align: center;
  border: 1px solid #e6ddd4;
	}
.mail-box h3{
	font-size: 20px;
	margin-bottom: 20px;
	}
.mail-box h3 span{
	padding-bottom: 5px;
	border-bottom: 1px solid #222;
	}
@media print, screen and (min-width: 768px){
.mail-box{
	padding: 30px 10px;
	}
.mail-box h3{
	font-size: 30px;
	margin-bottom: 20px;
	}
}

/* ----------------------------------------------------
  電話ボタン　電話の見た目
---------------------------------------------------- */
.contact_btn_tel{
  font-family: 'Noto serif JP', sans-serif;  
	display:block;
	color:#fff;	
	background-color: #30384b;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 8px;
  border-radius: 100px;
	}
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0 !important;
	text-align:left;
	color: #30384b;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_tel i{margin:0 5px 0 0; color:#30384b;}
}
@media print, screen and (min-width: 992px) {
.contact_btn_tel{font-size:35px;}
}

/* ----------------------------------------------------
  FAXの見た目
---------------------------------------------------- */
.contact_btn_fax{
	font-weight:lighter;		
	display:block;
	font-size:120%;	
	text-align:center;
	}
.contact_btn_fax a:link,
.contact_btn_fax a:visited,
.contact_btn_fax a:hover,
.contact_btn_fax a:active{color:#fff}
@media print, screen and (min-width: 768px) {
.contact_btn_fax{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	font-size:24px;
	margin-bottom: 0;
	}
.contact_btn_fax i{margin:0 5px 0 0; color:#30384b;} /* アイコンの色変更 */
}
@media print, screen and (min-width: 992px) {
.contact_btn_fax{font-size:35px;}
}

/* ----------------------------------------------------
  お知らせ
---------------------------------------------------- */
.information-area_01 {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}

/*スクロールバー*/
.information-area_01::-webkit-scrollbar{ 
   width: 10px;
   border-radius: 5px;  
}
.information-area_01::-webkit-scrollbar-thumb{ 
   background: #04c3df;
   border-radius: 5px;
}
.information-area_01::-webkit-scrollbar-track-piece:start{
   background: #eee;
   border-radius: 5px;   
}
.information-area_01::-webkit-scrollbar-track-piece:end{
   background: #eee;
   border-radius: 5px;   
}

.news_table_01 .new{
	color: #04c3df;
	font-size: 15px;
	margin-left: 15px;
}

.news_table_01{
	width:98%;
	border-collapse: collapse;
	position: relative;
}
.news_table_01 th{
	padding:10px 0 3px 0;
	display: block;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
}
.news_table_01 td{
	padding:0 0 12px 0;
	display: block;
	text-align: left;
}

@media print, screen and (min-width: 768px) {
.news_table_01 th{
	width: 200px;
	padding:4px 0;
	vertical-align:top;
	display:table-cell;
	}
.news_table_01 td{
	padding:4px 0;
	vertical-align:top;
	display:table-cell;
	}
}

.news_table_01 a:link,
.news_table_01 a:visited{
  text-decoration:underline;
  color: #04c3df;
}
.news_table_01 a:hover,
.news_table_01 a:active{
  text-decoration:none;
  color: #04c3df;
}

/* ----------------------------------------------------
    パネル（並んだアイテムボックス）
---------------------------------------------------- */
.panel_area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 25px;
  margin-bottom: 30px;
  align-items: stretch; 
}

@media print, screen and (min-width: 768px) {
  .panel_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 27px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 992px) {
  .panel_area {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
  }
}

@media print, screen and (min-width: 1200px) {
  .panel_area {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* アイテム リンク設定（※以前の全体リンク用。現状不要ですが残しています）
--------------------------- */
.panel_link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition-duration: 300ms;
}

/* アイテム本体（Grid化して中身を整列させる）
--------------------------- */
.panel_01 {
  padding: 20px;
  border: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(160, 160, 160, 0.1);
  transition: 300ms;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: start;
}
@media print, screen and (min-width: 768px) {
  .panel_01 {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1600px) {
  .panel_01 {
    padding: 40px;
  }
}

/* 各パーツの配置指定（grid-rowで順番を固定し、上辺を同期させる）
--------------------------- */
/* 各パーツの配置を「何行目か」明示する */
.panel_01 .photo-ofi   { grid-row: 1;}
.panel_01 .panel_title { grid-row: 2; align-self: stretch;}
.panel_01 .panel_table { grid-row: 3; align-self: stretch;}
.panel_01 .btn_org_02  { grid-row: 4;}

.panel_01 .panel_title {
  font-size: 18px;
  line-height: 26px;
  color: #222;
  border-top: 2px solid #222;
  border-bottom: 1px solid #222;
  padding: 10px 0 12px 0;
  align-self: stretch; 
}

.panel_01 .panel_table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  background: #fff;
  text-align: center;
  align-self: start; 
}

/* テーブル内のスタイル
--------------------------- */
.panel_table th {
  color: #fff;
  width: 25%;
  padding: 5px;
  text-align: center;
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  background-color: #32c9e3;
  border: 0;
}

.panel_table td {
  color: #222;
  padding: 5px 10px;
  display: table-cell;
  background: #eff2f7;
  border: 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .panel_table th {
    width: 35%;
    padding: 5px;
  }
  .panel_table td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
  }
}

/* ボタン
--------------------------- */
.btn_org_02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 8px;
  width: 100%;
  letter-spacing: 2px;
  color: #222 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 100px;
  padding: 13px 0;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #222;
  margin-top: auto; 
}

.btn_org_02:hover {
  background: #222;
  color: #fff !important;
}

.btn_org_02 img {
  height: 24px;
  width: auto;
  margin-top: 3px;
}

/* ----------------------------------------------------
  box
---------------------------------------------------- */
@media print, screen and (min-width: 1400px) {
.p01-box01{padding: 10%;}
}

/* ----------------------------------------------------
  幅変更で縦長
---------------------------------------------------- */
.tatenaga_img_01 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (min-width: 768px) {
  .tatenaga_img_01 {
    aspect-ratio: 1 / 1.9;
    overflow: hidden;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 992px) {
  .tatenaga_img_01 {
    aspect-ratio: 2 / 1.2;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .tatenaga_img_01 {
    aspect-ratio: 1.7 / 1.5;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1600px) {
  .tatenaga_img_01 {
    aspect-ratio: auto;
    overflow: visible;
  }
  .tatenaga_img_01 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ----------------------------------------------------
  アローボタン
---------------------------------------------------- */
.btn_org_03 {
  position: relative;
  display: block;
  font-size: 18px;
  width: 100%;
  padding: 27px 40px 27px 27px;
  letter-spacing: 2px;
  color: #222 !important;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  border-bottom:solid 1px #dedcdb;
  border-radius: 0;
}
.btn_org_03::after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  width: 35px;
  height: 35px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.btn_org_03:hover::after {
  transform: translateY(-50%) translateX(20px);
}
.btn_org_03:visited {color: #222 !important;}
.btn_org_03:hover,
.btn_org_03:active {
  border-bottom:solid 1px #dedcdb;  
  color: #32c9e3 !important;
  text-decoration: none !important;
}

/* ----------------------------------------------------
   ページ下部　お問い合わせ
---------------------------------------------------- */
.bottom-box{
	padding: 15px;
	background: #f1efed;
	text-align: center;
	}
.bottom-box h3{
	color:#333;
	font-size: 18px;
  line-height: 28px;
	margin-bottom: 10px;
	}

@media print, screen and (min-width: 768px){
.bottom-box{
	padding: 30px 10px 20px 10px;
	}
.bottom-box h3{
	font-size: 20px;
  line-height: 30px;  
	}
}

/* 電話ボタン　電話の見た目
---------------------------------------------------- */
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff}

.contact_btn_tel{
  display: inline-flex;
  align-items: center;
  gap: 10px;  
	color:#fff;	
	background-color: #222;
	font-size:20px;	
	padding:15px 30px;
	text-align:center;
	font-weight: normal;
  border-radius: 100px;
	}
.contact_btn_tel img {
  width: 20px;
  height: auto;
  display: block;
}

@media print, screen and (min-width: 768px) {
.contact_btn_tel{
  display: inline-flex;
  align-items: center;
  gap: 10px;
	color: #222;
	font-size:24px;
  background: transparent;
	margin-bottom: 0;
	}
.contact_btn_tel img {
  margin-top: 5px;
  width: 25px;
  }
}

@media print, screen and (min-width: 992px) {
.contact_btn_tel{font-size:35px;}
}

/* ----------------------------------------------------
  ページ下部のお問い合わせ
---------------------------------------------------- */
/*　mail form（タイトル）
---------------------------------------------------- */
.contact_bottom_title01{
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

/*　左右エリア
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_box{
    float:left;
    width: 50%;
  }
  .contact_bottom_r_box{
    float:right;
    width: 50%;
    border-left: 1px solid #fff;
  }
}

/*　受付時間など
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.contact_bottom_l_text{
  font-size: 14px;
  margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_bottom_l_text{
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact_bottom_l_text{
    font-size: 16px;
  }
}

/*　電話
---------------------------------------------------- */
.contact_bottom_tel{
	display:block;
	text-align:center;
	font-weight: normal;
	}
@media only screen and (max-width: 767px) {
.contact_bottom_tel{
  font-size: 17px;
  padding: 20px 5px;
	color:#fff;
	background-color: #2b3641;
	margin-bottom: 8px;
  border-radius: 100px;
	}
}
@media print, screen and (min-width: 768px) {
.contact_bottom_tel{
	font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
.contact_bottom_tel{
	font-size: 28px;
  margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 1600px) {
.contact_bottom_tel{
	font-size: 32px;
	}
}

/*　電話アイコン
---------------------------------------------------- */
.contact_bottom_tel i{
  font-size:　18px;
  margin:0 5px 0 0;
  color:#fff;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_tel i{
  font-size: 18px;
  margin:0 8px 5px 0;
  }
}

/*　メールボタン
---------------------------------------------------- */
.contact_bottom_mail {
  display: block;  
  padding: 18px 5px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
.contact_bottom_mail {
  display: inline-block;  
  font-size: 14px;
  width: 70%;
  padding: 7px;
  }
}
@media print, screen and (min-width: 992px) {
.contact_bottom_mail {
  font-size: 16px;
  padding: 7px 5px;  
  }
}

.contact_bottom_mail:link,
.contact_bottom_mail:visited{
	color:#fff;
  border: 1px solid #004185;
  background: #004185;
  border-radius: 100px;
	text-decoration:none;
	}
.contact_bottom_mail:hover,
.contact_bottom_mail:active{
	color:#fff;
  border: 1px solid #001226;
  background: #001226;
	text-decoration:none;
	}

/*　メールアイコン
---------------------------------------------------- */
.contact_bottom_mail i{
  font-size:　15px;
  margin-right: 5px;
}

/* ----------------------------------------------------
  インフォメーション　アイテムボックス
---------------------------------------------------- */
/* アイテム全体
----------------------------- */
.item_panel_02{
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  border:1px solid #e6ddd4;
  box-shadow: 0 0 8px rgba(160,160,160,0.1);
}

@media print, screen and (min-width: 768px) {
.item_panel_02{
  padding: 20px;
  margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.item_panel_02{
  padding: 30px;
  margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1600px) {
.item_panel_02{
  padding: 35px;
  }
}

/* 日付
----------------------------- */
@media only screen and (max-width: 767px) {
.item_panel_02_newtable{
  border-collapse: collapse;
  border: 0;
  color: #2b3d4d;
  background: #fff;
  text-align: left;
  width: fit-content;
  }
}

@media print, screen and (min-width: 768px) {
.item_panel_02_newtable{
  font-size: 18px;
  width: 100%;
  border-collapse: collapse;
  border: 0;
  color: #2b3d4d;  
  background: #fff;
  text-align: left;
  margin-bottom: 8px;
  }
}

.item_panel_02_newtable th {
  text-align: left;
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  border: 0;
}

.item_panel_02_newtable td {
  text-align: left;  
  display: table-cell;
  border: 0;
}

@media print, screen and (min-width: 768px) {
.item_panel_02_newtable th {
  width: 60px;
  }
}

.item_panel_02_date span{
  display: inline-block;
  background: #ff6868;
  color: #fff;
  padding:1px 3px 1px 5px;
  font-size: 13px;
  line-height: 20px;
  margin-right: 8px;
  border-radius: 2px
}

/* アイテムボックス テキスト01
----------------------------- */
@media only screen and (max-width: 767px) {
  .item_panel_02_text01{
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}

.item_panel_02_text01{font-size: 20px; margin-bottom: 10px;}

.item_panel_02_text01 a:link,
.item_panel_02_text01 a:visited{text-decoration:underline; color:#04c3df;}

.item_panel_02_text01 a:hover,
.item_panel_02_text01 a:active{text-decoration:none; color:#04c3df;}

/* アイテムボックス タイトル
----------------------------- */
.item_panel_02_title{
  font-size: 18px;
  margin-bottom: 9px;
  color: #fff;
  background:  #2b3d4d;
  letter-spacing: 1px;  
  padding:6px 10px 7px 10px;
  border-radius: 3px;
  }
@media print, screen and (min-width: 768px) {
.item_panel_02_title{
  font-size: 20px;
  letter-spacing: 3px;
  padding:9px 15px 10px 15px;
  }
}

/* アイテムボックス 日時テーブル
----------------------------- */
.item_panel_02_table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  color: #aab0b6;
  align-self: start;
  text-align: left;  
  font-size: 14px;
}

.item_panel_02_table td {
  padding: 5px 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
.item_panel_02_table td {
    padding: 5px 0;
    vertical-align: middle;
  }
}

/* アイテムボックス 写真
----------------------------- */
@media only screen and (max-width: 767px) {
.item_panel_02 .photo-ofi{
  margin-bottom: 15px;
  }
}

/* アイテムボックス テキスト02
----------------------------- */
@media only screen and (max-width: 767px) {
.item_panel_02_text02{
    line-height: 1.7em;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
.item_panel_02_text02{
  margin-bottom: 8px;
  }
}

/* アイテムボックス テキスト03
----------------------------- */
@media only screen and (max-width: 767px) {
.item_panel_02_text03{
    line-height: 1.7em;
  }
}

/*  アイテムボックス 詳細ボタン
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.item_btn_02 {
  color: #fff !important;
  background: #222;  
  display: block;
  width: 100%;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  }
}

@media print, screen and (min-width: 768px) {
.item_btn_02 {
  color: #fff !important;
  background: #222;  
  display: inline-block;
  width: 270px;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  }
}

.item_btn_02:visited {
  color: #fff !important;
}
.item_btn_02:hover,
.item_btn_02:active {
  color: #fff !important;  
  background: #04c3df;
  text-decoration: none !important;
}

/*  アイテムボックス 詳細ボタン
---------------------------------------------------- */
.item_btn_03 {
  color: #222 !important;
  background: #fff;  
  display: inline-block;
  width: 180px;
  padding: 10px 2px;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #222;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box; 
}

.item_btn_03::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;  
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 768px) {
.item_btn_03 {
  width: 200px;
  padding: 10px 2px;
  }
}

.item_btn_03:visited {
  color: #222 !important; 
}
.item_btn_03:hover,
.item_btn_03:active {
  color: #222 !important;  
  background: #f7f5f4;
  text-decoration: none !important;
}
.item_btn_03:hover::after,
.item_btn_03:active::after {
  right: 15px;
}

/* paging
---------------------------------------------------- */
.paging { text-align: center; font-size: 90%;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#333;
	border:1px solid #333;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	background: #fff;
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #333;
}
.paging span.current{
	background: #333;
	border:1px solid #333;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
}
.paging span.paging-text a:hover{
	background: #333;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}

/* ----------------------------------------------------
    機関紙 PACIFIC WAY
---------------------------------------------------- */
/* アイテム全体
----------------------------- */
.item_panel_03{
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;  
  border:1px solid #e6ddd4;  
  box-shadow: 0 0 8px rgba(160,160,160,0.1);
}

@media print, screen and (min-width: 768px) {
.item_panel_03{
  padding: 20px;
  margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
.item_panel_03{
  padding: 35px;
  margin-bottom: 50px;
  }
}

/* 雑誌について
----------------------------- */
.magazine-header {
  display: flex;
  align-items: center;
  gap: 10px;
  /* デフォルトは縦並び（スマホ用） */
  flex-direction: column;
}
.magazine-title {
  font-size: 20px;
}

@media print, screen and (min-width: 768px) {
.magazine-header {
    /* 横並びに変更 */
    flex-direction: row;
    gap: 20px;
  margin-bottom: 20px;
  }
.magazine-title {
  font-size: 22px;
  width: 35%;
  padding: 5px 0;
  border-right:1px solid #cfbdaa;   
  }
.magazine-date {
  width: 20%;
  padding: 5px 0;  
  text-align: center;   
  }  
.magazine-number {
  width: 45%;
  padding: 5px 0;  
  }    
}

@media print, screen and (min-width: 992px) {
.magazine-title {
  width: 30%;  
  }
.magazine-date {
  width: 20%;  
  }  
.magazine-number {
  width: 50%;
  }  
}

/* 雑誌について
----------------------------- */
.magazine-header-02 {
  display: flex;
  align-items: center;
  gap: 2px;
  /* デフォルトは縦並び（スマホ用） */
  flex-direction: column;
  margin-bottom: 10px;
}


@media print, screen and (min-width: 768px) {
.magazine-header-02 {
    /* 横並びに変更 */
    flex-direction: row;
    gap: 20px;
  margin-bottom: 10px;
  }
.magazine-date-02 {
  width: 30%;
  padding: 5px 0;  
  }  
.magazine-number-02 {
  width: 70%;
  padding: 5px 0;  
  }    
}

@media print, screen and (min-width: 1400px) {
.magazine-date-02 {
  width: 15%;
  }  
.magazine-number-02 {
  width: 85%;
  }  
}

/* title
----------------------------- */
.item_panel_03_title{
  font-size: 18px;
  margin-bottom: 9px;
  color: #fff;
  background:  #2b3d4d;
  letter-spacing: 1px;  
  padding:6px 10px 7px 10px;
  border-radius: 3px;
  }
@media print, screen and (min-width: 768px) {
.item_panel_03_title{
  font-size: 20px;
  letter-spacing: 3px;
  padding:9px 15px 10px 15px;
  }
}

/* text
----------------------------- */
@media only screen and (max-width: 767px) {
.item_panel_03_text{
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
.item_panel_03_text{margin-bottom: 10px;}

/* 検索
----------------------------- */
.search-form {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.search-form__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ラベルのスタイル */
.search-form__label {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
}

.search-form__inputs {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  gap: 8px;
  width: 100%;
}

.select-wrapper {
  flex: 1; /* セレクトボックスを均等に広げる */
}

.search-form select {
  width: 100%;
  padding:10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}

.search-form__submit {
  width: 100%;
  padding:8px 10px;
  background-color: #04c3df;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

/* タブレット・PCスタイル（横並び） */
@media print, screen and (min-width: 768px) {
  .search-form__inner {
    flex-direction: row; /* すべて横一列に */
    align-items: center;
  }

  .search-form__inputs {
    width: auto;
    flex-grow: 1; /* 入力エリアを優先的に広げる */
  }

  .select-wrapper {
    max-width: 300px; /* 横並びの時に広がりすぎないよう制限 */
  }

  .search-form__submit {
    width: auto;
    min-width: 100px;
  }
}

/* ----------------------------------------------------
  書籍のご案内
---------------------------------------------------- */
.panel_area_06 {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 25px;
  align-items: stretch; 
}

@media print, screen and (min-width: 768px) {
.panel_area_06 {
    grid-template-columns: repeat(1fr, 1fr);
    gap: 15px 27px;
  }
}

@media print, screen and (min-width: 992px) {
.panel_area_06 {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
  }
}

/* アイテム本体（Grid化して中身を整列させる）
--------------------------- */
.panel_06 {
  padding: 20px;
  border-radius: 10px;
  border:1px solid #e6ddd4;
  background: #fff;
  box-shadow: 0 0 8px rgba(160, 160, 160, 0.1);
  transition: 300ms;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: start;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
.panel_06 {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1600px) {
.panel_06 {
    padding: 35px;
  }
}

/* アイテムボックス タイトル
----------------------------- */
.item_panel_06_title{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
  color: #fff;
  background:  #2b3d4d;
  letter-spacing: 1px;  
  padding:13px 13px 15px 13px;
  border-radius: 3px;
  }
@media print, screen and (min-width: 768px) {
.item_panel_06_title{
  letter-spacing: 3px;
  padding:9px 15px 10px 15px;
  }
}

.panel_06_title{
  font-size: 20px;
  margin-bottom: 10px;
  border-left: 5px solid #222;
  padding:4px 0 4px 10px;
}

/* アイテムボックス テーブル
----------------------------- */
@media only screen and (max-width: 767px) {
.panel_06_table{
	width: 100%;
  font-size: 14px;
	border-collapse: collapse;
	background: #fff;
  word-break: break-all;
}
.panel_06_table th{
  width: 90px;
  color: #04c3df;
	padding: 7px 0; 
	text-align: left;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
}
.panel_06_table td{
	padding: 7px 0 7px 7px;
  line-height: 22px;
	display: table-cell;
  vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
	}
}

@media print, screen and (min-width: 768px) {
.panel_06_table{
	width: 100%;
	border-collapse: collapse;
	background: #fff;
  word-break: break-all;
}
.panel_06_table th{
  width: 100px;
	padding: 10px 0;
  color: #04c3df;  
	text-align: left;
	display: table-cell;
  vertical-align: middle;
	font-weight: normal;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
}
.panel_06_table td{
	padding: 10px 0 10px 10px;
	display: table-cell;
	vertical-align: middle;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
	}
}

/* ----------------------------------------------------
    テーブル1
---------------------------------------------------- */
.table1{
  width:100%;
  border-top:0px;
  border-bottom:0px;
  border-collapse:collapse;  
}
.table1 th{
	width: 30%;
	padding:20px 0;
  border: solid #222;
  border-width: 1px 0;  
	vertical-align:middle;
	display:table-cell;
  font-weight: normal;
  background: transparent;
  text-align: center;
  word-break: break-word;
	}
@media print, screen and (min-width: 768px) {
.table1 th{
	width: 25%;
	}
}
.table1 td{
	padding:20px 0 20px 20px;
  border: solid #ccc;
  border-width: 1px 0;
	display:table-cell;
  background: transparent;
  word-break: break-word;
	}
@media only screen and (max-width: 767px) {
.table1 span{
	text-decoration:underline;
	color:#222;
	}
}

/* ----------------------------------------------------
  テーブル2
---------------------------------------------------- */
.table2{
	width: 100%;
	border-collapse: collapse;
  border-top: 1px solid #DCD7D0;
	background: #fff;
}
.table2 th{
	width: 40%;
	padding: 5px 10px;  
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #f1efed;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 5px 10px;
	display: table-cell;
	border: 1px solid #DCD7D0;
	}

@media print, screen and (min-width: 768px) {
.table2 th{
	width: 35%;
	padding: 15px;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table2 td{
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #DCD7D0;
	}
}

/* ----------------------------------------------------
  テーブル3
---------------------------------------------------- */
.table3{
	width: 100%;
  font-size: 14px;
  line-height: 24px;
	border-collapse: collapse;
  border-top: 1px solid #DCD7D0;
	background: #fff;
}
.table3 th{
	width: 40%;
	padding: 3px 5px;
	text-align: center;
	display: table-cell;
	font-weight: normal;
  vertical-align: middle;
	background-color: #f1efed;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table3 td{
	padding: 3px 5px;
	display: table-cell;
	border: 1px solid #DCD7D0;
	}

@media print, screen and (min-width: 768px) {
.table3 th{
	width: 35%;
	padding: 3px 10px;
  border: 1px solid #DCD7D0;
  border-top: none;
}
.table3 td{
	padding: 3px 10px;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #DCD7D0;
	}
}

/* ----------------------------------------------------
   テーブル5
---------------------------------------------------- */
.table5 {
  table-layout: fixed;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
  background: #fff;
  border:3px solid #ddcbc3;
}
.table5 th,
.table5 td {
	padding:5px 10px;
	border: 1px solid #dccfc1;
  vertical-align: middle;
  word-break:break-word;
}
.table5 th {
	text-align: center;
  font-weight: normal;
  background: #ede4db;
}

  /* 1列目 */
  .table5 th:nth-child(1), .table5 td:nth-child(1) { width: 14%; }
  /* 2列目 */
  .table5 th:nth-child(2), .table5 td:nth-child(2) { width: 20%;}
  /* 3列目 */
  .table5 th:nth-child(3), .table5 td:nth-child(3) { width: 28%; }
  /* 4列目 */
  .table5 th:nth-child(4), .table5 td:nth-child(4) { width: 13%; text-align: center;}
  /* 5列目 */
  .table5 th:nth-child(5), .table5 td:nth-child(5) { width: 7%; text-align: center;}
  /* 6列目 */
  .table5 th:nth-child(6), .table5 td:nth-child(6) { width: 10%; text-align: center;} 


@media print, screen and (min-width: 768px) {
.table5 {
  font-size: 14px;
  line-height: 22px;    
  }
  
.table5 th,
.table5 td {
	padding:10px;
}  
  
  /* 1列目 */
  .table5 th:nth-child(1), .table5 td:nth-child(1) { width: 12%; }
  /* 2列目 */
  .table5 th:nth-child(2), .table5 td:nth-child(2) { width: 22%;}
  /* 3列目 */
  .table5 th:nth-child(3), .table5 td:nth-child(3) { width: 30%; }
  /* 4列目 */
  .table5 th:nth-child(4), .table5 td:nth-child(4) { width: 13%; text-align: center;}
  /* 5列目 */
  .table5 th:nth-child(5), .table5 td:nth-child(5) { width: 7%; text-align: center;}
  /* 6列目 */
  .table5 th:nth-child(6), .table5 td:nth-child(6) { width: 8%; text-align: center;}  
}

@media print, screen and (min-width: 992px) {
.table5 {
  font-size: 16px;
  line-height: 24px;
  }
}

/* ----------------------------------------------------
    見出し01
---------------------------------------------------- */
.midasi01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	}
.midasi01 span{
	font-size: 35px;
	letter-spacing: 1px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
.midasi01{
	font-size: 19px;
	line-height: 39px;
	}
.midasi01 span{
	font-size: 55px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi01{
	font-size: 20px;
	line-height: 40px;
	}
.midasi01 span{
	font-size: 65px;
	}
}

/* ----------------------------------------------------
    見出し03
---------------------------------------------------- */
.midasi03{
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi03{
	font-size: 26px;
	line-height: 36px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi03{
	font-size: 28px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi03{
	font-size: 32px;
	line-height: 42px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
  font-weight: 600;  
	}
@media print, screen and (min-width: 768px) {
.midasi04{
	font-size: 20px;
	line-height: 30px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04{
	font-size: 21px;
	line-height: 31px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04{
	font-size: 23px;
	line-height: 33px;
	}
}

/* ----------------------------------------------------
    見出し04
---------------------------------------------------- */
.midasi04b{
	font-size: 17px;
	line-height: 37px;
	letter-spacing: 2px;
	}
@media print, screen and (min-width: 768px) {
.midasi04b{
	font-size: 18px;
	line-height: 38px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi04b{
	font-size: 19px;
	line-height: 39px;
	}
}
@media print, screen and (min-width: 1200px) {
.midasi04b{
	font-size: 20px;
	line-height: 40px;
	}
}

/* ----------------------------------------------------
    見出し05
---------------------------------------------------- */
.midasi05{
	font-size: 16px;
  line-height: 26px;  
  padding:10px;
	letter-spacing: 2px;
  border-top: 2px solid #222;  
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 992px) {
.midasi05{
	font-size: 18px;
  line-height: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
.midasi05{
	font-size: 20px;
  line-height: 30px;
  }
}

/* ----------------------------------------------------
    見出し06
---------------------------------------------------- */
.midasi06{
	font-size: 18px;
  line-height: 23px;
  padding-left: 15px;
  color: #04c3df;
  background: url("../images/circle.png") no-repeat center left;
}
@media print, screen and (min-width: 992px) {
.midasi06{
	font-size: 20px;
  line-height: 25px;
	}
}

/* ----------------------------------------------------
    見出し07
---------------------------------------------------- */
.midasi07{
	font-size: 22px;
	line-height: 32px;
	}
@media print, screen and (min-width: 768px) {
.midasi07{
	font-size: 25px;
	line-height: 35px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi07{
	font-size: 28px;
	line-height: 38px;
	}
}

/* ----------------------------------------------------
    見出し08
---------------------------------------------------- */
.midasi08{
	font-size: 18px;
  line-height:28px;
  border-left: 4px solid #222;
  padding:8px 0 8px 13px;
	}
@media print, screen and (min-width: 768px) {
.midasi08{
	font-size: 20px;
  line-height: 30px;
  padding:10px 0 10px 15px
	}
}

/* ----------------------------------------------------
    見出し09
---------------------------------------------------- */
.midasi09{
	font-size: 16px;
  line-height:28px;
  color: #fff;
  background: #222;
  padding:5px 10px;
  border-radius: 5px;
	}
@media print, screen and (min-width: 768px) {
.midasi09{
	font-size: 18px;
  line-height: 30px;
  padding:5px 10px 7px 15px;  
	}
}


/* ----------------------------------------------------
    見出し14
---------------------------------------------------- */
.midasi14{
	font-size: 26px;
	line-height: 23px;
	letter-spacing: 2px;
	}
.midasi14 span{
	font-size: 14px;
	letter-spacing: 1px;  
}
@media print, screen and (min-width: 768px) {
.midasi14{
	font-size: 28px;
	line-height: 25px;
	}
.midasi14 span{
	font-size: 15px;
	}
}
@media print, screen and (min-width: 992px) {
.midasi14{
	font-size: 30px;
	line-height: 27px;  
	}
.midasi14 span{
	font-size: 16px;
	}
}

/* ----------------------------------------------------
    見出し15
---------------------------------------------------- */
.midasi15{
	font-size: 18px;
	line-height: 30px;
  border-top: 2px solid #222;  
  border-bottom: 1px solid #ccc;
  padding:10px 0;
  margin-bottom: 15px;
	}
@media print, screen and (min-width: 992px) {
.midasi15{
	font-size: 19px;
	line-height: 29px;  
	}
}
@media print, screen and (min-width: 1200px) {
.midasi15{
	font-size: 20px;
	line-height: 30px; 
	}  
}

/* ----------------------------------------------------
  block
---------------------------------------------------- */
/*  btn00
---------------------------------------------------- */
.btn00 {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 15px 50px 15px 15px;
  letter-spacing: 2px;
  color: #222 !important;
  background-color: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  background-image: url("../images/pdf03.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 20px auto;
  box-sizing: border-box;
}

.btn00:visited {
  color: #222 !important;
}

.btn00:hover,
.btn00:active {
  background-color: #f7f5f4;
  color: #222 !important;
  text-decoration: none !important;
}


/*  btn01
---------------------------------------------------- */
.btn01 {
  display: block;
  width: 100%;
  padding: 15px 2px;
  text-align: center;
  letter-spacing: 2px;
  color: #222 !important;
  background: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.btn01:visited {
  color: #222 !important;
}
.btn01:hover,
.btn01:active {
  background: #f1e7d8;
  color: #222 !important;
  text-decoration: none !important;
}

/*  btn03
---------------------------------------------------- */
.btn03{
  display: block;
  width: 100%;  
  color: #fff !important;
  background: #09bedd;  
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.btn03:visited {
  color: #fff !important;
}
.btn03:hover,
.btn03:active {
  color: #fff !important;  
  background: #0094ad;
  text-decoration: none !important;
}

/* ----------------------------------------------------
  inline-block
---------------------------------------------------- */
/*  btn03_in
---------------------------------------------------- */
.btn03_in {
  color: #fff !important;
  background: #09bedd;  
  display: block;
  width: 100%;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}

@media print, screen and (min-width: 768px) {
.btn03_in {
  display: inline-block;
  width: 330px;
  }
}

.btn03_in:visited {
  color: #fff !important;
}
.btn03_in:hover,
.btn03_in:active {
  color: #fff !important;  
  background: #0094ad;
  text-decoration: none !important;
}

/*  btn04_in
---------------------------------------------------- */
.btn04_in {
  color: #fff !important;
  background: #09bedd;  
  display: block;
  width: 100%;
  padding: 15px 2px;
  letter-spacing: 2px;
  border: 0;
  text-align: center;  
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 100px;
}

@media print, screen and (min-width: 768px) {
.btn04_in {
  display: inline-block;
  width: 330px;
  }
}

.btn04_in:visited {
  color: #fff !important;
}
.btn04_in:hover,
.btn04_in:active {
  color: #fff !important;  
  background: #0094ad;
  text-decoration: none !important;
}

/*  btn05
---------------------------------------------------- */
.btn05 {
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 10px 50px 10px 10px;
  letter-spacing: 2px;
  color: #222 !important;
  background-color: #fff;
  border: 1px solid #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px auto;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1600px) {
.btn05 {
  font-size: 16px;
  padding: 10px 50px 10px 15px;  
  }
}

.btn05:visited {
  color: #222 !important;
}

.btn05:hover,
.btn05:active {
  background-color: #f7f5f4;
  color: #222 !important;
  text-decoration: none !important;
}

/* ----------------------------------------------------
  hako
---------------------------------------------------- */
.hako_01{
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 8px rgba(160,160,160,0.1);
}

/* ----------------------------------------------------
  ★★★レイアウト（1:4）
---------------------------------------------------- */
.note_14 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center; /* 上下中央配置 */
  justify-items: center; /* 左右中央配置 */
}
@media screen and (min-width: 768px) {
  .note_14 {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .note_14 {
    grid-template-columns: 1fr 3.8fr;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .note_14 {
    grid-template-columns: 1fr 3.8fr;
    gap: 80px;
  }
}

.note_14:last-child { margin-bottom: 0;}
.note_14_box {box-sizing: border-box;}
