@charset "utf-8";

/**
 *
 *  Q&A index
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.l-section{
	position: relative;
}
@media screen and (max-width: 768px){
	.l-section__body {
		margin-top: 0px;
	}
}

/*--------------------------------------------------------------------------
   campaign-caution
---------------------------------------------------------------------------*/
.campaign-caution {
    position: absolute;
    top: -135px;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 750px;
    padding: 40px 80px;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(0, 0, 0, 0.5);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	.campaign-caution {
        top: -30px;
        width: calc(100% - 40px);
        max-width: 280px;
        padding: 20px;
        font-size: 18px;
	}
}

/*--------------------------------------------------------------------------
   image-pdf
---------------------------------------------------------------------------*/
.image-pdf + .image-pdf{
	margin: 60px auto 0;
}

.image-pdf img{
	width: 100%;
	height: auto;
}


/* media query -> sp
=================================================================*/
@media screen and (max-width: 768px){
	.image-pdf + .image-pdf{
		margin: 30px auto 0;
	}
}