@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;
	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;
	max-width: 100%;
}

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

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

/* Main
 ---------------------------------------------------------------*/
#container {
	padding-bottom: 8%;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
	width: 100%;
  box-sizing: border-box;
	text-align: center;
	background-color: #1e212d;
	padding: 20px 0 0;
}
.footer_logo {
	display: block;
	width: 100px;
	height: auto;
	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;
	font-size: 12px;
}
.copyright {
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	color: #fff;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.hero {
	background-image: url(../index_files/mv.png);
	background-size: 155% auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 0;
	padding-top: 124%;
}
.mv img {
	margin: 0 auto;
	width: 94%;
}

.cv {
	background: #e0edef;
	padding: 30px 0;
}
.cv_txt {
	margin: 0 auto 15px;
	width: 80%;
}
#cv_btn {
	display: block;
	margin: 0 auto;
	width: 94%;
	position: relative;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img5 img,
.img6 img,
.img7 img {
	width: 94%;
	margin: 0 auto;
}

.img1 img {
	margin: 20px auto;
}
.img2 {
	background-color: #1e212d;
	padding: 30px 0;
	border-bottom: 6px solid #eb396f;
}
.img2 img {
	margin: 0 auto;
}
.img3 img {
	margin: 30px auto;
}
.img4 {
	background-color: #1e212d;
	padding: 30px 0;
}
.img4 img {
	margin: 0 auto;
}
.img5 {
	background-image: url(../index_files/img5_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0;
}
.img5 img {
	margin: 0 auto;
	width: 98%;
}
.img6 {
	background-color: #1e212d;
	padding: 30px 0;
	border-bottom: 6px solid #eb396f;
}
.img6 img {
	margin: 0 auto;
	width: 70%;
}
.img7 img {
	margin: 0 auto 30px;
}

.cont_body {
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.cont_txt .txt1 {
	max-width: 90%;
	margin: 0 auto;
}
.cont_txt .smartphone {
	max-width: 40%;
	margin: 0 auto;
	margin-top: 20px;
}
.flow {
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	width: 96%;
}
.cont_txt .txt2 {
	max-width: 70%;
	margin-left: 5%;
}
.cont_txt .img1 {
	max-width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}

.owner_table {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
}
.owner_table th {
	background-color: #fafafa;
	border: 1px solid #aaa;
	padding: 10px;
	font-weight: bold;
}
.owner_table td {
	border: 1px solid #aaa;
	padding: 10px;
}

.cont {
	margin: 0 auto;
	padding: 20px 0 0;
	box-sizing:border-box;
}

.cont_ttl {
	background-size: 100% 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.cont_ttl img {
	margin: 0 auto;
	width: 100%;
}
.cont_ttl_sub {
	background-color: #333;
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.cont_body {
	padding: 20px 0;
}
.sub .cont_body {
	padding: 20px 5%;
}
.cont_txt {
	line-height: 200%;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}
.cont_txt img {
	width: 100%;
	height: auto;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 12px;
}
.big {
	font-size: 20px;
	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: none!important;
}
.sp {
	display: block;
}

