/* iPad Pro */
@media (min-width: 992px) and (max-width: 1199px) {
	section.s-01 .content .logo {
    width: 18rem;
	}
	section.s-01 .img-position-03 {
    width: 15rem;
	}
	section.s-01 .img-position-02 {
    width: 25rem;
	}
	section.s-01 .img-position-01 {
    width: 14rem;
	}
	section.s-02 .content {
    width: 20rem;
	}
	section.s-02 .img-position-01 {
    width: 18rem;
	}
	section.s-02 .img-position-02 {
    width: 14rem;
	}
	section.s-02 .content h2 {
    font-size: .85rem;
	}
	main .menu {
    width: 45rem;
	}
	footer .icon-01 {
    width: 5rem;
	}
	footer .icon-02 {
    width: 9rem;
	}
	footer .pl-10 {
    padding-left: 5rem;
	}
	footer .icon-03 {
    width: 12rem;
	}
	footer p {
    font-size: 0.5rem;
    line-height: 1.5;
	}
}

/* iPad */
@media (min-width: 768px) and (max-width: 991px) {
	section.s-01 .content .logo {
    width: 16rem;
	}
	section.s-01 .img-position-03 {
    width: 12rem;
	}
	section.s-01 .img-position-02 {
    width: 23rem;
		right: 0;
	}
	section.s-01 .img-position-01 {
    width: 8rem;
	}
	section.s-02 .content {
    width: 18rem;
	}
	section.s-02 .img-position-01 {
    width: 12rem;
	}
	section.s-02 .img-position-02 {
    width: 9rem;
	}
	section.s-02 .content h2 {
    font-size: .85rem;
	}
	main .menu {
    width: 45rem;
	}
	.tab-table .main-tab-menu .sub-menu-tab-item, .tab-table .sub-tab-menu .sub-menu-tab-item {
    font-size: 0.7rem;
	}
	footer .icon-01 {
    width: 5rem;
	}
	footer .icon-02 {
    width: 7rem;
	}
	footer .pl-10 {
    padding-left: 4rem;
	}
	footer .icon-03 {
    width: 8rem;
	}
	footer p {
    font-size: 0.5rem;
    line-height: 1.5;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	nav li {
    padding: 0rem 1.5rem;
	}
	section.s-01 .img-position-03 {
    right: 0rem;
    top: 4rem;
    width: 7rem;
	}
	.align-vertical-text {
    font-size: 1.15em;
	}
	section.s-01 .text-left {
    position: absolute;
    left: 0;
    top: 2rem;
	}
	section.s-01 .img-position-01 {
    width: 9rem;
    top: 11rem;
    left: 0;
	}
	section.s-01 .content .logo {
    width: 15rem;
	}
	section.s-01 .img-position-02 {
    width: 14rem;
    top: 29rem;
    right: 1rem;
	}
	section.s-01 .text-right {
    position: absolute;
    right: 1rem;
    bottom: 7rem;
	}
	section.s-02 .img-position-01, 
	section.s-02 .img-position-02 {
		display: none;
	}
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	section.s-02 .content {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 30rem;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5rem;
	}
	.mobile-mh {
		min-height: auto;
	}
	.mobile-fw {
		width: 100%;
		max-width: 100%;
	}
	.mobile-np {
		padding: 0rem;
	}
	.s-02 {
		padding-bottom: 3rem;
	}
	main .menu {
    border: 0px solid #c33329;
	}
	main .menu header {
    padding: 1.25rem;
	}
	.tab-table .sub-tab-menu .sub-menu-tab-item {
    font-size: 0.5rem;
    letter-spacing: 1px;
	}
	.tab-table .main-tab-menu .menu-tab-item {
    font-size: .9rem;
	}
	.tab-table h2.content-category {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 3px;
	}
	.tab-table ul li {
    font-size: 0.8rem;
    line-height: 1.75;
	}
	.tab-table .sub-tab-content {
    padding: 4rem 3rem;
	}
	footer {
    margin-top: 4rem;
		padding: 3rem 0rem;
		height: 20rem;
	}
	.mobile-flex {
		display: block;
	}
	footer .pl-10 {
    padding-left: 0rem;
	}
	.mobile-p-01, .mobile-p-02, .mobile-p-03 {
		position: absolute;
		width: 90%;
	}
	.mobile-p-01 {
		position: absolute;
    top: 4rem;
	}
	.mobile-p-01 br {
		display: none;
	}
	.mobile-p-03 {
		position: absolute;
    top: 8rem;
	}
	footer .icon-02 {
		width: 6rem;
    left: 0;
    top: 0.5rem;
    position: absolute;
	}
	footer .icon-01 {
    width: 6rem;
    position: absolute;
    right: 0;
    display: block;
		top: -3rem;
    margin: 0rem;
	}
	footer .icon-03 {
    width: 10rem;
    display: block;
    margin-top: 0rem;
    position: absolute;
    top: 0rem;
    right: 0;
	}
	.mobile-align-center {
		text-align: center;
	}
	.tab-table .nota span {
		display: block;
		margin-left: 0rem;
	}
	.tab-table li {
    margin-bottom: 1rem;
	}
	.tab-table h2.content-sub-category {
    margin-top: 3rem;
	}
}