
body {
  font-family: 'Muli', 'Century Gothic', "Helvetica Neue", Helvetica, "Arial", 'Kosugi Maru', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #737273;
  background-color: #F2F2F2;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 576px){
	footer { font-size: 3.5vw}
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.timeline-event-copy a{
  transition: .3s;
  color: #BFA19F;
}

.timeline-event-copy a:hover{
  color: #F7CFC6;
  text-decoration: none;
  border-bottom: dotted 3px #F7CFC6;
}

a.anchor:hover{
	border-bottom: none;
}


/* YouTube用 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 46em;
}
.timeline:before {
  background-color: #737273;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #BFA19F;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #BFA19F;
  -webkit-box-shadow: inset 40em 0 0 0 #BFA19F;
  box-shadow: inset 40em 0 0 0 #BFA19F;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
}

.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}
.timeline-event-copy p.first {
  text-indent: 1rem;
  padding-bottom: 0;
  text-align: justify;
}
.timeline-event-copy p.next {
  text-indent: 1rem;
  margin-top: -1rem;
  padding-bottom: 0;
  text-align: justify;
}
.timeline-event-copy p.last {
  text-indent: 1rem;
  margin-top: -1rem;
  text-align: justify;
}

@media screen and (max-width: 991px) {
.timeline {
  margin: 4em auto;
  position: relative;
  max-width: 40em;
}
  .timeline-event-copy {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
.timeline-event-copy {
  left: 2em;
  width: 95%;
	}
.timeline-event-copy h3 {
  font-size: 1.3em;
}
.timeline-event-copy h4 {
  font-size: 1.15em;
}
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #737273;
  outline: 10px solid #F2F2F2;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: #F2F2F2;
  font-size: 0.75em;
  background-color: #737273;
  -moz-box-shadow: inset 0 0 0 0em #F2D3D0;
  -webkit-box-shadow: inset 0 0 0 0em #F2D3D0;
  box-shadow: inset 0 0 0 0em #F2D3D0;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

.under {
  background: linear-gradient(transparent 70%, #F7CFC6 70%);
  }

/*タイトル*/
h2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
    font-family: kan415typos-std,sans-serif;
    font-style: normal;
}

h2 span {
    display:  block;        /* ブロック要素にする */
    font-size:  30px;       /* 文字サイズ指定 */
    margin-top:  10px;      /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    width: 140px;           /* 幅指定 */
    margin: 10px auto 0;    /* 周りの余白指定 */
    background-color:  #F2F2F2;/* 背景色指定 */
	font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: rgba(115,114,115,0.5)
}
 
h2 span::before {
    content: '';            /* 空の要素を作る */
    height:  1px;           /* 高さ指定 */
    background-color: rgba(115,114,115,0.5);/* 背景色指定 */
    position:  absolute;    /* 位置調整 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
    width: 200px;           /* 幅指定 */
    left:  -30px;           /* 位置調整 */
}

h5.title {
  color: #F7CFC6;
  font-size: 4rem;
    font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
}

h5 span{
	position: relative;
	padding: 0.25em 0;
}
h5 span:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: -webkit-linear-gradient(to right, #F7CFC6, #BFA19F);
	background: linear-gradient(to right, #F7CFC6, #BFA19F);
}

p news_title {
	position: relative;/*相対位置*/
	padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
	line-height: 1.4;/*行高*/
	color: #737273;/*文字色*/
    font-family: coquette, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.thaipos {
  font-family: kan415typos-std,sans-serif;
font-weight: 400;
font-style: normal;
}

p news_title:before{
	font-family: "Font Awesome 5 Pro";/*忘れずに*/
	content: "\f138";/*アイコンのユニコード*/
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	font-weight:900;
	left: 0.25em;/*アイコンの位置*/
	top: 0.8rem;/*アイコンの位置*/
	color: rgba(191,161,159,0.80); /*アイコン色*/
}

blockquote {
    position: relative;
    padding: 20px 25px 0px 25px;
    box-sizing: border-box;
    color: #737273;
    border: solid 3px #BFA19F;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    background: #BFA19F;
    color: #F2F2F2;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #737273;
    font-size: 0.9em;
}


.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #BFA19F;
    background: #F2F2F2;
    transition: .4s;
  }

.square_btn:hover {
    background: #F7CFC6;
    color: #F2F2F2;
}


ul.news{
  color: #BFA19F;
  padding: 0.5em 0.5em 0.5em 2em;
}

ul.news li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: square;
}

ul.news a{
  text-decoration: none;
  color: #BFA19F;
}

ol.news {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #F2F2F2;
}
ol.news li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.news li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #BFA19F;
  color: #F2F2F2;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

small.news{
  color: #F2F2F2;
  background: #737273;
}

.table_info {
  border: dotted 3px #BFA19F;
  border-radius: 10px;
  padding: 10px 10px 0;
}

@media (max-width: 576px){
	.table_info { 
  font-size: .8em;
  width: 80vw;
	}}

.table_info table tr td{
  color: #737273;
}
.table_info table tr th{
  color: #737273;
  font-weight: 600;
}