.mont-20 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.footer-pc {display: block !important;}
.footer-sp {display: none !important;}

@media only screen and (max-width: 750px) {
	.footer-pc {display: none !important;}
	.footer-sp {display: block !important;}
}


footer{
	background-color: #FF4E00;
	width: 100%;
	padding-bottom: 20px;
}

.flex-div{
	display: flex;
	width: 100%;
}

.flex-div > .left{
	display: inherit;
	width:50%;
}
.flex-div > .right{
	display: inherit;
	width:50%;
}

.contact-button-wrapper-pc{
	width: 330px;
	margin: auto;
}

.contact-button-pc {
	background-color: white;
	width: 330px;
	position: relative;
	display: table-cell;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

.contact-button-pc > .triangle-right {
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #FF4E00;
    display: inline-block;
    width: 0;
    height: 0;
	vertical-align: middle;
	position: absolute;
	top: 23px;
	right: 35px;
}

.contact-button-wrapper {
	width: 70%;
	margin: auto;
}

.contact-button {
	position:relative;
	width: 100%;
	height: 38px;
	background-color: white;
	text-align: center;
	vertical-align: middle;
}
.contact-button > div {
	display: inline-block;
}

.contact-button > div > .triangle-right {
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #FF4E00;
    display: inline-block;
    width: 0;
    height: 0;
	vertical-align: middle;
	/* position: absolute; */
	top: 13px;
	right: 15px;
}

.footer-sp > div > div > a > .youtube-icon {
	/* height: 38px;
	position: absolute;
	top: 30px;
	left: 10px; */
}

.footer-sp > div > div > a > .twitter-icon {
	/* height: 38px;
	position: absolute;
	top: 30px;
	left: 90px; */
}

#youtube-icon-pc {
	height: 60px;
}

#twitter-icon-pc {
	height: 60px;
}

#company-logo-pc {
	height: 60px;
}

#youtube-icon-sp {
	height: 50px;
}

#twitter-icon-sp {
	height: 50px;
}

#company-logo-sp {
	height: 40px;
}

@media only screen and (max-width: 250px){
	#company-logo-sp {
		height: 30px;
	}

	#youtube-icon-sp {
		width: 40px;
		height: initial;
	}

	#twitter-icon-sp {
		width: 30px;
		height: initial;
	}
}
@media only screen and (max-width: 150px){
	#company-logo-sp {
		height: 20px;
	}
}