@charset "utf-8";

.bio_img {
	margin-right: 50px;
	margin-bottom: 50px;
}

p.bio_name {
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 25px;
	letter-spacing: 1.5px;
	font-family: "KinfolkReg";
}

.bio .bio_title {
	margin-bottom: 5px;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: "KinfolkReg";
	font-weight: bold;
}

.bio_text {
	width: 85%;
	margin-bottom: 50px;
	line-height: 20px;
	letter-spacing:2px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
}

.ig_img1, .ig_img2 {
	width: 250px;
}

.bio_4_t {
	/*width: 100%;*/
	margin-top: -65px;
	margin-left: 530px;
	line-height: 20px;
}

.more{
  width: 120px;
  display: block;
  margin: 10px 5px 10px -3px;
  padding: 5px 5px 5px 10px;
  background: #222;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-family: 'Aboreto', cursive;
  line-height: 15px;
  letter-spacing: 3px;
  transition: all 1s;
}

.more:hover{
  color: #fff;
  background-color: #4169e1;
}

/*moreの三角アイコン*/
.more_b::after,
.more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: transparent 5px solid;
  border-left-color: #fff;
  vertical-align: middle;
}

@media only screen and (min-width: 940px) {
.bio_img {float: left;}
.bio_text {padding-right: 50px;}
.bio_1 {margin: 30px;}
}

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

.bio_img {
	width: 150px;
	display: block;
	margin:0 auto;
	}

p.bio_name {
	margin: 20px 40px 35px;
	line-height: 28px;
}

.bio .bio_title {
	padding-top: 20px;
}

.bio_text {
	width: 100%;
	margin: 10px auto 50px auto;
}

p.bio_name {
text-align: center;
}

.ig_img1, .ig_img2 {
	width: 200px;
	margin: 20px auto 10px auto;
	display: block;
}

.bio_4_t {
	margin-top: 30px;
	margin-left: 0;
	text-align: center;
	line-height: 20px;
}

.more{
  width: 120px;
  display: block;
  margin: 10px auto 20px auto;
  padding: 5px 5px 5px 10px;
  background: #222;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-family: 'Aboreto', cursive;
  line-height: 15px;
  letter-spacing: 3px;
  transition: all 1s;
}

}




