@charset "utf-8";

body.branding_special_site_interview {
	background: #f2f2f2;
}

.body_wrapper {
	position: relative;
	width: 960px;
	margin:  180px auto 0;
	padding: 0 0 80px 0;
	background: #fff;
}


.body_wrapper .advertising_index_title,
.body_wrapper .advertising_title {
	font-size: 36px;
	font-weight: normal;
	color: #575757;
}

.body_wrapper .advertising_index_intro,
.body_wrapper .advertising_intro {
	margin: 40px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.body_wrapper .advertising_index_list {
	margin: 80px 0 0 0;
	width: 100%;
}

.body_wrapper .advertising_index_list .advertising_set {
	width: calc(100% / 2 - 30px);
	margin: 0 0 60px 0;
	float: left;
}

.body_wrapper .advertising_index_list .advertising_set a {
	display: block;
	color: #333;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.body_wrapper .advertising_index_list .advertising_set a:hover {
	opacity: 0.5;
}

.body_wrapper .advertising_index_list .advertising_set:nth-child(even) {
	float: right;
}

.body_wrapper .advertising_index_list .advertising_set .ad {
	position: relative;
	width: 100%;
	padding: 10px 0;
	background: #d9d9d9;
}

.body_wrapper .advertising_index_list .advertising_set .ad img {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;*/
	display: block;
	width: calc( 100% - 20px);
	height: auto;
	margin: 0 10px;
}

.body_wrapper .advertising_index_list .advertising_set .ad02 img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto auto;
	display: block;
	width: calc( 100% - 20px);
	height: auto;
}

.body_wrapper .advertising_index_list .advertising_set .title {
	margin: 20px 0 0 0;
	line-height: 1.5;
}



.body_wrapper .advertising_copy {
	margin: 60px 0 0 0;
	font-size: 16px;
	line-height: 2;
}

.body_wrapper .advertising_list {
	margin: 50px 0 100px 0;
	width: 100%;
}

.body_wrapper .advertising_list li {
	margin: 50px 0 0 0;
	width: 100%;
	font-size: 14px;
}

.body_wrapper .advertising_list li img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	border: 1px solid #000;
	box-sizing: border-box;
}





/** ====================================== **/
@media screen and (max-width: 1000px) {

.body_wrapper {
	position: relative;
	width: auto;
	margin:  140px 20px 0;
	padding: 0 0 80px 0;
	background: #fff;
}

.body_wrapper .advertising_index_intro,
.body_wrapper .advertising_intro {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.body_wrapper .advertising_index_list {
	width: auto;
	margin: 60px 0 0;
}

.body_wrapper .advertising_index_list .advertising_set {
	width: calc(100% / 2 - 10px);
	margin: 0 0 20px 0;
	float: left;
}

}

/** ====================================== **/
@media screen and (max-width: 768px) {

.body_wrapper {
	position: relative;
	width: auto;
	margin:  120px 20px 0;
	padding: 0 0 20px 0;
	background: #fff;
}

.body_wrapper .advertising_index_title,
.body_wrapper .advertising_title {
	font-size: 28px;
	font-weight: normal;
}

.body_wrapper .advertising_index_intro,
.body_wrapper .advertising_intro {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.body_wrapper .advertising_index_list {
	width: auto;
	margin: 60px 0 0;
}

.body_wrapper .advertising_index_list .advertising_set {
	width: auto;
	margin: 0 0 40px 0;
	float: none;
}

.body_wrapper .advertising_index_list .advertising_set:nth-child(even) {
	float: none;
}

.body_wrapper .advertising_index_list .advertising_set .title {
	margin: 10px 0 0 0;
	line-height: 1.5;
}

.body_wrapper .advertising_copy {
	margin: 40px 0 0 0;
	font-size: 16px;
	line-height: 2;
}


}

/** ====================================== **/
@media screen and (max-width: 590px) {
}

/** ====================================== **/
@media screen and (max-width: 550px) {
}


/** ====================================== **/
@media screen and (max-width: 414px) {
}




