@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

/* Base
   ----------------------------------------------------------------- */
body {
	font: 16px/1.231  Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	background: #fff;
	min-width: 1100px;
	max-width: 2000px;
	margin: 0 auto;
	color: #000;
}
a {
	display: block;
	color: #000;
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
img {
	display: block;
}

/* ==========================================================================
   Layout [ header / main / footer ]
   ========================================================================== */

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

/* Main
 ---------------------------------------------------------------*/
#container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding-top: 30px;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
	max-width: 2000px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #222;
	padding: 30px 0 0;
}
.footer_logo {
	display: block;
	width: 203px;
	margin: 0 auto 20px;
}
.fnav {
	text-align: center;
}
.fnav li {
	display: inline-block;
}
.fnav li:after {
	content: "　|　";
	display: inline-block;
	color: #fff;
}
.fnav li:last-of-type:after {
	content: "";
	display: inline-block;
	color: #fff;
}
.fnav li a {
	color: #fff;
	display: inline;
}
.copyright {
	text-align: center;
	padding: 20px 0;
	margin-top: 30px;
	color: #fff;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.mv_head {
	background-color: #3b7ccd;
	height: 120px;
	padding-top: 17px;
	box-sizing: border-box;
}
.mv_head img {
	margin: 0 auto;
}
.mv {
	background-image: url(../img/mv_bg.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 1060px;
}
.mv img {
	margin: 0 auto;
	margin-top: -20px;
	padding-right: 20px;
}

.cv {
	background-image: url(../img/cv_bg.png);
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}
.cv_txt {
	margin: 0 auto 10px;
}
.cv a {
	display: block;
	margin: 0 auto;
	width: 880px;
	height: 194px;
	position: relative;
	background-image: url(../img/cv_btn.png);
	text-indent: -9999px;
}
.cv_tap {
	margin: 0 auto;
	margin-top: -40px;
	position: relative;
	z-index: 1;
	animation: bound 3s infinite;
}
@keyframes bound {
0% {
	transform: translateY(0); }
5% {
	transform: translateY(0); }
10% {
	transform: translateY(0); }
20% {
	transform: translateY(-25px); }
25% {
	transform: translateY(0); }
30% {
	transform: translateY(-15px); }
50% {
	transform: translateY(0); }
100% {
	transform: translateY(0); }
}

.step {
	background-color: #f6f6f6;
	padding: 50px 0 80px;
}
.step_img {
	margin: 0 auto;
}

.faq {
	background-color: #faf9ec;
	padding: 80px 0;
}
.faq_img {
	margin: 0 auto;
}

.campaign {
	background-image: url(../img/cv_bg.png);
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
}
.campaign_img {
	margin: 0 auto;
}

.last_head {
	background-color: #3b7ccd;
}
.last_head img {
	margin: 0 auto;
	padding: 20px 0;
}

.last {
	background-image: url(../img/last.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}

.main_inner {
	width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: -1px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding-top: 50px;
}
.cont_body {
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.cont_txt {
	width: 760px;
}
.cont_txt .txt1 {
	float: left;
}
.cont_txt .smartphone {
	float: right;
	margin-top: -40px;
}
.flow {
	margin: 0 auto 40px;
	padding-top: 20px;
	clear: both;
}
.cont_txt .txt2 {
	float: left;
}
.cont_txt .img1 {
	float: right;
	margin-top: -20px;
	margin-right: -50px;
}


.owner_table {
	width: 800px;
	margin: 0 auto;
}
.owner_table th {
	background-color: #fafafa;
	border: 1px solid #aaa;
	padding: 20px;
	font-weight: bold;
}
.owner_table td {
	border: 1px solid #aaa;
	padding: 20px;
}
.cont_ttl {
	background-color: #1e212d;
	text-align: center;
	padding: 35px 0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.cont_ttl img {
	margin: 0 auto;
}
.cont_ttl_sub {
	background-color: #333;
	font-size: 32px;
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.cont_body {
}
.cont_txt {
	line-height: 200%;
	font-size:  20px;
	margin: 0 auto;
}
.cont_txt li {
	padding-left: 1em;
	text-indent: -1em;
}
.cont_txt li:before {
	content: "・";
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 14px;
}
.big {
	font-size: 30px;
	font-weight: bold;
}
.xbig {
	font-size: 34px;
	font-weight: bold;
}
.red {
	color: #dc0000;
	font-weight: bold;
}
.blue {
	color: #006CD8;
	font-weight: bold;
}
.yellow {
	background: #FFD104;
}
.underline {
	text-decoration: underline;
}
.right {
	text-align: right;
	display: block;
}
.center {
	text-align: center;
}
.center img {
	margin: 0 auto;
	max-width: 100%;
}

/* Project
  ------------------------------------------------------------------- */

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


/* アニメーション */
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-50px, 0);
}
.sa--rl {
  transform: translate(50px, 0);
}
.sa--up {
  transform: translate(0, 50px);
}
.sa--down {
  transform: translate(0, -50px);
}
.sa--scaleUp {
  transform: scale(.9);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}