@charset "UTF-8";
/*--
汎用CSS打消し
--*/
#top-fee-area input[type="submit"] {
	color: initial;
	background-color: initial;
	border-color: initial;
	display: initial;
	padding: initial;
	margin-bottom: initial;
	font-size: 16px;
	font-weight: initial;
	line-height: initial;
	text-align: initial;
	white-space: initial;
	margin: initial;
	vertical-align: initial;
	cursor: initial;
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
	background-image: initial;
	border: initial;
	border-radius: initial;
	width: initial;
	min-width: initial;
}
#top-fee-area input[type="submit"]:hover{
	color: initial;
	background-color: initial;
	border-color: initial;
	text-decoration: initial;
}
#top-fee-area form input {
	font-size: 16px !important;
}

/*------------------------
共通設定
------------------------*/
a, span, img {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
img {
	margin:0;
	padding:0;
	border:none;
	display: inline-block;
	max-width: 100%;
	font-size: 0;
	vertical-align:bottom;
}
.btn, input[type="submit"].btn {
	width: 410px;
	border-radius: 35px;
	padding: 25px 0;
	color: #fff;
	font-size: 18px !important;
	text-align: center;
}
.red {
	background-color: #FF4181;
	border: 1px solid #FF4181;
}
.red:hover {
	background-color: #fff;
	color: #FF4181;
}
.flex {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
.flex-child {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.w1100 {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}
.w1040 {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
}
.bg-gray {
	background-color: #F5F6F9;
}
.bg-white {
	background-color: #FFF;
}
.bg-green {
	background-color: #d6eceb;
}
.font-green {
	color: #62C1BC;
}
.font-pink {
	color: #FF4181
}
.p-title {
	text-align: center;
	font-weight: bold;
}

/*-------------------------
	仮トップページ
-------------------------*/
#top-fee-area {
	width: 990px;
	max-width: 100%;
	margin: 0 auto 60px;
	background-color: #F2F2F2;
}
#top-fee-area h2, #top-fee-area .topTitle {
	color: #EF5F5F;
	font-size: calc(30px + ((1vw - 7.5px)*-1.778));
	font-weight: bold;
	text-align: center;
}
#top-fee-area .topTitle {
	margin-bottom: 15px;
}
#top-fee-area .top-fee-text p:not(.topTitle) {
	text-align: center;
	font-size: calc(26px + ((1vw - 7.5px)*-1.778));
}
#top-fee-area .top-fee-content {
	max-width: 670px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
#top-fee-area .b-font {
	text-align: center;
	font-weight: bold;
	font-size: calc(28px + ((1vw - 7.5px)*-1.778));
}
#top-fee-area .table-cap1, #top-fee-area .table-cap2 {
	max-width: 587px;
	width: 100%;
	margin: auto;
	border: 1px solid #ddd;
	border-bottom: none;
	background-color: #fff;
}
#top-fee-area .table-cap1.plan-au { margin-top: 30px; }
#top-fee-area .table-cap2.plan-au { border-top: none; }
#top-fee-area .table-cap1 img, #top-fee-area .table-cap2 img {
	max-width: 147px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px 15px;
}
#top-fee-area .table-cap1 .bg-green, #top-fee-area .table-cap2 .bg-green {
	background-color: #57C7C1;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
	font-size: calc(26px + ((1vw - 7.5px)*-1.778));
	margin: 0;
}
#top-fee-area table {
	border-collapse: collapse;
	table-layout: fixed;
	margin: auto;
}
#top-fee-area thead th {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: calc(20px + ((1vw - 7.5px)*-1.778));
	font-weight: normal;
}
#top-fee-area tbody th {
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 497px;
}
#top-fee-area tbody td {
	padding: 0 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#top-fee-area a.btn {
	display: block;
	max-width: 466px;
	width: 100%;
	border-radius: 4px;
	background-color: #F29D36;
	padding: 5px 15px;
	color: #fff;
	font-size: calc(26px + ((1vw - 7.5px)*-1.778));
	font-weight: normal;
	text-align: left;
	margin: 0;
}
#top-fee-area .fee_text {
	padding: 30px 40px 0;
}
#top-fee-area .fee_text p {
	padding: 5px 0;
}
@media (min-width: 1200px) {
	#top-fee-area h2, #top-fee-area .topTitle {
		font-size: 25px;
	}
	#top-fee-area .b-font {
		font-size: 23px;
		margin: 20px auto;
	}
	#top-fee-area .top-fee-text p:not(.topTitle) {
		font-size: 18px;
	}
	#top-fee-area .table-cap1 .bg-green, #top-fee-area .table-cap2 .bg-green { font-size: 18px; }
	#top-fee-area thead th { font-size: 18px; }
	#top-fee-area a.btn { font-size: 18px; }
}
@media (max-width: 750px) {
	#top-fee-area h2, #top-fee-area .topTitle {
		font-size: calc(15px + ((1vw - 3.2px)*3.25));
	}
	#top-fee-area .b-font { font-size: calc(14px + ((1vw - 3.2px)*3.25)); }
	#top-fee-area .top-fee-text p:not(.topTitle) {
		font-size: calc(13px + ((1vw - 3.2px)*3.25));
	}
	#top-fee-area .table-cap1 .bg-green, #top-fee-area .table-cap2 .bg-green { font-size: calc(13px + ((1vw - 3.2px)*3.25)); }
	#top-fee-area thead th { font-size: calc(13px + ((1vw - 3.2px)*1.63)); }
	#top-fee-area a.btn { font-size: calc(13px + ((1vw - 3.2px)*3.25)); }
}
/*----------------
流用共通設定
----------------*/
.top-contact .p-title {
	font-size: 26px;
}
.top-contact p {
	text-align: center;
}
.btn-sec {
	max-width: 885px;
	width: 100%;
	margin: 40px auto 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.top-contact .p-title {
	font-size: 26px;
}
.top-contact p {
	text-align: center;
}
.top-contact.w1100 {
	padding: 80px 20px;
}
.btn-sec {
	max-width: 885px;
	width: 100%;
	margin: 40px auto 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.low-head-text {
	text-align: center;
	padding: 60px 20px;
}
@media screen and (max-width: 960px) {
	p.p-bold {
		font-size: 18px;
	}
	.btn {
		font-size: 16px;
		max-width: 320px;
	}
	.btn-sec {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

/*----------------
よくある質問　/　ご利用規約
------------------*/
.tos dl {
	counter-reset: tos-counter;
}
.tos dd {
	position: relative;
	padding: 25px 15px 25px 70px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.tos dd:before {
	position: absolute;
	color: #ff4181;
	font-size: 22px;
	font-weight: bold;
	top: 26px;
	counter-increment: tos-counter;
	content: counter(tos-counter);
	margin-left: -40px;
	text-align: center;
}
.tos .text_area {
	padding: 25px 15px 25px 70px;
	margin-left: 10px;
	margin-bottom: 40px;
	font-family: 'Roboto Slab', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.tos .text_title {
	padding: 20px 15px;
	margin-left: 10px;
	font-family: 'Roboto Slab', 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 960px) {
	dd {
		font-size: 14px;
	}
	.tos dd {
		padding: 25px 15px 25px 40px;
	}
	.question dd:before, .tos dd:before {
		font-size: 18px;
		margin-left: -20px;
	}
	.tos dd:before {
		margin-left: -30px;
	}
}
@media screen and (max-width: 1040px) {
	.w1040 {
		padding: 0;
	}
}

/*----------------
ご利用の流れ
------------------*/
#content .howtostart {
	background-color: #FFF;
	padding-top: 50px;
}
#content .howtostart h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	border: none;
	color: inherit;
}
#content .howtostart h2:hover {
	background-color: transparent;
}
.howtostart .btn {
	margin: auto;
}
.howtostart .start_content_area {
	padding: 30px 0;
}
.howtostart .p-sub-title {
	width: 100%;
	padding: 10px 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px;
	border-radius: 30px;
	color: #FFF;
	background-color: #62C1BC;
	font-size: 18px;
}
.howtostart .item-name {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #62C1BC;
}
.howtostart .item-name:before, .howtostart .item-name:after {
	display: inline-block;
	vertical-align: middle;
	content: '―';
	margin: 0 20px;
}
.howtostart .version2 {
	padding-top: 60px;
}
.howtostart .paperwork-title {
	background-color: #62C1BC;
	color: #fff;
}
.howtostart .indent {
	text-indent: 1.5em;
}
.howtostart .p-note {
	margin-bottom: 40px;
}
.howtostart .note-area {
	margin-bottom: 40px;
}
.howtostart .top-contact {
	border-top: 1px solid #ccc;
}
.howtostart .bg-gray {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.howtostart .paperwork-title {
	padding: 15px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	margin: 0;
}
.howtostart .paperwork02 ul {
	padding: 20px 45px;
}
.howtostart li {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
}
.howtostart li, .howtostart .indent-top {
	text-indent: -1em;
}
.howtostart li:before, .howtostart .indent-top:before {
	content: '●';
	display: inline-block;
	font-size: 8px;
	vertical-align: middle;
	margin-left: 3em;
	padding-right: 1em;
}
.howtostart img {
	width: 100%;
	margin: 20px auto 30px;
}
.howtostart .fax {
	font-size: 22px;
	padding: 15px 30px;
	margin-top: 25px;
}
.howtostart .fax .font-pink {
	font-size: 34px;
	line-height: 22px;
	vertical-align: sub;
}
.howtostart .mailing, .howtostart .store {
	padding-bottom: 40px;
}
.howtostart .paperwork01 .font-green, .howtostart .paperwork02 .font-green {
	margin: 50px 0 25px;
	font-size: 18px;
}
.howtostart .mailing .p-title, .howtostart .store .p-title {
	border-radius: 25px;
	background-color: #FABE00;
	font-size: 24px;
	color: #fff;
	margin-bottom: 50px;
	padding: 4px;
}
.howtostart .paperwork01 .bg-gray {
	padding: 25px 30px;
}
.howtostart .paperwork02 .bg-gray {
	margin-bottom: 40px;
	padding: 50px 60px;
}
.howtostart .paperwork02 .bg-gray .p-note {
	margin-top: 25px;
}
.howtostart .paperwork02 .flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.howtostart .paperwork02 .flex-child:not(.plus-img) {
	background-color: #fff;
	max-width: 400px;
	width: 100%;
	border-radius: 4px;
	padding-bottom: 35px;
	box-shadow: 0px 10px 20px 10px rgba(0,0,0,0.2);
}
.howtostart .paperwork02 .plus-img {
	width: 56px;
	margin: 25px;
}
.howtostart .paperwork02 .plus-img img {
	margin: auto;
}
.howtostart .payee {
	padding: 20px;
}
.howtostart .payee .p-note {
	margin-bottom: 10px;
}
.top-flow .p-title {
	background-color: #62C1BC;
	border-radius: 25px;
	padding: 15px;
	color: #fff;
	margin-bottom: 60px;
}
.top-flow .flex {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}
.top-flow dl {
	max-width: 200px;
	width: 100%;
}
.top-flow dl dt {
	font-size: 20px;
	color: #F7C94B;
}
.top-flow dl dt, .top-flow dl dd {
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
.top-flow dl:not(:nth-child(3)) {
	position: relative;
}
.top-flow dl:not(:nth-child(3)):after {
	position: absolute;
	content: '';
	width: 36px;
	height: 34px;
	top: 25%;
	right: -3.5vw;
	background-image: url(images/lp/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.top-flow dl img {
	max-width: 120px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.top-flow dl dd a {
	font-size: 16px;
	padding-top: 10px;
}
@media screen and (max-width: 1040px) {
	.identification .paperwork02 .bg-gray {
		padding: 50px 20px 20px;
	}
	.identification .paperwork02 ul {
		padding: 20px;
	}
}
@media screen and (max-width: 850px) {
	.identification .paperwork02 .flex {
		-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 850px) {
	.top-flow dl {
		max-width: 150px;
	}
	.top-flow dl:not(:nth-child(3)):after {
		right: -5vw;
	}
}
@media screen and (max-width: 700px) {
	.top-flow.w1100 {
		padding: 40px 20px;
	}
	.top-flow .flex {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-flow dl {
		max-width: 400px;
		margin: 0 auto;
	}
	.top-flow dl:not(:nth-child(3)) {
		margin-bottom: 60px;
	}
	.top-flow dl:not(:nth-child(3)):after {
		top: auto;
		bottom: -45px;
		left: 45%;
		right: 45%;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.top-flow .sp-br {
		display: none;
	}
}
