* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a img:hover {
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
ul li {
	list-style:none;
}
body {
	background-color: #161616;
	font-size:100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif, 'メイリオ', Meiryo;
}
#wrapper {
	width:760px;
	margin:0 auto;
	padding:0 50px 30px;
	background:#fff;
}
#contents {
	font-size:85%;
	line-height:1.8;
}
#header {
	margin-bottom:30px;
	padding-bottom:20px;
}
h1 {
	margin:0;
	font-size:140%;
	font-weight:normal;
	text-align:center;
}
#header p{
	font-size:90%;
	}

h2 {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    font-size: 24px;            /* 文字サイズ指定 */
    background-color:  #000;    /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    padding: 10px 0 10px 30px;  /* 余白指定 */
    margin-bottom:  20px;       /* 周りの余白指定 */
}
 
h2:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(3deg);    /* 回転 */
}
h2:after {
    content: '';                /* 空の要素を作る */
    height: 116%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(-15deg);  /* 回転 */
}
h3{
	border-left: 20px solid #000000;
	padding: 3px 0 3px 10px;
	font-size: 1.5rem;
	margin:10px 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
h4 {
	margin:10px 0;
	font-size:105%;
}
#main {
	float:right;
	width:600px;
}
.section {
	margin-bottom:15px;
}
.attention {
	color:#f00;
}
.point{
	background-color: #000;
	font-size: 16px;
	padding: 20px 10px;
	color: #F8DE34;
}

#knt {
	margin-top:5px;
}
#image {
	margin:0 0 20px 0;
	text-align:center;
}
.margin_top10 {
	margin-top:10px;
}
.margin_top20 {
	margin-top:20px;
}
.box {
	padding:15px;
	border:2px solid #ddd;
	background:#fff;
}
.title {
	font-size:120%;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
dl{
	margin-top:10px;
	}
dt {
	margin-bottom:10px;
	font-weight:bold;
	font-size:110%;
}
dd {
	margin-bottom:15px;
}
table.border {
	margin:5px 0;
	border-spacing:0;
	border-collapse:collapse;
	border:1px solid #000;
	text-align: center;
}
table.border th, table.border td {
	padding:5px 10px;
	border:1px solid #000;
}
table.border th {
	background:#eee;
}
#footer {
	clear:both;
	padding:10px 0;
	font-size: 14px;
}
#footer_contetents {
	width:840px;
	margin:0 auto;
	padding:20px;
	border:2px solid #ccc;
	background:#eee;
}
.index {
	padding-right:10px;
}
.left{
	text-align:left;
	}
.right{
	text-align:right;
	}
.marginTop10{
	margin-top:10px;
	}
.margin10{
	margin:10px 0;
	}
.margin5{
	margin:5px 0;
	}
.box{
	padding:15px;
	border:2px solid #ccc;
	background:#ffe;
	}
.t-small{
	font-size: 10px;
}
.t-large{
	font-size: 16px;
}
#webcas img{
	padding: 10px;
}
.furi li{
	margin-left: 20px;
	list-style:disc;
}
.small{
	font-size: 12px;
}
.t_through{
	text-decoration: line-through;
}

.button {
  display: inline-block;
  width: 400px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
	font-size: 1.2rem;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  background-color: #920002;
  color: #fff;
	font-weight: bold;
}
.button:hover {
  background-color: #BFB800;
}
.button_end:hover {
  background-color: #920002;
}


@media (max-width: 767px) { 
	h1 img{width: 100%;}
	#wrapper{
		width: calc(100% - 40px);
		padding: 20px;
	}
	h3 img{width: 100%;}
}