
/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
table{
	width:100%;
	table-layout: fixed;
	word-break: break-word;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
#timeline {
	margin-left:50px;
	padding-left:120px;
  list-style: none;
}
#timeline li {
	margin:40px 0;
  position: relative;
}

#timeline p {
  margin: 0 0 15px;
}

.date1 {
  margin-top: -10px;
  top: 50%;
  left: -108px;
  font-size: 0.95em;
  line-height: 20px;
	position: absolute;
	border-right: 8px solid #eee9dc;
	height:110px;
	width:85px;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -30px;
  width: 10px;
  height: 10px;
  background: #48b379;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;
}


label.l1 {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  top: 10px;
  transition: transform 0.2s linear;
}
.labelshita{
	font-size: 0.8em;
	line-height: 0.5em;
}


.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
  background: #f98262;
}
.radio:checked ~ .content {
  max-height: 180px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content p {
  max-height: 200px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
}
/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 80px 0;
  }

.label {
    width: 85%;
    font-size: 0.9em;
    white-space: normal;
    display: block;
    transform: translateX(18px);
  }
.labelshita{
	display:block;
	font-size: 0.9em;
	line-height: 1.1;
}
.date1 {
  margin-top: -50px;
  left: 0px;
	padding:5px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
	color: #a22041;
	border:solid 1px #a22041;
	border-radius: 10px;
	width:75px;
	height:20px;
}


  .circle {
    display: none;
  }
}
/* -------------------------------------
 *wellsaisettei
 * ------------------------------------- */
.post_content h1 { clear:both; line-height:1.2; font-weight:normal;; margin:1em 0 30px; padding:2.2em 1.5em; }
.post_content h2 { clear:both; line-height:1.2; font-weight:normal;; margin:1em 0 30px; padding:1.7em 1.5em; }
.post_content h1 { font-size:100%; }
.post_content h2 { font-size:100%; }

.text_well01 { min-height: 20px;
  padding: 19px;
  font-size: 18px;
  color: #ffffff;
  background-color: #a22041;
  border: 1px solid #a22041;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);}

  
  