.sample2 {
    position: relative;
    color: #ffffff;
    background: #ea5431;
    font-size: 16pt ;
    border: 0px solid #ff6347;
    margin: 10px 10px 20px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 7px 0px  #666666 ;
}
.sample2:after, .sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.sample2:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #ea5431;
}
.sample2:before {
    left: 40px; 
    border: 10px solid transparent;
    border-top: 10px solid #ea5431;
}
.banner1 {
	position: relative;
	padding: .75em 1em .75em 2em;
	border: 1px solid #ccc;
	border-top: 3px solid #ea5431;
	background: -webkit-linear-gradient(top, #fff 0%, #f9c1b7 100%);
	background: linear-gradient(to bottom, #fff 0%, #f9c1b7 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.banner1::after {
	position: absolute;
	top: 1em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	border: 3px solid #ea5431;
	border-radius: 100%
}
.banner2 {
	padding: .5em .75em;
	/*background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);*/
	/*background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);*/
	background-color:red;
	color: #fff;
	font-size:16pt;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.banner3 {
	position: relative;
	padding: 0 .4em .1em;
	font-size:16pt;
	font-weight:bold;
}
.banner3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}
.arrow3{
  width: 200px;
}
.arrow3::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 50px;
  background: #666;
}
.arrow3::after{
  content: "";
  display:block;
  border-top: 80px solid #666;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.8);
}
.myButton {
	-moz-box-shadow: 2px 2px 9px 0px #3dc21b;
	-webkit-box-shadow: 2px 2px 9px 0px #3dc21b;
	box-shadow: 2px 2px 9px 0px #3dc21b;
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:33px;
	font-weight:bold;
	padding:26px 41px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:80%;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton2 {
	-moz-box-shadow: 2px 2px 9px 0px #3dc21b;
	-webkit-box-shadow: 2px 2px 9px 0px #3dc21b;
	box-shadow: 2px 2px 9px 0px #3dc21b;
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:13px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	width:150px;
}
.myButton2:hover {
	background-color:#5cbf2a;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.midashi1 {
  font-size: 16pt;
  line-height: 18pt;
  font-weight: bold;



}
.text1 {
  font-size: 12pt;
  line-height: 18pt;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


}
.text2 {
  font-size:14pt;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 22pt;
  padding:8px;



}

figure {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  margin-rig: 0px;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figure_left {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  margin-right: 6px;
  float: left;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figure_right {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
  margin-left: 6px;
  float: right;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
figcaption {
  font-size: 10pt;
  margin: 0 0;
  line-height: 11pt;
  text-align: left;
}
