@charset "Shift_JIS";

#sp_ct_rei_wrapper {
  width: 810px;
  text-align: justify;
}

#sp_ct_rei_wrapper .onlysp {
  display: none;
}

#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{
	margin: 0 auto 10px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 4.4rem;
	font-weight: bold;
	color: #603814;
	line-height: 1.2;
}

#sp_ct_rei_wrapper h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3rem;
	margin: 30px auto 4px;
}

#sp_ct_rei_wrapper h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3rem;
	margin: 0 auto 20px;
}

#sp_ct_rei_wrapper h4{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2rem;
	margin: 0 auto 20px;
	padding: 2px 6px;
	color: white;
	display: inline;
	line-height: 1.8;
}

#sp_ct_rei_wrapper p{
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1;
}


/*　　　タイトル　　　*/
#sp_ct_rei_wrapper .title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 6px;
}

#sp_ct_rei_wrapper .title_img img{
	width: 270px;
	height: 340px;
	background: #666;
	border-radius: 6px;
}

#sp_ct_rei_wrapper .title_text{
	width: 500px;
	text-align: center;
	padding: 0 0 0 25px;
}

#sp_ct_rei_wrapper .title_text a{
	text-decoration: none;
}

/*#sp_ct_rei_wrapper .title_company{
	border-bottom: solid 0.5px #333; 
}*/

#sp_ct_rei_wrapper .title_company p {
  padding: 15px 15px 0 15px;
  text-align: justify;
  color: #603814;
  border-top: 1px solid #603814;
}

#sp_ct_rei_wrapper .title_profile p{
	font-size: 1.6rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1rem;
}

#sp_ct_rei_wrapper .title_post p{
  margin-top: 10px;
}
/*　　　タイトル　　　*/


/*　　　記事　　　*/
#sp_ct_rei_wrapper .heading{
	margin-top: 80px;
	margin-bottom: 40px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: left;
	font-size: 3rem;
	color: #603814;
	line-height: 1.6;
	font-weight: bold;
}

#sp_ct_rei_wrapper .text{
	margin-bottom: 40px;
}

#sp_ct_rei_wrapper .text p{
	margin-bottom: 30px;
  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;
	text-align: right;
}

#sp_ct_rei_wrapper .text img{
	width: 350px;
	height: 250px;
	float:right;
	background: #666;
	margin-left: 18px;
	border-radius: 6px;
}
/*　　　記事　　　*/


/*　　　タイムライン　　　*/
#sp_ct_rei_wrapper .career_timeline{
	margin-bottom: 100px;
}

#sp_ct_rei_wrapper .timeline_item {
	padding: 10px 10px 10px 60px;
	position: relative;
	border-left: 1px solid #bc885f;
	margin-left: 20px;
}
	
#sp_ct_rei_wrapper .timeline_item p {
		font-size: 1.4rem;
	margin-top: 14px;
	}

#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.3em;
		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: 320px;
  vertical-align: middle;
  margin: 0 auto 100px;
}

#sp_ct_rei_wrapper .button_vote a{
  display: block;
  height: 62px;
  padding: 0 5px;
  border-bottom: solid 3px #dadfe1;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 60px;
  color: white;
  background: #f09f54;
  text-shadow: 2px 2px 3px #cf8846;
  text-align: center;
  border-radius: 6px;
  /*vertical-align: middle;*/
}
/*　　　投票ボタン　　　*/


/*　下部ボタン　*/
#sp_ct_rei_wrapper .button{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#sp_ct_rei_wrapper .button_home a, #sp_ct_rei_wrapper .button_back a, #sp_ct_rei_wrapper .button_next a {
	width: 80px;
	background: rgb(188 136 95 / 10%);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 12px 25px 10px;
    transition: 0.3s ease-in-out;
	color: #bc885f;
	border: 1px solid #bc885f;
    font-weight: 500;
	text-decoration: none;
	font-size: 1.4rem;
	letter-spacing: 1px;
	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: 5px;
    height: 5px;
    transform: rotate(-45deg) translateY(-70%);
    position: absolute;
    top: 50%;
    left: 14px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

#sp_ct_rei_wrapper .button_next a:after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 14px;
    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;
}

/*　下部ボタン　*/

@media screen and (max-width: 768px) {

	.onlypc{
		display: none;
	}
	.onlysp{
		display: block;
	}
	#sp_ct_rei_top_wrapper {
		width: 100%;
		text-align: justify;
	}

	#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{
		display: flex;
		flex-direction: column-reverse;
		margin: 30px auto;
		padding: 0;
	}

	#sp_ct_rei_wrapper .title_img{
		width: 90%;
		margin: 20px auto 0;
		text-align: center;	
	}

	#sp_ct_rei_wrapper .title_img img{
		max-width: 100%;
		height: auto;
		border-radius: 6px;
	}

	#sp_ct_rei_wrapper .title_text{
		width: 100%;
		padding: 0;
		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_profile p{
		font-size: 1.6rem;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		line-height: 1.8;
	}

	#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{
		width: 90%;
		margin: 40px auto 20px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		text-align: left;
		font-size: 2.4rem;
		line-height: 1.6;
		font-weight: bold;
	}

	#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{
		float: none;
		width: 90%;
		max-width: 800px;
		height: auto;
		margin-bottom: 10px;
		margin-left: 0;
		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{
		width: 90%;
		margin: auto;
	}

	/*#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: auto;
		background: rgb(188 136 95 / 10%);
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 0 auto;
		padding: 15px 30px;
		color: #bc885f;
		transition: 0.3s ease-in-out;
		font-weight: 500;
		text-decoration: none;
		font-size: 1.2rem;
		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: 5px;
		height: 5px;
		transform: rotate(-45deg) translateY(-70%);
		position: absolute;
		top: 50%;
		left: 14px;
		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: 5px;
		height: 5px;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 14px;
		border-radius: 1px;
		transition: 0.3s ease-in-out;
	}
	/*　下部ボタン　*/

}