﻿
/* モバイル */


@media screen and (max-width: 767px){
body {
	margin:0; padding:0;
	line-height:1.4;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.top {
	width:100%;
	margin: 0 auto;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-size:100% auto;
	padding-bottom: 10px;

}



.header {
	position: fixed !important; 
	top: 0;
	left:0;
	height:80px;
	width:100%;
	background-color:rgba(255,255,255,0.9 );
	position: absolute;
	z-index: 1;
}


.logo {
	padding: 25px 0px 0px 25px;
	width: 240px;
}




/*メニュー部分*/
.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 99999;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.9);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu li {
    width:260px;
list-style-type:none;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;

}



.main {
	width: 100%;
	margin: 0 auto;
	margin-bottom:60px;
	padding-top: 80px;

}


.main a {
	width: 400px;

}




.title {
	margin-left:35px;
	margin-top:40px;
	font-size: 24px;
	font-weight:700;
	padding: .25em 0 .25em .75em;
	border-left: 12px solid #00acdd;
	margin-bottom:20px;
}

.sub-title {

	margin-top:60px;
	font-size: 20px;
	font-weight:700;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	margin-bottom:30px;
}

.date {
	text-align:left;
	font-size:18px;
	margin-top:80px;
	padding-bottom:10px;
	padding-left:35px;
	font-weight: 900;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;

}



/* for Desktop */

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 80px;
    float: left;
    margin-top: 20px;
    font-size:12px;
  }
  .timeline-content {
    width: 60%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #21a0d5;
    position: absolute;
    left: 76px;
    top: 20px;
    border-radius: 100%;
  }

h3 {
font-size: 14px;
}



/*  フッター　*/



.copyright {
	font-size: 10px;
	color: #bbb;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;
}
}




/* タブレットとPC */

@media(min-width:768px){

body {
	margin:0; padding:0;
	line-height:1.4;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.top {
	width:100%;
	margin: 0 auto;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-size:100% auto;
	padding-bottom: 10px;

}



.header {
	position: fixed !important; 
	top: 0;
	left:0;
	z-index:0;
	height:80px;
	width:100%;
	background-color:rgba(255,255,255,0.9 );
	position: absolute;
	z-index: 1;
}


.logo {
	padding: 22px 0px 20px 30px;
	width:320px;
}

/*メニュー部分*/
.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu li {
    width:260px;
list-style-type:none;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;

}



.main {
	width: 960px;
	margin: 0 auto;
	margin-bottom:60px;
	padding-top: 80px;
}


.main a {
	width: 400px;

}




.title {
	margin-top:60px;
	font-size: 24px;
	font-weight:700;
	padding: .25em 0 .25em .75em;
	border-left: 12px solid #00acdd;
	margin-bottom:30px;
}

.sub-title {

	margin-top:60px;
	font-size: 20px;
	font-weight:700;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	margin-bottom:30px;
}

.date {
	text-align:left;
	font-size:24px;
	margin-top:80px;
	padding-bottom:30px;
	padding-left:35px;

}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 20px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #21a0d5;
    position: absolute;
    left: 105px;
    top: 24px;
    border-radius: 100%;
  }



/*  フッター　*/



.copyright {
	font-size: 16px;
	color: #bbb;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;
}







}