@charset "UTF-8";

@media print, screen and (min-width: 737px) {
	
	main article {
		
	}
	
	main .service {
		width: 100%;
	}
	
	main .service > div {
		min-width: 960px;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service > div > h2 + p {
		text-align: center;
		margin-top: 24px;
	}
	
	main .service02 {
		width: 100%;
		background-color: rgba(240,240,240,1.0);
	}
	
	main .service02 > div {
		min-width: 960px;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service02 > div > .column {
		margin-top: 40px;
	}
	
	main .service02 .wall {
		margin-top: 40px;
	}
	
	main .service02 .wall > * > a > div {
		padding: 24px;
	}
	
	main .service02 .wall > * > a > div > h4 {
		text-align: center;
	}
	
	main .service02 .wall > * > a > div > h4::after {
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service02 .wall > * > a > div > p {
		margin-top: 16px;
	}
	
	
	main .activation,
	main .planning,
	main .security {
		width: 100%;
	}
	
	main .activation > div,
	main .planning > div,
	main .security > div {
		min-width: 960px;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .activation .column > div:nth-of-type(1) > img,
	main .planning .column > div:nth-of-type(1) > img,
	main .security .column > div:nth-of-type(1) > img {
		width: 100%;
		height: auto;
	}
	
	main .activation .column > div:nth-of-type(2),
	main .planning .column > div:nth-of-type(2),
	main .security .column > div:nth-of-type(2) {
		padding-left: 32px;
	}
	
	main .activation .column > div:nth-of-type(2) > h2,
	main .planning .column > div:nth-of-type(2) > h2,
	main .security .column > div:nth-of-type(2) > h2 {
		font-size: 2.5rem;
		text-align: left;
	}
	
	main .activation .column > div:nth-of-type(2) > h2 > span::before,
	main .planning .column > div:nth-of-type(2) > h2 > span::before,
	main .security .column > div:nth-of-type(2) > h2 > span::before {
		margin-left: 0;
	}
	
	main .activation .column > div:nth-of-type(2) > p,
	main .activation .planning > div:nth-of-type(2) > p,
	main .security .planning > div:nth-of-type(2) > p {
		font-size: 1.5rem;
		margin-top: 24px;
	}
	
	main .activation02,
	main .planning02,
	main .planning03,
	main .security02 {
		width: 100%;
		background-color: rgba(240,240,240,1.0);
	}
	
	main .planning02 {
		margin-bottom: 240px;
	}
	
	main .activation02 > div,
	main .planning02 > div,
	main .planning03 > div,
	main .security02 > div {
		min-width: 960px;
		max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .activation02 .column,
	main .planning02 .column,
	main .security02 .column {
		background-color: rgba(255,255,255,1.0);
		margin-top: 24px;
	}
	
	main .activation02 .column > div:nth-of-type(1),
	main .security02 .column > div:nth-of-type(1) {
		padding: 32px;
	}
	
	main .activation02 .column > div:nth-of-type(1) > p,
	main .security02 .column > div:nth-of-type(1) > p {
		margin-top: 24px;
	}
	
	main .activation02 .column > div:nth-of-type(2) > img,
	main .security02 .column > div:nth-of-type(2) > img {
		width: 100%;
		height: auto;
	}
	
	main .planning02 .column > div > img {
		width: 980px;
		height: auto;
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	main .planning02 .column > div > p {
		width: 800px;
		font-size: 1.5rem;
		margin-top: 24px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 24px;
	}
	
	main .activation02 .wall,
	main .planning03 .wall,
	main .security02 .wall {
		margin-top: 40px;
	}
	
	main .activation02 .wall > li {
		height: 490px;
	}
	
	main .planning03 .wall > li {
		height: 670px;
	}
	
	main .security02 .wall > li {
		height: 500px;
	}
	
	main .activation02 .wall > li > img,
	main .planning03 .wall > li > img,
	main .security02 .wall > li > img {
		width: 100%;
		height: auto;
	}
	
	main .activation02 .wall > li > h4,
	main .planning03 .wall > li > h4,
	main .security02 .wall > li > h4 {
		margin-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	main .activation02 .wall > li > h4 + p,
	main .planning03 .wall > li > h4 + p,
	main .security02 .wall > li > h4 + p {
		margin-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	main .activation02 .wall > li > h5,
	main .planning03 .wall > li > h5,
	main .security02 .wall > li > h5 {
		margin-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	main .activation02 .wall > li > h5 + p,
	main .planning03 .wall > li > h5 + p,
	main .security02 .wall > li > h5 + p {
		font-size: 1.1rem;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
}

@media only screen and (max-width: 736px) {
	
	main article {
		
	}
	
	main .service {
		width: 100%;
        padding-left: 32px;
        padding-right: 32px;
	}
	
	main .service > div {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service > div > h2 + p {
		text-align: center;
		margin-top: 24px;
	}
	
	main .service02 {
		width: 100%;
        padding-left: 32px;
        padding-right: 32px;
		background-color: rgba(240,240,240,1.0);
	}
	
	main .service02 > div {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service02 > div > .column {
		margin-top: 40px;
	}
	
	main .service02 .wall {
		margin-top: 40px;
	}
    
    main .service02 .wall > * {
        margin-bottom: 24px;
    }
	
	main .service02 .wall > * > a > div {
		padding: 24px;
	}
	
	main .service02 .wall > * > a > div > h4 {
		text-align: center;
	}
	
	main .service02 .wall > * > a > div > h4::after {
		margin-left: auto;
		margin-right: auto;
	}
	
	main .service02 .wall > * > a > div > p {
		margin-top: 16px;
	}
	
	
	main .activation,
	main .planning,
	main .security {
		width: 100%;
        padding-left: 32px;
        padding-right: 32px;
	}
	
	main .activation > div,
	main .planning > div,
	main .security > div {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
    
    main .activation .column > div:nth-of-type(1) > img,
    main .planning .column > div:nth-of-type(1) > img,
    main .security .column > div:nth-of-type(1) > img {
        width: 100%;
        height: auto;
    }
	
	main .activation .column > div:nth-of-type(2),
	main .planning .column > div:nth-of-type(2),
	main .security .column > div:nth-of-type(2) {

	}
	
	main .activation .column > div:nth-of-type(2) > h2,
	main .planning .column > div:nth-of-type(2) > h2,
	main .security .column > div:nth-of-type(2) > h2 {
		font-size: 1.7rem;
		text-align: left;
	}
	
	main .activation .column > div:nth-of-type(2) > h2 > span::before,
	main .planning .column > div:nth-of-type(2) > h2 > span::before,
	main .security .column > div:nth-of-type(2) > h2 > span::before {
		margin-left: 0;
	}
	
	main .activation .column > div:nth-of-type(2) > p,
	main .activation .planning > div:nth-of-type(2) > p,
	main .security .planning > div:nth-of-type(2) > p {
		font-size: 1.5rem;
		margin-top: 24px;
	}
	
	main .activation02,
	main .planning02,
	main .planning03,
	main .security02 {
		width: 100%;
        padding-left: 32px;
        padding-right: 32px;
		background-color: rgba(240,240,240,1.0);
	}
	
	main .planning02 {
		margin-bottom: 160px;
	}
	
	main .activation02 > div,
	main .planning02 > div,
	main .planning03 > div,
	main .security02 > div {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	main .activation02 .column,
	main .planning02 .column,
	main .security02 .column {
		background-color: rgba(255,255,255,1.0);
		margin-top: 24px;
	}
    
    main .planning02 .column > div:nth-of-type(1) {
        width: 100%;
        padding: 16px;
    }

    main .planning02 .column > div:nth-of-type(1) > img {
        width: 100%;
        height: auto;
    }
	
	main .activation02 .column > div:nth-of-type(1),
	main .security02 .column > div:nth-of-type(1) {
        width: 100%;
        padding: 16px;
	}
	
	main .activation02 .column > div:nth-of-type(1) > p,
	main .security02 .column > div:nth-of-type(1) > p {
		margin-top: 24px;
	}
    
    main .activation02 .column > div:nth-of-type(2) > img,
    main .security02 .column > div:nth-of-type(2) > img {
        width: 100%;
        height: auto;
    }
	
	
	main .activation02 .wall,
	main .planning03 .wall,
	main .security02 .wall {
		margin-top: 40px;
	}
	
	main .activation02 .wall > li {
        width: 100%;
		height: auto;
        margin-bottom: 24px;
	}
	
	main .planning03 .wall > li {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
	}
	
	main .security02 .wall > li {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
	}
	
	main .activation02 .wall > li > img,
	main .planning03 .wall > li > img,
	main .security02 .wall > li > img {
		width: 100%;
		height: auto;
	}
	
	main .activation02 .wall > li > h4,
	main .planning03 .wall > li > h4,
	main .security02 .wall > li > h4 {
		margin-top: 8px;
		padding-left: 16px;
		padding-right: 16px;
	}
	
	main .activation02 .wall > li > p,
	main .planning03 .wall > li > p,
	main .security02 .wall > li > p {
		margin-top: 8px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
	}
    
    main .activation02 .wall > li > h5,
    main .planning03 .wall > li > h5,
    main .security02 .wall > li > h5 {
        margin-top: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }
	
}
