@charset "UTF-8";
/* CSS Document */
.aboutlineleftpict {
	float: left;
	height: 519px;
	width: 200px;
	overflow: auto;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
	background:#FFFF66;
}
.aboutlinemain {
	float: left;
	height: 509px;
	width: 480px;
	overflow: auto;
	padding:5px 15px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
.note {
	position: relative;
  border: 3px solid #CF6;
  border-radius: 8px;
	padding:5px 5px 0px 10px;
}
.note h4 {
  position: absolute;
  top: -30px;
  left:-15px;
  background-color:#00CC33;
  padding: 0px;
  color: #fff;
  transform: rotate(-4deg);
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

a{
  color:inherit;
  text-decoration: none;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 2rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 2rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.title {
	font-size:2em;
	   background: linear-gradient(transparent 40%, #f5ff00 20%);
}
h2 {
  padding: 0.2rem 2rem;
  border-left: 20px solid #ffff00;
  background: #f4f4f4;
}
strong {
  background: linear-gradient(transparent 30%, #ffff99 30%);
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 50px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 2px #999999;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 70px;
  padding: 2px 10px;
  border-radius: 8px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
/* 4つ角すべて同じ丸み */
.box-4maru {
	text-align:center;
 padding: 2px 10px;
 margin: 2em 0;
 border: solid 2px #d7ebfe;
 border-radius: 10px;/*角の丸み*/
}
.box-4maru p {
 margin: 0; 
 padding: 0;
}
.kakomu{
	padding:2px 8px; /* 枠と文字の空間 */
	margin:0px 0px 0px 0px; /* 枠の外の空間 */
	background-color:#f9f9f9; /* 枠の背景色 */
	border:1px dashed #777; /* 枠の線の太さ・種類・色 */
	border-radius:2px; /* 枠の角を丸くする */
	box-shadow: 1px 2px 2px #ddd; /*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:1.2em;	/* フォントの大きさ */
}
a.btn--yellow {
  color: #000;
  background-color: #FFFF66;
  border-bottom: 5px solid #fc0;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #FFFF66;
  border-bottom: 2px solid #FC0;
}