body {
	color: #111;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	line-height: 1.9;
}
.admin-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.logo-mark img {
	width: 150px;
}
.title-bg-admin {    
    border-bottom: 1px solid #050808;
}
.page-title {
  text-align: center;
  font-size: 29px;
  padding: 50px 0;
}
.contact table {
    width: 100%;
    margin: 0 auto 30px;
}
.contact-form {
  max-width: 740px;
  margin: 70px auto ;
  padding: 0 20px;
}
.confirm-form {
	max-width: 700px;
	margin: 70px auto;
	padding-bottom: 70px;
}
.contact-name {
	padding-bottom: 20px;
}
.contact-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 25px 0 10px;	
	font-size: 15px;
  font-weight: bold;
}
.contact-input {
	width: 100%;
	display: block;
	outline: none;
	line-height: 1.4rem;
  background-color: #effbf9;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	padding: 10px;
	box-sizing: border-box;
  border: none;
}
input[type="date"].contact-input {
  -webkit-appearance: none; 
  appearance: none;
  line-height: normal;      
  height: auto;             
}
textarea.contact-input {
	height: 200px;
}
::placeholder {
	color:  #878787;
}
.checkbox {
	accent-color: #39b2a7;
	margin-right: 5px;
}
sup {
	color: #39b2a7;
	font-size: 12px;
	margin-left: 10px;
}
.inquiry label {
	margin-right: 20px;
}
.contact-form input[type="radio"] {
  accent-color: #39b2a7;
  transform: scale(1.2);
  margin: 0 5px 0px 0;
}
.Form-Btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: #81D8D0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.2s;
	border: none;
	cursor: pointer;
}
.Form-Btn:hover {
	background-color: #888;
}
.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.password-wrapper i {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #888;
}
.admin-footer {
  background-color: #050808;
  padding: 20px;
}
.copy ,.copy a {
  text-align: right;
  color: #fff;
  text-decoration: none;
}
.admin-menu {
  display: flex;
}
.admin-menu li {
	padding: 0 15px;
  list-style: none;
}
.admin-menu li a {
  text-decoration: none;
  color: #111;
}
/*スクロールバー（縦）*/
/*スクロールバー全体の背景*/
.scroll-box_y::-webkit-scrollbar {
  width: 5px;
}
.scroll-box_y::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box_y::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box_y::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.scroll-box_y {
  overflow-y: scroll;
	height: 15rem;
}
/*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  @media screen and (max-width: 2560px) {
    .scroll-box {
      overflow-x: auto;
    }}
.news-list-table {
	width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
	min-width: 1100px;
	max-width: 1200px;
  margin: 70px auto;
  font-size: 14px;
}
.news-list-table th,.news-list-table td {
  padding: 12px !important;
  text-align: left;
}
.news-list-table th {
	background: #fff;
	border-bottom: 0.5px solid #545454;
	background: #f9f9f9;
}
.news-list-table td {
	border-bottom: 0.5px solid #545454;
	vertical-align: middle;
}
.blog-table-btn {
  padding: 9.5px 16px;
  text-decoration: none;
  font-size: 13px;
	border-radius: 3px;
	font-weight: bold;
	white-space: nowrap;
}
.btn-edit {
  background-color: #fff;
	color: #1E56BE;
	border: 1px solid #1E56BE;
	margin-right: 10px;
}
 .btn-delete {
   color: #108861;
	 border: 1px solid #108861;
	background-color: #fff;
	padding: 6px 16px;
}
.table-id {
	width: 50px;
}
.table-btn {
	width: 170px;
}
.table-title {
	width: 300px;
}
.table-tag {
	width: 80px;
}
.table-date {
	width: 100px;
}
.news-text {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    color: #050808;
    text-decoration: none;
    display: block;
}
.news-summary {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* ← 1行で省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all; /* 英単語が長い場合でも崩れにくく */
}
.news-day {
  padding-right: 20px;
  color: #888;
  font-weight: normal;
}
.news-tab {
  color: #81D8D0;
  border: 1px solid #81D8D0;
  border-radius: 20px;
  background-color: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  font-weight: normal;
  width: 80px;
  text-align: center;
}
.news-list {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.news-list a {
    display: flex;
    flex-direction: column;
    color: #333;
    line-height: 30px;
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    text-decoration: none;
}
.news-top {
  padding-bottom: 1.5rem;
}
.page-news-title {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px){
.page-news-title,.news-text {
  font-size: 16px;
}
p.news-text { 
  margin-bottom: 5px;
}
p.news-summary {
  font-size: 14px;
  margin-bottom: 15px;
}
.news-day,.news-tab,.news-article {
  font-size: 14px;
}
.news-day {
    padding-right: 10px;
}
.admin-header {
  display: block;
  padding: 0;
}
.admin-menu {
  padding: 0;
  display: block;
}
.logo-mark {
  padding: 20px;
}
.admin-menu li {
    padding: 13px;
    border-bottom: 1px solid #050808;
}
.admin-menu li:first-child {
  border-top: 1px solid #050808;
}
.admin-menu li a {
    display: block;
}
.page-title {
    font-size: 22px;
    padding: 30px 0;
}
}