@charset "utf-8";
/* CSS Document */

/* header */
.wrapper .header__block p {
	color: #62401e;
	font-family: 'Kiwi Maru';
    font-size: 32px;
	margin-bottom: 30px;
}
	@media screen and (max-width: 640px) {
		.wrapper .header__block p {
			font-size: 18px;
		}
	}

/* step */
.wrapper article .step__block .txt__block .txt__step {
	color: #342a28;
	font-family: 'Kiwi Maru';
    font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}
	@media screen and (max-width: 640px) {
		.wrapper article .step__block .txt__block .txt__step {
			margin-bottom: 20px;
		}
	}
	.wrapper article .step__block .txt__block .txt__step span {
		font-size: 22px;
		font-weight: bold;
	}
.wrapper article .step__block .txt__block dl.youtube dt {
	color: #f0833f;
	font-family: 'Kiwi Maru';
    font-size: 16px;
	line-height: 1.2;
}
	@media screen and (max-width: 640px) {
		.wrapper article .step__block .txt__block dl.youtube {
			margin-top: 20px;
		}
		.wrapper article .step__block .txt__block dl.youtube dt {
			margin-bottom: 6px;
		}
		.wrapper article .step__block .txt__block dl.youtube dd {
			margin-bottom: 30px;
		}
	}
.wrapper article .step__block .txt__block dl.youtube dd a {
	display: inline-block;
	background: #f0833f;
	color: #fff;
	font-family: 'Kiwi Maru';
    font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	border: 1px solid #f0833f;
	border-radius: 3px;
	padding: 0.2rem 1rem 0.4rem;
}
	@media screen and (max-width: 640px) {
		.wrapper article .step__block .txt__block dl.youtube dd a {
			padding: 1rem 2rem;
		}
	}
.wrapper article .step__block .fix__bar {
	background: #FBC95F;
	color: #fff;
	border-radius: 10px;
	font-family: 'Kiwi Maru';
    font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
	padding: 5px 15px;
}
.wrapper article .grp__block h2 {
  margin-bottom: 20px;
}
	@media screen and (max-width: 640px) {
	  .wrapper article .grp__block h2 {
		margin-bottom: 20px;
	  }
	}
.wrapper article .grp__block .txt__block2 {
	width: 634px;
	height: auto;
	margin: 0 auto 50px;
	padding: 0;
}
	@media screen and (max-width: 768px) {
	  .wrapper article .grp__block .txt__block2 {
		width: 90%;
		margin-bottom: 30px;
	  }
	}
.wrapper article .grp__block .txt__block2 p {
	color: #342a28;
	font-family: 'Kiwi Maru';
    font-size: 18px;
	text-align: center;
	line-height: 1.2;
}
	@media screen and (max-width: 768px) {
	  .wrapper article .grp__block .txt__block2 p {
		margin-bottom: 30px;
	  }
	}

/* 同意確認 */
.wrapper article .terms__block button[type="submit"] {
	background: #f0843f;
	border: 1px solid #f0843f;
	border-radius: 32px;
    color: #fff;
    padding: 0.5rem 3rem 0.8rem;
	font-family: 'Kiwi Maru';
    font-size: 24px;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}
	.wrapper article .terms__block button[type="submit"]:hover {
		opacity: 0.5;
	}
	.wrapper article .terms__block button[type="submit"][disabled] {
		background-color: #777;
		border: 1px solid #777;
		color: #fff;
		border-color: #ccc;
	}
		.wrapper article .terms__block button[type="submit"][disabled]:hover {
			opacity: 1;
			cursor: default;
		}

/* form */
span.required {
	background: #f490b9;
	color: #fff;
	font-weight: normal;
	padding: 0 0.5rem 0.2rem;
}
.wrapper article.second .form__block h2 {
	font-family: 'Kiwi Maru';
    font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.wrapper article.second .terms__block a {
	font-family: 'Kiwi Maru';
	font-size: 24px;
}
	.wrapper article.second .terms__block a:hover {
		opacity: 0.5;
	}
.wrapper article.second .terms__block .giga__apply:nth-child(1) {
	margin-bottom: 30px;
	border-bottom: 1px solid #ff9dfaf;
}
	.wrapper article.second .terms__block .giga__apply td {
		vertical-align: middle;
	}
	@media screen and (max-width: 640px) {
		.wrapper article.second .terms__block .giga__apply:nth-child(1) td:nth-child(2) {
			padding-bottom: 30px;
		}
	}
.wrapper article.second .terms__block .giga__apply th:nth-child(2) {
	width: 11%;
}
	@media screen and (max-width: 640px) {
		.wrapper article.second .terms__block .giga__apply th:nth-child(2) {
			width: 100%;
			margin-bottom: 1rem;
		}
	}
.wrapper article .terms__block #terms__agree label span {
	width: 24px;
	height: 24px;
}
.wrapper article .terms__block #terms__agree input[type='checkbox'] {
	width: 22px;
	height: 22px;
}
.btn__link {
    background: #f0843f;
	border: 1px solid #f0843f;
	border-radius: 32px;
    color: #fff;
    padding: 0.5rem 3rem 0.8rem;
	font-family: 'Kiwi Maru';
    font-size: 24px;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}
.btn__link:hover {
		opacity: 0.5;
	}

/* 確認画面　*/
.mw_wp_form_confirm .terms__block .giga__apply td {
	font-size: 20px;
}
.mw_wp_form_confirm .terms__block #terms__agree {
	font-size: 20px;
}
.mw_wp_form_confirm .confirm_hidden {
	display: none;
}
.btn__back {
	background: #aaa;
	border: 1px solid #aaa;
}