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


/* ============================
		other
 ============================ */

.thisMainWall {
background-color: #fdf1f4;
padding: 3em;
margin: 30px 0 0 0;
}

.btn_thisPlay {
display: inline-block;
background-color: #e7668c;
background-image: url("../../../akitsu/asset/demo/fig_play001.svg");
background-repeat: no-repeat;
background-size: 30px auto;
background-position: left 30px center;
padding: 20px 40px 20px 80px;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
border-radius: 40px;
}
.btn_thisPlay:hover {
color: #fff;
}


.btn_thisPdf {
display: inline-block;
background-color: #e7668c;
background-image: url("../images/icon_pdf004.svg");
background-repeat: no-repeat;
background-size: 30px auto;
background-position: left 30px center;
padding: 20px 40px 20px 80px;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
border-radius: 40px;
}
.btn_thisPdf:hover {
color: #fff;
}

.thisTwoColumnsList {
}
.thisTwoColumnsList li {
margin-bottom: 3em;
}
.thisTwoColumnsList li:last-child {
margin-bottom: 0;
}


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC & TB */
@media screen and (min-width: 768px) {

	.thisTwoColumnsList {
	display: flex;
	}

	.thisTwoColumnsList li {
	box-sizing: border-box;
	width: calc(50% - 1.5em);
	margin-right: 1.5em;
	}

	.thisTwoColumnsList li:nth-child(even) {
	margin-left: 1.5em;
	margin-right: 0;
	}

}

/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

