main {
	color: #000;
	letter-spacing: 1px;
}
.advertisement .sub_inner {
	width: 85%;
}
@media (max-width: 991px) {
	.advertisement .sub_inner {
		width: 100%;
	}
}
@media (max-width: 605px) {
	.breadclumb ul {
		margin-top:22px;
	}
}
@media (max-width:605px) {
	.header_title_yellow {
		padding-top: 50px;
		height: auto;
	}
	.header_title_yellow h1 {
		font-size: 18px;
	}
	.header_title_yellow span {
		font-size: 33px;
		line-height: 45px;
	}
}


/*==========================================
 本文
===========================================*/
.main_text{
	width: 60%;
}
.main_text p {
	letter-spacing: 1.7px;
}
.h2_class {
	margin: 80px 0 40px;
	font-weight: 600;
	font-size: 28px;
	line-height: 45px;
	letter-spacing: 5px;
}

/* 文章 */
.top_detail {
	margin: 20px 0 95px;
	font-weight: 600;
	font-size: 18px;
}

.top_detail_br {
	display: block;
}
@media(max-width: 767px) {
	.top_detail_br {
		display: none;
	}
}

.h3_class{
	margin-bottom: 40px;
    padding: 15px 50px;
	font-weight: 600;
	font-size: 22px;
	border: 2px solid #333333;
}

.main_detail{
	/*margin: 10px 50px;*/
	font-weight: 500;
	font-size: 13px;
}

.adv_outline{
	margin-left: 50px;
}

.outline_content {
	margin-bottom: 50px;
}

.adv_detail{
	margin: 10px 0 40px 20px;
	font-weight: 500;
	font-size: 18px;
}
.adv_bold{
	margin: 10px 0 10px 20px;
	font-weight: 600;
	font-size: 18px;
}

.h4_class{
	font-weight: 600;
	font-size: 20px;
}

.border{
	border-width:2px;
	border-color: #333333;
	margin-bottom: 30px;
}

.main_detail{
	margin-top: 10px;
	font-weight: 500;
	font-size: 18px;
}

.h5_class{
	font-weight: 600;
	font-size: 18px;
}

.outline_content ul {
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: 500;
}
.outline_content ul li:before {
	content: "・";
}

/* お問い合わせ先 */
.main_area{
	margin: 0 auto;
}
.contact{
	margin: 50px auto 130px;
	padding: 70px 100px 50px;
	border: 1px solid #333333;
}
.contact h4{
	margin-bottom: 50px;
}

.contact_caption{
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 22px;
}

.office_info{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0 !important;
}
.company_email {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.font_bold{
	font-weight: 600;
}

.br_sp {
	display: none;
}
.br_min{
	display: none;
}

.btn_contact{
	border: 0;
	height: 60px;
    line-height: 30px;
    border-radius: 10px;
    color: #FBFBFB;
    background-color: #333333;
    font-size: 16px;
    font-weight: 530;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    margin-top: 30px;
    padding: 0 35px;
    cursor: pointer;
}
.btn_contact:hover{
	opacity: 0.8;
}
.btn_contact i {
	margin-left: 20px;
}
@media (max-width: 1199px) {
	.top_caption{
		margin: 50px;
	}
	.br_sp {
		display: block;
	}
}
@media (max-width: 879px) {
	.main_text{
		width: 65%;
	}
}
@media (max-width: 767px) {
	.main_text{
		width: 80%;
	}
	.contact{
		padding: 70px 70px 50px;
	}
	.h2_class {
		margin: 20px 0;
		font-weight: 600;
		/*font-size: 16px;*/
		/*line-height: 20px;*/
	}
}
@media (max-width: 595px) {
	.top_caption{
		margin: 0px;
	}

	.h2_class {
	    margin: 40px 0 20px;
	    font-size: 18px;
	    line-height: 25px;
	}

	/* 文章 */
	.top_detail {
		margin: 20px 0 30px;
		font-size: 14px;
	}

	.h3_class{
		margin-bottom: 15px;
	    padding: 5px 0 5px 15px;
 		font-size: 16px;
	}

	.main_detail{
		margin-bottom: 20px;
		font-size: 13px;
	}


	.h4_class{
		font-size: 14px;
	}

	.border{
		border-width:2px;
		border-color: #333333;
		margin-bottom: 10px;
	}

	.adv_outline{
		margin-left: 15px;
	}
	.adv_detail{
		margin: 10px 0 10px 15px;
		font-size: 13px;
	}
	.adv_bold{
		margin: 10px 0 10px 15px;
		font-size: 13px;
	}

	.h5_class{
		font-size: 14px;
	}

	/* お問い合わせ先 */
	.contact{
		margin: 20px 0;
		padding: 20px; 
	}
	.contact h4{
		margin-bottom: 20px;
	}
	.contact_caption{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.main_area{
		width: 95%;
		margin: 0 auto;
	}

	.office_info{
		font-size: 12px;
	}
}
@media (max-width: 490px){
	.btn_contact {
			height: 30px;
			width: 100%;
			font-size: 12px;
			padding: 0 12px;
	}
}
@media (max-width: 365px) {
	.br_min{
		display: block;
	}
	.contact{
		padding: 20px 10px;
	}
}
@media (max-width: 365px) {
	.br_min{
		display: block;
	}
}


/*.advertisement h2, .a .main_text {
	width: 60%;
}*/