@charset "UTF-8";
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul, li {
	list-style: none;
}

.text-center {
	text-align: center;
}

header {
	width: 100%;
	height: 80px;
	line-height: 50px;
	background: #ffffff;
	color: #a72126;
	position: relative;
	border-top: #a72126 4px solid;
	border-bottom: #d9d9d9 2px solid;
	z-index: 1000;
}

.header-premium {
	border-top: #ffb50c 4px solid;
}

header h1 {
	position: relative;
	width: 80%;
	height: 50px;
	margin: 0 auto 0 auto;
}
@media only screen and (max-width: 767px) {
	header h1 {
		margin: 0;
	}
}

header h1 img {
	height: 70px;
}

.top_background {
	position: relative;
}

.top_background .background_image {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.back_top {
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
}

.back_top a {
	display: block;
	width: 100%;
	background: #d2d2d2;
	text-decoration: none;
	color: #ffffff;
	height: 65px;
	line-height: 65px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.back_top a {
		height: 50px;
		line-height: 50px;
	}
}

.back_top a:before {
	content: "\f077";
	display: inline-block;
	font-family: FontAwesome;
	padding-right: 0.5em;
	text-decoration: none;
}

footer .footer {
	width: 100%;
	margin: 0 auto 0 auto;
}

footer .footer .navigation {
	width: 100%;
}

footer .footer .navigation ul {
	padding: 0;
	margin: 40px 0 0;
	list-style: none;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	footer .footer .navigation ul {
		margin: 20px 0 0;
	}
}

footer .footer .navigation li {
	display: inline-block;
	color: #807E74;
	text-align: center;
}

footer .footer .navigation li:before {
	content: '|';
	padding: 0 10px;
}

footer .footer .navigation li:first-child:before {
	content: '';
	padding: 0;
}

footer .footer .navigation li a {
	text-decoration: none;
	color: #8e8e8e;
	letter-spacing: 0.2em;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	footer .footer .navigation li a {
		letter-spacing: 0em;
	}
}

footer .footer .navigation li a:hover {
	text-decoration: underline;
}

footer .footer #copyright {
	margin: 60px 0 30px;
	color: #8e8e8e;
	clear: both;
	font-size: 11px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	footer .footer #copyright {
		margin: 25px 0;
	}
}

.topicpath {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #D5D6D6;
}

@media only screen and (max-width: 767px) {
	.topicpath {
		font-size: 11px;
		height: 30px;
		line-height: 30px;
	}
}

.topicpath ul {
	list-style: none;
	margin: 0;
	padding: 0 10%;
}

@media only screen and (max-width: 767px) {
	.topicpath ul {
		padding: 0 5%;
	}
}

.topicpath ul li {
	display: inline;
}

.topicpath ul li:first-child:before {
	content: "";
}

.topicpath ul li:before {
	content: " > ";
}

.topicpath ul li a {
	color: #0a3984;
	text-decoration: none;
}

.topicpath ul li a:hover {
	text-decoration: underline;
}

.topicpath ul li:nth-child(2) a {
	color: black;
	pointer-events: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333%;
	}

	.col-sm-2 {
		width: 16.66667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333%;
	}

	.col-sm-5 {
		width: 41.66667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333%;
	}

	.col-sm-8 {
		width: 66.66667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333%;
	}

	.col-sm-11 {
		width: 91.66667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333%;
	}

	.col-sm-pull-2 {
		right: 16.66667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333%;
	}

	.col-sm-pull-5 {
		right: 41.66667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333%;
	}

	.col-sm-pull-8 {
		right: 66.66667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333%;
	}

	.col-sm-pull-11 {
		right: 91.66667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333%;
	}

	.col-sm-push-2 {
		left: 16.66667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333%;
	}

	.col-sm-push-5 {
		left: 41.66667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333%;
	}

	.col-sm-push-8 {
		left: 66.66667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333%;
	}

	.col-sm-push-11 {
		left: 91.66667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333%;
	}

	.col-md-2 {
		width: 16.66667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333%;
	}

	.col-md-5 {
		width: 41.66667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333%;
	}

	.col-md-8 {
		width: 66.66667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333%;
	}

	.col-md-11 {
		width: 91.66667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333%;
	}

	.col-md-pull-2 {
		right: 16.66667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333%;
	}

	.col-md-pull-5 {
		right: 41.66667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333%;
	}

	.col-md-pull-8 {
		right: 66.66667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333%;
	}

	.col-md-pull-11 {
		right: 91.66667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333%;
	}

	.col-md-push-2 {
		left: 16.66667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333%;
	}

	.col-md-push-5 {
		left: 41.66667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333%;
	}

	.col-md-push-8 {
		left: 66.66667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333%;
	}

	.col-md-push-11 {
		left: 91.66667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333%;
	}

	.col-lg-2 {
		width: 16.66667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333%;
	}

	.col-lg-5 {
		width: 41.66667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333%;
	}

	.col-lg-8 {
		width: 66.66667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333%;
	}

	.col-lg-11 {
		width: 91.66667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333%;
	}

	.col-lg-pull-2 {
		right: 16.66667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333%;
	}

	.col-lg-pull-5 {
		right: 41.66667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333%;
	}

	.col-lg-pull-8 {
		right: 66.66667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333%;
	}

	.col-lg-pull-11 {
		right: 91.66667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333%;
	}

	.col-lg-push-2 {
		left: 16.66667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333%;
	}

	.col-lg-push-5 {
		left: 41.66667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333%;
	}

	.col-lg-push-8 {
		left: 66.66667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333%;
	}

	.col-lg-push-11 {
		left: 91.66667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

.form_background {
	overflow: hidden;
	position: relative;
	background: url(../images/bg_form.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 134px;
	padding: 0 10%;
}

.form_background_premium {
	background: url(../images/bg_form_premium.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.form_background {
		background-image: url(../images/bg_form_sp.png);
		height: 70px;
	}

	.form_background_premium {
		background-image: url(../images/bg_form_premium_sp.jpg);
		height: 70px;
	}
}

.form_background .form_image_text {
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 52px 0;
	width: 408px;
	height: 134px;
	background: url(../images/bg_form_layer.png) no-repeat left top;
	position: absolute;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.form_background_premium .form_image_text {
	background: url(../images/bg_form_layer_premium.png) no-repeat left top;
	height: 140px;
	width: 450px;
}

@media only screen and (max-width: 767px) {
	.form_background .form_image_text {
		background: url(../images/bg_form_layer_sp.png) no-repeat left top;
		left: 0;
		height: 70px;
		width: 209px;
		background-size: cover;
		padding: 25px 0 25px 5%;
		font-size: 13px;
		text-align: left;
	}

	.form_background_premium .form_image_text {
		background: url(../images/bg_form_layer_premium_sp.png) no-repeat left top;
		background-size: cover;
	}
}

.process {
	width: 100%;
	text-align: center;
	margin: 30px auto 0 auto;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.process br {
		display: none;
	}
}

.process ul {
	list-style: none;
	padding: 0;
	width: 70%;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
	.process ul {
		width: 82%;
		margin-bottom: 0;
	}
}

.process li {
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	width: 14%;
	color: #525252;
	background: #ccc;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	.process li {
		position: relative;
		display: block;
		float: none;
		vertical-align: middle;
		font-size: 12px;
		height: 45px;
		width: 100%;
		color: #525252;
		background: #ccc;
		padding: 16px 0;
		border-top: solid 1px #fff;
		box-sizing: padding-box;
	}

	.process li:first-child {
		border-top: none;
	}
}

.process li:before, .process li:after {
	position: absolute;
	right: 0;
	z-index: 2;
	display: block;
	width: 40px;
	height: 30px;
	margin-right: -20px;
	background: #ccc;
	border-right: 1px solid #ffffff;
	content: "";
}

.process li:before {
	top: 0;
	transform: skew(45deg);
}

@media only screen and (max-width: 767px) {
	.process li:before {
		content: none;
	}
}

.process li:after {
	bottom: 0;
	transform: skew(-45deg);
}

@media only screen and (max-width: 767px) {
	.process li:after {
		content: '';
		position: absolute;
		width: 14px;
		height: 9px;
		background: #000;
		bottom: -9px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: none;
		border: none;
		background: url(../images/bg_process.png) no-repeat;
		background-size: cover;
		z-index: 10;
	}
}

.process li:last-child:before, .process li:last-child:after {
	content: none;
}

@media only screen and (max-width: 767px) {
	.process li.active {
		background: #a72126;
		color: #FFFFFF;
	}
}

.process li.active {
	background: #a72126;
	color: #FFFFFF;
}

.process li.active:before {
	background: #a72126;
}

.process li.active:after {
	background-color: #a72126;
}

@media only screen and (max-width: 767px) {
	.process li.active:after {
		background: transparent url(../images/bg_process_active.png) no-repeat;
		background-size: cover;
	}
}

.process li.active_premium {
	background: #ff9700;
	color: #FFFFFF;
}

.process li.active_premium:before {
	background: #ff9700;
}

.process li.active_premium:after {
	background-color: #ff9700;
}

@media only screen and (max-width: 767px) {
	.process li.active_premium:after {
		background: transparent url(../images/bg_process_active_premium.png) no-repeat;
		background-color: #ccc;
		background-size: cover;
	}
}

.process li.active:before {
	border-right: none;
}

.process li.active:after {
	border-right: none;
}

ul.grid {
	padding: 0;
	margin: 0;
}

.form_main {
	margin: 0 auto 40px auto;
}

@media only screen and (max-width: 767px) {
	.form_main {
		margin: 0 auto 20px auto;
	}
}

span.required {
	display: inline-block;
	background: #ff931e;
	font-size: 12px;
	border-radius: 3px;
	padding: 1px 6px;
	color: #ffffff;
	font-weight: normal;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	span.required {
		margin-bottom: 15px;
	}
}

span.must {
	color: red;
}

.form_title {
	font-size: 24px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	border-left: 5px solid #a72126;
	padding-left: 10px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #4d4d4d;
}

.form_title_premium {
	border-left: 5px solid #ffb50c;
}

.form_title p {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.form_title {
		font-size: 19px;
	}
}

.comment {
	clear: left;
	padding-bottom: 10px;
	margin: 0 auto 0 auto;
}

@media only screen and (max-width: 767px) {
	.comment {
		padding-bottom: 0;
	}
}

.comment .form_sub_title {
	margin: 20px 0 0 20px;
	font-size: 20px;
	color: #a72126;
	font-weight: bold;
	border-bottom: 2px solid #a72126;
	line-height: 2;
}

.comment .premium_sub_title {
	color: #ff9700;
	border-bottom: 2px solid #ffb50c;
}

@media only screen and (max-width: 767px) {
	.comment .form_sub_title {
		margin-left: 0;
		font-size: 16px;
	}

	.comment .premium_sub_title {
		color: #ff9700;
	}

}

.comment p {
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.comment p {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.form_address .grid-8 {
		width: 100%;
	}

	.form_address .grid-3 {
		width: 100px;
	}

	.form_address input[type="text"] {
		width: 70%;
	}
}

.form_group .form_parts.company {
	display: table;
	width: 100%;
	border-bottom: none;
	padding: 0 0 20px 20px;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts.company {
		padding: 0;
	}
}

.form_group .form_parts.company .company_element {
	display: table-cell;
	vertical-align: middle;
}

.form_group .form_parts.company .mail-confirm-label {
	color: black;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts.company .mail-confirm-label {
		font-size: 10px;
	}
}

.form_group .form_parts.company label {
	color: #004d9a;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts.company label {
		font-size: 12px;
	}
}

.form_group .form_parts.company img {
	width: 100px;
	height: 50px;
}

.form_group .form_parts.company .grid-1:last-child,
.form_group .form_parts.company .grid-2:last-child,
.form_group .form_parts.company .grid-3:last-child,
.form_group .form_parts.company .grid-4:last-child,
.form_group .form_parts.company .grid-5:last-child,
.form_group .form_parts.company .grid-6:last-child,
.form_group .form_parts.company .grid-7:last-child,
.form_group .form_parts.company .grid-8:last-child,
.form_group .form_parts.company .grid-9:last-child,
.form_group .form_parts.company .grid-10:last-child,
.form_group .form_parts.company .grid-11:last-child {
	float: left;
	margin: 0;
}

.form_group {
	margin: 0 auto 0 auto;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.form_group {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.form_group {
		margin-left: 0;
	}
}

.form_group .sub_title {
	font-size: 17px;
	color: #4d4d4d;
	font-weight: bold;
	border-bottom: 2px solid #a1bbc6;
	margin: 15px 0;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.form_group .sub_title {
		font-size: 14px;
	}
}

.form_group img {
	vertical-align: middle;
	margin: 5px 10px 5px 5px;
	border: solid 1px #ccc;
	box-sizing: inherit;
}

.form_group .form_parts {
	color: #4d4d4d;
	line-height: 2;
	padding: 20px 0;
	border-bottom: 1px solid #d5d5d5;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts {
		width: 100%;
		padding: 15px 0;
	}

	.form_group .form_parts .grid-4 {
		width: 100%;
	}

	.form_group .form_parts .gender_label.grid-2 {
		width: 70px;
	}
}

.form_group .form_parts .grid-1:last-child,
.form_group .form_parts .grid-2:last-child,
.form_group .form_parts .grid-3:last-child,
.form_group .form_parts .grid-4:last-child,
.form_group .form_parts .grid-5:last-child,
.form_group .form_parts .grid-6:last-child,
.form_group .form_parts .grid-7:last-child,
.form_group .form_parts .grid-8:last-child,
.form_group .form_parts .grid-9:last-child,
.form_group .form_parts .grid-10:last-child,
.form_group .form_parts .grid-11:last-child {
	float: left;
	margin: 0;
}

.form_group .form_parts .text_bold {
	font-weight: bold;
}

.form_group .form_parts .error_message {
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	margin: 0;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts .error_message {
		width: 100%;
	}
}

.form_group .form_parts .birtday_block {
	width: inherit;
	margin-right: 25px;
}

.form_group .form_parts .lineheight-3 {
	line-height: 3;
}

@media only screen and (max-width: 767px) {
	.form_group .form_parts .lineheight-3 {
		line-height: 2;
	}
}

.form_group .form_parts input[type="text"] {
	padding: 2px 7px;
	height: 30px;
	border: solid 2px #b3b3b3;
}

.form_group .form_parts input[type="text"].input_error {
	padding: 2px 7px;
	border: solid 2px #f8a3a6;
	background: #ffeeec;
}

.form_group .form_parts input[type="tel"] {
	padding: 2px 7px;
	height: 30px;
	border: solid 2px #b3b3b3;
}

.form_group .form_parts input[type="tel"].input_error {
	padding: 2px 7px;
	border: solid 2px #f8a3a6;
	background: #ffeeec;
}

.form_group .form_parts input[type="email"] {
	padding: 2px 7px;
	height: 30px;
	border: solid 2px #b3b3b3;
}

.form_group .form_parts input[type="email"].input_error {
	padding: 2px 7px;
	border: solid 2px #f8a3a6;
	background: #ffeeec;
}

.form_group .form_parts input[type="number"] {
	padding: 2px 7px;
	height: 30px;
	border: solid 2px #b3b3b3;
}

.form_group .form_parts input[type="number"].input_error {
	padding: 2px 7px;
	border: solid 2px #f8a3a6;
	background: #ffeeec;
}

.form_group .example {
	clear: left;
	color: #9f9f9f;
	margin-top: 5px;
}

.form_group .grid-1,
.form_group .grid-2,
.form_group .grid-3,
.form_group .grid-4,
.form_group .grid-5,
.form_group .grid-6,
.form_group .grid-7,
.form_group .grid-8,
.form_group .grid-9,
.form_group .grid-10,
.form_group .grid-11 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.form_right_text {
	width: 100%;
	padding-left: 100px;
	margin: 0 0 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.form_right_text {
		padding-left: 70px;
	}
}

.submit {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 50px auto 0 auto;
	background: #e1e1e1;
	border-radius: 3px;
}

.submit.back_top_button {
	margin-top: 20px;
	text-align: center;
}

.submit.back_top_button .button {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	background: #ff7500;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	text-decoration: none;
	border-bottom: 3px #bd4700 solid;
	margin: 25px auto 25px auto;
	background: #b3b3b3;
	border-color: #666;
}

.submit.back_top_button .button:hover {
	background: #ffa355;
}

@media only screen and (max-width: 767px) {
	.submit.back_top_button .button:hover {
		background: #ff7500;
	}
}

.submit.back_top_button .button:before, .submit.back_top_button .button:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.submit.back_top_button .button:hover {
	background: #ccc;
}

.submit.back_top_button .button a {
	color: #fff;
	text-decoration: none;
}

.submit .button {
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0 auto 0 auto;
}

.submit .button input {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	background: #ff7500;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	text-decoration: none;
	border-bottom: 3px #bd4700 solid;
	margin: 25px auto 25px auto;
	border: none;
	border-bottom: 3px #a53409 solid;
	font-size: 17px;
	margin-left: 15px;
	margin-right: 15px;
}

.submit .premium_button input {
	background: #ff9700;
}

.submit .button input:hover {
	background: #ffa355;
}

@media only screen and (max-width: 767px) {
	.submit .button input:hover {
		background: #ff7500;
	}
}

.submit .button input:before, .submit .button input:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.submit .button input.gray {
	background: #b3b3b3;
	border-color: #666;
}

.submit .button input.gray:hover {
	background: #ccc;
}

@media only screen and (max-width: 767px) {
	.submit.two_button {
		height: 140px;
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.submit.two_button .button {
		width: 152px;
	}
}

@media only screen and (max-width: 767px) {
	.submit.two_button .button input {
		margin: 5px 0;
	}
}

input[type=text]#postcode1 {
	height: 20px;
	width: 100px;
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
	input[type=text]#postcode1 {
		width: 50%;
	}
}

input[type=text] {
	height: 20px;
	width: 200px;
	margin: 0 0 5px 0;
	border: 1px #9c9c9c solid;
}

@media only screen and (max-width: 767px) {
	input[type=text] {
		width: 90%;
	}
}

input[type=text].margin-left {
	margin-left: 5px;
	width: 65%;
}

@media only screen and (max-width: 767px) {
	.width-100 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.width-30 {
		width: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.width-40 {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.width-60 {
		width: 60%;
	}
}

select {
	padding: 5px 37px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #b3b3b3;
	border-radius: 0;
	background: url(../images/ico_select.png) no-repeat right center;
	background-size: contain;
}

.select_style {
	position: relative;
	display: inline;
	margin-right: 3px;
}

.radio_style {
	padding: 0 0 0 24px;
	position: relative;
	margin: 0;
}

.checkbox_container {
	position: relative;
}

.form_group .form_parts.company .company_element {
	display: none;
	margin: 0;
}

input[type=radio],
input[type=checkbox] {
	display: none;
	margin: 0;
	position: relative;
}

input[type=radio] + label,
input[type=radio] + label,
input[type=checkbox] + label,
input[type=checkbox] + label {
	cursor: pointer;
	padding: 0 0 0 24px;
}

input[type=radio] + label:before,
input[type=radio] + label:before,
input[type=checkbox] + label:before,
input[type=checkbox] + label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input[type=radio] + label:before {
	border: 2px solid #b3b3b3;
	border-radius: 30px;
}

input[type=radio]:checked + label:after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #4d4d4d;
	border-radius: 8px;
}

input[type=checkbox] + label:before {
	border: 2px solid #b3b3b3;
}

input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #4d4d4d;
	border-bottom: 3px solid #4d4d4d;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.error {
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.error {
		width: 100%;
	}
}
