/* 1.5.2.7 */
.b {
	font-size: 1.2vw;
	font-weight: 300;
}
.b button {
	font-size: 1.2vw;
	font-weight: 300;
}
.anlog {
    position: relative;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transform: scale(1);
    opacity: 1;
}
.anlog img {
    width: 28vw;
}
.anlog.end {
    transform: scale(9);
    opacity: 0;
}
.n > .anlog {
	text-align: center;
	margin-top: 20vw;
}

.labP {
	position: relative;
    display: inline-block;
    box-shadow: 0vw 0vw 1vw rgba(0, 0, 0, 0.2);
    border-radius: 1.5vw;
    margin: 3vw;
}
.labP > input {
    background: rgba(255, 255, 255, 0.38);
    border-radius: 1.5vw;
    width: 25vw;
    height: 4vw;
    padding: 0 16vw 0 1vw;
    vertical-align: middle;
    border: .1vw solid rgba(135, 1, 233, 0.4);
}
.labP > label {
	padding: 0;
    position: absolute;
    pointer-events: none;
    top: 1.5vw;
    transition: 0.2s ease all;
    left: 1.5vw;
}
.labP > button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #8a00f0;
    border-radius: 0 1.5vw 1.5vw 0;
    color: #fff;
    width: 15vw;
    vertical-align: middle;
    cursor: pointer;
}
div.readonly label,
.labP > input:focus ~ label, .labP > textarea:focus ~ label,
.labP > input:active ~ label, .labP > textarea:active ~ label,
.labP > input:not(:focus):valid ~ label, .labP > textarea:not(:focus):valid ~ label {
	top: .5vw;
    left: 1vw;
    font-size: .9vw;
}


.anmBox {
    margin: 5vw auto;
}
.anmBox .ab1 {
    position: relative;
    margin: auto;
    overflow: hidden;
    max-width: 70vw;
    border-radius: 1.3vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.25);
}
.anmBox .ab1 > img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 1.3vw;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.anmBox .ab1 > img:first-child {
    position: relative;
}
.anmBox.act1 .ab1 > img:nth-child(1),
.anmBox.act2 .ab1 > img:nth-child(2),
.anmBox.act3 .ab1 > img:nth-child(3),
.anmBox.act4 .ab1 > img:nth-child(4) {
    opacity: 1;
    z-index: 1;
}
.anmBox .ab2 > i {
    display: inline-block;
    cursor: pointer;
    margin: 2vw;
    font-family: "FontAwesome";
    font-style: normal;
	color: #8a00f0
}
.anmBox .ab2 > i:before {
    content: "\f10c";
}
.anmBox.act1 .ab2 > i:nth-child(1):before,
.anmBox.act2 .ab2 > i:nth-child(2):before,
.anmBox.act3 .ab2 > i:nth-child(3):before,
.anmBox.act4 .ab2 > i:nth-child(4):before {
    content: "\f111";
}


.video {
    display: inline-block;
    background: #54566b;
    padding: 1vw 2vw;
    color: #fff;
    border-radius: 1vw;
    cursor: pointer;
}
.video > img {
    height: 2vw;
    vertical-align: middle;
}
.video > b {
    vertical-align: middle;
    margin-left: 1vw;
}
.video:hover {
    background: #8700e9;
}

img.n1st, img.n2st, img.n3st, img.n4st {
	position: absolute;
	z-index: -1;
}
img.n1st {
    left: 0;
    height: 32vw;
}
img.n2st {
    left: 0;
    height: 32vw;
}
img.n3st {
    right: 0;
    height: 32vw;
	top: -27vw;
}
img.n4st {
    left: 0;
    height: 32vw;
    top: -27vw;
}



.tagBox1 > h1 {
    margin-top: 4vw;
    font-size: 2vw;
    display: inline-block;
    font-weight: 600;
}

.tagBox1 {
    max-width: 70vw;
    margin: 5vw auto;
    text-align: center;
    color: #000;
}

.tagBox1 > h2 {
	font-weight: 300;
    width: 50vw;
    margin: 2vw auto;
    font-size: 1.5vw;
}


.tagBox2 {
    max-width: 70vw;
    margin: 5vw auto;
}
.tagBox2 > div {
    border: .1vw solid #b3b3b3;
    border-radius: 2vw;
    padding: 1.5vw;
    text-align: center;
}
.tagBox2 > img {
	height: 6vw;
    margin: 0 0 0 5vw;
}
.tagBox2 > div > b {
    color: #000;
    font-size: 2vw;
}
.tagBox2 > div > p {
    color: #000;
}

.tagBox3 {
    max-width: 70vw;
    margin: 10vw auto;
    min-height: 40vw;
}
.tagBox3 > img {
    height: 7vw;
    margin: 0 0 0 35vw;
}
.tagBox3 > p {
	color: #000;
    margin: 3vw 29vw 3vw 5vw;
    font-size: 1vw;
    text-align: justify;
}
.tagBox3 > div {
	position: relative;
    border: .1vw solid #8100e1;
    background: #8100e1;
    border-radius: 2vw;
    padding: 5vw;
    text-align: left;
}
.tagBox3 > div > b {
    font-size: 2vw;
    width: 36vw;
    display: inline-block;
}
.tagBox3 > div > p {
    width: 36vw;
}
.tagBox3 > div > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 24vw;
}

.tagBox4 > ul {
    max-width: 70vw;
    margin: 5vw auto;
    padding: 0;
    color: #000;
    list-style-type: none;
}
.tagBox4 li > img {
    width: 8vw;
    vertical-align: top;
}
.tagBox4 li > p {
    display: inline-block;
    vertical-align: top;
    width: 22vw;
}
.tagBox4 li > p > b {
    display: block;
}
.tagBox4 > ul > li {
    display: inline-block;
    width: 32.5vw;
    margin: 1vw;
}

.tagBox5 > div {
    max-width: 70vw;
    margin: 15vw auto;
    color: #000;
}

.tagBox5 > div > img {
    width: 34vw;
    vertical-align: top;
}
.tagBox5 > div > div {
    display: inline-block;
    width: 34vw;
    vertical-align: top;
}
.tagBox5 h1 {
    font-size: 2vw;
}
.tagBox5 h2 {
    font-size: 2vw;
    font-weight: 300;
}
.tagBox5 h3 {
    font-weight: 300;
}

.tagBox6 {
    margin: 19vw auto;
    color: #000;
    text-align: center;
}
.tagBox6 > b {
    color: #8200e3;
    font-size: 2vw;
}
.tagBox6 > p {
    max-width: 60vw;
    margin: 2vw auto;
}
.wph60 {
    position: fixed;
    left: 0;
    top: 40%;
    width: 16vw;
    background: #8a00f0;
    color: #fff;
    font-size: 1.5vw;
    border-radius: 0 1vw 1vw 0;
    padding: 1vw;
    z-index: 999;
}
.wph60 a {
    display: block;
    border: .1vw solid #fff;
    text-align: center;
    padding: 1vw;
    border-radius: 1vw;
    margin-top: 2vw;
	color: #fff;
}
.wph60 a:hover {
    background: #fff;
    color: #000;
}

.wpt60 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 1vw;
    padding: .5vw;
    z-index: 999;
    text-align: center;
    box-shadow: 0 0 2px #b1b1b1;
	height: 1.1vw;
}
.wpt60.c1 {
	background: #ff9c00;
}
.wpt60.c2 {
	background: #002b4b;
}
body:not(.bs) .wpt60 {
    visibility: hidden;
}
.wpt60 img {
    position: absolute;
    left: 15vw;
    top: .5vw;
    width: 4vw;
}
.wpt60 a {
    color: #fff;
    text-decoration: underline;
}
.wpt60 a:hover {
    font-weight: bold;
}
html.w6 .b {
    top: 2vw;
}
html.w6 .b .b1 {
    top: 2vw;
}
/* blog / help */
.tagBox7.blog, .tagBox7.help {
    text-align: center;
    margin: 50px 10px;
	color: #000;
}
.blogEl {
    text-align: center;
}
.blogEl > div {
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 20px;
    display: inline-block;
}
.blogEl.List > div {
	width: 100%;
    max-width: 350px;
    vertical-align: top;
}
.blogEl.Item > div {
	width: 100%;
    max-width: 900px;
}
.blogEl > div > i {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 12px;
}
.blogEl > div > img {
	display: block;

	margin: auto;
}
.blogEl.List > div > img {
	height: 200px;
}
.blogEl.Item > div > img {
	width: 100%;
}
.blogEl > div > h1 {
    font-size: 16px;
}
.blogEl.Item > div > h1 {
    text-align: center;
}
.blogEl > div > h2 {
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
}
.blogEl > div > a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100px;
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
.blogEl > div > a:hover {
    background: transparent;
}
.tagBox7 select.cate {
    background: initial;
    border: .1vw solid rgba(135, 1, 233, 0.4);
    padding: .35vw;
    font-size: 1vw;
    border-radius: .7vw;
    min-width: 350px;
}
/* color box */
.colorBox {
    clear: both;
    min-height: 60vw;
    position: relative;
    margin-top: 20vw;
}

.colorBox.left > .box1, .colorBox.right > .box2 {
    position: relative;
    float: left;
}

.colorBox.right > .box1, .colorBox.left > .box2 {
    position: relative;
    float: right;
}

.colorBox .box2 {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6vw;
    font-size: 1.2vw;
    width: 37vw;
    height: 43vw;
    text-align: left;
}

.colorBox.cb1 .box2 {
    top: -4vw;
}

.colorBox.cb2 .box2 {
    top: -3vw;
}

.colorBox.cb3 .box2 {
    top: -5vw;
}

.colorBox.left > .box2 {
    right: 2vw;
}

.colorBox.right > .box2 {
	left: 8vw;
}

.colorBox .box1 > div {
    position: absolute;
    top: 0;
    border-radius: 4vw;
    width: 38vw;
    height: 34vw;
    box-shadow: -1.3vw 1.3vw 2.6vw rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.colorBox.cb1 .box1 > div {
    background-color: rgb(87, 178, 250);
}

.colorBox.cb2 .box1 > div {
    background-color: rgb(129, 64, 224);
}

.colorBox.cb3 .box1 > div {
    background-color: rgb(241, 85, 128);
}

.colorBox.left > .box1 > div {
    left: 10vw;
    text-align: right;
}

.colorBox.right > .box1 > div {
	right: 8vw;
    text-align: left;
}

.colorBox > .box1 > img {
    position: absolute;
    top: -12vw;
    height: 12vw;
}

.colorBox.left > .box1 > img {
    left: 15vw;
}

.colorBox.right > .box1 > img {
    right: 15vw;
}

.colorBox .box1 > div > p {
    margin: 0;
    font-size: 4.5vw;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 0.065vw #dedede;
    padding: 0 3vw;
}


.colorBox .box2 > div {
    margin: 1vw auto;
    text-align: left;
}

.colorBox .box2 > div > b {
    text-decoration: underline;
    font-size: 1.4vw;
}

.colorBox .box2 > div > p {
    margin: 0;
    font-weight: 300;
}

@media only screen and (max-width: 900px) {
	.forBusiness > .z1 {
	    font-size: 7vw;
	}
	
	.forBusiness > .z2 > div > b {
	    font-size: 6vw;
	}
	
	.forBusiness > .z2 > div {
	    display: block;
	    margin: 7vw;
	}
	
	.forBusiness > .z2 > div > s {
	    width: 90vw;
	    height: 35vw;
	    font-size: 5vw;
	    padding: 4vw;
	    border-radius: 5vw;
	}
	
	.forBusiness > .z2 {
	}
	
	.forBusiness > .z3 {
	    font-size: 6vw;
	}
	
	.forBusiness > .z4 {
	    max-width: 80vw;
	    margin: 4vw auto;
	    border-radius: 5vw;
	}
	
	.forBusiness > .z4 > img {
	    height: 16vw;
	    margin: 2vw;
	}
	
	.forBusiness > .z4 > p {
	    width: calc(100% - 24vw);
	    font-size: 4vw;
	}
	
	.colorBox.left > .box1, .colorBox.right > .box2 {
	    float: none;
	}
	
	.colorBox > .box1 > img {
	    height: 20vw;
	    top: -20vw;
	}
	
	.colorBox .box1 > div {
	    left: 9vw;
	    width: 79vw;
	    height: 30vw;
	    text-align: center !important;
	}
	
	.colorBox.right > .box1, .colorBox.left > .box2 {
	    float: none;
	}
	
	.colorBox > .box2 {
	    left: 9vw;
	    right: auto;
	    width: 79vw;
	    top: 32vw !important;
	}
	
	.colorBox.cb1 .box2,
	.colorBox.cb2 .box2,
	.colorBox.cb3 .box2 {
		top: 32vw;
	}
	
	.colorBox .box2 {
	    font-size: 4vw;
	    height: auto;
	}
	
	.colorBox .box2 > div > b {
	    font-size: 4vw;
	}
	
	.colorBox .box1 > div > p {
	    font-size: 6vw;
	}
	
	.colorBox:after, .colorBox:before {content: '';clear: both;margin: 10vw;display: inline-block;}
	
	.colorBox {
	    margin-top: 40vw;
	}
	
	.colorBox .box2 > div > p {
	    text-align: justify;
	}
}
    
@media only screen and (max-width: 900px) {
	.b {
		font-size: 3vw;
	}
	.b button {
		font-size: 3vw;
	}
	.anlog img {
	    width: 65vw;
	}
	.labP {
	    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.2);
	    border-radius: 3.5vw;
	    margin: 6vw;
	}
	.labP > input {
	    border-radius: 3.5vw;
	    width: 45vw;
	    height: 7.5vw;
	    padding: 0 30vw 0 3vw;
	    border: .1vw solid rgba(135, 1, 233, 0.4);
	}
	.labP > label {
	    top: 2.5vw;
	    left: 2.5vw;
	}
	.labP > button {
	    border-radius: 0 3.5vw 3.5vw 0;
	    width: 30vw;
	}
	div.readonly label,
	.labP > input:focus ~ label, .labP > textarea:focus ~ label,
	.labP > input:active ~ label, .labP > textarea:active ~ label,
	.labP > input:not(:focus):valid ~ label, .labP > textarea:not(:focus):valid ~ label {
		top: .5vw;
	    left: 1vw;
	    font-size: .9vw;
	}
	
	
	.anmBox {
	    margin: 5vw auto;
	}
	.anmBox .ab1 {
	    max-width: 80vw;
	    border-radius: 3.3vw;
	    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.25);
	}
	.anmBox .ab1 > img {
		border-radius: 3.3vw;
	}
	.anmBox .ab2 > i {
	    margin: 5vw;
	}
	.video {
	    padding: 2vw 4vw;
	    border-radius: 3vw;
	}
	.video > img {
	    height: 4vw;
	}
	.video > b {
	    margin-left: 1vw;
	}
	
	img.n1st {
	    top: 32vw;
	}
	img.n2st {
	    height: 32vw;
	}
	img.n3st {
	    height: 32vw;
		top: -27vw;
	}
	img.n4st {
	    height: 32vw;
	    top: 12vw;
	}
	
	
	
	.tagBox1 > h1 {
	    margin-top: 6vw;
	    font-size: 5vw;
	}
	
	.tagBox1 {
	    max-width: 90vw;
	    margin: 10vw auto;
	}
	
	.tagBox1 > h2 {
	    width: 63vw;
	    margin: 2vw auto;
	    font-size: 3vw;
	}
	
	
	.tagBox2 {
	    max-width: 70vw;
	    margin: 5vw auto;
	}
	.tagBox2 > div {
	    border: .1vw solid #b3b3b3;
	    border-radius: 4vw;
	    padding: 3.5vw;
	}
	.tagBox2 > img {
		height: 12vw;
		margin: 0 0 0 8vw;
	}
	.tagBox2 > div > b {
	    font-size: 5vw;
	}
	
	.tagBox3 {
	    max-width: 70vw;
	    margin: 10vw auto;
	    min-height: 40vw;
	}
	.tagBox3 > img {
	    height: 12vw;
	    margin: 0 0 0 40vw;
	}
	.tagBox3 > p {
	    margin: 5vw;
	    font-size: 2.5vw;
	}
	.tagBox3 > div {
	    border: .1vw solid #8100e1;
	    border-radius: 4vw;
	    padding: 7vw;
	}
	.tagBox3 > div > b {
	    font-size: 7vw;
	    width: 58vw;
	}
	.tagBox3 > div > p {
	    width: 58vw;
	}
	.tagBox3 > div > img {
	    width: 56vw;
    	position: relative;
	}
	
	.tagBox4 > ul {
	    max-width: 70vw;
	    margin: 5vw auto;
	}
	.tagBox4 li > img {
	    width: 20vw;
	}
	.tagBox4 li > p {
	    width: 48vw;
	}
	.tagBox4 > ul > li {
	    width: 70vw;
	    margin: 1vw;
	}
	
	.tagBox5 > div {
	    max-width: 70vw;
	    margin: 15vw auto;
	}
	
	.tagBox5 > div > img {
	    width: 70vw;
	}
	.tagBox5 > div > div {
	    width: 70vw;
	    text-align: center;
	}
	.tagBox5 h1 {
	    font-size: 6vw;
	}
	.tagBox5 h2 {
	    font-size: 4vw;
	}
	
	.tagBox6 {
	    margin: 19vw auto;
	}
	.tagBox6 > b {
	    font-size: 6vw;
	}
	.tagBox6 > p {
	    max-width: 60vw;
	    margin: 2vw auto;
	}
	
	.wpt60 {
	    font-size: 3vw;
		height: 7vw;
	}
	.wpt60 img {
	    display:none;
	}
	html.w6 .b {
	    top: 19vw;
	}
	html.noscr.w6 .b {
	    top: 8vw;
	}
	html.w6 .b .b1 {
	    top: 8vw;
	}
}
