bgqabgqabgqahtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
table{
	border-collapse: collapse;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset{
	border:none;
}

#wrap{
	overflow: hidden;
}

a, a:hover, a:visited{
	color: #222222;
	text-decoration: none;
}
a img{
	transition:0.5s;
}
a:hover img{
	opacity: 0.7;
	transition:0.5s;
}
.weight100{
	font-weight: 100;
}
.weight200{
	font-weight: 200;
}
.weight300{
	font-weight: 300;
}
.weight400{
	font-weight: 400;
}
.weight500{
	font-weight: 500;
}
.weight600{
	font-weight: 600;
}
.weight700{
	font-weight: 700;
}
.weight800{
	font-weight: 800;
}
.weight900{
	font-weight: 900;
}
.markyellow{
		background: linear-gradient(transparent 60%, #fff000 60%);
}

/*PC用記述*/
@media screen and (min-width:1024px){
.content {
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:984px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:904px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:780px;
    margin-left:auto;
    margin-right:auto;
}

.center {
    margin-left:auto;
    margin-right:auto;
	text-align:center;
}
.hide-pc {
        display:none;
}

	.left{
		float: left;
	}

	.right{
		float: right;
	}

	.overflow{
		overflow: hidden;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 10px;
	}
	.mt20{
		margin-top: 20px;
	}
	.mt30{
		margin-top: 30px;
	}
	.mt40{
		margin-top: 40px;
	}
	.mt50{
		margin-top: 50px;
	}
	.mt60{
		margin-top: 60px;
	}
	.mt70{
		margin-top: 70px;
	}
	.mt80{
		margin-top: 80px;
	}
	.mt90{
		margin-top: 90px;
	}
	.mt100{
		margin-top: 100px;
	}
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px;
	}
	.mb90{
		margin-bottom: 90px;
	}
	.mb100{
		margin-bottom: 100px;
	}
	.pt10{
		padding-top: 10px;
	}
	.pt20{
		padding-top: 20px;
	}
	.pt30{
		padding-top: 30px;
	}
	.pt40{
		padding-top: 40px;
	}
	.pt50{
		padding-top: 50px;
	}
	.pt60{
		padding-top: 60px;
	}
	.pt70{
		padding-top: 70px;
	}
	.pt80{
		padding-top: 80px;
	}
	.pt90{
		padding-top: 90px;
	}
	.pt100{
		padding-top: 100px;
	}
	.pb10{
		padding-bottom: 10px;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.pb30{
		padding-bottom: 30px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.pb50{
		padding-bottom: 50px;
	}
	.pb60{
		padding-bottom: 60px;
	}
	.pb70{
		padding-bottom: 70px;
	}
	.pb80{
		padding-bottom: 80px;
	}
	.pb90{
		padding-bottom: 90px;
	}
	.pb100{
		padding-bottom: 100px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 14px;
	}
	.font16px{
		font-size: 16px;
	}
	.font18px{
		font-size: 18px;
	}
	.font20px{
		font-size: 20px;
	}
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font32px{
		font-size: 32px;
	}
	.font34px{
		font-size: 34px;
	}
	.font36px{
		font-size: 36px;
	}
	.font38px{
		font-size: 38px;
	}
	.font40px{
		font-size: 40px;
	}
	.font42px{
		font-size: 42px;
	}
	.font44px{
		font-size: 44px;
	}
	.font46px{
		font-size: 46px;
	}
	.font48px{
		font-size: 48px;
	}
	.font50px{
		font-size: 50px;
	}
	.font52px{
		font-size: 52px;
	}
	.font54px{
		font-size: 54px;
	}
	.font56px{
		font-size: 56px;
	}
	/*フォントセクションここまで*/


	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	
	.white{
		color: #fff;
	}
	.textright{
		text-align: right;
	}

	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color: #fff;
	}

	
	img#floatButton1 {
    position: fixed;
    right: 0;
    bottom: 0px;
	width: 36%;
	z-index: 99;
	
}

	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	
	#globalNavi{
		background-color:rgba(255,255,255,0.6);
	}
	.logo01{
		width: 11%;
		padding: 0.6%;
	}
	.logo01 img{
		width: 100%;
	}
	.button03{
		width: 12.5%;
		padding: 0.6%;
	}
	.button03 img{
		width: 100%;
	}
	.button04{
		width: 16%;
		padding: 0.6%;
	}
	.button04 img{
		width: 100%;
	}
	.textnav{
		line-height: 1.3em;	
		font-size: 1.1vw;
		font-weight: 500;
		padding: 1.5% 2.5% 0 0;
	}
	
	.bg01{
		background: url("../img/bg01-sp.png") center top repeat;

		width: 100%;
		background-size:cover;
	}
	h1{
		width: 84%;
		margin: 0 auto;
		padding: 3.8% 0 0%;
	}
	h1 img{
		width: 100%;
	}
	.mainbutton{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-bottom: 3%;
	}
	.mainbutton p{
		width: 36%;

	}
	.mainbutton p img{
		width: 100%;

	}
	.button01{
		display: block;
	}
	.button01 p img {
		
	}
	.reflection{
display:inline-block;
position:relative;
overflow:hidden;
		box-shadow: 0 0 16px #bbb;
		border-radius: 10px;
		margin: 16px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
right: 0;
		left: 0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
	
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
	
	
	.bg02{
		background: url("../img/bg02.png") center top repeat;
		background-attachment: fixed;
	}
	.img05{
		background: url("../img/img05.png") center top repeat-y;
	}
	.check01{
		width: 680px;
	}
	.check01 li{
		line-height: 1.2em;
		font-size: 26px;
		padding-bottom: 30px;
		background: url("../img/check01.png") left top no-repeat;
		padding-left: 44px;
	}
	.flex01 {
  display: flex;
  justify-content: space-around;
}
	.bg03{
		background: url("../img/bg03.png") center top no-repeat;
	}
	.bg04{
		background: url("../img/bg04.png") center bottom no-repeat;
	}
	.box02{
		background-color: #fff;
		box-shadow: 0 0 16px #bbb;
		padding: 24px;
		margin: 16px;
		border-radius: 20px;
		width: 250px;
	}
	.ttl01{
		background-color: #26986e;
		line-height: 1.3em;
		font-weight: 700;
		text-align: center;
		font-size: 24px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		padding-left: 30px;
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1.2em;
	}
	.box03{
		width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
	.bg05{
		background: url("../img/bg05.png") left top repeat;
		background-attachment: fixed;
	}
	.pl30{
		padding-left: 30px;
	}
	.reason{
		line-height: 1.3em;
		font-size: 32px;
		padding-left: 50px;
		padding-bottom: 4px;
		margin-bottom: 16px;
	}
	.reason01{
		background: url("../img/reason01.png") left center no-repeat;
	}
	.reason02{
		background: url("../img/reason02.png") left center no-repeat;
	}
	.reason03{
		background: url("../img/reason03.png") left center no-repeat;
	}
	.reason04{
		background: url("../img/reason04.png") left center no-repeat;
	}
	.reason05{
		background: url("../img/reason05.png") left center no-repeat;
	}
	.bg06{
		background: url("../img/bg06.png") center top repeat;
		background-attachment: fixed;
	}
	.img13{
		background: url("../img/img13.png") center top repeat-y;
	}
	.pr30{
		padding-right: 30px;
	}
	.line01{
		text-decoration: line-through;
	}
	.pink01{
		color: #f50051;
	}
	.box06{
		background-color: #f2f2f2;
		border-radius: 16px;
		padding: 16px;
	}
	.box04{
		border: solid 4px #222;
		border-radius: 20px;
		width: 300px;
	}
	.box04-2{
		border: solid 3px #222;
		border-radius: 18px;
		width: 98%;
		margin: 0 auto;
		height: 400px;
	}
	.ttl02{
		line-height: 1.3em;
		font-size: 28px;
		padding: 10px;
	}
	
	.box05{
		padding: 20px;
	}
	.box07{
		border-top-left-radius: 17px;
		border-top-right-radius: 17px;
		border-bottom: solid 4px #222;
	}
	.bgyellow01{
		background-color: #e3bb00;
	}
	.bgpink01{
		background-color: #f50051;
	}
	.bggreen01{
		background-color: #26986e;
	}
	.bgblue01{
		background-color: #2268a9;
	}
	.box08{
		margin-bottom: 26px;
	}
	.green01{
		color: #26986e;
	}
	.border01{
		border-bottom: 2px solid #dcdcdc;
	}
	.box09{
		border: 2px solid #26986e;
		border-radius: 12px;
		padding: 10px;
		margin-right: 20px;
	}
	.box11{
		border-bottom: 2px solid;
		border-left:  2px solid;
		border-right:   2px solid;
		border-image: linear-gradient(to bottom, #fff, #d0d0d0) 1;
	}
	.box10{
		padding: 20px;
		width: 368px;
	}
	
	.check03 li{
		background: url("../img/check03.png") left top no-repeat;
		padding-left: 30px;
		padding-bottom: 26px;
		line-height: 1.3em;
	}
	.check04 li{
		background: url("../img/check02.png") left top no-repeat;
		padding-left: 30px;
		padding-bottom: 26px;
		line-height: 1.3em;
	}
	.arrow01{
		padding-top: 200px;
	}
	.box12{
		background-color: #fff;
		padding: 16px;
		border-radius: 18px;
		box-shadow: 0 0 16px #bbb;
		margin: 16px;
		width: 240px;
	}
	.img13-2{
		background: url("../img/img13-2.png") center top repeat-y;
	}
	.qa-q h3{
		line-height: 1.3em;
		background: url("../img/qa-q.png") left top no-repeat;
		padding: 0 0 20px 46px;
	}
	.qa-a p{
		line-height: 1.6em;
		background: url("../img/qa-a.png") left top no-repeat;
		padding: 0 0 10px 46px;
	}
	.bggrey01{
		background-color: #f0f0f0;
	}
	.under{
		text-decoration: underline;
	}
	.border02{
		border-top: 4px solid #222;
	}
	.box13{
		border: 1px solid #51ad8b;
		padding: 22px;
	}
	.border02 a:hover{
		text-decoration: underline;
	}
	.mt40pc{
		margin-top: 40px;
	}
	footer{
		background-color: #26986e;
		padding: 20px 0 20px;
	}

	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}

	
	.table02{
		margin-bottom: 30px;
		width: 100%;
		
	}
	.table02 tbody tr th{
		font-size: 22px;
		font-weight: 600;
		text-align: right;
		border-bottom: 1px solid #222;
		padding-left: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 1.3em;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.table02 tbody tr td{
		font-size: 22px;
		border-bottom: 1px solid #222;
		padding-top: 28px;
		padding-left: 20px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.w90{
		width: 90%;
	}
	.red{
		color: #e40000;
		font-weight: 500;
	}

	form input, form select, form select option, form textarea{
		font-size: 20px;
		line-height: 1.5em;
		padding: 6px 10px;
		margin-bottom: 30px;
		border: 1px solid #cecece;
	}
	.borderpri01{
		border-bottom: 1px solid #bbb;
		padding-bottom: 10px;
		margin-bottom: 40px;
		width: 100%;
	}
	.table03 {
		width: 100%;
	}
	.table03 tbody tr th{
		line-height: 1.3em;
		padding: 26px;
		text-align: left;
		background-color: #26986e;
		color: #fff;
		border-bottom: 1px solid #fff;
		width: 22%;
	}
	.table03 tbody tr td{
		line-height: 1.3em;
		padding: 26px;
		text-align: left;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	
	
	.bgorange01{
		background-color: #e37b00;
	}
	.m01{
		margin-left: 140px;
	}
	.m02{
		margin-right: 140px;
	}
	.loop_wrap {
  display: -webkit-flex;
  display: flex;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_css img {
  width: auto;
  height: 100%;
}
	.loop_css img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
	
	.video{
  		position:relative;
  		width:100%;
  		padding-top:56%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}

	

}




@media screen and (max-width:1023px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 90%;
		margin: 0 auto;
	}
	.content3{
		width: 90%;
		margin: 0 auto;
	}
	.content4{
		width: 90%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img10p{
		width: 10%;
		text-align: center;
		margin: 0 auto;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img40p{
		width: 40%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img60p{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.img70p{
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.img90p{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	/*余白セクションここから*/
	.mt10{
		margin-top: 5px;
	}
	.mt20{
		margin-top: 10px;
	}
	.mt30{
		margin-top: 15px;
	}
	.mt40{
		margin-top: 20px;
	}
	.mt50{
		margin-top: 25px;
	}
	.mt60{
		margin-top: 30px;
	}
	.mt70{
		margin-top: 35px;
	}
	.mt80{
		margin-top: 40px;
	}
	.mt90{
		margin-top: 45px;
	}
	.mt100{
		margin-top: 50px;
	}
	.mb10{
		margin-bottom: 5px;
	}
	.mb20{
		margin-bottom: 10px;
	}
	.mb30{
		margin-bottom: 15px;
	}
	.mb40{
		margin-bottom: 20px;
	}
	.mb50{
		margin-bottom: 25px;
	}
	.mb60{
		margin-bottom: 30px;
	}
	.mb70{
		margin-bottom: 35px;
	}
	.mb80{
		margin-bottom: 40px;
	}
	.mb90{
		margin-bottom: 45px;
	}
	.mb100{
		margin-bottom: 50px;
	}
	.pt10{
		padding-top: 5px;
	}
	.pt20{
		padding-top: 10px;
	}
	.pt30{
		padding-top: 15px;
	}
	.pt40{
		padding-top: 20px;
	}
	.pt50{
		padding-top: 25px;
	}
	.pt60{
		padding-top: 30px;
	}
	.pt70{
		padding-top: 35px;
	}
	.pt80{
		padding-top: 40px;
	}
	.pt90{
		padding-top: 45px;
	}
	.pt100{
		padding-top: 50px;
	}
	.pb10{
		padding-bottom: 5px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.pb30{
		padding-bottom: 15px;
	}
	.pb40{
		padding-bottom: 20px;
	}
	.pb50{
		padding-bottom: 25px;
	}
	.pb60{
		padding-bottom: 30px;
	}
	.pb70{
		padding-bottom: 35px;
	}
	.pb80{
		padding-bottom: 40px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/
	.font14px{
		font-size: 3.0vw;
	}
	.font16px{
		font-size: 3.2vw;
	}
	.font18px{
		font-size: 3.7vw;
	}
	.font20px{
		font-size: 3.7vw;
	}
	.font22px{
		font-size: 3.9vw;
	}
	.font24px{
		font-size: 4.0vw;
	}
	.font26px{
		font-size: 4.2vw;
	}
	.font28px{
		font-size: 4.4vw;
	}
	.font30px{
		font-size: 4.6vw;
	}
	.font32px{
		font-size: 4.8vw;
	}
	.font34px{
		font-size: 5.0vw;
	}
	.font36px{
		font-size: 5.2vw;
	}
	.font38px{
		font-size: 5.4vw;
	}
	.font40px{
		font-size: 5.6vw;
	}
	.font42px{
		font-size: 5.8vw;
	}
	.font44px{
		font-size: 6.0vw;
	}
	.font46px{
		font-size: 6.2vw;
	}
	.font48px{
		font-size: 6.4vw;
	}
	.font50px{
		font-size: 6.5vw;
	}
	.font52px{
		font-size: 6.6vw;
	}
	.font54px{
		font-size: 6.7vw;
	}
	.font56px{
		font-size: 6.8vw;
	}
	/*フォントセクションここまで*/

	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	.italic{
		font-style: italic;
	}
	.text01{
		color: #222222;
		line-height: 1.6em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.05em;
	}
	

	.white{
		color: #fff;
	}

	.textright{
		text-align: right;
	}
	
	

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}


	img#floatButton1 {
    	position: fixed;
    	right: 0;
    	bottom: 0%;
		width: 100%;
		z-index: 99;
}

	@keyframes img_box_9955 {
  		0% { transform: translateY(0) }
  		33.33333% { transform: translateY(-10px) }
  		66.66667% { transform: translateY(0) }
  		100% { transform: translateY(0) }
}
	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}
	.overflow{
		overflow: hidden;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	
	
	
	.logo01{
		width: 36%;
		padding: 0%;
	}
	.logo01 img{
		width: 100%;
	}
	.bg01{
		background: url("../img/bg01.png") center top repeat;

		width: 100%;
		background-size:cover;
	}
	h1{
		width: 90%;
		margin: 0 auto;
		padding: 3.8% 0 0%;
	}
	h1 img{
		width: 100%;
	}
	.mainbutton{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-bottom: 3%;
	}
	.mainbutton p{
		width: 90%;

	}
	.mainbutton p img{
		width: 100%;

	}
	.button01{
		display: block;
	}
	.button01 p img {
		
	}
	.reflection{
display:inline-block;
position:relative;
overflow:hidden;
		box-shadow: 0 0 16px #bbb;
		border-radius: 10px;
		margin: 16px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
right: 0;
		left: 0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
	
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
	
	
	.bg02{
		background: url("../img/bg02.png") center top repeat;
	}
	.img05{
		background: url("../img/img05.png") center top repeat-y;
		background-size: contain;
	}
	.check01{
	}
	.check01 li{
		line-height: 1.2em;
		font-size: 4.3vw;
		padding-bottom: 7%;
		background: url("../img/check01.png") left top no-repeat;
		background-size: 6%;
		padding-left: 8%;
	}

	.bg03{
		background: url("../img/bg03.png") left top no-repeat;
		background-size: 200%;
	}
	.bg04{
		background: url("../img/bg04.png") right bottom no-repeat;
		background-size: 200%;
	}
	.box02{
		background-color: #fff;
		box-shadow: 0 0 13px #bbb;
		padding: 5% 8%;
		margin: 4% auto 5%;
		border-radius: 16px;
		width: 60%;
	}
	.box03{
		margin-top: -3%;
	}
	.ttl01{
		background-color: #26986e;
		line-height: 1.3em;
		font-weight: 700;
		text-align: center;
		font-size: 4.4vw;
		padding-top: 1%;
		padding-bottom: 1%;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		background-size: 6%;
		padding-left: 10%;
		text-align: left;
		padding-bottom: 5%;
		font-size: 3.9vw;
		line-height: 1.2em;
	}

	.bg05{
		background: url("../img/bg05.png") left top repeat;
	}

	.reason{
		line-height: 1.3em;
		font-size: 4.5vw;
		padding-left: 10%;
		padding-bottom: 1%;
		margin-bottom: 3%;
	}
	.reason01{
		background: url("../img/reason01.png") left center no-repeat;
		background-size: 7%;
	}
	.reason02{
		background: url("../img/reason02.png") left center no-repeat;
		background-size: 7%;
	}
	.reason03{
		background: url("../img/reason03.png") left center no-repeat;
		background-size: 7%;
	}
	.reason04{
		background: url("../img/reason04.png") left center no-repeat;
		background-size: 7%;
	}
	.reason05{
		background: url("../img/reason05.png") left center no-repeat;
		background-size: 7%;
	}
	.bg06{
		background: url("../img/bg06.png") center top repeat;
	}
	.img13{
		background: url("../img/img13.png") center top repeat-y;
		background-size: contain;
	}
	.pb30sp{
		padding-bottom: 4%;
	}

	.line01{
		text-decoration: line-through;
	}
	.pink01{
		color: #f50051;
	}
	.box06{
		background-color: #f2f2f2;
		border-radius: 14px;
		padding: 3%;
	}
	.box04{
		border: solid 3px #222;
		border-radius: 18px;
		width: 98%;
		margin: 0 auto;
	}
	.box04-2{
		border: solid 3px #222;
		border-radius: 18px;
		width: 98%;
		margin: 0 auto;
	}
	
	.ttl02{
		line-height: 1.3em;
		font-size: 4.7vw;
		padding: 2%;
	}
	
	.box05{
		padding: 4%;
	}
	.box07{
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
		border-bottom: solid 3px #222;
	}
	.bgyellow01{
		background-color: #e3bb00;
	}
	.bgpink01{
		background-color: #f50051;
	}
	.bggreen01{
		background-color: #26986e;
	}
	.bgblue01{
		background-color: #2268a9;
	}
	.box08{
		margin-bottom: 7%;
	}
	.green01{
		color: #26986e;
	}
	.border01{
		border-bottom: 2px solid #dcdcdc;
	}
	.box09{
		border: 2px solid #26986e;
		border-radius: 12px;
		padding: 10px;
		margin-right: 20px;
	}
	.box11{
		border-bottom: 2px solid;
		border-left:  2px solid;
		border-right:   2px solid;
		border-image: linear-gradient(to bottom, #fff, #d0d0d0) 1;
	}
	.box10{
		padding: 5%;
		width: 90%;
	}
	
	.check03 li{
		background: url("../img/check03.png") left top no-repeat;
		background-size: 5.6%;
		padding-left: 9%;
		padding-bottom: 7%;
		line-height: 1.3em;
	}
	.check04 li{
		background: url("../img/check02.png") left top no-repeat;
		background-size: 6%;
		padding-left: 9%;
		padding-bottom: 7%;
		line-height: 1.3em;
	}
	.arrow01{
		padding: 4% 0;
	}
	.box12{
		background-color: #fff;
		padding: 4%;
		border-radius: 14px;
		box-shadow: 0 0 12px #d3d3d3;
		margin: 2%;
		width: 38%;
		float: left;
	}
	.flex01sp {
  display: flex;
  justify-content: space-around;
}
	.img13-2{
		background: url("../img/img13-2.png") center top repeat-y;
		background-size: contain;
	}
	.qa-q h3{
		line-height: 1.3em;
		background: url("../img/qa-q.png") left top no-repeat;
		background-size: 6.5%;
		padding: 0 0 4% 9%;
	}
	.qa-a p{
		line-height: 1.6em;
		background: url("../img/qa-a.png") left top no-repeat;
		background-size: 6.5%;;
		padding: 0 0 3% 9%;
	}
	.bggrey01{
		background-color: #f0f0f0;
	}
	.under{
		text-decoration: underline;
	}
	.border02{
		border-top:3px solid #222;
	}
	.box13{
		border: 1px solid #51ad8b;
		padding: 4%;
	}
	.border02 a:hover{
		text-decoration: underline;
	}
	
	footer{
		background-color: #26986e;
		padding: 5% 0 22%;
	}

	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	

	
	
	.a01 a{
		color: #0054ff;
		text-decoration: underline;
	}
	.table02{
		margin-bottom: 6%;
		width: 100%;
	}
	.table02 tbody tr th{
		font-size: 3.6vw;
		font-weight: 600;
		text-align: right;
		border-bottom: 1px solid #d4d4d4;
		padding-top: 3%;
		padding-left: 0;
		padding-bottom: 4%;
		line-height: 1.3em;
		width: 26%;
	}
	.table02 tbody tr td{
		font-size: 3.6vw;
		border-bottom: 1px solid #d4d4d4;
		padding-top: 6%;
		padding-left:4%;
		padding-bottom: 4%;
	}
	.pri01{
		padding-bottom: 5%;
	}
	
	.input, form select, form select option, form textarea{
		font-size: 3.7vw;
		line-height: 1.5em;
		padding: 2% 2%;
		margin-bottom: 5%;
		width: 90%;
		border: solid 1px #cecece;
	}
	.red{
		color: #e40000;
		font-weight: 500;
	}
	.borderpri01{
		border-bottom: 1px solid #bbb;
		padding-bottom: 5px;
		margin-bottom: 20px;
		width: 100%;
	}
	.table03 {
		width: 100%;
	}
	.table03 tbody tr th{
		line-height: 1.3em;
		padding: 10px;
		text-align: left;
		background-color: #26986e;
		color: #fff;
		border-bottom: 1px solid #fff;
		width: 30%;
	}
	.table03 tbody tr td{
		line-height: 1.3em;
		padding: 10px;
		text-align: left;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	
	
	.bgorange01{
		background-color: #e37b00;
	}
	
	
	.loop_wrap {
  display: -webkit-flex;
  display: flex;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_css img {
  width: 260%;
  height: 100%;
}
	.loop_css img:first-child {
  -webkit-animation: loop 40s -20s linear infinite;
  animation: loop 40s -20s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css img + img {
  -webkit-animation: loop2 40s  linear infinite;
  animation: loop2 40s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
	
	.video{
  		position:relative;
  		width:100%;
  		padding-top:56%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}


}


