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: "ヒラギノ角ゴ ProN W3",ArialMT,"Hiragino Kaku Gothic ProN",メイリオ,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 00%, #ffff00 0%);
	color: #000;
}
.markred{
		background: linear-gradient(transparent 0%, #e60015 0%);
}
.markblue{
		background: linear-gradient(transparent 0%, #194cf5 0%);
}
.textshadow01{
	text-shadow: 1px 1px 0px #000;
}
.textshadow02{
	text-shadow: 3px 3px 8px #fff ,
-3px 3px 8px #fff ,
3px -3px 8px #fff ,
-3px -3px 8px #fff;
}
.underline{
	text-decoration: underline;
	text-underline-offset: 4px;
}
.underline02{
	text-decoration: underline;
	text-underline-offset: 8px;
}

.yellow{
	color: #ffff00;
}
.red{
	color: #ef0119;
}
.blue{
	color: #194cf5;
}
.button01{
	transition:0.5s;
}
.button01:hover{
	opacity: 0.8;
	transition:0.5s;
}
.mincho{
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;;
	}
/*--上下に揺れるボタン--*/
    .yureru-j{animation: yureru-j 2s infinite}
    @keyframes yureru-j{0%{transform: translate(0px, 2px)}
    5%{transform: translate(0px, -2px)}10%{transform: translate(0px, 2px)}
    15%{transform: translate(0px, -2px)}20%{transform: translate(0px, 2px)}
    25%{transform: translate(0px, -2px)}30%{transform: translate(0px, 0px)}
    }
    /*--左右に揺れるボタン--*/
    .yureru-s{animation:yureru-s 2s infinite}
    @keyframes yureru-s {0%{transform:translate(2px, 0px)} 5%{transform: translate(-2px, 0px)} 10%{transform: translate(2px, 0px)} 15%{transform: translate(-2px, 0px)} 20%{transform: translate(2px, 0px)} 25%{transform: translate(-2px, 0px)} 30%{transform: translate(0px, 0px)}
    }
    /*--上下左右に揺れるボタン--*/
    .yureru-js{animation:yureru-js 0.4s infinite}
    @keyframes yureru-js{
    0%{transform:translate(1px, 1px)} 25%{transform:translate(1px, -1px)} 50%{transform:translate(-1px, -1px)}
    75%{transform:translate(-1px, 1px)} 100%{transform:translate(1px, 1px)}
    }



/*PC用記述*/
@media screen and (min-width:960px){
.content {
    width:960px;
    margin-left:auto;
    margin-right:auto;
}
.content2 {
    width:920px;
    margin-left:auto;
    margin-right:auto;
}
.content3 {
    width:860px;
    margin-left:auto;
    margin-right:auto;
}
.content4 {
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
.flex01 {
        display: flex;
        justify-content: space-around;
    }

.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;
	}
	.white{
		color: #fff;
	}
	.textright{
		text-align: right;
	}
	.bgwhite01{
		background-color: #fff;
	}
	.br-sp{
		display: none;
	}
	
	.text01{
		line-height: 1.3em;
		letter-spacing: 0.001em;
	}
	.text02{
		line-height: 1.5em;
		letter-spacing: 0.01em;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg08{
		background: url("../img/bg08.jpg") center top no-repeat;
		background-attachment: fixed;
	}
	.bg09{
		background: url("../img/bg09.jpg") center top repeat;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top repeat;
	}
	/*.bg11{
		background: url("../img/bg11.png") center center repeat-y;
	}*/
	.bg12{
		background: url("../img/bg12.jpg") center center no-repeat;
	}
	.bg13{
		background: url("../img/bg13.jpg") center center no-repeat;
	}
	.bg14{
		background: url("../img/bg14.jpg") center center no-repeat;
	}
	.mailbox01{
	width: 92%;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	margin-bottom: 20px;
}
	.box01{
		background-color: #fff;
		box-shadow: 0 0 16px #999;
		margin: 20px;
		padding: 30px;
		width: 39%;
	}
	.box02{
		background-color: #fff;
		border: 8px solid;
		border-image: linear-gradient(to right, #1050f4, #0f50f4) 1;
		box-shadow: 0 0 16px #999;
	}
	.ttl01{
		background: linear-gradient(90deg, #1050f4, #0f50f4);
		padding: 20px 0;
	}
	.ttl02{
		background: linear-gradient(90deg, #d20000, #ff7e00);
		padding: 20px 0;
	}
	.ttl03{
		background: url("../img/bg13.jpg") center center no-repeat;
		padding: 20px 0;
	}
	.box03{
		background-color: #fff;
		box-shadow: 0 0 16px #999;
	}
	.pl30{
		padding-left: 30px;
	}
	.boxshadow01{
		box-shadow: 0 0 16px #999;
	}
	.box04{
		width: 420px;
		border-bottom: 2px solid #dadada;
	}
	.check01 li{
		background: url("../img/check01.jpg") left top no-repeat;
		line-height: 1.2em;
		padding-left: 50px;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.box05{
		background: url("../img/bg10.jpg") center center repeat;
		box-shadow: 0 0 16px #999;
	}
	

}




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

	text-align: center;
}
	.content2{
		width: 92%;
		margin: 0 auto;
	}
	.content3{
		width: 92%;
		margin: 0 auto;
	}
	.content4{
		width: 92%;
		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;
	}
	/*余白セクションここまで*/
	
	/*フォントサイズセクションここから*/

	.font18px{
		font-size: 1.1em;
	}
	.font20px{
		font-size: 1.1em;
	}
	.font22px{
		font-size: 1.1em;
	}
	.font24px{
		font-size: 1.15em;
	}
	.font26px{
		font-size: 1.2em;
	}
	.font28px{
		font-size: 1.2em;
	}
	.font42px{
		font-size: 1.45em;
	}
	.font44px{
		font-size: 1.7em;
	}
	.font46px{
		font-size: 1.65em;
	}
	.font48px{
		font-size: 1.7em;
	}
	.font56px{
		font-size: 1.9em;
	}
	
	/*フォントセクションここまで*/

	.textleft{
		text-align: left;
	}

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

	.spcenter{
		text-align: center;
	}

	.spright{
		text-align: right;
	}
	
	.italic{
		font-style: italic;
	}
	.white{
		color: #fff;
	}

	.textright{
		text-align: right;
	}
	.spfloatleft{
		float: left;
	}
	.spfloatright{
		float: right;
	}
	.overflow{
		overflow: hidden;
	}
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	.text01{
		line-height: 1.4em;
		letter-spacing: 0.001em;
	}
	.text02{
		line-height: 1.5em;
		letter-spacing: 0.01em;
	}
	.bg01{
		background: url("../img/bg01.jpg") center top no-repeat;
	}
	.bg02{
		background: url("../img/bg02.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg03{
		background: url("../img/bg03.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg04{
		background: url("../img/bg04.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg05{
		background: url("../img/bg05.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg06{
		background: url("../img/bg06.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg07{
		background: url("../img/bg07.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg08{
		background: url("../img/bg08.jpg") center top no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.bg09{
		background: url("../img/bg09.jpg") center top repeat;
	}
	.bg10{
		background: url("../img/bg10.jpg") center top repeat;
	}
	/*.bg11{
		background: url("../img/bg11.png") center center repeat-y;
	}*/
	.bg12{
		background: url("../img/bg12.jpg") center center no-repeat;
		background-size: cover;
	}
	.bg13{
		background: url("../img/bg13.jpg") center center no-repeat;
		background-size: cover;
	}
	.bg14{
		background: url("../img/bg14.jpg") center center no-repeat;
		background-size: cover;
	}
	.button01{
		width: 100%;
	}
	.mailbox01{
	width: 88%;
		font-size: 1.2em;
	text-align: center;
	padding: 3%;
	margin-bottom: 3%;
}
	.box01{
		background-color: #fff;
		box-shadow: 0 0 12px #999;
		margin: 2.5% auto 6%;
		padding: 4%;
		width: 84%;
	}
	.box02{
		background-color: #fff;
		border: 6px solid;
		border-image: linear-gradient(to right, #1050f4, #0f50f4) 1;
		box-shadow: 0 0 16px #999;
	}
	.ttl01{
		background: linear-gradient(90deg, #1050f4, #0f50f4);
		padding: 3.5% 0;
	}
	.ttl02{
		background: linear-gradient(90deg, #d20000, #ff7e00);
		padding: 3.5% 0;
	}
	.ttl03{
		background: url("../img/bg13.jpg") center center no-repeat;
		padding: 3.5% 0;
	}
	.box03{
		background-color: #fff;
		box-shadow: 0 0 14px #999;
	}

	.boxshadow01{
		box-shadow: 0 0 14px #999;
	}
	.box04{
		border-bottom: 2px solid #dadada;
	}
	.check01 li{
		background: url("../img/check01.jpg") left top no-repeat;
		background-size: 1.2em;
		line-height: 1.2em;
		padding-left: 2em;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.box05{
		background: url("../img/bg10.jpg") center center repeat;
		box-shadow: 0 0 14px #999;
	}
	.toku {
		font-size: 1.0em;
	}
	.fco{
		font-size: 0.83em;
	}



}


