@charset "utf-8";


/* 経営理念
--------------------------------------------------------------------------------------------------------------- */
.philosophy{
	background: linear-gradient(rgba(25, 141, 169, .6),  rgba(25, 141, 169, .6)),  url("../img/company03.jpg"); 
	background-size:cover;
	color:#FFF;
	text-align:center;
}

.max_width{
	max-width: 600px;
	margin: 0 auto;
	
}

.tittle01{
	font-size: 35px;
	padding-top: 50px;

}

.tittle02{
	text-decoration:underline;
	font-size: 12px;

}

/* テーブルレイアウト
--------------------------------------------------------------------------------------------------------------- */

table {
  margin: 20px auto;
}
.tbl-r02 th {
  border-bottom: solid 3px #46B4B4;
  padding: 10px;
  color: #46B4B4;
  width: 30%;
  text-align: left;
}
.tbl-r02 td {
  border-bottom: solid 1px #ccc;
  padding: 20px 10px;
  font-size: 0.9rem;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 td {
    border-bottom: none !important;
	padding: 20px 10px 30px 10px;
  }
  
  .philosophy{
	width: 100%;
	padding: 0 20px 20px 20px;
  } 
  
}


/* アコーディオン
--------------------------------------------------------------------------------------------------------------- */

.accordion {
  max-width: 100%;
  margin: 6px 0;
  overflow: hidden;
}

/* summary部分 */
.accordion summary {
  max-width: 200px;
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: normal;
  list-style: none;
  user-select: none;
  border: 1px solid #24aab5;
  color: #fff;
  text-align: center;
  background-color: #24aab5;
}

/* マーカー（デフォルトの▼）を非表示 */
.accordion summary::-webkit-details-marker {
  display: none;
}

/* + アイコン */
.accordion .icon {
  position: absolute;
  left: 1em;
  top: 5px;
  width: 1em;
  height: 1em;
  font-size: 1.0em;
  content: '▶';
  color: #fff;
}

.accordion .icon::before {
  content: '▶';
  transition: transform 0.3s ease;
}

/* open時はマイナス表示に */
.accordion[open] .icon::before {
  content: '▼';
}

/* 内容部分 */
.accordion .a_content {
  overflow: hidden;
  background: #fff;
  padding: 0 1em;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* open時に展開 */
.accordion[open] .a_content {
  padding: 1em 1em 1em 0em;
  width: 100%;
}





/* 沿革
--------------------------------------------------------------------------------------------------------------- */
.cont_co{
	background-color:#E0E0E0;
	max-width: 1100px;
	margin: 0 auto;

}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 20px;
  bottom: 20px;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #000;
  left: 50%;
  margin-left: 0px;
}

.space01 {
	padding-left: 30px;
	padding-bottom: 30px;
	
}


@media screen and (max-width: 768px) {
  .timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  .timeline .timeline-heading {
    margin-bottom: 30px;
  }
}
.timeline .timeline-heading > div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  background: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .timeline .timeline-heading > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline > li {
    margin-bottom: 4em;
  }
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .timeline > li > .timeline-panel {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 85% !important;
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 40px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -13px;
  background-color: #3CC7CB;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
.timeline > li > .timeline-badge i {
  display: table-cell;
  vertical-align: middle;
  height: 28px;
  font-size: 18px;
}
.timeline > li.timeline-unverted {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .timeline > li.timeline-unverted {
    text-align: left;
  }
  
  .space01 {
	padding: 0 30px 30px 0;
}
  .space02 {
	padding-right: 30px;
}
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

h3.timeline-title {
  margin: 0;
}

.company {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #3CC7CB;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 768px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
    left: 22px;
    margin-left: 0;
    top: 2px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
    .space01 {
	padding: 0 30px 30px 0;
	
}
  .space02 {
	padding-right: 30px;
}
}







