@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  "Noto Sans JP",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	width: 100%;
	background: #fff;
	min-width: 1200px;
	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
 ---------------------------------------------------------------*/
.header {
	height: 70px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	border-top: 4px solid #2F58A7;
}
.header_inner {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.logo {
	float: left;
	margin-top: 20px;
}
.h_btn {
	float: right;
	margin-top: 20px;
}

/* Main
 ---------------------------------------------------------------*/
#container {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #2F58A7;
}
.fnav {
	text-align: center;
	padding: 40px 0 10px;
}
.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 40px;
	font-size: 12px;
	letter-spacing: .1em;
	color: #fff;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.hero {
	height: 560px;
	background-image: url(../img/mv_bg.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.mv {
	width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
	position: relative;
}
.mv_img {
	position: absolute;
	top: -20px;
	right: -200px;
}
.cv {
	padding: 60px 0;
	text-align: center;
}
.cv_txt {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: .05em;
}
.cv_btn {
	font-weight: bold;
	width: 600px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 26px;
	letter-spacing: .1em;
	background-color: #E87719;
	box-shadow: 0 3px 10px rgba(0,0,0,.16);
	display: block;
	margin: 0 auto;
}
.nayami {
	padding: 80px 0 90px;
	background-color: #eee;
}
.nayami img {
	margin: 0 auto;
}
.feature {
	padding: 80px 0 90px;
	background-color: #2F58A7;
	overflow: hidden;
}
.feature_ttl {
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.feature_ttl span {
	color: #FFF000;
	font-weight: bold;
}
.price {
	width: 590px;
	text-align: center;
	font-size: 58px;
	font-weight: 900;
	color: #2F58A7;
	background-color: #fff;
	margin: 0 auto 80px;
	padding: 10px 0;
}
.feature_li {
	position: relative;
	width: 910px;
	margin: 0 auto;
}
.feature_li:after {
	content: "";
	display: block;
	clear: both;
}
.feature_img {
	float: right;
	width: 380px;
	text-align: center;
}
.feature_li:nth-of-type(even) .feature_img {
	float: left;
}
.feature_img img {
	margin: 0 auto 40px;
	margin-top: -30px;
}
.feature_body {
	width: 490px;
	float: left;
}
.feature_li:nth-of-type(even) .feature_body {
	float: right;
}
.feature_lead {
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
	font-size: 30px;
	margin-bottom: 30px;
}
.feature_lead span {
	font-weight: 900;
	color: #ff0;
}
.feature_txt {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
}
.work {
	padding: 80px 0 1px;
	background-color: #eee;
}
.work_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.work_lead {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
.work_wrap {
	margin-bottom: 100px;
}
.work_wrap img {
	margin: 0 auto;
}
.step {
	padding: 80px 0 20px;
}
.step_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.step_ul {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
.step_li {
	width: 200px;
	float: left;
	margin-right: 40px;
	position: relative;
}
.step_li:last-of-type {
	margin-right: 0;
}
.step_li:not(:last-of-type):after {
	content: "";
	background-image: url(../img/icon_arrow_blue.svg);
	background-size: 100% 100%;
	width: 12px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -10px;
}
.step_head {
	height: 280px;
}
.step_num {
	color: #2F58A7;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 16px;
	text-align: center;
}
.step_lead {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 70px;
	text-align: center;
}
.step_li:nth-of-type(4) .step_img {
	margin-top: -20px;
}
.step_txt {
	line-height: 1.8;
}
.faq {
	background-color: #eee;
	padding: 80px 0 90px;
}
.faq_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.faq_dl {
	width: 920px;
	margin: 0 auto 40px;
}
.faq_dl dt {
	background-color: #2F58A7;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 20px 20px 60px;
	letter-spacing: .05em;
	position: relative;
}
.faq_dl dt:before {
	content: "Q";
	display: block;
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 10px;
}
.faq_dl dd {
	background-color: #fff;
	font-size: 16px;
	padding: 20px 20px 20px 60px;
	letter-spacing: .05em;
	position: relative;
	line-height: 1.5;
}
.faq_dl dd:before {
	content: "A";
	display: block;
	font-size: 30px;
	color: #2F58A7;
	position: absolute;
	left: 22px;
	top: 10px;
	font-weight: bold;
}

.form_dl {
	display: table;
	margin: 0 auto;
	margin-top: -1px;
	width: 800px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.form_dl dt {
	display: table-cell;
	width: 230px;
	padding: 16px;
	background-color: #f2f2f2;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
}
.form_dl dd {
	display: table-cell;
	padding: 16px;
	font-weight: bold;
}
.form_dl dd input ,
.form_dl dd textarea {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	box-sizing: border-box;
}
.btn_wrap {
	margin-top: 30px;
	text-align: center;
}
.btn {
	-webkit-appearance: none;
	border: none;
	background: none;
	font-weight: bold;
	padding: 16px 80px;
	background-color: #E87719;
	color: #fff;
	font-size: 16px;
	margin-right: 20px;
}
.btn:last-of-type {
	margin-right: 0;
}
.btn:hover {
	cursor: pointer;
	opacity: .7;
}
.btn_gray {
	background-color: #aaa;
}




.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: #2F58A7;
	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;
}