@charset "UTF-8";



/**************************************************
 Base style
**************************************************/

* {
  box-sizing: border-box;
  line-height: 170%;

}

body {
  color: #515151;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}



a {
  text-decoration: none !important;
}

a:link, a:visited {
  color: #515151;
}

a:hover {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

a img {
  transition: .3s all;
}

@media screen and (max-width: 480px) {

  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }


}


/**************************************************
header
**************************************************/

header {
  width: 90%;
  background: #FFF;
  z-index: 80;
  padding: 1em 1.5em;
  max-width:1280px;
  margin: 0 auto;
  position: sticky;
  z-index: 99;
  top: 3%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(58 58 58 / 78%);
}
header h1 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 400;

}
header h1 a {
  color: #232323 !important;
}
header h1 img {
  vertical-align: bottom;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    left: 5%;
    top: -1%;
  }
  header img {
    max-width:260px
  }
  header h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
   
}
/**************************************************
footer
**************************************************/

#copyright {
    background: #F49600;
    text-align: center;
    color: #FFF;
    margin-top: 8em;
    padding: .5em;
    font-family: 'Arial',sans-serif;
    font-size: 14px;
}
/**************************************************
link
**************************************************/
.link a {
    background: #007BBB;
    color: #fff;
    text-align: center;
    font-size: 16px;
    max-width: 290px;
    border-radius: 8px;
    display: block;
    padding: .4rem;
}


/**************************************************
title
**************************************************/
.ttl {
    font-size: 24px;
}
.ttl02 {
        color: #5b7e91;
    font-size: 30px;
    margin:  8rem auto 1.5rem;
    text-align: center;
}
h3.line {
  position: relative;
  border-bottom: 8px solid #D9D9D9;
  margin: 3em auto 0;
  padding: 0 1em;
  line-height: 230%;
  font-size: 1.4em;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom:1em;
}
h3.line:after {
  content: "";
  width: 100px;
  background: #F49600;;
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 480px) {
  h3.line {
    font-size: 1.25em;
    line-height: 150%;
    padding: 0 .5em .5em;
  }
  h3.line:after {
    bottom: -8px;
  }
  
}

/**************************************************
main
**************************************************/ 
main {
  margin-top: -100px;
  position: relative;
  z-index: 98;
  overflow: hidden;
}
main h2 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8em;
  text-align: center;
}
#pageTtl {
  position: relative;
  width:100vw;
  height: 320px;
  background: linear-gradient(45deg,#F9B64A 0%,#FF9D00 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6em;
}
#pageTtl h2 {
  padding-top: 3em;
  width: 90%;
  text-align: left;
  max-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  body {
    min-height: 100vh;
    position: relative;
  }
  #top footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
  }
  main h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 15px;
  }
header h1 img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
header {
  padding: 1em .5em;
  text-align: center;
}
main h2 {
  font-size: 1.2em;
}
#top footer,
footer {
  position: relative;
}

}

/*form*/
#form fieldset {
  width: 94%;
  margin: 0 auto;
  padding: 2em;
  background: #FAF8FF;
  border-radius:15px;
}
#form fieldset > p {
  margin-bottom: 1em;

}
#form input {
  padding: 3px 8px;
  width: 32%;
  font-size: 18px;
}
.mbName {
  display: flex;
  justify-content: space-between;
}
.mbName label {
  width: 50%;
}
#form .mbName label input{
  width:60%;
  margin-left: 36px;
}
#form .mbName label:nth-of-type(2) input {
  margin-left: 8px;
}
#form input.inpSubmit {
  display: block;
	margin: 2em auto 0;
	padding: 16px;
  border:1px solid #F5BA5B;
  outline: none;
  font: inherit;
  color: inherit;
  border-radius: 30px;
  background: linear-gradient(0deg,#F9B64A 0%,#FF9D00 100%);
  cursor: pointer;
		font-weight: bold;
    width: 90%;
    max-width: 360px;
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
transition: .3s all;
overflow: hidden;
}
#form input.inpSubmit:hover {
  opacity: .8;
}

#toTop {
  width: 90%;
  margin:  5em auto 5em;
  max-width: 400px;
}
#toTop a {
  width: 100%;
  border: 1px solid #232323;
  display: block;
  padding: 1.5em;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  transition: .3s all;
  overflow: hidden;
  position: relative;
}
#toTop a:hover {
  background: #757575;
  color: #FFF;
}
@media screen and (max-width:1024px){
  #form fieldset {
    padding: 2em 1em;
  }
  #form .mbName label input {
    margin-left: 8px;
  }
  #toTop a {
    padding: 1em;
  }
  #pageTtl {
    height: 300px;
    align-items: flex-end;
    padding-bottom: 3em;
}
}
@media screen and (max-width:480px){

  #form input:not(.inpSubmit),
  #form .mbName label input,
  .mbName label {
    width: 100%;
    margin-left: 0 !important;
  }
  #form input {
    margin-top: 4px;
  }

  .mbName {
    display: block;
  }
  #pageTtl {
    padding-bottom: 2em;
  }
}