.main_visual {background-image: url(https://www.bigbang-web.jp/wp-content/themes/bigbang/assets/img/about/characteristic/main_sm_2.png), url(../img/common/main_bg.jpg);}

.bg_blue {
	background-image: url(../img/common/side_bg.jpg);
	border-bottom: none;
    border: 1px solid #c2c9d5;
	padding: 15px 0;
}

p.indentback{
  text-indent: -1em;
  padding-left: 1em;
}

.content_flexed {
	display: flex;
	margin-bottom: 18px;
}

.margin_box_3 .content_flexed {
	margin-bottom: 30px;
}

.content_flexed p {
	flex: 1;
	margin-right: 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.content_flexed p {
		-webkit-flex: auto;
		-moz-flex: auto;
		-ms-flex: auto;
		-o-flex: auto;
		flex: auto;
	}
}

.content_flexed figure {
    margin: 0 0;
}

.content_flexed img {
	width: auto;
}

.bg_1 .taitortag {
	background-color: #001f50;
	color: #fff;
	font-size: 18px;
	padding: 10px 10px 9px 10px;
	position: relative;
}

.bg_1 .taitortag_2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 41px 0 0 10px;
	border-color: transparent transparent transparent #001f50;
	position: absolute;
	right: -10px;
}

.left .bg_1 {
	font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', serif;
	border-bottom: 1px solid #b2bbca;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.content_flexed_2 dt:before {
	content: '■';
}


.about_flex {
	display: flex;
}

.about_flex .content_flexed_2 {
	flex: 1;
	margin-right: 17px;
}

@media screen and (max-width: 767px) {
	.about_flex .content_flexed_2 {
		-webkit-flex: auto;
		-moz-flex: auto;
		-ms-flex: auto;
		-o-flex: auto;
		flex: auto;
	}
}

.about_flex .content_flexed_2 dl {
	display: flex;
}


.fx dd {
	flex: 1;
}

.fx dt {
	margin-right: 22px;
	font-weight: 400;
}

.margin_box {
	margin-bottom: 65px;
	max-width: 790px;
}

.margin_box_2 {
	margin-bottom: 65px;
	max-width: 790px;
}

.margin_box_3 {
	margin-bottom: 65px;
	max-width: 790px;
}

.b_width {
	margin-top: 12px;
}

.b_width .btn_08 br {
	display: none;
}

/*ボタン*/
.btn_06 {
	position: relative;
	background-color: #05820b;
	color: #fff;
	font-weight: bold;
	text-align: center;
  padding: 16px 0;
  margin: 0;
}

.btn_06::after{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
    right: 20px;
}

.btn_07 {
	position: relative;
	background-color: #f26a1b;
	color: #fff;
	text-align: center;
	font-weight: bold;
  padding: 16px 0;
  margin: 0;
}

.btn_07::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
    right: 20px;
}

.btn_08 {
	position: relative;
	background-color: #7ec211;
	font-weight: bold;
	color: #fff;
	text-align: center;
    padding: 16px 0;
    margin: 0;
}

.btn_08::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
  right: 20px;
}

.btn_flexd {
	display: flex;
	justify-content: space-between;
}

.btn_flexd div {
	width: calc(50% - 10px);
}

.btn_flexd div a {
	width: 100%;
	display: block;
	font-size: 22px;
}



.b_width a {
	width: 100%;
	display: block;
	font-size: 22px;
}

.sp_text_flex {
	padding: 0 0 0 15px;
}

@media screen and (max-width:768px) and (min-width:767px) {
	.left .bg_1 {
		padding-bottom: 3px;
	}
	.bg_1 .taitortag_2 {
		border-width: 39px 0 0 10px;
	}
}


@media screen and (max-width:1130px) {
	.content_flexed figure, .about_flex figure {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width:767px) {
.content_flexed figure, .about_flex figure {
	width: 100%;
	text-align: center;
}

.main_visual {background-image: url(https://www.bigbang-web.jp/wp-content/themes/bigbang/assets/img/about/characteristic/main_sp.png), url(../img/common/main_bg.jpg);}

.margin_box p, .content_flexed_2, .margin_box_3 p {
	order: 1;
}

.about_flex .content_flexed_2 dl {
     display: block;
}

.about_flex .fx {
	 margin: 10px 0 0 0;
}

.left div {
	flex-direction: column;
}

.btn_06 {
	margin: 3% 0;
    width: auto;
	display: block;
}

.btn_flexd div {
	width: 100%;
}
.content_flexed p {
    margin-top: 3%;
}

.margin_box_2 .content_flexed_2 {
    margin-bottom: 0;
}

.margin_box figure, .margin_box_2 figure, .margin_box_3 figure {
    margin: 3% 0;
}
.sp_text_flex {
	flex: 1;
    padding-left: 15px;
}
.bg_1 .taitortag_2 {
    top: 0;
}
.bg_1 .taitortag {
    height: 41px;
	padding: 8px 10px;
}
.left .bg_1 {
    display: flex;
	align-items: center;
	padding-bottom: 0;
}
}


@media screen and (	max-width:525px) {
	.bg_1 .mgb {
		margin-bottom: 18px;
	}
}

@media screen and (	max-width:491px) {
	.bg_1 .mgb_2 {
		margin-bottom: 18px;
	}
}

@media screen and (	max-width:461px) {
	.bg_1 .mgb_3 {
		margin-bottom: 18px;
	}
}

@media screen and (	max-width:350px) {
	.btn_flexd div a{font-size: 1.6rem;}
}


@media screen and (max-width:590px) {
.b_width .btn_08 br {
	display: block;
}

.b_width a {
    font-size: 18px;
}

.btn_08::after {
    right: 20px;
    font-size: 27px;
    top: 25px;
}
}

/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
	.left .bg_1{padding-bottom: 0;}
	.bg_1 .taitortag{padding: 6px 10px 3px 10px;}
	.bg_1 .taitortag_2{right: -10px;}
	.bg_1 .taitortag_2{border-width: 36px 0 0 10px;}
	.left .bg_1{font-family: "メイリオ";}
}
@media screen and (-ms-high-contrast: active) and (max-width: 1100px) and (min-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 1100px) and (min-width: 768px){
	.bg_1 .taitortag {
		padding-bottom: 2px;
	}
}
@media screen and (-ms-high-contrast: active) and (max-width: 767px), screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.bg_1 .taitortag_2 {
		border-width: 41px 0 0 10px;
	}
}


/* Firefox */
@-moz-document url-prefix() {
	.bg_1 .taitortag{line-height: 1;}
	.bg_1 .taitortag_2{top: 2px;}
}

@media screen and (max-width: 767px) {
	@-moz-document url-prefix() {
		.bg_1 .taitortag_2{top: 0;}
		.bg_1 .taitortag {
			padding: 12px 10px;
		}
	}
}