body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"Noto Sans CJK", sans-serif;
	line-height: 200%;
}

.clr{
	clear: both;
}

*{
    margin: 0px;
    padding: 0px;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.delay1{
	transition-delay: .05s; 
}

.delay2{
	transition-delay: 2s; 
}

.img-anim {
	opacity: 0;
	animation: imgShow 2s ease-in-out  forwards;
}

.img-anim2 {
	opacity: 0;
	animation: imgShow2 3s ease-in-out  forwards;
}

@keyframes imgShow {
	0%   { opacity: 0; }
	20%   { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes imgShow2 {
	0%   { opacity: 0; }
	66%   { opacity: 0; }
	100% { opacity: 1; }
}


.clr{
	clear: both;
}

.logobox{
	position: absolute;
	top: 0;
	left: 0;
}

.boxshow{
	transition: 1s;
	transform: translateY(100px);
	transition-timing-function: ease;
	opacity: 0;
}

.boxshow.scrollin{
	transform: translateY(0);
 	opacity: 1;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.delay1{
	transition-delay: .05s; 
}

.delay2{
	transition-delay: 2s; 
}

p{
	margin: 0;
	padding:0;
}

p.h10{
	height: 10px;
}

p.h20{
	height: 20px;
}

p.h30{
	height: 30px;
}

p.h40{
	height: 40px;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

table.noline{
   	border: none !important;
	margin-left: auto;
	margin-right: auto;
}

.noline td,
.noline th{
   	border: none !important;
	text-align: center;
	padding: 3px;
}

table.noline2{
   	border: none !important;
}

.noline2 td,
.noline2 th{
   	border: none !important;
	padding: 0;
}

img {
	vertical-align: middle;
}

@media (min-width:1540px){
	body{
		font-size: 18px;
		background-image: url(../img/bg.webp);
		background-size: 1540px;
		background-repeat: repeat-x;
	}

	img.logo{
		display: block;
		margin: 0;
		margin-top: 10px;
		margin-left: 10px;
		width: 200px;
	}

	.container{
		width: 1540px;
		margin-left: auto;
		margin-right: auto;
	}

	img.mainPC{
		width: 1540px;
		height: auto;
	}


	img.mainSMART{
		display: none;
	}

	.headbox{
		box-sizing: border-box;
		width: 100%;
		background-color: #00a9b2;
		background-image: url(../img/tri_rev.png);
		background-position: left top;
		background-size: 28px;
		background-repeat: no-repeat;
		color: #fff;
		padding: 20px;
		margin-top: 40px;
	}

	h1.header{
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	img.HlineL{
		height: 100%;
		width: auto;
		margin-right: 10px;
		transform: scale(-1, 1);
	}

	img.HlineR{
		height: 100%;
		width: auto;
		margin-left: 10px;
	}

	.bottomspace{
		height: 20px;
	}

	.tblout0{
		display:table;
		width: 100%;
		margin-top: 20px;
		background-color: #fff;
	}

	.tblin0L{
		display:table-cell;
		width: 50%;
		padding-top: 20px;
		vertical-align: top;
	}

	.tblin0R{
		display:table-cell;
		width: 50%;
		vertical-align: middle;
	}

	img.image1{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}

	img.point{
		width: 90px;
		margin-right: 10px;
	}

	h2.point{
		font-size:30px;
		color: #00a9b2;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}

	.txtM{
		font-size: 22px;
		line-height: 170%;
	}


	.tblout1{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin1L{
		display:table-cell;
		width: 43%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin1R{
		display:table-cell;
		width: 58%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.toughsilon{
		width: 100%;
		border-radius: 10px;
	}

	.tblout2{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin2L{
		display:table-cell;
		width: 68%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin2R{
		display:table-cell;
		width: 33%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.taping{
		width: 100%;
		border-radius: 10px;
		margin-top: -60px;
	}

	img.large{
		display: block;
		width: 50%;
		border: solid 1px #000;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50vh;
		margin-top: 30px;
	}


	.tblout3{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin3L{
		display:table-cell;
		width: 45%;
		padding-right: 2%;
		vertical-align: top;
		text-align: center;
	}

	.tblin3R{
		display:table-cell;
		width: 51%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.foot{
		display: block;
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}


	.tblout4{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin4L{
		display:table-cell;
		width: 58%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin4R{
		display:table-cell;
		width: 43%;
		padding-left: 2%;
		vertical-align: bottom;
	}

	img.elong{
		width: 100%;
		border-radius: 10px;
	}


	img.ware{
		display:block;
		width: 75%;
		margin-left: 3%;
		margin-top: 35px;
		border-radius: 10px;
	}


	.tblout5{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin5L{
		display:table-cell;
		width: 47%;
		padding-right: 3%;
		vertical-align: top;
	}

	.tblin5R{
		display:table-cell;
		width: 47%;
		padding-left: 3%;
		vertical-align: top;
	}

	.tblout6{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin6L{
		display:table-cell;
		width: 47%;
		padding-right: 3%;
		vertical-align: top;
	}

	.tblin6R{
		display:table-cell;
		width: 47%;
		padding-left: 3%;
		vertical-align: top;
	}

	.txtS{
		font-size: 19px;
		line-height: 170%;
	}

	img.howto{
		width: 100%;
		margin-bottom: 20px;
	}


	img.size{
		width: 100%;
		max-width: 800px;
		border-radius: 10px;
	}

	img.package{
		display: block;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}



	img.pagetop{
		display: block;
		width: 70px;
		margin: 0;
	}

	.footer{
		background-color: #00a9b2;
		padding: 30px;
		line-height: 150%;

	}

	.footbox{
		display: inline-block;
		padding: 20px;
		color: #fff;
	}


	.footlink{
		color: #fff;
		text-decoration: none;
	}

	.footlink:hover{
		text-decoration: underline;
	}

	.copy{
		color: #fff;
		text-align: center;
	}

	.pcnone{
		display: none;
	}

}


@media (max-width: 1539px) and  (min-width:1300px){

	body{
		font-size: 17px;
		background-image: url(../img/bg.webp);
		background-size: 100%;
		background-repeat: no-repeat;
	}


	img.logo{
		display: block;
		margin: 0;
		margin-top: 10px;
		margin-left: 10px;
		width: 180px;
	}


	.container{
		padding-left: 1%;
		width: 98%;
	}

	img.mainPC{
		width: 100%;
		height: auto;
	}

	img.mainSMART{
		display: none;
	}

	.headbox{
		box-sizing: border-box;
		width: 100%;
		background-color: #00a9b2;
		background-image: url(../img/tri_rev.png);
		background-position: left top;
		background-size: 28px;
		background-repeat: no-repeat;
		color: #fff;
		padding: 20px;
		margin-top: 40px;
	}

	h1.header{
		font-size: 34px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	img.HlineL{
		height: 100%;
		width: auto;
		margin-right: 10px;
		transform: scale(-1, 1);
	}

	img.HlineR{
		height: 100%;
		width: auto;
		margin-left: 10px;
	}

	.bottomspace{
		height: 20px;
	}


	.tblout0{
		display:table;
		width: 100%;
		margin-top: 20px;
		background-color: #fff;
	}

	.tblin0L{
		display:table-cell;
		width: 50%;
		padding-top: 20px;
		vertical-align: top;
	}

	.tblin0R{
		display:table-cell;
		width: 50%;
		vertical-align: middle;
	}

	img.image1{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}


	img.image1{
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}


	img.point{
		width: 90px;
		margin-right: 10px;
	}

	h2.point{
		font-size:30px;
		color: #00a9b2;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}

	.txtM{
		font-size: 22px;
		line-height: 170%;
	}


	.tblout1{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin1L{
		display:table-cell;
		width: 43%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin1R{
		display:table-cell;
		width: 58%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.toughsilon{
		width: 100%;
		border-radius: 10px;
	}

	.tblout2{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin2L{
		display:table-cell;
		width: 68%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin2R{
		display:table-cell;
		width: 33%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.taping{
		width: 100%;
		border-radius: 10px;
		margin-top: -60px;
	}

	img.large{
		display: block;
		width: 45%;
		border: solid 1px #000;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50vh;
		margin-top: 20px;
	}


	.tblout3{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin3L{
		display:table-cell;
		width: 45%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin3R{
		display:table-cell;
		width: 51%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.foot{
		display: block;
		width: 100%;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}


	.tblout4{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin4L{
		display:table-cell;
		width: 58%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin4R{
		display:table-cell;
		width: 43%;
		padding-left: 2%;
		vertical-align: bottom;
	}

	img.elong{
		width: 100%;
		border-radius: 10px;
	}


	img.ware{
		display:block;
		width: 75%;
		margin-left: 3%;
		margin-top: 35px;
		border-radius: 10px;
	}


	.tblout5{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin5L{
		display:table-cell;
		width: 47%;
		padding-right: 3%;
		vertical-align: top;
	}

	.tblin5R{
		display:table-cell;
		width: 47%;
		padding-left: 3%;
		vertical-align: top;
	}

	.tblout6{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin6L{
		display:table-cell;
		width: 47%;
		padding-right: 3%;
		vertical-align: top;
	}

	.tblin6R{
		display:table-cell;
		width: 47%;
		padding-left: 3%;
		vertical-align: top;
	}

	.txtS{
		font-size: 18px;
		line-height: 170%;
	}

	img.howto{
		width: 100%;
		margin-bottom: 20px;
	}


	img.size{
		width: 100%;
		max-width: 800px;
		border-radius: 10px;
	}

	img.package{
		display: block;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}


	img.pagetop{
		display: block;
		width: 70px;
		margin: 0;
	}

	.footer{
		background-color: #00a9b2;
		padding: 30px;
		line-height: 150%;

	}

	.footbox{
		display: inline-block;
		padding: 20px;
		color: #fff;
	}


	.footlink{
		color: #fff;
		text-decoration: none;
	}

	.footlink:hover{
		text-decoration: underline;
	}

	.copy{
		color: #fff;
		text-align: center;
	}
	
	.pcnone{
		display: none;
	}

}


@media (max-width: 1299px) and  (min-width:767px){

	body{
		font-size: 16px;
		background-image: url(../img/bg.webp);
		background-size: 100%;
		background-repeat: no-repeat;
	}


	img.logo{
		display: block;
		margin: 0;
		margin-top: 3px;
		margin-left: 3px;
		width: 130px;
	}

	.container{
		padding-left: 1%;
		width: 98%;
	}

	img.mainPC{
		width: 100%;
		height: auto;
	}

	img.mainSMART{
		display: none;
	}

	.headbox{
		box-sizing: border-box;
		width: 100%;
		background-color: #00a9b2;
		background-image: url(../img/tri_rev.png);
		background-position: left top;
		background-size: 28px;
		background-repeat: no-repeat;
		color: #fff;
		padding: 20px;
		margin-top: 40px;
	}

	h1.header{
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	img.HlineL{
		display: none;
	}

	img.HlineR{
		display: none;
	}

	.bottomspace{
		height: 20px;
	}

	.tblout0{
		display:table;
		width: 100%;
		margin-top: 20px;
	background-color: #fff;
	}

	.tblin0L{
		display:table-cell;
		width: 50%;
		padding-top: 20px;
		vertical-align: top;
	}

	.tblin0R{
		display:table-cell;
		width: 50%;
		vertical-align: middle;
	}

	img.image1{
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}


	img.point{
		width: 90px;
		margin-right: 10px;
	}

	h2.point{
		font-size:30px;
		color: #00a9b2;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}

	.txtM{
		font-size: 16px;
		line-height: 170%;
	}


	.tblout1{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin1L{
		display:table-cell;
		width: 43%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin1R{
		display:table-cell;
		width: 58%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.toughsilon{
		width: 100%;
		border-radius: 10px;
	}

	.tblout2{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin2L{
		display:table-cell;
		width: 64%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin2R{
		display:table-cell;
		width: 37%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.taping{
		width: 100%;
		border-radius: 10px;
	}

	img.large{
		display: block;
		width: 60%;
		border: solid 1px #000;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50vh;
		margin-top: 10px;
	}


	.tblout3{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin3L{
		display:table-cell;
		width: 45%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin3R{
		display:table-cell;
		width: 51%;
		padding-left: 2%;
		vertical-align: top;
	}


	img.foot{
		width: 100%;
		border-radius: 10px;
	}


	.tblout4{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin4L{
		display:table-cell;
		width: 58%;
		padding-right: 2%;
		vertical-align: top;
	}

	.tblin4R{
		display:table-cell;
		width: 43%;
		padding-left: 2%;
		vertical-align: bottom;
	}

	img.elong{
		width: 100%;
		border-radius: 10px;
	}


	img.ware{
		display:block;
		width: 75%;
		margin-left: 3%;
		margin-top: 35px;
		border-radius: 10px;
	}


	.tblout5{
		display:table;
		width: 100%;
		margin-top: 20px;
	}

	.tblin5L{
		display:table-cell;
		width: 47%;
		padding-right: 3%;
		vertical-align: top;
	}

	.tblin5R{
		display:table-cell;
		width: 47%;
		padding-left: 3%;
		vertical-align: top;
	}

	.tblout6{
		width: 98%;
		margin-left: 1%;
	}

	.tblin6L{
		width: 100%;
		text-align: center;
	}

	.tblin6R{
		width: 100%;
		margin-top: 20px;
	}

	.txtS{
		font-size: 19px;
		line-height: 170%;
	}

	img.howto{
		width: 100%;
		margin-bottom: 20px;
	}


	img.size{
		width: 100%;
		max-width: 800px;
		border-radius: 10px;
	}

	img.package{
		display: block;
		width: 58%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}


	img.pagetop{
		display: block;
		width: 50px;
		margin: 0;
	}

	.footer{
		background-color: #00a9b2;
		padding: 30px;
		line-height: 150%;

	}

	.footbox{
		display: inline-block;
		padding: 10px;
		color: #fff;
	}


	.footlink{
		color: #fff;
		text-decoration: none;
	}

	.footlink:hover{
		text-decoration: underline;
	}

	.copy{
		color: #fff;
		text-align: center;
	}

	.pcnone{
		display: none;
	}

}


@media (max-width: 766px) {

	body{
		font-size: 16px;
	}


	img.logo{
		display: none;
	}

	.container{
		width: 100%;
	}

	img.mainPC{
		display: none;
	}

	img.mainSMART{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.headbox{
		box-sizing: border-box;
		width: 100%;
		background-color: #00a9b2;
		background-image: url(../img/tri_rev.png);
		background-position: left top;
		background-size: 20px;
		background-repeat: no-repeat;
		color: #fff;
		padding: 20px;
		margin-top: 0;
	}

	h1.header{
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	img.HlineL{
		display: none;
	}

	img.HlineR{
		display: none;
	}

	.bottomspace{
		height: 10px;
	}

	.tblout0{
		width: 98%;
		margin-left: 1%;
	}

	.tblin0L{
		width: 100%;
	}

	.tblin0R{
		width: 100%;
	}

	img.image1{
		display: block;
		width: 100%;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	img.add{
		margin-bottom: 20px;
	}

	img.point{
		width: 60px;
		margin-right: 5px;
		margin-left: 5%;
	}

	h2.point{
		font-size:19px;
		color: #00a9b2;
		line-height: 100%;
		margin: 0;
		padding: 0;
	}

	.txtM{
		font-size: 16px;
		line-height: 170%;
	}


	.tblout1{
		width: 98%;
		margin-left: 1%;
		margin-top: 10px;
	}

	.tblin1L{
		width: 100%;
	}

	.tblin1R{
		width: 100%;;
	}


	img.toughsilon{
		width: 100%;
		margin-bottom: 20px;
		border-radius: 10px;
	}

	.tblout2{
		width: 98%;
		margin-left: 1%;
		margin-top: 10px;
	}

	.tblin2L{
		width: 100%;
	}

	.tblin2R{
		width: 100%;
	}


	img.taping{
		width: 80%;
		margin-left: 10%;
		border-radius: 10px;
		margin-top: 10px;
	}

	img.large{
		display: none;
	}


	.tblout3{
		width: 98%;
		margin-left: 1%;
		margin-top: 10px;
	}

	.tblin3L{
		width: 100%;
	}

	.tblin3R{
		width: 100%;
	}


	img.foot{
		width: 100%;
		max-width: 700px;
		border-radius: 10px;
		margin-bottom: 10px;
	}


	.tblout4{
		width: 98%;
		margin-left: 1%;
		margin-top: 10px;
	}

	.tblin4L{
		margin-top: 10px;
		width: 100%;
	}

	.tblin4R{
		width: 100%;
	}

	img.elong{
		width: 100%;
		border-radius: 10px;
		margin-bottom: 20px;
	}


	img.ware{
		display:block;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 20px;
		border-radius: 10px;
	}


	.tblout5{
		width: 98%;
		margin-left: 1%;
	}

	.tblin5L{
		width: 100%;
	}

	.tblin5R{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.tblout6{
		width: 98%;
		margin-left: 1%;
	}

	.tblin6L{
		width: 100%;
	}

	.tblin6R{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.txtS{
		font-size: 16px;
		line-height: 170%;
	}

	img.howto{
		width: 100%;
		margin-bottom: 20px;
	}


	img.size{
		width: 100%;
		max-width: 800px;
		border-radius: 10px;
	}

	img.package{
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	img.pagetop{
		display: block;
		width: 50px;
		margin: 0;
	}

	.footer{
		background-color: #00a9b2;
		padding: 30px;
		line-height: 150%;

	}

	.footbox{
		display: inline-block;
		padding: 10px;
		color: #fff;
	}


	.footlink{
		color: #fff;
		text-decoration: none;
	}

	.footlink:hover{
		text-decoration: underline;
	}

	.copy{
		color: #fff;
		text-align: center;
	}

	.smartnone{
		display: none;
	}

	.narrow{
		width: 98%;
		margin-left: 1%;
	}

}