/*ベース*/
* {
    box-sizing: border-box;
}

body {
    width: 100%;
    max-height: 10px;
    margin: 0;
    padding: 0;
    font-family: "Times New Roman", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ　Ｐゴシック", "Helvetica Neue", helvetica, Arial, sans-serif;
    background-color: #ffffff;
    background-image: url(../img/sample-redfox.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% auto;
    top: 0;
}
/*背景画像設定*/

/*header編集部--------------------------------------------------*/
/*imgロゴ設定*/
img {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
}
/*ヘッダー基本設定項目*/
header {
    width: 100%;
    padding: 10px 20px 10px 10px;
    background-color: #ffffff30;
    top: 0;
    display: flex;
    align-items: center;
}
/*TS-PAC文字用*/
.header-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #ffffff;
}
.top {
    font-size: 20px;
}
.ts-title {
    text-decoration: none;
    color: #ffffff;
}
/*aタグのデザイン変更*/
.top-url, .bottom-url {
    text-decoration: none;
    color: #ffffff;
}
/*リストタグのデザイン変更*/
.top-menu {
    list-style: none;
    display: flex;
    padding: 0 0 0 2%;
}
.footer {
    list-style: none;
    display: flex;
    padding: 0 0 0 2%;
}
.top {
    margin: 0 0 0 0;
    font-size: 20px;
    flex-grow: 1;
    text-align: center;
}
.bottom {
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    font-size: 16px;
    text-align: center;
}
li + li {
    border-left: 1px solid #ffffff;

}
/*ナビの配置変更*/
nav {
    margin: 0 0 0 auto;
    text-align: center;
    flex-grow: 0.5;
}
/*main編集部-------------------------------------------------*/
/*imgタイトル用*/
.img-title {
    margin: 0 0;
    padding: 0 0 0 20px;
    font-size: 10vw;
    color: #ffffff;
}
.img-word {
    margin: 0;
    padding: 0 0 20vw 0;
}
/*サブタイトル編集部*/
.sub-title {
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    font-size: 32px;
    text-align: center;
}
/*フォーム編集部*/
.contact {
    width: 80%;/*横幅*/
    margin: 0 auto;/*中央寄せ*/
    padding: 60px 0;
}
.contact-ttl{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.contact-table {
    width: 100%;
    margin-bottom: 20px;
}
.contact-item, .contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 30%; /* 横幅30%指定（グレーの背景色部分） */
  background-color: #eee; /* グレーの背景色 */
}

.contact-body {
  width: 70%; /* 横幅70%指定（白背景色部分） */
}
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-submit {
    width: 250px; /* 横幅指定 */
    background-color: #333; /* 背景色 */
    color: #fff; /* 文字色 */
    font-weight: bold; /* 文字の太さ */
    display: block; /* インライン要素をブロック要素に変更 */
    margin: 0 auto; /* 中央寄せ */
    font-size: 16px; /* 文字の大きさ */
    padding: 15px; /* 内側の余白 */
    border-radius: 100vh; /* 角丸指定 */
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.contact-submit2 {
    width: 150px; /* 横幅指定 */
    background-color: #55826f; /* 背景色 */
    color: #fff; /* 文字色 */
    font-weight: bold; /* 文字の太さ */
    display: block; /* インライン要素をブロック要素に変更 */
    margin: 50px auto; /* 中央寄せ */
    font-size: 16px; /* 文字の大きさ */
    padding: 15px; /* 内側の余白 */
    border-radius: 100vh; /* 角丸指定 */
    text-align: center;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
/*footer編集部--------------------------------------------------*/
/*footer基本設定項目*/
footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #55826f;
}
/*footerタイトル用*/
.footer-title {
    margin: 10px;
    padding: 5px 16px;
    font-size: 16px;
    color: #ffffff;
}
.group-name {
    margin: auto;
    padding: 50px 0 0 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}
.copyright {
    margin: auto;
    padding: 0 0 10px 0;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}