@charset "shift_jis";
/*ブログページ*/

.gl_backbox_2 {
	padding-bottom: 56px;
	position: relative;
}

.gl_backbox_2::before {
    margin-left: -25px;
    width: 50px;
    height: 26px;
    background: url(../img/blog_img/blog_img02.png) no-repeat;
    background-size: auto auto;
    background-size: 50px 26px;
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    z-index: 1;
}

.gl_backbox_2 .infoBox {
	border-bottom: 1px solid #bbb5ac;
	background: url(../img/gl_back_1.jpg) repeat-x left top;
}

.gl_backbox_2 .infoBox .subBox {
	margin: 0 auto;
	padding: 31px 0 13px;
	width: 960px;
}

.gl_backbox_2 .infoBox p {
	margin-bottom: 6px;
	color: #282828;
	font-size: 13px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height: 1.61;
	text-align: center;
}

.gl_backbox_2 .infoBox p:last-child {
	margin-bottom: 0;
}

.gl_backbox_2 .infoBox p span {
	display: block;
	color: #fd0000;
	font-size: 22px;
	font-weight: 500;
}

.gl_backbox_2 .infoBox p span a {
	color: #fd0000;
	text-decoration: none;
}

.gl_backbox_2 .gl_main {
	position: relative;
}

.gl_h2_1 {
    padding: 40px 0px 21px 0px;
}

.contact_box p {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
}

.contact_box > p {
	margin: 0 280px 15px 0;
	color: #282828;
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.5;
}

.contact_box .img {
	position: absolute;
	top: -1px;
	right: 9px;
}

.contact_box table {
	margin-bottom: 25px;
	width: 100%;
	border-collapse: collapse;
}

.contact_box th,
.contact_box td {
	padding: 12px 18px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #41210d;
}

.contact_box th {
	width: 20.9%;
	color: #41210d;
	font-size: 14px;
	text-align: center;
	border-right: none;
	background-color: #ebe4d8;
}

.contact_box th span {
	margin-left: 5px;
	font-size: 12px;
}

.contact_box td {
	padding: 13px 18px 12px;
	border-left: none;
	background-color: #fff;
}

.contact_box td input {
	padding: 2px 5px;
	width: 517px;
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	word-break: break-all;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #eee;
	appearance: none;
	-webkit-appearance: none;
}

.contact_box td textarea {
	padding: 5px;
	width: 711px;
	height: 185px;
	font-size: 14px;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	word-break: break-all;
	border: 1px solid #bfbfbf;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #eee;
	appearance: none;
	-webkit-appearance: none;
}

.contact_box .trStyle td {
	padding: 20px 18px 19px;
}

.contact_box form p {
	margin-bottom: 28px;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	text-align: center;
}

p.policy {
    padding-bottom: 50px;
}

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

.contact_box .submit li {
	display: inline-block;
}

.contact_box .submit li input {
	padding: 5px 10px 7px 15px;
	width: 376px;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	font-family: 'Noto Sans Japanese';
	letter-spacing: 1.8px;
	border: none;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #42210b;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}

.contact_box li input:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.gl_backbox_2 {
		padding-bottom: 30px;
	}
	
	.gl_backbox_2 .gl_main {
		padding: 15px 15px 0;
	}
	
	.gl_backbox_2::before {
		margin-left: -15px;
		width: 30px;
		height: 15px;
		background-size: 30px 15px;
	}
	
	.gl_backbox_2 .infoBox .subBox {
		margin: 0;
		padding: 15px 0;
		width: auto;
	}
	
	.gl_backbox_2 .infoBox p {
		margin-bottom: 10px;
		line-height: 1.5;
	}
	
	.gl_backbox_2 .infoBox p span {
		font-size: 16px;
	}
	
	.gl_h2_1 {
		padding: 0 0 15px;
	}
	
	.contact_box > p {
		margin: 0 0 25px;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	.contact_box .img {
		top: 0;
		right: 15px;
	}
	
	.contact_box .img img {
		width: 80px;
		height: auto;
	}
	
	.contact_box table {
		margin-bottom: 15px;
		border-top: 1px solid #41210d;
	}
	
	.contact_box th,
	.contact_box td {
		padding: 5px 10px;
		box-sizing: border-box;
	}
	
	.contact_box th {
		padding: 5px;
		width: 29%;
	}
	
	.contact_box th span {
		margin-left: 0;
	}
	
	.contact_box td {
		padding: 10px;
		text-align: left;
	}
	
	.contact_box td input {
		width: 100%;
		font-size: 14px;
	}
	
	.contact_box td textarea {
		padding: 5px;
		width: 100%;
		height: 160px;
		font-size: 14px;
		display: block;
	}
	
	.contact_box .trStyle td {
		padding: 10px;
	}
	
	.contact_box form p {
		margin-bottom: 28px;
		letter-spacing: 0.2px;
	}
	
	.contact_box .submit li input {
		padding: 5px 10px;
		width: 240px;
		font-size: 14px;
		letter-spacing: 0;
	}
		
	.contact_box li input:hover {
		opacity: 1;
	}
	
	.gl_backbox_2 .infoBox p span a:hover {
		text-decoration: none;
	}
}
