/* 文字設定 */
body {
font-size: 95%;
color:#4C4B4B;
/* font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
-webkit-text-size-adjust: 100%;
}

/* リンク文字設定 */
a:link { color: #4C4B4B;; }
a:visited { color: #4C4B4B; }
a:hover { color: #ff0066; }
a:active { color: #4C4B4B; }

/* リンク下線削除 */
a { text-decoration: none; }

/* ヘッダー画像の縦サイズは固定しつつ横伸び */
.image {
	 width: 100%;
   height: 500px;
   object-fit: cover;
}

/* hr1のデザイン */
.hr1 {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
  border-top: 3px double #E4E3E3;
	padding: 20px 0;
	text-align: center;
	overflow: visible;
}

.hr1::after {
  content: '\02660';
  display: inline-block;
  position: relative;
  top: -40px;
  padding: 0 3px;
  background: #fff;
  color: #E4E3E3;
  font-size: 20px;
}

/* 文字の両サイドに線 */
.head-border {
    display: flex;
    align-items: center;
		width: 67%;
		margin-left : 35px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #E4E3E3;
}

.head-border:before {
    margin-right: 1.2rem;
}

.head-border:after {
    margin-left: 1.2rem;
}

/*ボタンデザイン1*/
.button001 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #313131;
    color: #FFF;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #FFF;
}

/* inputボックスのデザイン */
.m-form-text {
    height: 2.4em;
    width: 80%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

/* テキストエリアのデザイン */
.m-form-item-textarea textarea {
    height: 300px;
}

.m-form-textarea {
    display: block;
    width: 80%;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

/* 送信ボタンのデザイン */
.button {
  display       : inline-block;
  border-radius : 4px;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 13px 100px;   /* 余白       */
  background    : #595959;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 1px solid #595959;    /* 枠の指定 */
}
.button:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}

/* テーブルデザイン */
.table1 {
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #b8b9bf solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}
.table1 TD {
border: 1px #b8b9bf solid; /* セルの枠線（太さ・色・スタイル） */
}

/* プルダウンデザイン */
.dropdown {
  position: relative;
  display:block;
  margin-top:0.5em;
  padding:0;
	background: #ffffff;
	width:685px;
	height: 33px;
	border-color: #ccc;
}

.dropdown select {
  width:100%;
  margin:0;
  background:none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  font-size:0.7em;
  color: #4C4B4B;
  padding: .7em 1.9em .5em .8em;
  line-height:1.3;
}

.dropdown::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  margin-top:-4px;
  z-index: 2;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpolygon fill='rgb(192,192,192)' points='8,12 0,0 16,0'/%3E%3C/svg%3E") 0 0 no-repeat;
  pointer-events:none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown select::-ms-expand {
    display: none;
  }
  select:focus::-ms-value {
    background: transparent;
    color: #ccc;
  }
}
