@charset "UTF-8";
/* CSS Document */
.aboutzoomleftpict {
	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:#9FC;
}
.aboutzoommain {
	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;
}
h2 {
  padding: 1rem 2rem;
  border-left: 20px solid #6c9;
  background:#f4f4f4;
}
strong {
  background: linear-gradient(transparent 30%, #ffff99 30%);
}
p span {
  font-weight: bold;
}
.kakomu{
	padding:2px 8px; /* 枠と文字の空間 */
	margin:30px 0px; /* 枠の外の空間 */
	background-color:#f9f9f9; /* 枠の背景色 */
	border:1px dashed #777; /* 枠の線の太さ・種類・色 */
	border-radius:2px; /* 枠の角を丸くする */
	box-shadow: 1px 2px 2px #ddd; /*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:1.2em;	/* フォントの大きさ */
	line-height:2em;
}
.line {
  background: linear-gradient(transparent 60%, #ff0 0%);
}
.answer{
	padding-left:2em;
	text-indent:-2em;
}
.question{
	text-decoration:underline
}