@charset "utf-8";

@media only screen and (min-width:751px) {}
@media only screen and (max-width:750px) {}

/*************************************************

pamphlet

*************************************************/
* {
    
    box-sizing: border-box;
}
.pamphletWrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.pamphlet {
    width: calc((100% - 40px)/2);
    padding: 20px;
    border: 4px solid #e6f1f7;
    margin-right: 40px;
}
.pamphlet:nth-of-type(2n) {
    margin-right: 0;
}
.pamphlet:nth-of-type(n+3) {
    margin-top: 40px;
}
.pamphlet .flxBox .imgWrap {
    width: 140px;
    margin-right: 24px;
}
.pamphlet .flxBox .imgWrap img {
    width: 100%;
    height: auto;
}
.pamphlet .flxBox .txtWrap {
    flex: 1;
}
.pamphlet .flxBox .txtWrap .title {
    font-size: 18px;
    font-weight: bold;
}
.pamphlet .flxBox .txtWrap .title .sub {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    margin-top: 4px;
}
.pamphlet .flxBox .txtWrap .txt {
    font-size: 14px;
}
.pamphlet .flxBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pamphletBtnWrap {
    display: flex;
    justify-content: center;
}

.pamphletBtnWrap .btn {
    margin-top: 16px;
    padding: 24px 36px 24px 24px;
    max-width: 310px;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 70px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.2;
    background-color: #007abf;
}
.pamphletBtnWrap .btn::before {
    content: "";
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(/patients/fabry/downloads/images/icon_btn.png) no-repeat center / 22px 21px;
}
@media only screen and (max-width:750px) {
    .pamphletWrap {
        padding: 0 10px;
    }
    .pamphlet .flxBox .imgWrap {
        width: 163px;
        margin-right: 10px;
    }
    .pamphlet {
        width: 100%;
        padding: 20px 10px;
        border: 4px solid #e6f1f7;
        margin-right: 0;
    }
    .pamphlet .flxBox {
        align-items: flex-start;
    }
    .pamphlet:nth-of-type(n+2) ,
    .pamphlet:nth-of-type(n+3) {
        margin-top: 10px;
    }
    .pamphlet .flxBox .txtWrap .title {
        font-size: 14px;
    }
    .pamphlet .flxBox .txtWrap .title .sub {
        font-size: 12px;
        margin-top: 2px;
    }
    .pamphlet .flxBox .txtWrap .txt {
        margin-top: 2px;
        font-size: 12px;
    }
}


/*************************************************

check

*************************************************/
.btn.check {
	border: none;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: auto;
	background-color: #bace3b;
	color: #000;
	font-size: 18px;
	padding: 16px 0 20px;
}
.btn.check::before {
	content: none;
}
.btn.check .ttl {
	margin-top: 10px;
	font-size: 18px;
}
.btn.check .imgWrap {
	width: 49px;
	height: 60px;
	margin-right: 25px;
}
.btn.check .imgWrap img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:750px) {
	.btn.check {
		padding: 32px 52px 32px 20px;
	}
	.btn.check .ttl {
		margin-top: 0;
		font-size: 20px;
	}
	.btn.check .imgWrap {
		width: 33px;
		height: 40px;
		margin-right: 30px;
	}
}