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{
	text-decoration:underline;
}
a img{
	transition:0.5s;
}
a:hover img{
	opacity: 0.8;
	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%, #f6ff00 60%);
}
.markred{
		background: linear-gradient(transparent 60%, #ff3d51 60%);
}
.markblue{
		background: linear-gradient(transparent 0%, #039adc 0%);
}
.markblue02{
		background: linear-gradient(transparent 0%, #b1e7ff 0%);
}

/*PC用記述*/
@media screen and (min-width:1024px){
.content {
    width:620px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:560px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:500px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:440px;
    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;

    bottom: 0px;
	width: 620px;
		margin-left: auto;
		margin-right: auto;
	z-index: 99;
}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.paddingleft10{
		padding-left: 10px;
	}
	#panel dt:hover{
		opacity: 0.7;
	}
	.br-sp{
		display: none;
	}
	.flex01 {
  display: flex;
  justify-content: space-around;
}
	.blue01{
		color: #a3bbcc;
	}
	.blue02{
		color: #005da4;
	}
	.blue03{
		color: #039adc;
	}
	.img03{
		background: url("../img/img03.png") center center repeat;
	}
	.box01{
		border-radius: 16px;
		background-color: #fff;
	}
	.check01 li{
		background: url("../img/check01.png") left top no-repeat;
		padding: 0 0 30px 46px;
		line-height: 1.3em;
		font-size: 24px;
	}
	.orange01{
		color: #ff6600;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top repeat;
	}
	.box02{
		box-shadow: 0 0 20px #c6c6c6;
		background-color: #fff;
	}
	.bg02{
		background: url("../img/bg02.jpg") top center repeat;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		padding: 0 0 30px 40px;
		line-height: 1.3em;
		font-size: 24px;
	}
	.img06{
		background: url("../img/img06.png") center center repeat;
	}
	.border01{
		border-bottom: 3px solid #05479b;
	}
	.border02{
		border-bottom: 2px solid #05479b;
		margin-bottom: 20px;
	}
	.bgblue01{
		background-color: #039adc;
	}
	.bg04{
		background: url("../img/bg04.png") top center no-repeat;
	}
	.yellow{
		color: #f6ff00;
	}
	.jisseki{
		float: left;
		padding: 0 5px 10px;
		width: 270px;
	}
	.jisseki img{
		width: 100%;
	}
	.bgblue02{
		background-color: #05479b;
	}
	.plan01{
		background-color: #6991c3;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.plan02{
		background-color: #376caf;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.plan03{
		background-color: #05479b;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.pink01{
		color: #fd5765;
	}
	.img11{
		background: url("../img/img11.png") center center repeat;
	}
	.qa{
		border-bottom: 2px solid #e0e0e0;
		margin-bottom: 26px;
	}
	.qa dt{
		line-height: 1.4em;
		background: url("../img/qa-q.png") left top no-repeat;
		padding: 0 0 26px 44px;
	}
	.qa dd{
		line-height: 1.4em;
		background: url("../img/qa-a.png") left top no-repeat;
		padding: 0 0 26px 44px;
	}
	.bg03{
		background: url("../img/bg03.jpg") top center repeat;
	}
	.flow01{
		background-color: #039adc;
		border-radius: 20px;
	}
	.flow02{
		background-color: #0284d5;
		border-radius: 20px;
	}
	.flow03{
		background-color: #0072cb;
		border-radius: 20px;
	}
	.w01{
		width: 400px;
		float: right;
	}
	.pr30{
		padding-right: 30px;
	}
	.box03{
		border: 5px solid #05479b;
		background-color: #fff;
		border-radius: 24px;
		box-shadow: 4px 4px #05479b;
	}
	.pbsaigo{
		padding-bottom: 160px;
	}
	.bgblue03{
		background-color: #ecf7fd;
	}
	
	
	.ttl01{
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.abc{
		list-style-type: lower-latin;
		    padding-left: 40px;
	}

	


}




@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: 20px;
	}
	.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: 22px;
	}
	.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.2vw;
	}
	.font20px{
		font-size: 3.3vw;
	}
	.font22px{
		font-size: 3.8vw;
	}
	.font24px{
		font-size: 4.0vw;
	}
	.font26px{
		font-size: 4.2vw;
	}
	.font28px{
		font-size: 4.4vw;
	}
	.font30px{
		font-size: 4.8vw;
	}
	.font32px{
		font-size: 5.0vw;
	}
	.font34px{
		font-size: 5.2vw;
	}
	.font36px{
		font-size: 5.4vw;
	}
	.font38px{
		font-size: 5.6vw;
	}
	.font40px{
		font-size: 6.0vw;
	}
	.font42px{
		font-size: 6.2vw;
	}
	.font44px{
		font-size: 6.4vw;
	}
	.font46px{
		font-size: 6.6vw;
	}
	.font48px{
		font-size: 6.8vw;
	}
	.font50px{
		font-size: 7.0vw;
	}
	.font52px{
		font-size: 7.6vw;
	}
	.font54px{
		font-size: 7.8vw;
	}
	.font56px{
		font-size: 7.9vw;
	}
	/*フォントセクションここまで*/

	.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;
}
	.img_box{
  		animation: img_box_9955 0.5s linear infinite;
  		transform-origin: 50% 50%;
  		margin: 0.5rem 0 !important;
}
	@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;
}
	.blue01{
		color: #a3bbcc;
	}
	.blue02{
		color: #005da4;
	}
	.blue03{
		color: #039adc;
	}
	.img03{
		background: url("../img/img03.png") center center repeat;
		background-size: contain;
	}
	.box01{
		border-radius: 10px;
		background-color: #fff;
	}
	.check01 li{
		background: url("../img/check01.png") left top no-repeat;
		background-size: 6.5%;
		padding: 0 0 7% 10%;
		line-height: 1.3em;
		font-size: 3.9vw;
		text-align: left;
	}
	.orange01{
		color: #ff6600;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top repeat;
		background-size: contain;
	}
	.box02{
		box-shadow: 0 0 20px #c6c6c6;
		background-color: #fff;
	}
	.bg02{
		background: url("../img/bg02.jpg") top center repeat;
	}
	.check02 li{
		background: url("../img/check02.png") left top no-repeat;
		background-size: 5.8%;
		padding: 0 0 7% 8%;
		line-height: 1.3em;
		font-size: 3.9vw;
		text-align: left;
	}
	.pic01{
		width: 43%;
		float: right;
		padding-bottom: 3%;
	}
	.img06{
		background: url("../img/img06.png") center center repeat;
		background-size: contain;
	}
	.border01{
		border-bottom: 3px solid #05479b;
	}
	.border02{
		border-bottom: 1px solid #05479b;
		margin-bottom: 5%;
	}
	.bgblue01{
		background-color: #039adc;
	}
	.bg04{
		background: url("../img/bg04.png") top center no-repeat;
		background-size: contain;
	}
	.yellow{
		color: #f6ff00;
	}
	.jisseki{
		float: left;
		width: 48%;
		padding: 0 1% 2%;
	}
	.bgblue02{
		background-color: #05479b;
	}
	.plan01{
		background-color: #6991c3;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.plan02{
		background-color: #376caf;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.plan03{
		background-color: #05479b;
		padding: 8px 20px;
		border-radius: 500px;
	}
	.pink01{
		color: #fd5765;
	}
	.img11{
		background: url("../img/img11.png") center center repeat;
		background-size: contain;
	}
	.qa{
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 4%;
	}
	.qa dt{
		line-height: 1.4em;
		background: url("../img/qa-q.png") left top no-repeat;
		background-size: 6.5%;
		text-align: left;
		padding: 0 0 4% 10%;
	}
	.qa dd{
		line-height: 1.4em;
		background: url("../img/qa-a.png") left top no-repeat;
		background-size: 6.5%;
		text-align: left;
		padding: 0 0 4% 10%;
	}
	.bg03{
		background: url("../img/bg03.jpg") top center repeat;
	}
	.flow01{
		background-color: #039adc;
		border-radius: 14px;
	}
	.flow02{
		background-color: #0284d5;
		border-radius: 14px;
	}
	.flow03{
		background-color: #0072cb;
		border-radius: 14px;
	}
	.no00{
		width: 16%;
		float: left;
	}
	.w01{
		width: 79%;
		text-align: left;
		float: right;
	}
	.pr30{
		padding-right: 10px;
	}
	.box03{
		border: 3px solid #05479b;
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 4px 4px #05479b;
	}
	.profile01{
		width: 100%;
		text-align: right;
	}
	.profile01 img{
		width: 30%;
		text-align: right;
	}
	.pbsaigo{
		padding-bottom: 30%;
	}
	.bgblue03{
		background-color: #ecf7fd;
	}
	
	
	.ttl01{
		border-bottom: 1px solid #c8c8c8;
		padding-bottom: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	.abc{
		list-style-type: lower-latin;
		    padding-left: 5%;
		text-align: left;
	}





}


