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;
}
p, li, th, td, h4,h3{
	line-height: 0em;
}
/* 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;
	}*/


/*ボタン用*/
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
	background-color: none;
	border: solid;
  border-radius: 0.5rem;
}

.btn:hover,
a.btn:hover,
button.btn:hover{
	color: white;
	background-color: #212529;
}

/*PC用記述*/
@media screen and (min-width:765px){
.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;
}
.content100p {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.content90p {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.content85p {
    width:85%;
    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;
	}
	.clearboth{
		clear: both;
	}
	.overflow{
		overflow: hidden;
	}
	
	/*フォントサイズセクション*/
	.font20px{
		font-size: 20px;
	}
	.font22px{
		font-size: 22px;
	}
	.font24px{
		font-size: 24px;
	}
	.font26px{
		font-size: 26px;
	}
	.font28px{
		font-size: 28px;
	}
	.font30px{
		font-size: 30px;
	}
	.font36px{
		font-size: 36px;
	}
	.font40px{
		font-size: 40px;
	}
	.font52px{
		font-size: 52px;
	}
	.font72px{
		font-size: 72px;
	}
	
	.font86px{
		font-size: 86px;
	}
	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.7em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.3em;
		letter-spacing: 0.07em;
	}
	
	.bold{
		font-weight: bolder;
	}

	.red{
		color: #E20003;
	}
	.white{
		color: #fff;
	}
	.orange{
		color: #ed6003;
	}
	.pink{
		color: #e91a7b;
	}
	.navy{
		color: #094488;
	}
	.mincho{
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.markyellow{
		background: linear-gradient(transparent 60%, #ffe400 60%);
	}
	.textright{
		text-align: right;
	}
	
	/*余白セクション*/
	.margin30{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.margin40{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.marginbtm16{
		margin-bottom: 16px;
	}
	.marginbtm50{
		margin-bottom: 50px;
	}
	.margintop50{
		margin-top: 50px;
	}
	.margintop70{
		margin-top: 70px;
	}
	.marginbtm50{
		margin-bottom: 50px;
	}
	.padding30{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.padding40{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.padding50{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.paddingbtm40{
		padding-bottom: 40px;
	}
	.paddingbtm60{
		padding-bottom: 60px;
	}
	.paddingbtm100{
		padding-bottom: 100px;
	}
	.paddingtop70{
		padding-top: 70px;
	}
	.paddingtop30{
		padding-top: 30px;
	}
	.paddingbtm50{
		padding-bottom: 50px;
	}

	.paddingtop40{
		padding-top: 40px;
	}

	.paddingbtm20{
		padding-bottom: 20px;
	}
	
	.paddingbtm30{
		margin-bottom: 30px;
	}
	.marginbtm30{
		margin-bottom: 30px;
	}
	.marginbtm40{
		margin-bottom: 40px;
	}
	.margin50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.margintop30{
		margin-top: 30px;
	}
	.paddingleft30{
		padding-left: 30px;
	}
	.paddingleft74{
		padding-left: 74px;
	}
	.paddingleft100{
		padding-left: 100px;
	}
	.paddingright30{
		padding-right: 30px;
	}
	.paddingright{
		padding-right: 100px;
	}
	.padding16{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color: #fff;
	}
	
	.bggrey01{
		background-color: #f5f5f5;
	}
	/*Youtubeセクション*/
	.video{
  		position:relative;
  		width:100%;
  		padding-top:56%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	.bg01{
		background: url(../img/bg01.png) top center no-repeat;
	}
	.bg02{
		background: url(../img/bg02.png) top center no-repeat;
	}
	.bg03{
		background: url(../img/bg03.png) top center repeat-y;
	}
	.bg04{
		background: url(../img/bg04.png) top center repeat-y;
	}
	.bg05{
		background: url(../img/bg05.png) top center no-repeat;
	}
	.bg34{
		background: url(../img/img34.png) top center repeat-y;
	}
	.bg06{
		background: url(../img/bg06.png) bottom center no-repeat;
	}
	.bggrey01{
		background-color: #f7f7f7;
	}
	.bgwhite02{
		background-color: rgba(255,255,255,0.8);
    	padding: 0 0 50px;
	}
	.bgwhite03{
		background-color: #fff;
		border: 3px solid #d8d8d8;
	}
	.content5{
		width: 1008px;
	}
	.check01 li{
		line-height: 1.5em;
		font-size: 26px;
		font-weight: bolder;
		padding-bottom: 40px;
		padding-left: 46px;
		background: url(../img/check01.png) no-repeat;
		background-position: 0% 8%;
		
	}
	.jikan01 tr{
		
		line-height: 1.5em;
	}
	.jikan01 tr td{
		font-size: 26px;
		line-height: 1.5em;
		font-weight: bold;
		border-bottom: 1px dashed #e5e5e5;
		padding: 16px;
	}
	.bg07{
		background: url(../img/bg07.png) bottom center no-repeat;
	}
	.bg08{
		background: url(../img/bg08.png) bottom center no-repeat;
	}
	.bg09{
		background: url(../img/bg09.png) bottom center no-repeat;
	}
	.bgyellow01{
		background-color: #ffb026;
	}
	.qa{
		background-color: #fff;
		margin-top: 40px;
	}
	.qa dt{
		line-height: 1.5em;
		font-size: 26px;
		font-weight: bolder;
		color: #f19900;
		background:url(../img/qa-q.png) no-repeat;
		background-position: 0% 10%;
		padding: 0 0 30px 40px;
	}
	.qa dd{
		line-height: 1.5em;
		font-size: 26px;
		background:url(../img/qa-a.png) no-repeat;
		background-position: 0% 10%;
		padding: 0 0 0 40px;
	}
	.link01 a, .link01 a:visited{
		color: #0b1889;
		text-decoration: none;
	}
	.link01 a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.table01{
		width: 100%;
	}
	.table01, .table01 td, .table01 th {
		border-collapse: collapse; /* 1pxにする */
		border: solid 1px #feab3f;
		padding: 18px 20px;
		font-size: 22px;
		line-height: 1.5em;
}
	.tdleft{
		background-color: #feab3f;
		color: #fff;
		font-weight: bolder;
		border-bottom: 1px solid #fff!important;
	}
	.inputtext {
    padding: 4px 10px;
		text-align: center;
		font-size: 30px;
}
	.box_srcollbar {
    overflow: auto;
    width: 100%;
    max-width: 984px;
    margin: 15px auto;
    height: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #F9F9F9;
    color: #000;
    font-size: 14px;
}
	.company a, .company a:visited{
		color: #666666;
		text-decoration: underline;
	}
	.company a:hover{
	color: #999999;
		text-decoration: underline;
	}

	footer{
		background-color: #0b1889;
		padding: 30px 0 30px;
	}

	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}

}




@media screen and (max-width:765px){
body{
	width:100%;
}
.content {
	width:100%;

	text-align: center;
}
	.content2{
		width: 90%;
		margin: 0 auto;
	}
	.content3{
		width: 82%;
		margin: 0 auto;
	}
	.content4{
		width: 74%;
		margin: 0 auto;
	}
	img{
		width:100%;
	}
    
	.hide-sp {
		display:none;
	}
	.center{
		width: 0 auto;
		text-align: center!important;
	}
	.img20p{
		width: 20%;
		text-align: center;
		margin: 0 auto;
	}
	.img30p{
		width: 30%;
		text-align: center;
		margin: 0 auto;
	}
	.img50p{
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.img80p{
		width: 80%;
	}

	
	.textleft{
		text-align: left;
	}

	.spleft{
		text-align: left!important;
	}

	.spcenter{
		text-align: center;
		margin: 0 auto;
	}

	.spright{
		text-align: right;
	}
	/*フォントサイズセクション*/
	.font20px{
		font-size: 3.5vw;
	}
	.font22px{
		font-size: 3.6vw;
	}
	.font24px{
		font-size: 3.7vw;
	}
	.font26px{
		font-size: 3.8vw;
	}
	.font28px{
		font-size: 3.9vw;
	}
	.font30px{
		font-size: 4.0vw;
	}
	.font36px{
		font-size: 4.2vw;
	}
	.font40px{
		font-size: 5.0vw;
	}
	.font52px{
		font-size: 5.5vw;
	}
	.font72px{
		font-size: 6.0vw;
	}
	
	.font86px{
		font-size: 7.0vw;
	}
	.italic{
		font-style: italic;
	}

	.text01{
		color: #222222;
		line-height: 1.7em;
		letter-spacing: 0.05em;
	}
	.text02{
		color: #222222;
		line-height: 1.7em;
		letter-spacing: 0.07em;
	}
	
	.bold{
		font-weight: bolder;
	}

	.red{
		color: #E20003;
	}
	.white{
		color: #fff;
	}
	.orange{
		color: #ed6003;
	}
	.pink{
		color: #e91a7b;
	}
	.navy{
		color: #094488;
	}
	.mincho{
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, HG明朝E, "Hiragino Mincho Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.markyellow{
		background: linear-gradient(transparent 60%, #ffe400 60%);
	}
	.textright{
		text-align: right;
	}
	
	/*余白セクション*/
	.margin30{
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.margin40{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.marginbtm16{
		margin-bottom: 2%;
	}
	.marginbtm50{
		margin-bottom: 5%;
	}
	.margintop50{
		margin-top: 5%;
	}
	.margintop70{
		margin-top: 7%;
	}
	.marginbtm50{
		margin-bottom: 5%;
	}
	.marginbtm30{
		margin-bottom: 3%;
	}
	.padding30{
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.padding40{
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.padding50{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.paddingbtm40{
		padding-bottom: 4%;
	}
	.paddingbtm60{
		padding-bottom: 6%;
	}
	.paddingbtm100{
		padding-bottom: 10%;
	}
	.paddingtop70{
		padding-top: 7%;
	}
	.paddingtop30{
		padding-top: 3%;
	}
	.paddingbtm50{
		padding-bottom: 5%;
	}

	.paddingtop40{
		padding-top: 4%;
	}

	.paddingbtm20{
		padding-bottom: 2%;
	}
	
	.paddingbtm30{
		margin-bottom: 3%;
	}
	.marginbtm40{
		margin-bottom: 4%;
	}
	.margin50 {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.margintop30{
		margin-top: 3%;
	}

	.padding16{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	/*ボックスセクション*/

	.boxshadow01{
		box-shadow: 0 0 8px #e3e3e3;
	}
	.bgwhite01{
		background-color: #fff;
	}
	.bgorange01{
		background-color: #ed6003;
	}
	.bggrey01{
		background-color: #f5f5f5;
	}

	/*google map*/
	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
 
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/*Youtubeセクション*/
	.video{
  		position:relative;
  		width:100%;
  		padding-top:55%;
	}
	.video iframe{
  		position:absolute;
  		top:0;
  		right:0;
  		width:100%;
  		height:100%;
	}
	
	

	.overflow{
		overflow: hidden;
	}
	.spleft{
		float: left;
	}
	.spright{
		float: right;
	}
	.paddingbtm20sp{
		padding-bottom: 5%;
	}
	.bg01{
		background: url(../img/bg01.png) top center no-repeat;
		background-size: cover;
	}
	.bg02{
		background: url(../img/bg02.png) top center no-repeat;
	}
	.bg03{
		background: url(../img/bg03.png) top center repeat-y;
	}
	.bg04{
		background: url(../img/bg04.png) top center repeat-y;
	}
	.bg05{
		background: url(../img/bg05.png) top center no-repeat;
		background-size: cover;
	}
	.bg34{
		background: url(../img/img34.png) top center repeat-y;
		background-size: contain;
	}
	.bg06{
		background: url(../img/bg06.png) bottom center no-repeat;
	}
	.bggrey01{
		background-color: #f7f7f7;
	}
	.bgwhite02{
		background-color: rgba(255,255,255,0.8);
    	padding: 0 0 50px;
	}
	.bgwhite03{
		background-color: #fff;
		border: 3px solid #d8d8d8;
	}
	.content5{
		
	}
	.check01 li{
		line-height: 1.5em;
		font-size: 4.0vw;
		font-weight: bolder;
		padding-bottom: 8%;
		padding-left: 8%;
		background: url(../img/check01.png) no-repeat;
		background-size: 6%;
		background-position: 0% 8%;
		
	}
	.jikan01 tr{
		
		line-height: 1.5em;
	}
	.jikan01 tr td{
		font-size: 4.0vw;
		line-height: 1.5em;
		font-weight: bold;
		border-bottom: 1px dashed #e5e5e5;
		padding: 2%;
	}
	.bg07{
		background: url(../img/bg07.png) bottom center repeat-y;
		background-size: cover;
	}
	.bg08{
		background: url(../img/bg08.png) bottom center no-repeat;
		background-size: cover;
	}
	.bg09{
		background: url(../img/bg09.png) bottom center no-repeat;
	}
	.bgyellow01{
		background-color: #ffb026;
	}
	.qa{
		background-color: #fff;
		margin-top: 5%;
	}
	.qa dt{
		line-height: 1.5em;
		font-size: 4.0vw;
		font-weight: bolder;
		color: #f19900;
		background:url(../img/qa-q.png) no-repeat;
		background-size: 5%;
		background-position: 0% 10%;
		padding: 0 0 4% 8%;
	}
	.qa dd{
		line-height: 1.5em;
		font-size: 4.0vw;
		background:url(../img/qa-a.png) no-repeat;
		background-size: 5%;
		background-position: 0% 8%;
		padding: 0 0 0 8%;
	}
	.link01 a, .link01 a:visited{
		color: #0b1889;
		text-decoration: none;
	}
	.link01 a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}
	.table01{
		width: 100%;
	}
	.table01, .table01 td, .table01 th {
		border-collapse: collapse; /* 1pxにする */
		border: solid 1px #feab3f;
		padding: 2% 4%;
		font-size: 3.5vw;
		line-height: 1.5em;
}
	.content6{
		width: 90%;
		margin: 0 auto;
	}
	.tdleft{
		background-color: #feab3f;
		color: #fff;
		font-weight: bolder;
		border-bottom: 1px solid #fff!important;
		width: 28%;
	}
	.inputtext {
    padding: 1%x 2%;
		text-align: center;
		font-size: 3.5vw;
}
	.button01sp {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
		.box_srcollbar {
    overflow: auto;
    width: 100%;
    max-width: 984px;
    margin: 15px auto;
    height: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #F9F9F9;
    color: #000;
    font-size: 14px;
}
	.jikan01 .pink{
		width: 68%;
	}
	.company a, .company a:visited{
		color: #666666;
		text-decoration: underline;
	}
	.company a:hover{
	color: #999999;
		text-decoration: underline;
	}

	
	footer{
		background-color: #0b1889;
		padding: 16px 0 20px;
	}
	footer a, footer a:visited{
		color: #fff;
		text-decoration: none;
	}
	footer a:hover{
	color: #e3e3e3;
		text-decoration: none;
	}

}


