@charset "utf-8";

/* ==========================================================================
	Foundation - reset/base...
	========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, select, textarea,
p, pre, blockquote, span, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	text-align: left;
	height: 100%;
}
body {
	color: #000;
	background-color: #FFF;
}
img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
}
dl, ul, ol {
	text-indent: 0;
}
li {
	list-style: none;
}
 a { outline: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
    background: #FFF;
    padding: 6px;
    border: 1px solid #CCC;
    font-size: 12px;
    margin-bottom: 7px;
}
select {
    background: #ffffff;
    padding: 2px;
}
input:focus ,
textarea:focus {
background-color: #fff;
outline:none;
}

/*   [Link scheme]
	----------------------------------------------------------------- */
a:link, a:visited {	text-decoration: none;}
a:hover, a:active {	text-decoration: underline;}
a:link,
a:visited {	color: #ad0101;}
a:hover,
a:active {
	color: #ad0101;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/* Base
	----------------------------------------------------------------- */
body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10.5pt;
	line-height: 1.8em;
	letter-spacing: 0.1em;
    *font-size:12pt;   		letter-spacing: 0.1em;
    *font-size:9.2pt;   		letter-spacing: 0em;
	-webkit-text-size-adjust: 100%;
}
select,input,textarea,button{   font:14px/1.5em "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
    *font-size:9.2pt;}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
address,th {font-style:normal;font-weight:normal;}
em,strong {font-style:normal;font-weight:bold;}

@-moz-document url-prefix() {
	body{
		font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
		font-style: normal;
		font-variant: normal;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: 0.1em;
	}
}
img {
	display: block;
	max-width: 100%;
}

/* ==========================================================================
	Layout - header/main/sidebar/footer...
	========================================================================== */

/* Header
	----------------------------------------------------------------- */

/* Main
	----------------------------------------------------------------- */

/* footer
 ---------------------------------------------------------------*/

/* ==========================================================================
	Object
		Component - grid/button/form/media...
		Project - articles/ranking/comments/gallary/profile...
		Utility - clearfix/display/margin/padding/align/text...
	========================================================================== */

/* Component
	----------------------------------------------------------------- */

/* Project
  ------------------------------------------------------------------- */
.mv {
}
.mv_txt img {
	margin: 0 auto;
	max-width: 100%;
}
.cv {
	padding: 50px 0 60px;
}
.cv_txt {
	display: block;
	margin: 0 auto 20px;
	width: 80%;
}
.cv_btn {
	position: relative;
	width: 88%;
	margin: 0 auto;
	display: block;
	animation: pulse 1.2s ease 0s infinite;
}
.cv_hand {
	position: absolute;
	right: 0;
	bottom: -11vw;
	width: 18vw;
}
.step {
	background-color: #F0F0F0;
}
.step img {
	margin: 0 auto;
	max-width: 100%;
}
.recommend {
}
.recommend img {
	margin: 0 auto;
	max-width: 100%;
}
.about_ttl {
	font-size: 20px;
	font-weight: bold;
	padding: 24px 0;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.about_ttl:hover {
	cursor: pointer;
	opacity: .8;
}
.about_inner {
	padding: 30px 0;
	max-width: 90%;
	margin: 0 auto;
	display: none;
}
.about_inner dl {
	display: table;
	width: 100%;
	margin-bottom: 12px;
	line-height: 1.5;
}
.about_inner dl:last-of-type {
	margin-bottom: 0;
}
.about_inner dt {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
}
.about_inner dd {
	display: table-cell;
	font-size: 12px;
	font-weight: normal;
	padding-left: 24px;
}

/*スマホ対応*/
.pc {
	display: none!important;
}
.sp {
	display: block;
}

.red { color: #ad0101; }
.blue { color: #004f98!important; }
.yellow_txt { color: #ff0; }
.yellow { background: #ff0; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.big { font-size: 120%; }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50%{
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}