/*ベース*/
* {
    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: 10% 0 0 0;
    font-size: 32px;
    text-align: center;
}
/*タイムライン編集部*/
.timeline {
    list-style: none;
    padding-bottom: 5%;
    margin-left: 15%;
}
.timeline > li {
    margin-bottom: 60px;
}  
/* for Desktop */
@media ( min-width : 724px ){
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 120px;
        float: left;
        margin-top: 20px;
        padding-right: 0px;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 30px;
        margin-left: 20px;
    }
    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #55826f;
        position: absolute;
        left: 136px;
        top: 24px;
        border-radius: 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;
}