body *{
  box-sizing: border-box;
}
#statement p{
  text-indent: 1em;
}
.timeline>li>p{
  font-size:10pt;
  margin:0;
  padding:0;
  line-height: 1.2;
}
.timeline>li>p>a{
  color:#222!important;
}
.timeline>li>p>a:before {
    display: inline-block;
    content: '▲';
    color: #33498e;
    transform: rotate(90deg);
    position: relative;
    left: -8px;
}
.timeline>.watch{
  border: 2px solid #0D3B91!important;
  background-color: white!important;
  color: black!important;
}
.timeline>.watch>p{
  font-weight: bold;
  font-size:11pt;
  line-height: 1.5;
  }
  .timeline>.watch>img{
  max-width:60%!important;
  }
.timeline>li>span{
  font-size:80%;
  display: block;
}
.timeline>.it,.timeline>.affair{
  border:1px solid #ccc!important;
  padding:5px!important;
}
.watch>.b1njTimelineEventContents:hover, .watch>.b1njTimelineEventContents.open {
    z-index: 100;
  background-color:blue;
    border: 1px solid #d8d566;
}

article h1{
  font-size: 20pt!important;
}




body{
  background-color: white!important;
  padding:0;
}

#page-wrap{
  width:980px;
  border:1px solid gray;
  border-radius: 10px;
  border-top:20px solid gray;
    padding:10px 100px 30px 100px;
    box-sizing: border-box;
    background-color: white;
    margin-top:30px;
}
h1{
  padding-top:60px;
  text-align:center;
}
h1>img{
  max-width:480px;
  width:50%;
}
#page{
  width:auto;
  background-color: white;
}
article{
    margin-bottom: 30px;
}
article h1{
  font-size:28pt;
  text-align:center;
  margin:60px auto 40px auto;
  letter-spacing: 0.3em;
  padding:0;
}
article p{
  line-height:2;
  font-size:10pt;
  margin:0 auto 1.4em auto;
}
article>section>h1{
  font-weight:normal;
  text-align: center;
  font-size:20pt;
  border-bottom:3px solid #777;
  padding-bottom:8px;
  margin:60px auto 40px auto;
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
header{
  position: relative;
}
  #page-wrap{
  width:auto;
  background-color: white;
  padding:10px;
  }
}









/* --- 以下、基本的に変更しない --- */

.top-news .list .line-1{
  display: none;
}
.top-news .list .text{
  line-height: 1.4;
}
.list-02 .line-1{
    margin-right: 4px !important;
    display: inline;
        font-size: 11px;
    line-height: 17px;
    padding: 1px 7px 0;
    background-color: #ddd;
    white-space: nowrap;
}
.list-02 .line-3{
  font-size:12px;
  color:#666;
  }



@media only screen and (min-width: 641px) {/*PC*/
.header-inner{
  display: none;
}
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  .billboard img{
  width:100%;
  }
#global-nav{
  display: none;
}
#global-list{
  display:none;
}
#category-nav{
  display: none;
}
#extra{
  display: none;
}
}




@media only screen and (min-width: 641px) {/*PC*/
#sp-floating-layer{
  display: none;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
div.social-bookmark {
  display: none;
}
#social-under{
  display: none;
}
}




/* v2.0 */
/* v2.0 */
/* v2.0 */
/* v2.0 */
/* v2.0 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline {
  margin: 0px auto;
  max-width: 80em;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px;
  list-style-type: none;
  /*thanks to
     https://twitter.com/JacoKoster
  */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  background-position: 50% 0;
  /* 
    elements 1,(2),3,(4), etc.
    elements in brackets inherit these properties, some are overridden below (2n)
    beginning at 0
  */
}
.timeline .year {

  font-size: 3em;
  max-width: 4em;
  clear: both;
  margin: 1em auto 1em;
  color: #aaa;
  border-radius: 30% / 100%;
  text-align: center;
  margin-top: 2em;
}
.timeline .year:first-of-type {
  margin-top: 0 !important;
}
.timeline .event {
  position: relative;
  text-align: center;
  float: right;
  clear: right;
  width: 45%;
  margin: 1em 2.5%;
  border-radius: 5px;
  list-style-type: none;
  display: block;
  padding:  10px 5px 10px 5px;
  background: white;
  z-index: 15;
  color: #4d4d4d;
  border: 1px solid #9d9d9d;
  text-decoration: none;
  -webkit-transition: background .15s linear;
  -moz-transition: background .15s linear;
  -ms-transition: background .15s linear;
  -o-transition: background .15s linear;
  transition: background .15s linear;
  font-size:14px;
}
.timeline .event.featured {
  width: 95% !important;
  background: #e8e8e8;
}
.timeline .event.featured:after, .timeline .event.featured:before {
  display: none;
}
@media all and (max-width: 600px) {
  .timeline .event {
    width: 85%;
  }
}
.timeline .event.offset-first {
  margin-top: -1.5em !important;
}
.timeline .event img {
  margin-top: 10px;
  max-width: 100%;
}


.timeline .event:nth-of-type(2n) {
  float: left;
  clear: left;
}
@media all and (min-width: 600px) {
  .timeline .event:nth-of-type(2n) {
    margin-top: 2em;
  }
}

.timeline .event:nth-child(2n):after {
  right: -5%;
  /* reset the standard declaration I defined before*/
  left: auto;
}

.padd {
  display: block;
  padding: 10px;
}
.padd.center {
  text-align: center;
}

.ad {
  display: block;
  background: rgba(50, 50, 50, 0.5);
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  font-weight: 800;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}

a {
  text-decoration: none;
  color: black;
}


@media only screen and (min-width: 641px) {/*PC*/
footer>nav>ul.group-sites>li.column.c4 {
    width: 22%;
}
footer>nav>ul.group-sites>li.column.c5 {
    width: 13%;
}
}