/*ベース*/
* {
    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/redfox01.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編集部-------------------------------------------------*/
.photo-about {
    width: 80%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 5%;
    font-size: auto;
}
/*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;
}
/*NEWS編集部*/
/*sectionブロック設定*/
.news1 {
    margin: auto;
    padding: 10px 0;
}
.news2 {
    margin: auto;
    padding: 5vw 0;
}
/*newsリスト設定*/
.news-list {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
/*aタグの色サイズ設定(共有)*/
.news-list .item .news-url {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    padding: 20px 20px;
}
/*aタグ初期設定*/
.news-list .item:first-child .news-url {
    border-top: 1px solid #cccccc;
    width: 100%;
}
.news-list .item .date {
    margin: 0;
    min-width: 140px;
    font-size: 16px;
    color: #000000;
    padding: 0 20px 0 0;
}
.news-list .item .category {
    margin: 0;
    min-width: 140px;
    padding: 0 20px 0 0;
}
.news-list .item .category span {
    background: #55826f;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
}
.news-list .item .news-title {
    margin: 0;
    width: 100%;
}
.news-list .item a:hover .news-title {
    color: #336666;
}
.inner {
  width: 80%;
  height: auto;
  background-color: #ececec;
  margin: 0 auto;
  padding: 0 0;
}
.news-url {
    text-decoration: none;
    color: #000000;
    width: 100%;
}
/*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;
}