@charset "utf-8";

.nav > li:nth-child(4) > a{
	color: #A01F24;
}

.mv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px 0;
	box-sizing: border-box;
}

.compe_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 100px;
}
.compeBox{
	width: 45%;
	margin-bottom: 90px;
}

.mem-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.compe-left{
	width: 65%;
}
.compe-right{
	width: 30%;
}

.compeMTit{
	font-weight: 900;
	font-size: 20px;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
transform: rotate( -15deg );
position: relative;
}

.compeTit{
	font-weight: 900;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.compeTit span{
	font-size: 22px;
}


.compe_pink{
	color: #e682ae;
}

.compe_mint{
	color: #24a8ac;
}


.compeMTit::before, .compeMTit::after {
	content: '';
	width: 20px;
	height: 40px;
	position: absolute;
	transform: rotate( 15deg );
}
.compe_pink::before {
	border-left: solid 4px #e682ae;
	border-top: solid 4px #e682ae;
	top: -30px;
	left: 0;
}
.compe_pink::after {
	border-right: solid 4px #e682ae;
	border-bottom: solid 4px #e682ae;
	bottom: -30px;
	right: 0;
}
.compe_mint::before {
	border-left: solid 4px #24a8ac;
	border-top: solid 4px #24a8ac;
	top: -30px;
	left: 0;
}
.compe_mint::after {
	border-right: solid 4px #24a8ac;
	border-bottom: solid 4px #24a8ac;
	bottom: -30px;
	right: 0;
}


.float-right{
	float: right;
	max-width: 144px;
	padding-left: 15px;
}

.text-box p{
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
}

@media only screen and (max-width: 768px){

.comBox1R {
    max-width: 35%;
    margin: 30px auto 0;
	order: 2;
}
.comBox2R {
	max-width: 55%;
	margin: 10% auto 2%;
	order: 2;
}

.compeBox {
	width: 100%;
	margin-bottom: 90px;
}


.compe-right {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
}

.compe_pink::before, .compe_mint::before {
	top: -30px;
	left: 70px;
}
.compe_pink::after, .compe_mint::after {
	bottom: -30px;
	right: 70px;
}

}



@media only screen and (max-width: 650px){


	
	.compe_pink::before, .compe_mint::before {
		top: -30px;
		left: 10px;
	}
	.compe_pink::after, .compe_mint::after {
		bottom: -30px;
		right: 10px;
	}
	
	.compeMTit {
    font-size: 18px;
}
	}



@media only screen and (max-width: 460px){

	.compe-left {
    width: 100%;
}

.text-box p {
	font-size: 14px;
}

}