@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;
	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
 ---------------------------------------------------------------*/
.header {
	border-top: 3px solid #2F58A7;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.header_inner {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 0 10px;
}
.logo {
	float: left;
}
.logo img {
	width: auto;
	height: 26px;
}
.h_btn {
	float: right;
}
.h_btn img {
	width: auto;
	height: 34px;
}

/* Main
 ---------------------------------------------------------------*/
#container {
	padding-bottom: 8%;
	margin-top: -2vw;
}

/* footer
 ---------------------------------------------------------------*/
.footer{
	width: 100%;
  box-sizing: border-box;
	text-align: center;
	background-color: #2F58A7;
}
.footer_logo {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 20px;
}
.fnav {
	text-align: center;
	padding: 10px 0;
}
.fnav li {
	display: block;
	padding: 10px 0;
}
.fnav li a {
	color: #fff;
	display: inline;
	font-size: 12px;
}
.copyright {
	text-align: center;
	padding: 10px 0 20px;
	color: #fff;
	font-size: 10px;
}

/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.hero {
	background-color: #2F58A7;
}
.mv {
	width: 94%;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
.mv_img {
}
.cv {
	padding: 40px 0;
	text-align: center;
}
.cv_txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: .05em;
}
.cv_btn {
	font-weight: bold;
	width: 90%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	letter-spacing: .1em;
	background-color: #E87719;
	box-shadow: 0 3px 10px rgba(0,0,0,.16);
	display: block;
	margin: 0 auto;
}
.nayami {
	padding: 40px 5%;
	background-color: #eee;
}
.nayami img {
	margin: 0 auto;
	width: 90%;
}
.feature {
	padding: 40px 5% 50px;
	background-color: #2F58A7;
	overflow: hidden;
}
.feature_ttl {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: .05em;
}
.feature_ttl span {
	color: #FFF000;
	font-weight: bold;
}
.price {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: #2F58A7;
	background-color: #fff;
	margin: 0 auto 50px;
	padding: 10px 0;
}
.feature_li {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
}
.feature_li:after {
	content: "";
	display: block;
	clear: both;
}
.feature_img {
	width: 120px;
	margin: 0 auto 20px;
	text-align: center;
}
.feature_li:last-of-type .feature_img {
	width: 200px;
}
.feature_img img {
	width: 100%;
}
.feature_body {
}
.feature_li:nth-of-type(even) .feature_body {
}
.feature_lead {
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 20px;
}
.feature_lead span {
	font-weight: 900;
	color: #ff0;
}
.feature_txt {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.work {
	padding: 40px 5% 1px;
	background-color: #eee;
}
.work_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: .05em;
}
.work_lead {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 16px;
}
.work_wrap {
	margin-bottom: 40px;
}
.work_wrap img {
	margin: 0 auto;
	width: 80%;
}
.step {
	padding: 40px 5% 20px;
}
.step_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.step_ul {
	margin: 0 auto;
	overflow: hidden;
}
.step_li {
	margin-bottom: 50px;
	position: relative;
}
.step_li:last-of-type {
	margin-bottom: 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 {
}
.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;
	text-align: center;
}
.step_img {
	margin: 0 auto 20px;
}
.step_txt {
	font-size: 14px;
	line-height: 1.8;
}
.faq {
	background-color: #eee;
	padding: 40px 5% 50px;
}
.faq_ttl {
	color: #2F58A7;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: .05em;
}
.faq_dl:not(:last-of-type) {
	margin: 0 auto 40px;
}
.faq_dl dt {
	background-color: #2F58A7;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 16px 16px 16px 60px;
	letter-spacing: .05em;
	position: relative;
	line-height: 1.5;
}
.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: 14px;
	padding: 16px 16px 16px 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: 100%;
	border: 1px solid #ddd;
}
.form_dl dt {
	padding: 16px;
	background-color: #f2f2f2;
	font-weight: bold;
	box-sizing: border-box;
}
.form_dl dd {
	padding: 15px;
	font-weight: bold;
}
.form_dl dd input ,
.form_dl dd textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	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-bottom: 20px;
}
.btn:last-of-type {
	margin-bottom: 0;
}
.btn:hover {
	cursor: pointer;
	opacity: .7;
}
.btn_gray {
	background-color: #aaa;
}









.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_ttl {
	background-color: #2F58A7;
	text-align: center;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.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 li {
	padding-left: 1em;
	text-indent: -1em;
}
.cont_txt li:before {
	content: "・";
}
.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: 22px;
	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;
}