a.btn01{
	margin:0 auto;
}
a.underLine {
	text-decoration: underline;
}
.gray-line{
	margin-bottom:22px;
	padding-bottom:22px;
	border-bottom:2px solid #d0d0d0;
}
.pad0{
	padding-bottom:0;
}
.margin70{
	margin-bottom: 70px;
}
.margin80{
	margin-bottom: 80px;
}
.contentWrap .tabWrap.palegray_bg{
	background: #EFF4F7;
}
.contentWrap h3.text24 {
	font-size: 24px;
}
.contentWrap h2.top_title + p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}
/*---------------------------------

  ページトップお申込み

---------------------------------*/
.top{
	margin:0;
	padding:45px 40px 34px;
	background: #fff;
}
.top p:first-of-type{
	margin-top:0;
}
/*---------------------------------

  ご利用開始までの流れ

---------------------------------*/
.column-box05 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.column-box05 .box {
  display: flex;
  flex-direction: column;
  width: 20%;
  max-width: 225px;
  margin-right: 20px;
  background: #fff;
}
.column-box05 .box p:last-child {
  margin-bottom: 0;
}
.column-box05 .box:nth-of-type(5n) {
  margin-right: 0;
}
 .column-box05 .box h3 {
  margin-bottom: 0;
  font-size: 24px;
	font-family: 'Noto Sans', sans-serif;
	font-weight:300;
}
.column-box05 .box {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  text-align: center;
}
.column-box05 h3{
	background:#ceedfd;
	text-align: center;
	line-height: 54px;
	color:#002896;
	font-size:25px;
	font-weight: normal;
}
.column-box05 .box img{
	position: absolute;
	top:86px;
	left:50%;
	transform: translateX(-50%);
}
.column-box05 .box .img-s01 {
	width:46.54px;
	height:auto;
}
.column-box05 .box .img-s02 {
	width:65.68px;
	height:auto;
}
.column-box05 .box .img-s03 {
	width:57.12px;
	height:auto;
}
.column-box05 .box .img-s04 {
	width:46.32px;
	height:auto;
}
.column-box05 .box .img-s05 {
	width:32.93px;
	height:auto;
}
.column-box05 .box p{
	font-weight: bold;
	font-size:18px;
	text-align:center;
	margin:0;
	padding:94px 0 53px;
	color:#002896;
}
.column-box05 .box a{
	position: absolute;
	bottom:17px;
 	left:50%;
}
.column-box05 .box a .arrow {
/*	position: relative;*/
}
.column-box05 .box a .arrow::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 21px;
	height: 21px;
	border-top: 2px solid #002896;
	border-right: 2px solid #002896;
	transform: translateX(50%) rotate(135deg);
}
/*---------------------------------

  動画

---------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

/*---------------------------------

  各STEPの詳細

---------------------------------*/
.table-separate{
	width: 100%;
  font-size: 18px;
  line-height: 1.88;
  color: #000;
	text-align:left;
	border:none;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0;
	margin:0 0 60px;
}
.table-separate th{
	box-sizing: border-box;
	background-color: #C7EAFD;
	position: relative;
	width:225px;
	color:#002896;
	text-align: center;
	vertical-align:top;
	white-space: nowrap;
	padding:50px 15px 10px;
	font-weight:bold;
}
.table-separate td{
	box-sizing: border-box;
	background-color: #fff;
	padding:0;
	vertical-align:middle;
}
.table-separate td .table_inner{
	box-sizing: border-box;
	max-width:961px;
	margin:0;
	padding:32px;
}
.table-separate td ul{
	margin-bottom:16px;
}
.table-separate td li{
	line-height:28px;
	margin-bottom:6px;
}
.table-separate td li:last-child{
	margin-bottom:0;
}
.c-step_text-hd {
	display: block;
	font-weight: bold;
}
/*  表のボーダー */
.table-separate th{
	border-bottom:40px solid #EFF4F7;
}
.table-separate td{
	border-left:20px solid #EFF4F7;
	border-bottom:40px solid #EFF4F7;
}
.table-separate tr:last-of-type th:last-of-type,
.table-separate tr:last-of-type td:last-of-type{
	border-bottom:0;
}
.table-separate td .table_inner.border_bottom{
	border-bottom:20px solid #EFF4F7;
}
/*  数字 */
.table-separate .number{
	position: absolute;
	top:0;
	left:0;
	transform: translateY(-50%);
	font-size:34px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 300;
}
/*  フォント*/
.table-separate .number span{
	font-size:24px;
}
.table-separate .table_inner h3{
	margin:0 0 16px;
	font-size:18px;
	font-weight: bold;
	color:#00A0F0;
	text-align:left;
}
.table-separate .table_inner p{
	margin:0 0 16px;
}
/*アイコン*/
.table-separate th .img-s01 {
	width:53.78px;
	height:auto;
}
.table-separate th .img-s02 {
	width:65.08px;
	height:auto;
}
.table-separate th .img-s03 {
	width:57.22px;
	height:auto;
}
.table-separate th .img-s04 {
	width:49.43px;
	height:auto;
}
.table-separate th .img-s05 {
	width:43.79px;
	height:auto;
}

/*---------------------------------

  お申し込み可能なプラン

---------------------------------*/
.table-separate .inner_box02{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}
.table-separate .inner_box02 div{
	width:47%;
}
.table-separate .inner_box02 h4{
	color:#00A0F0;
	font-size:24px;
	font-weight: bold;
	margin: 16px 0 0;
	text-align: left;
}
.table-separate .inner_box02 h4 +p{
	margin-bottom:25px;
	padding-bottom: 15px;
	border-bottom:2px solid #d0d0d0;
}

a.btn02{
	margin:0 auto;
}
/*---------------------------------

  フッタ

---------------------------------*/


#footer_nav {
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 0 0 25px;
}
#footer_nav {
	margin-top: 48px;
}

#footer_nav a {
	color: #002896;
	padding-left: 37px;
}

#footer_nav a:hover {
	color: #00A0F0;
	text-decoration: none;
}

#footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer_nav ul li a::before {
	content: '';
	background-image: url("/houjin/mobacho050/common/images/footer_arrow.svg");
	background-repeat: no-repeat;
	padding-left: 9px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

#footer_nav ul li a:hover::before {
	content: '';
	background-image: url("/houjin/mobacho050/common/images/footer_arrow_hover.svg");
	background-repeat: no-repeat;
	padding-left: 9px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: bottom;
}

#footer_nav ul li:first-of-type a {
	padding-left: 0;
}

@media screen and (max-width: 768px) {
	.top{
		padding:28px 21px 37px;
	}
	.contentWrap h3{
		margin-bottom:28px;
	}
	.contentWrap h3.text24{
		font-size:20px;
	}
	.contentWrap h2.top_title + p {
		margin-bottom:38px;
	}
  /*---------------------------------

		ご利用開始までの流れ

  ---------------------------------*/
  .column-box05 {
    flex-direction: column;
    align-items: center;
  }
	.column-box05 .box {
    width: 100%;
    max-width: 328px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .column-box05 .box:last-of-type {
    margin-bottom: 0;
  }
  .column-box05 .box h3 {
		line-height: 39px;
    font-size: 18px;
  }
	.column-box05 .box img {
    position: absolute;
    top: 50%;
    left: 36px;
		transform: translateX(0);
	}
	.column-box05 .box .img-s01 {
		width:37px;
	}
	.column-box05 .box .img-s02 {
		width:49px;
	}
	.column-box05 .box .img-s03 {
		width:46px;
	}
	.column-box05 .box .img-s04 {
		width:39px;
	}
	.column-box05 .box .img-s05 {
		width:26px;
	}
	.column-box05 .box p {
		font-size: 14px;
    padding: 34px 0 40px 105px;
		text-align:left;

	}
	.column-box05 .box a {
		bottom: 12px;
	}

	/*---------------------------------

		動画

	---------------------------------*/
	.youtube iframe {
		width: 100%;
		height: 100%;
	}

	/*---------------------------------

		テーブル

	---------------------------------*/
	.table-separate {
		width: 100%;
		overflow-x: scroll;
		margin:0;
		padding:0;
		margin-bottom:36px;
	}
	.table-separate td, .table-separate th{
		margin:0;
		padding:0;
		display: block;
		width: 100%
	}
	.table-separate th{
		min-height: 96px;
	}
	.table-separate td .table_inner{
		padding:15px 22px 22px;
	}
	.table-separate h3{
		font-size:14px;
		margin-bottom:25px;
	}
	.table-separate td p.bold{
		margin:20px 0 0;
	}
	.table-separate th p{
		position: absolute;
		left:50%;
		top:50%;
		transform: translate(-40%,-50%);
		margin:0;
	}
	.table-separate td li{
		font-size:14px;
		line-height:26px;
		margin:0;
	}

	/* 表のボーダー */
	.table-separate td{
		border-left: none;
		border-bottom:35px solid #EFF4F7;
	}
	.table-separate th {
		border-bottom:8px solid #EFF4F7;
	}
	.table-separate td .table_inner.border_bottom{
		border-bottom:8px solid #EFF4F7;
	}
	.table-separate th#step3+td .table_inner.border_bottom{
		margin-bottom:0;
		padding-bottom: 0;
		border-bottom:none;
	}
	.table-separate th#step3+td div:first-of-type p{
		margin-bottom:0;
	}
	.table-separate .inner_box02 h4 +p {
		margin-bottom:10px;
    padding-bottom:5px;
	}

	/*数字*/
	.table-separate .number{
		font-size:30px;
	}
	.table-separate .number span{
		font-size:20px;
	}
	/*アイコン*/
	.table-separate th img{
		position: absolute;
    top: 50%;
		transform:translateY(-50%)
	}
	.table-separate th .img-s01 {
		width:38px;
		left: 48.5px;
	}
	.table-separate th .img-s02 {
		width:49px;
		left: 41.26px;
	}
	.table-separate th .img-s03 {
		width:39px;
		left: 42.06px;
	}
	.table-separate th .img-s04 {
		width:41px;
		left: 48.18px;
	}
	.table-separate th .img-s05 {
		width:29px;
		left: 54.01px;
	}

	/*---------------------------------

  2カラム

	---------------------------------*/
	.table-separate .inner_box02{
		flex-direction: column;
	}
	.table-separate .inner_box02 div{
		width:100%;
	}
	.table-separate .inner_box02 h4 {
    font-size: 18px;
    margin: 20px 0 0;
    text-align: left;
	}
}
