@charset "UTF-8";


header {
	border-top: 4px solid #3f8cdb;
	width:100%;
	position:fixed;
	padding: 10px 0;
	top: 0;
	text-align: center;
	background:#fff;
	z-index: 990;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#navHead{width: 960px;margin: auto;display: flex;justify-content: space-between;}

header h2{
    width: 160px;
    height: 0;
    line-height: 34px;
    height: 34px;
    font-size: 0;
    padding: 0;
    margin: 4px 0 0 0;
}
	
#navHead nav ul {display: flex;justify-content: space-around;}
#navHead nav  ul li {border-bottom: none;width: auto;margin: 0 10px;}
#navHead nav  ul li a {
    display: block;
    color: #fff;
    line-height: 34px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 4px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
#navHead nav  ul li:first-child a {
	background: #ffde01;
	color: #666;
}
#navHead nav  ul li:last-child a {
	background: #3f8cdb;
	color: #fff;
}
#navHead nav  ul li a:hover {
}

.pc_only{}
.sp_only{display: none;}
.main-contents {padding: 0;}
.container {
    margin: auto;
    width: 1000px !important;
    padding: 60px 0;
}

footer {
    padding: 0 0;
    text-align: center;
    color: #fff;
    background: #3f8cdb;
}
footer .pp{display: flex;flex-wrap: wrap;justify-content: center;}
footer .pp a{
    margin: 0 10px 10px 10px;
    display: block;
    text-decoration: underline;
    text-align: center;
    color: #fff;
}
footer h3{
    color: #fff;
}
footer .inner{
    margin: auto;
    width: 1000px;
}
footer #footer-text{
    background: #6eaeee;
    padding: 20px 0;
}
footer #footer-text ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer #footer-text ul li{
    margin: 0 10px;
}
footer #footer-text ul li a{
    color: #fff;
    text-decoration: underline;
}
footer #copyright{padding: 20px 0;}

main{
    padding-top: 58px;
}

@-webkit-keyframes float {
  50% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes shadow {
  50% {
    width: 60%;
    height: 18px;
  }
}
@keyframes shadow {
  50% {
    width: 60%;
    height: 18px;
  }
}

.fadein {opacity : 0;transform : translate(0, 50px);transition : all 300ms;}
.fadein.scrollin {opacity : 1;transform : translate(0, 0);}


/*--------------------------------------
フォーム
---------------------------------------*/
.msr_text {
  padding-bottom: 20px;
  width: 100%;
}
.msr_text label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_text input[type=text]{
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100% !important;
}
.msr_text textarea{
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.msr_text input[type=tel] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
}
.msr_text input[type=password] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
}
.msr_radio {
  padding-bottom: 20px;
}
.msr_radio p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_radio input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  height: 1em;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}
.msr_radio input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.msr_radio input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}
.msr_chack {
  padding-bottom: 20px;
}
.msr_chack p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack input[type=checkbox] {
  display: none;
  margin: 0;
}
.msr_chack input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.msr_chack input[type=checkbox]:checked + label::after {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 2%;
  margin-top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px;
}
.msr_pulldown {
  padding-bottom: 20px;
  position: relative;
}
.msr_pulldown p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_pulldown select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position:relative;
  height: 40px;
}
.msr_pulldown label{
  position:relative;
}
.msr_pulldown label::after {
  content:"";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}
.msr_file {
  padding-bottom: 20px;
  width: 100%;
}

.msr_file label {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display:block;
  font-size:14px;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_file label::before {
  content:"＋";
  color:#333333;
  font-size:20px;
  line-height:1;
  margin-top: -9px;
  right:10px;
  position:absolute;
  top:50%;
}
.msr_file input[type=file] {
  display: none;
}
.msr_textarea {
  padding-bottom: 10px;
  width: 100%;
}
.msr_textarea label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_textarea textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
}
input,select{
	font-size: 16px !important;
}

a.contact-btn{
    display: block;
    color: #fff;
    line-height: 34px;
    padding: 15px 0px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
    background: #6eaeee;
    font-size: 26px;
    width: 60%;
    margin: 0 auto 0 auto;
}

@media screen and (max-width:480px) {
.pc_only{display: none;}
.sp_only{display: block;}
.container{width: 100% !important;padding: 8% 0;}
img{width: 100%;}
#navHead{width: 100%;margin: auto;display: flex;justify-content: space-between;}
header h2{
    width: 25%;
    padding: 2%;
    height: auto;
    line-height: initial;
}
	
#navHead nav {width: 75%;}
#navHead nav ul {width: 100%;}
#navHead nav  ul li {width: 48%;margin: 0;}
#navHead nav  ul li a {
    padding: 0 2%;
    font-size: 14px;
    font-weight: bold;
}

footer .inner{
    width: 100%;
}

a.contact-btn{
    width: 80%;
    font-size: 21px;
    padding: 4% 0;
}
}


#contact {
  position: fixed;
  z-index: 3;
  right: 0;
  opacity: 0;
  bottom: 0;
  color: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  cursor: pointer;
  background: rgba(255,255,255,0.5);
  padding: 20px 20px;
  box-sizing: border-box;
  }
  #contact.stick {
    position: absolute; }
  @media (max-width: 480px) {
    #contact {
      width: 100%; } }
#contact .cont{}
#contact .cont p{
    color: #666;
    text-align: center;
}
#contact .cont ul{}
#contact .cont ul li{
    color: #666;
    text-align: center;
}
#contact .cont ul li a{
    color: #666;
    font-size: 32px;
    display: block;
    margin: 20px 0;
}

@media (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
