@charset "UTF-8";

#page-fv.type-curriculum {
	.title {
		.eng {
			color: #fff;
		}

		.jp {
			color: #fff;
		}
	}
}


.inner-contents {
    .curriculum {

        .title {
            margin-bottom: 6.8rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 4.3rem;
            }
        }
    }

    &.left {
        .curriculum {
            margin-bottom: 14.8rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 8rem;
            }
        }

    }



    &.right {

        .curriculum {
            margin-bottom: 14.8rem;

            @media screen and (max-width: 767px) {
                margin-bottom: 8rem;
            }
        }
    }



}