@charset "utf-8";
/* CSS Document */
.background {
  background-image: url(../images/main-sp.jpg);
}
.top-image {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.top-image div {
	width: 48%;
}
.chunaisyo-box {
	margin-top:20px;
}
.chunaisyo {
    background-image: url(../images/question.png);
    background-size: 61px auto;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 9px 70px 9px 0;
    margin-top: -11px;
    margin-bottom: 2px;
    text-align: left;
    display:inline-block;
}
.pink-box-inner {
		margin-bottom: 10px;
	}
	.ast-list li {
		text-align: left;
		font-size: 1.2rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}

@media screen and (min-width: 767.98px) {
  .background {
    background-image: url(../images/main-pc.jpg);
  }

	
}
@media screen and (min-width: 992px) {
	.necessary li{
		margin-right: 30px;
		margin-bottom: 0;
	}
	.chunaisyo {
		display: table;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.chunaisyo-box {
		margin-top: 30px;
	}
	.pink-box-inner {
		margin-bottom: 10px;
	}
	.ast-list li {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	
}