@charset "utf-8";

    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px,1px,1px,1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute!important;
        width: 1px;
        word-wrap: normal!important;
    }
    .container{
        width: 100%;
        padding-top: 70px;
    }
    @media screen and (max-width: 750px){
        .container{
            padding-top: 15%;
        }
    }
    .contentsWrapper{
        max-width: 970px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    @media screen and (max-width: 750px){
        .contentsWrapper{
            padding: 0;
        }
    }
    .wrapper {
        padding-bottom: 80px;
        font-size: 1.4rem;
    }
    @media screen and (max-width: 750px){
        .wrapper {
            padding-bottom: 20%;
        }
    }
    .mt10{
        margin-top: 10px !important;
    }
    .mt15{
        margin-top: 15px !important;
    }
    @media screen and (max-width: 750px){
        .sp_mt30{
            margin-top: 30px !important;
        }
    }
    .ml20{
        margin-left: 20px !important;
    }
    .mb20{
        margin-bottom: 20px !important;
    }
    .pt0{
        padding-top: 0 !important;
    }
    .ta-c{
        text-align: center !important;
    }
    .fontRed{
        color: #eb0000 !important;
    }
    .indent01{
        text-indent: -1em !important;
        padding-left: 1em !important;
    }
    .heading02{
        font-weight: bold;
    }
    .link a, .linkBlank a, .linkLeft a{
        font-size: 1.4rem;
        line-height: 1.5;
    }
    @media screen and (min-width: 751px){
        .link a:hover, .linkBlank a:hover, .linkLeft a:hover {
            color: #008803;
            text-decoration: underline;
        }
    }


.g-grid_flex2col {
	display: flex;
	margin: 20px 0;
}
.g-grid_flex2col__image {
	width: 373px;
	margin-right: 20px;
}
.g-grid_flex2col__btn {
	width: 300px;
}

.border_image {
	border: 2px solid #b0b0b0;
}

@media screen and (max-width: 750px){
	.g-grid_flex2col {
		display: block;
		margin: 0;
	}
	.g-grid_flex2col__image {
		width: 100%;
		margin-right: 0;
	}
	.g-grid_flex2col__btn {
		width: 100%;
	}
}
.ico_pickup {
	border: 2px solid #ccc;
	padding: 1px;
	margin-right: 2px;
}


