@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

#lead img {
	display: block;
	margin: 0 auto;
}
.consultation .img {
	float: left;
	width: 30%;
}
.consultation .img img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.consultation .li-cmn01 {
	float: right;
	width: 65%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.consultation .img {
	float: none;
	width: 100%;
}
.consultation .img img {
	display: block;
	width: 50%;
	margin: 0 auto 20px auto;
}
.consultation .li-cmn01 {
	float: none;
	width: 100%;
}

}

/* ==========================================================================
	TIMELINE
	========================================================================== */

.box-company {
	color: #3983c6;
	text-align: right;
}
.box-kokoro {
	color: #75a71f;
}
.cd-timeline {
	background: url(../images/outside-images/bg.gif) 50% 0 repeat-y;
	margin-bottom: 30px;
}
.cd-timeline__content h2 {
	font-size: 1.6rem;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
.cd-timeline__content h2 {
	font-size: 1.4rem;
	margin-bottom: 0;
}
.box-company {
	padding-right: 15px!important;
}
.box-kokoro {
	padding-left: 15px!important;
}


}

.cd-timeline__container {
  position: relative;
  margin: 0 auto;
  padding: 2em 0 0 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #ffc721;
}

.cd-timeline__container::before {
	left: 50%;
	margin-left: -2px;
}

.cd-timeline__block {
  position: relative;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #ffc721, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 3px #ffc721, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #3983c6;
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #8cc526;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}

.cd-timeline__img {
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
}
.cd-timeline__img.cd-timeline__img--bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
					animation: cd-bounce-1 0.6s;
}

.cd-timeline__content {
  position: relative;
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}



.cd-timeline__content {
	margin-left: 0;
	padding: 10px 0 30px 0;
	width: 45%;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
}
.box-kokoro {
	float: right;
}

