@charset "UTF-8";
/* CSS Document */

/*基本*/
body, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, dl, dt, dd, input, span, div{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
}

img{ vertical-align: top;}
table{ border-collapse: collapse; }
ul,li{ list-style: none; }

input{
  outline: 0;
  border: none;
}

a img{
	text-decoration: none;
	border: none;
}

.clearfix:after{
	content: " ";
    display: block;
    clear: both;
	zoom: 1;
}

.mb_0{ margin-bottom: 0; }
.mb_10{ margin-bottom: 10px; }
.mb_20{ margin-bottom: 20px; }
.mb_30{ margin-bottom: 30px; }
.mb_40{ margin-bottom: 40px; }
.mt_0{ margin-top: 0; }
.mt_10{ margin-top: 10px; }
.mt_20{ margin-top: 20px; }
.mt_30{ margin-top: 30px; }
.mt_40{ margin-top: 40px; }
.mt_60{ margin-top: 60px; }
.ml_80{ margin-left: 80px; }

.f_left{ float: left; }
.f_right{ float: right; }
.t_center{ text-align: center; }
.t_left{ text-align: left; }
.t_inde{
	padding-left: 1em;
	text-indent: -1em;
}
.t_right{ text-align: right; }
.t_small{ font-size: 80%; }
.t_bold{ font-weight: bold; }
.d_block{ display: block; }

.fs_20{
	font-size: 20px;
}
.fs_15{
	font-size: 15px;
}

.c-head02{
	position: relative;
	padding-left: 40px;
	font-size: 30px;
	padding-top: 8px;
}
.c-head02::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	background: url(../images/logo_vpoint01.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 42px;
	transform: translateY(-50%);
}

.main-card__wrap{
	position: relative;
}
.main-card__detail{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 64px;
}
.main-card__txtarea{
	text-align: center;
	color: #000;
	line-height: 1.5;
}