@charset "UTF-8";
/* CSS Document */

.cpplus2022__top section.sec04{
	padding: 110px 0 140px;
	text-align: left;
	letter-spacing: 1px;
}
.cpplus2022 section.sec04 .inner{
    padding: 0 40px;
    box-sizing: border-box;
}
.cpplus2022 section.sec04 .flex{
	justify-content: space-between;
	align-items: flex-start;
}
.cpplus2022__top section.sec04 .left {
    width: 47%;
}
.cpplus2022__top section.sec04 .right {
    width: 47%;
}
.cpplus2022__top section.sec04 h2 {
    font-size: 28px;
	margin-bottom: 30px;
}
.cpplus2022__top section.sec04 ul li {
    font-size: 14px;
    margin-bottom: 35px;
}
.cpplus2022__top section.sec04 ul li span {
    font-weight: bold;
    font-size: 16px;
	display: inline-block;
    margin-bottom: 10px;
}
.cpplus2022__top section.sec04 h3 {
    padding: 30px 0 20px;
    display: flex;
}
.cpplus2022__top section.sec04 h3 span.txt {
    width: 26%;
}
.cpplus2022__top section.sec04 h3 span.line {
    height: 1px;
    background: #e8e8e8;
    display: block;
    width: 69%;
    position: relative;
    top: 10px;
    left: 20px;
}
.cpplus2022__top section.sec04 h3 span.line img {
    position: absolute;
    top: -9px;
    right: 17px;
}
.cpplus2022__top section.sec04 .flex.sns {
    justify-content: space-between;
    width: 76%;
    margin: 0 auto;
}
.cpplus2022__top section.sec04 .flex p {
    text-align: center;
}
.cpplus2022__top section.sec04 .flex p span {
    display: block;
    line-height: 1;
}
.cpplus2022__top section.sec04 .twitterWrap {
    overflow: auto;
    width: 100%;
    height: 395px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}


@media (max-width: 767px){

	.cpplus2022__top section.sec04{
		padding: 10.66vw 0 16vw;
		letter-spacing: 0;
	}
	.cpplus2022 section.sec04 .inner{
		padding: 0 4.5vw;
	}
	.cpplus2022 section.sec04 .flex{
		display: block;
	}
	.cpplus2022__top section.sec04 .inner {
    padding: 0 4.5vw;
}
	.cpplus2022__top section.sec04 .left {
    width: 100%;
}
	.cpplus2022__top section.sec04 h2 {
    font-size: 5vw;
    margin-bottom: 6vw;
}
	.cpplus2022__top section.sec04 ul {
    margin-bottom: 9vw;
}
	.cpplus2022__top section.sec04 ul li {
    font-size: 3.2vw;
    margin-bottom: 6vw;
    word-break: break-all;
}
	.cpplus2022__top section.sec04 ul li span {
    font-size: 3.6vw;
	margin-bottom: 1vw;
}
	.cpplus2022__top section.sec04 .right {
    width: 100%;
}
	.cpplus2022__top section.sec04 .twitterWrap {
    width: 100%;
    height: 130vw;
}
	.cpplus2022__top section.sec04 h3 {
    padding: 9vw 0 3vw;
    font-size: 3.4vw;
}
	.cpplus2022__top section.sec04 h3 span.txt {
    width: 28vw;
}
	.cpplus2022__top section.sec04 h3 span.line {
    width: calc(100% - 28vw);
    top: 0.7em;
    left: 0;
}
	.cpplus2022__top section.sec04 h3 span.line img {
    top: -3vw;
    right: 0;
    width: 26vw;
}
	.cpplus2022 section.sec04 .flex.sns{
		display: flex;
	}
	.cpplus2022__top section.sec04 .flex.sns {
    width: 90%;
}
	.cpplus2022__top section.sec04 .flex p {
    width: 20%;
}
	.cpplus2022__top section.sec04 .flex p img {
    width: 65%;
}
	.cpplus2022__top section.sec04 .flex p span {
    font-size: 3vw;
	line-height: 2;
}
}
