@charset "Shift_JIS";

#sp_ct_rei_wrapper {
  width: 100%;
  text-align: justify;
}

#sp_ct_rei_wrapper .onlysp {
  display: block;
}

#sp_ct_rei_wrapper html {
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333333;
}

#sp_ct_rei_wrapper article{
	max-width: 100%;
	margin: 40px auto;
}


#sp_ct_rei_wrapper h1{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3.4rem;
	margin: 0 auto 10px;
  line-height: 1.2;
}

#sp_ct_rei_wrapper h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3rem;
	margin: 10px auto 0;
}

#sp_ct_rei_wrapper h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3.4rem;
	margin: 0 auto 20px;
}

#sp_ct_rei_wrapper h4{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 1.8rem;
	margin: 0 auto 20px;
	padding: 2px 4px;
	color: white;
	display: inline;
	line-height: 1.8;
	letter-spacing: 1px;
}

#sp_ct_rei_wrapper p{
	font-size: 1.6rem;
	line-height: 1.8;
}

#sp_ct_rei_wrapper .title{
	margin: 30px auto;
}

#sp_ct_rei_wrapper .title_img{
	margin-top: 20px;
	text-align: center;	
}

#sp_ct_rei_wrapper .title_img img{
	width: 90%;
	max-width: 800px;
	height: auto;
	border-radius: 6px;
}

#sp_ct_rei_wrapper .title_text{
	text-align: center;
}

#sp_ct_rei_wrapper .title_text a{
	text-decoration: none;
}

#sp_ct_rei_wrapper .title_company a p {
  padding: 10px 8px 10px 10px;
  margin: 0 0 20px;
  text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
}

#sp_ct_rei_wrapper .title_company{
	width: 90%;
	margin: 0 auto 30px;
}

#sp_ct_rei_wrapper .title_profiele p{
	font-size: 1.6rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1rem;
}

#sp_ct_rei_wrapper .title_post p{
  margin-top: 10px;
	letter-spacing: 1px;
	font-size: 1.4rem;
	line-height: 1.2;
}

#sp_ct_rei_wrapper .heading{
	text-align: left;
	margin: 40px auto 0;
	width: 90%
}

#sp_ct_rei_wrapper .heading strong{
	font-size: 2.4rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.8;
}

#sp_ct_rei_wrapper .text{
	margin: 0 auto 40px;
}

#sp_ct_rei_wrapper .text p{
	margin: 0 auto 20px;
	width: 90%;
  line-height: 1.8;
}

#sp_ct_rei_wrapper .text p .notes {
	font-size: 1.1rem;
	vertical-align: top;
}

#sp_ct_rei_wrapper .text p small{
	display: block;
	padding-top: 1rem;
}

#sp_ct_rei_wrapper .text_img{
	text-align: center;
	padding: 10px 0;
}

#sp_ct_rei_wrapper .text_img img{
	width: 90%;
	max-width: 800px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 6px;
}

#sp_ct_rei_wrapper .career_timeline{
	margin: 0 auto 50px;
	width: 90%;
}

#sp_ct_rei_wrapper .timeline_item {
	padding: 10px 10px 10px 20px;
	position: relative;
	border-left: 1px solid #bc885f;
	margin-left: 10px;
}
	
#sp_ct_rei_wrapper .timeline_item p {
	font-size: 1.4rem;
	margin-top: 10px;
	}

#sp_ct_rei_wrapper .timeline_date{
	margin-bottom: 10px;
	}

#sp_ct_rei_wrapper .timeline_date span{
	font-size: 2rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: .5;
}

#sp_ct_rei_wrapper .timeline_item::after{
	display: block;
	width: 60px;
	top: 2.3em;
	left: -2px;
	position: absolute;
	background-color: #333;
}

#sp_ct_rei_wrapper .timeline_date::after {
		width: 8px;
		height: 8px;
		display: block;
		top: 2.2em;
		position: absolute;
		left: -7px;
		border-radius: 10px;
		content: '';
		border: 2px solid white;
	}

#sp_ct_rei_wrapper .timeline_item p:last-child {
		border-image: linear-gradient(
			to bottom,
			#00AEEF 60%,
			rgba(#00AEEF, 0)) 1 100%
		;
	}


/*　　　投票ボタン　　　*/
#sp_ct_rei_wrapper .button_vote{
  display: block; /*投票期間が終わったらnoneにする*/
  width: 300px;
  vertical-align: middle;
  margin: 0 auto 50px;
}

#sp_ct_rei_wrapper .button_vote a{
  display: block;
  height: 62px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 60px;
  color: white;
  background: #f09f54;
  text-align: center;
  vertical-align: middle;
  text-shadow: 2px 2px 3px #cf8846;
  border-bottom: 3px solid #dadfe1;
  border-radius: 6px;
}
/*　　　投票ボタン　　　*/


/*　下部ボタン　*/
#sp_ct_rei_wrapper .button{
	margin-bottom: 80px;
}

#sp_ct_rei_wrapper .button_home, #sp_ct_rei_wrapper .button_back, #sp_ct_rei_wrapper .button_next {
	margin: 0 auto 30px;
}

#sp_ct_rei_wrapper .button_home a, #sp_ct_rei_wrapper .button_back a, #sp_ct_rei_wrapper .button_next a {
	width: 70%;
	max-width: 300px;
    background: rgb(188 136 95 / 10%);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 14px 30px 10px;
    color: #bc885f;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 0.6px;
    border: 1px solid #bc885f;
	border-radius: 6px;
}

#sp_ct_rei_wrapper .button_home a:hover, #sp_ct_rei_wrapper .button_back a:hover, #sp_ct_rei_wrapper .button_next a:hover {
	background: #bc885f;
    color: #FFF;
}

#sp_ct_rei_wrapper .button_back a:before {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(-130deg) translateY(-70%);
    position: absolute;
    top: 36%;
    left: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

#sp_ct_rei_wrapper .button_back a:hover:before, #sp_ct_rei_wrapper .button_next a:hover:after {
    border-color: #FFF;
}

#sp_ct_rei_wrapper .button_next a:after {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
/*　下部ボタン　*/