@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
header {
    height: 81px;
    padding-top: 5px;
    position: fixed;
    width: 100%;
    z-index: 99999;
	transition: 0.2s;
}
header.sc {
	background-color: #fff;
	transition: 0.2s;
}
header .top {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    padding-top: 10px;
}
header .top h1+p {
    width: 320px;
}
header .top h1 {
width: 280px;
font-size: 36px;
font-weight: 500;
text-align: left;
background-image: url(/images/logo.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 55px;
}
header .top h1 a {
    text-decoration: none;
    color: #000;
}
header .top h1 span {
    font-size: 10px;
    display: block;
    padding-left: 3px;
    margin-top: -7px;
}
header .top p+p {
    width: 232px;
}
header .top p+p a {
    width: 228px;
    height: 50px;
    display: block;
    background-color: #fff100;
    border-radius: 30px;
    line-height: 50px;
    color: #004098;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    z-index: 99;
	border: 2px solid #004098;
	font-weight: 500;
}




.num {
    margin-top: -132px;
    padding-top: 132px;
}
footer .tel a {
    pointer-events: none;
}
footer {
    background-image: url("../images/fig39.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding-bottom: 0px;
}
footer .sns {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-bottom: 20px;
}
footer h2 {
	padding-top: 50px;
}
footer h2+p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}
footer .tel+p {
    font-weight: 500;
    color: rgba(29,66,148,1.00);
    font-size: 18px;
    margin-top: 2px;
}
footer p small {
    background-color: rgba(29,66,148,1.00);
    display: block;
    margin-top: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
#thanks {
    font-size: 18px;
    margin-top: 15%;
    margin-bottom: 15%;
}
#thanks p a {
    color: hsla(207,93%,33%,1.00);
    margin-top: 30px;
    display: block;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
header {
    position: fixed;
    z-index: 99999;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
header.sc {
	background-color: #fff;
}

.num {
    margin-top: -50px;
    padding-top: 50px;
}
footer {
}
footer .sns {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-bottom: 20px;
}
footer .sns li {
    width: 50px;
}
footer h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
footer h2+p {
    font-weight: 500;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 8px;
    letter-spacing: -0.05em;
}
footer .tel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
footer .tel+p {
    font-weight: 500;
    color: rgba(29,66,148,1.00);
    font-size: 13px;
    margin-top: 2px;
}
footer p small {
    display: none;
}
footer figure.sp {

}
#thanks {
    font-size: 18px;
    margin-top: 35%;
    margin-bottom: 35%;
}
#thanks p a {
    color: hsla(207,93%,33%,1.00);
    margin-top: 30px;
    display: block;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
header {
    height: 40px;
}
main {
    padding-top: 40px;
}
.num {
    margin-top: -40px;
    padding-top: 40px;
}

}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
