@charset "UTF-8";
html {
	font-size: 62.5%;
}
pc_area {
	display: block;
}
phone_area {
	display: none;
}
/* 固定ナビ */

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #0098ff;
	z-index: 300;
}
.header_inner {
	position: relative;
	padding: 15px;
}
.nav_list {
	font-size: 15px;
	top: 0;
	left: 0;
	padding: 10px 15px
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px
}
.title {
	font-size: 2rem;
	font-weight: 600;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */

.main {
	margin-top: 60px;
}
@media only screen and (max-width: 768px) {
	.nav {
		position: fixed;
		right: -320px;
		/* 右から出てくる */
		top: 0;
		width: 300px;
		/* スマホに収まるサイズ */
		height: 100vh;
		padding-top: 60px;
		background-color: #009ee8;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
		/* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		/* クリックしやすい幅 */
		height: 40px;
		/* クリックしやすい高さ */
		cursor: pointer;
		z-index: 300;
	}
	.nav_list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.nav_item {
		text-align: left;
		padding: 0 14px;
	}
	.nav_item a {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		color: #fff;
	}
	.nav_item a:hover {
		background-color: #bf1a10;
	}
	.hamburger_border {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #fff;
		transition: all .6s;
	}
	.hamburger_border_top {
		top: 14px;
	}
	.hamburger_border_center {
		top: 20px;
	}
	.hamburger_border_bottom {
		top: 26px;
	}
	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .nav {
		right: 0;
	}
	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger_border_top {
		transform: rotate(45deg);
		top: 20px;
	}
	.nav-open .hamburger_border_center {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger_border_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}
}
/* sp */

@media only screen and (min-width: 769px) {
	.header_inner {
		max-width: 1200px;
		width: 100%;
		padding: 15px 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.logo {
		padding: 12px 30px
	}
	.nav_list {
		text-align: right;
	}
	.nav_list li {
		display: inline-block;
		text-align: right;
		padding-left: 20px;
	}
	.nav_list li a {
		color: #fff;
		font-weight: 600;
	}
}
/*サイド固定ボタン_PC*/

#floatMenu {
	width: 80px;
	height: 275px;
	position: absolute;
	top: 100px;
	right: 0px;
	padding: 0px;
}
/* マウスリンク */

a img.mouselink {
	background: none!important;
}
a:hover img.mouselink {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	background: none!important;
}
/*表示・非表示PCとSP*/

.pc {
	display: inline!important;
}
.mb {
	display: none!important;
}
@media screen and (max-width: 768px) {
	/*タブレット、スマホの場合*/
	.pc {
		display: none!important;
	}
	.mb {
		display: inline!important;
	}
}
/*エフェクト*/

/* 画面外にいる状態 */

.fadein {
	opacity: 0.1;
	transform: translate(0, 50px);
	transition: all 500ms;
}
/* 画面内に入った状態 */

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/*リンク設定*/

a {
	color: #00baff;
	transition: opacity 0.4s linear;
	text-decoration: none;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	min-width: 1000px;
	margin: 0px auto;
}
.auto {
	background-color: #fff;
}
*, *:before, *:after {
	box-sizing: border-box;
}
/*テーブル*/

table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	font-size: 16px;
}
table tr {
	background-color: #fff;
	border: 1px solid #60a5da;
	padding: .35em;
}
table th, table td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #60a5da;
}
table th {
	font-size: 16px;
	text-align: center;
	color: #2b659a;
}
table thead tr {
	background-color: #ecf7ff;
	color: #2b659a;
}
.txt {
	text-align: left;
	font-size: .85em;
}
.kigou {
	text-align: center;
}
@media screen and (max-width: 600px) {
	table {
		border: 0;
		width: 100%
	}
	.center {
		text-align: center;
	}
	.center * {
		margin-right: auto;
		margin-left: auto;
	}
	table th {
		background-color: #ecf7ff;
		display: block;
		border-right: none;
	}
	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table tr {
		display: block;
		margin-bottom: .625em;
	}
	table td {
		border-bottom: 1px solid #60a5da;
		display: block;
		font-size: 16px;
		text-align: right;
		position: relative;
		padding: .625em .625em .625em 4em;
		border-right: none;
	}
	table td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
	}
	table td:last-child {
		border-bottom: 0;
	}
}
/*横並び２カラム_01*/

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_2>div {
	width: 47%;
	padding: 0px;
	margin: 8px;
	font-size: 14px;
	text-align: left;
}
.col_2>div p {
	font-size: 18px;
	margin: 10px;
	line-height: 1.9em;
	text-align: left;
}



img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;
}

/*見出し*/
.cp_h1title {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	font-size: 42px;
}
.cp_h1title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2aa8fd;
	border-radius: 2px;
}
/*見出し_cta*/
.cta_h1title {
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.cta_h1title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2aa8fd;
	border-radius: 2px;
}
/*container_ヘッダー*/

.container-wb-header {
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 150px;
	background-color: #fff;
	background-image: url("../images/header_bg_pc.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.box_header {
	width: 65%;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.col_2_top {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_2_top>div {
	width: 50%;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

/*悩みエリア*/
.container-wb2 {
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.box_nayami {
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px ;
	color: #000;
	text-align: center;
}
.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
	margin-bottom: 20px;
}
.col_3>div {
	width: 33.333%;
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	text-align: left;
	background-color: #fff;
	line-height: 1.9em;
	color: #24344f;
}
.col_3>div p {
	font-size: 18px;
	line-height: 1.9em;
	text-align: left;
	margin: 12px;
}
.col_3 h2 {
	margin: 10px 8px 15px 8px;
	font-size: 22px;
	color: #0098ff;
	border-bottom: solid 2px #0098ff;
}

/*選ばれる理由*/

.container-wb {
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: -10px;
	margin-bottom: 0px;
	background-color: #cbeaff;
}
.col_3_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
	margin-bottom: 20px;
	margin-top: 50px;
}
.col_3_2>div {
	width: 33.333%;
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	text-align: left;
	line-height: 1.9em;
	color: #24344f;
}
.col_3_2>div p {
	font-size: 18px;
	line-height: 1.9em;
	text-align: left;
	margin: 8px 20px 8px 20px;
}
.col_3_2 h2 {
	margin: 10px 15px 15px 15px;
	font-size: 22px;
	color: #0060a0;
	border-bottom: solid 2px #0060a0;
	text-align: center;
}

/*登記費用*/
.box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000;
	text-align: center;
}
.box p {
	font-size: 18px;
	color: #24344f;
	text-align: center;
	margin: 60px 20px 30px 20px;
}
.box_hikaku {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000;
	text-align: center;
}
.box_hikaku p {
	font-size: 18px;
	color: #24344f;
	text-align: center;
	margin: 10px 20px 30px 20px;
	line-height: 1.8em;
}
.heading12 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #666;
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #498ee0;
	font-size: 30px;
	border-bottom: 1px solid #498ee0;
}

/*CTAエリア*/

.container-wb-cta {
	margin: 0px auto;
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: #fff;
	background-image: url("../images/cta_bg_pc.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.box_cta {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding : 0px;
	text-align: center;
}
.box_cta p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 40px;
}

/*お客様の声*/
.box_voice {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #24344f;
	text-align: lft;
}
.box_voice p {
	font-size: 18px;
	color: #24344f;
	text-align: left;
	margin: 20px 20px 30px 20px;
}
.box_voice h2 {
	margin-bottom: 15px;
	margin: 20px 20px 30px 20px;
	font-size: 20px;
	color: #2aa8fd;
	border-bottom: solid 2px #2aa8fd;
}

/*会社情報*/

.col_2_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
	margin-bottom: 20px;
}
.col_2_2>div {
	width: 48%;
	padding: 15px;
	margin: 5px;
	font-size: 18px;
	text-align: left;
	background-color: #fff;
	line-height: 1.9em;
	color: #000;
}
.col_2_2>div p {
	font-size: 14px;
	line-height: 1.9em;
	text-align: left;
	margin: 5px;
}
.col_2_2 h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
	color: #2aa8fd;
	border-bottom: solid 2px #2aa8fd;
}
/*フォーム*/

.box_form {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_form p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*サンクスページ*/

.box_thx {
	width: 900px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_thx h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #364e96;
	/*文字色*/
	padding: 0.5em 0;
	/*上下の余白*/
	border-top: solid 3px #364e96;
	/*上線*/
	border-bottom: solid 3px #364e96;
	/*下線*/
}
/*containerの設定*/

.container {
	width: 100%;
	margin: 0px auto;
}

.br-onlypc {
	display: block;
}
.br-onlysp {
	display: none;
}
.image {
	line-height: 0;
}
.footer {
	background-color: #000;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-inner {
	max-width: 930px;
	margin: 0 auto;
	background-color: #7bdadc;
}
.footer-text {
	font-size: 18px;
	line-height: 1.8rem;
	padding: 2rem 0;
	margin: 0;
	color: #222;
}
.footer_thx {
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	position: absolute;
	/*←絶対位置*/
	bottom: 0;
	/*下に固定*/
}
.js-end {
	background-color: #000;
	font-size: 50px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
	padding: 2rem 0;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
		line-height: 1.5;
	}
	.auto {
		background-color: #fff;
	}
	pc_area {
		display: none;
	}
	phone_area {
		display: block;
	}
	.col_2>div {
		width: 100%;
		font-size: 14px;
		margin: 5px;
		padding: 15px;
	}
	.col_2>div p {
		font-size: 16px;
		line-height: 1.9em;
		margin-left: 0px;
	}
	.col_2_top>div {
		width: 100%;
		font-size: 14px;
		margin: 0px;
		padding: 0px;
	}

	.col_2_2 {
		width: 95%;
		margin: 0 auto;
		display: flex;
		display: -ms-flexbox;
		/* IE10 */
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		/* IE10 */
	}
	.col_2_2>div {
		width: 100%;
		font-size: 16px;
		margin: 0px;
	}
	.col_2_2>div p {
		font-size: 16px;
		line-height: 1.9em;
		margin-left: 0px;
	}
	.col_3>div {
		width: 100%;
		font-size: 16px;
		margin: 5px;
		padding: 15px;
	}
	.col_3_2>div {
		width: 100%;
		font-size: 16px;
		margin: 5px;
		padding: 15px;
	}
	.container-hd {
		background-color: #000;
		height: 60px;
		margin: 0px auto;
		padding: 0px auto;
		padding-left: 0px;
		padding-right: 0px;
		position: fixed;
		z-index: 100;
	}
	.container-wb-header {
		margin: 0px auto;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px auto;
		padding-bottom: 250px;
		padding-top: 70px;
		background-image: url("../images/header_bg_sp.jpg");
	}
	.container-wb {
		width: 100%;
		margin: 0px auto;
		margin-bottom: 0px;
		margin-top: -5px;
		padding: 0px auto;
		padding-bottom: 50px;
		padding-top: 30px;
		background-color: #e7f3ff;
		overflow: hidden;
	}
	.container-wb2 {
		width: 100%;
		margin: 0px auto;
		margin-bottom: 30px;
		margin-top: 30px;
		padding: 0px auto;
		padding-bottom: 0px;
		padding-top: 0px;
		overflow: hidden;
	}
	.container-wb-cta {
		width: 100%;
		margin: 0px auto;
		margin-bottom: 30px;
		margin-top: 30px;
		padding: 0px auto;
		padding-bottom: 30px;
		padding-top: 0px;
		overflow: hidden;
	}
	.box {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.box_header {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.box_nayami {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.box_hikaku {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.box_cta {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
		
	}
	.box_cta p {
		text-align: left;
		margin-bottom: 10px;
	}
	.box_voice {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.box_thx {
		width: 100%;
		margin-right: auto;
		margin-bottom: 30px;
		margin-top: 40px;
		margin-left: auto;
		font-size: 16px;
		text-align: left;
	}
	.box_form {
		width: 100%;
		margin-right: auto;
		margin-bottom: 30px;
		margin-top: 40px;
		margin-left: auto;
		font-size: 16px;
		text-align: left;
	}

	.box_flow {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px ;
	}
/*見出し*/
.cp_h1title {
	font-size: 24px;
	margin-bottom: 20px;
}

/*見出し_cta*/
.cta_h1title {
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

	.footer {
		background-color: #000;
		text-align: center;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0px;
		margin-top: -10px;
		height: 180px;
	}
	.footer2 {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		width: 100%;
		z-index: 100;
		position: fixed;
		/*←絶対位置*/
		bottom: 0;
		/*下に固定*/
	}
}
/* form */

form dl dt {
	font-weight: bold;
}
span.request {
	background-color: #F34740;
	font-size: 13px;
	padding: 4px;
	color: #fff;
	font-weight: 900;
	margin-left: 5px;
}
span.non_request {
	background-color: #BDBDBD;
	font-size: 13px;
	padding: 4px;
	color: #fff;
	font-weight: 900;
	margin-left: 5px;
}
input[type=radio] {
	display: none;
}
input[type=radio]:checked+.radio01::after {
	opacity: 1;
}
input[type=text], input[type=email], input[type=tel], input[type=text] {
	width: 100%;
	border: 1px solid #BEC4C9;
	height: 40px;
}
textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #BEC4C9;
}
form dl dt {
	line-height: 3em;
}
.submit_area {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 45px;
}
.submit_area input[type=submit] {
	width: 70%;
	margin: 0 auto;
	border: 1px solid #00bb53;
	background-color: #00bb53;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}