html {
	scroll-behavior: smooth;
}
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
}
body{
text-align: center;
height: 100%;
width: 100%;
margin: 0 auto;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
line-height: 160%;
-webkit-text-size-adjust: 100%;
}
h1{
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
}
h2{
  font-size: 2rem;
  line-height: 160%;
}
h3{
  font-size: 1.2rem;
  line-height: 160%;
}
span,p{
  font-size: 1rem;
  color:#333333;
  line-height: 160%;
}
strong{
  font-weight: bold;
  text-align: left;
  color:#333333;
  line-height: 160%;
}
td{
  text-align: left;
  color:#333333;
  line-height: 160%;
}
li{
  list-style:none
}
a{
  text-decoration:none
}
.mft_content{
  margin:0 auto;
  width:100%;
}
.width800{
  max-width: 800px;
  margin: 0 auto;
}
#content div.sub p{
color: #fff !important;
background: #0082c9;
padding:1rem 0;
font-size: 0.9rem;
}
/*タイトル*/
.title{
  position:relative;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
#top-header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 120px;
    right: 50px;
    width: 650px;
}
#top-header ul.menu {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    padding: 0.5rem 2rem;
    background: #fff;
    border-radius: 30px;
}
#top-header ul.menu .right-border {
 border-right: 1px solid #dddddd;
 padding-right: 1rem;
}
#top-header ul.menu .center-border {
  border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
  padding-left: 1rem;
	padding-right: 1rem;
}
#top-header ul.menu .left-border {
  border-left: 1px solid #dddddd;
  padding-left: 1rem;
}
#top-header li a{
  display: block;
  width: 100%;
}
#top-header li a:hover{
  color:#0082c9;
  transition: .1s;
}
#top-header section.button-ap {
    display: block;
    width: 100px;
    background: #0082c9;
		border: 1px solid  #0082c9;
    border-radius: 10px;
    padding: 0.5rem;
}
#top-header section:hover {
  background: #fff;
  border: 1px solid  #0082c9;
  color:#0082c9;
  border-radius: 10px;
  padding: 0.5rem;
  transition: .1s;
}
#top-header section.button-ap a {
  color: #fff;
    padding: 1rem;
}
#top-header section.button-ap a:hover {
  color:#0082c9;
  transition: .1s;
}
@media screen and ( max-width:768px ) {
img.title-pc{
  display:none;
  text-align: center;
  width:65%;
  margin: 30px auto;
}
img.title-sp{
  display:block;
  text-align: center;
  width:100%
}
}
@media screen and ( min-width:769px ) {
  img.title-pc{
    display:block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and ( min-width:769px ) {
img.title-sp{
  display:none;
  text-align: center;
  width:100%
}
}
/*募集内容*/
.mft_content_00 {
  margin: 3rem auto;
  padding-top: 4rem;
  max-width: 1000px;
}
.content01-back-top img{
  width: 100%;
  margin-bottom: -1rem;
}
.content01-back-bottom img {
  width: 100%;
  transform: rotate(180deg);
}
.mft_content_00 h1{
  color:#0082c9;
  vertical-align:middle;
}
.mft_content_00 h2{
  color:#d32272;
  font-weight: bold;
}
.mft_content_00 span{
  color:#0082c9;
  border: 1px solid #0082c9;
  border-radius: 20px;
  padding:0.5rem;
  vertical-align: middle;
}
.mft_content_00 p{
  margin: 2rem auto;
}
.mft_content01 {
    background-image: url(../img/subpage/miyazaki-epb/green-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 5rem auto;
    padding: 10rem 0;
}
.mft_content01 {
display: block;
}
.mft_content01 .mft_content01-flex a{
  color: #fff !important;
}
.mft_content01 .mft_content01-flex img {
  width: 100%;
  margin-top: -5rem;
}
.mft_content01-text{
  margin-top: 3rem;
  flex-basis: 50%;
}
.mft_content01-text h3{
  font-size: 1.5rem;
  font-weight: bold;
}
.mft_content01-img {
  flex-basis: 25%;
}
.mft_content01-img02 {
  margin-top: 2rem;
  flex-basis: 25%;
}
section.button-01 {
    display: flex;
    justify-content: center;
    background: #0082c9;
    border: 2px solid #0082c9;
    border-radius: 10px;
    padding: 0.5rem 0;
    width: 30%;
    color: #fff;
    margin: 2rem auto;
    font-size: 1.2rem;
}
section.button-01 a {
  color: #fff !important;
  padding:0.5rem 1rem;
}
section.button-01:hover{
  background: #fff;
  color:#0082c9;
  border: 2px solid #0082c9;
  transition: .1s;
}
svg.road-icon{
  width: 5%;
  margin-right: 0.5rem;
}
a .cls-1 {
  fill: #fff;
}
a:hover .cls-1 {
  fill: #0082c9 !important;
}
section.button-03 {
    display: flex;
    justify-content: center;
    background: #0082c9;
    border: 2px solid #0082c9;
    border-radius: 50px;
    padding: 0.5rem 0;
    width: 100%;
    margin: 1rem auto;
    font-size: 1rem;
}
section.button-03 a {
  color: #fff !important;
  padding:0.5rem 1rem;
}
section.button-03:hover{
  background: #fff;
  color:#0082c9;
  border: 2px solid #0082c9;
  transition: .1s;
}
@media screen and ( max-width:768px ) {
img.title01{
  display:none;
  text-align: center;
  width:65%;
  margin: 30px auto;
}
img.title01-sp{
  display: block;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
}
}
@media screen and ( min-width:769px ) {
  img.title01 {
    display:block;
    width: 100%;
      margin: 50px 0 auto;
      padding-top: 50px;
}
img.title01-sp{
  display:none;
  text-align: center;
  width:100%
}
}
@media screen and ( max-width:768px ) {
  .mft_content01 p{
    color: #ffffff!important;
      text-align: left;
      font-size: 1rem;
      font-weight: bold;
      max-width: 360px;
      margin: 20px auto;
}
}
@media screen and ( min-width:769px ){
.mft_content01 .present{
  display: flex;
    justify-content: center;
}
}
@media screen and ( max-width:768px ) {
  .mft_content01 .present{
    display: block;
      justify-content: center;
  }
}
.present01 img,.present02 img{
  width: 95%;
}
p.text01{
  text-align: center;
  margin-top: 10px;
}
p.text02{
  font-size: 1.2rem;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}
/*募集要項*/
  .title02,.title03,.title04,.title05{
    max-width: 1000px;
    margin:0 auto;
    padding-bottom: 5rem;
  }
.title02 h2,.title04 h2,.title05 h2{
  color:#0082c9;
  padding:2rem 0;
  margin-bottom: 2rem;
  border-bottom: 3px solid #0082c9;
}
.title04 p {
  padding-bottom: 1rem;
}
.title02 span,.title04 span{
  text-align: left;
}
.title02 span.small, .title04 span.small {
  font-size: 0.9rem;
  font-weight: normal;
}
.title02 table{
  width: 100%;
  border-collapse: collapse;
}
.title02 td{
  padding:2rem 0;
  border: 1px solid #dddddd !important;
  position: relative;
  background-clip: padding-box !important;
}
.title02 strong.book-title {
  font-size: 1.2rem;
}
.title02 p.red {
    color: #e60012 !important;
		font-weight: bold;
    text-align: left;
    margin-top: 2rem;
}
.title02 td.title{
  padding: 1.5rem;
  background: #cddb24;
  width: 18%;
  vertical-align:middle
}
.title02 td.content{
  padding: 1.5rem;
    width: 40%;
    vertical-align: middle;
}
.title02 td.img {
    padding: 1.5rem;
    width: 20%;
    vertical-align: middle;
}
.title02 td.img img{
  width: 100%;
  height:auto;
}
.title02 td.button {
    padding: 3.5rem 1.5rem;
    width: auto;
    display: block;
    height: 155px;
}
.title02 section.button-03 {
    margin: 3.5rem auto;
}
.title02 strong.red{
  color:#e60012;
}
.title02 a {
    color: #0082c9 !important;
    font-size: 1rem !important;
}
.title02 a.button {
    color: #fff !important;
    font-size: 1rem !important;
    width: 100%;
}
.title02 a img {
  width: 2.5%;
}
.title03 h3 {
  text-align: left;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 1rem;
  margin: 1rem 0;
}
.title03 p{
text-align: left;
}
.title04 table{
  width: 100%;
  margin-bottom: 2rem;
}
.title04 p{
  font-weight: bold;
}
.title04 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0082c9;
  text-align: left;
}
.title04 tr{
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.title04 td.title {
  padding: 2rem;
  background: #0082c9;
  color: #fff;
  width: 20%;
  vertical-align: middle;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.title04 td.title img {
  width: 30%;
  margin: 0 auto;
}
.title04 td.content{
  padding:2rem;
  width: 65%;
}
.title04 td.content a{
color:#0082c9 !important;
text-align: center;
}
.title04 td.content a img{
  width: 2%;
}
.title04 section.button-01 {
  width: 50%;
  margin:1rem 0;
}
.title04 a section.button-01 {
  color: #fff !important;
  width: 40%;
  padding: 1rem 0;
  margin: 1rem 0;
}
.title04 a section.button-01:hover{
  color: #0082c9 !important;
  transition: .1s;
}
.title04 span.red{
  color:#e60012;
  font-weight: bold;
}
@media screen and ( max-width:768px ){
	section.button-01 {
    width: 80%;
}
  ul.green-back{
    color: #000000;
    text-align: left;
    background-color: #deeab6;
    border-radius: 10px;
    padding: 2rem;
    margin: 5px;
  }
  img.button{
    width: 80%;
    margin: 50px 0;
  }
	section.button-03 {
    width: 90%;
}
}
  @media screen and ( max-width:768px ){
    img.title03-pc{
      display: none;
    }

    img.title03-sp {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
/*応募フォーム*/
span.required {
  color: #fff;
  background: #e60012;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0.2rem 0.8rem;
  margin-right: 0.5rem;
}
p.name, p.email, p.q {
  text-align: left;
  font-family: "游ゴシック",sans-serif;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  width: 100%;
}
.title04 span.small br{
  display: none;
}
.title04 p.name br{
  display: none;
}
.wpcf7-form textarea {
  width: 100% !important;
  height: 200px;
  border: 2px solid #dddddd;
  border-radius: 7px;
  background-color: #f9f9f9;
}
.wpcf7-form input {
  width: 99% !important;
  border: 2px solid #dddddd;
  background-color: #f9f9f9;
  border-radius: 7px;
  padding: 15px 5px;
}
input {
    width: 23%;
    padding: 50px 0;
  }
.form_area {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.form_area small {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.title04 .pribacy{
  text-align: center;
  margin:0 auto;
}
.title04 .pribacy p{
  text-align: center;
  font-weight: normal;
}
.wpcf7-form input.wpcf7-submit {
  margin: 0.5em 0em !important;
  background-color: #fff !important;
  border: 1px solid #0082c9;
  border-radius: 5px !important;
  color: #0082c9 !important;
  width: 40% !important;
  font-size: 1.2rem;
  transition: 0.5s;
}
.wpcf7-form input.wpcf7-submit:hover {
  border: 1px solid #0082c9;
    background-color: #0082c9 !important;/* 背景の色 */
    color:#fff !important;/* 文字の色*/
  }

  .btn-submit {
      width: 100%;
      text-align: center;
  }
  div.wpcf7-mail-sent-ok {
    color: #e60012 !important;
    border: 2px solid #0082c9;
}
/*スマホ表示フォーム*/
@media screen and (max-width: 768px){
  input {
    width: 85%;
  padding: 50px 0;
    }
  }
/*お問合せ先*/
.title05 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0;
}
.title05 .title05-flex {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  max-width: 600px;
  margin: 1rem auto;
}
.title05 .title05-flex .img{
  flex-basis: 10%;
}
.title05 .title05-flex .img img{
  width: 65%;
}
.title05 .title05-flex .text01{
  text-align: left;
  flex-basis: 45%;
}
.title05 .title05-flex .text02{
  text-align: left;
  flex-basis: 45%;
}
.title05 .title05-flex .text01 a,
.title05 .title05-flex .text02 a {
  color: #0082c9 !important;
 font-size: 1.5rem;
 font-weight: bold;
 vertical-align: -webkit-baseline-middle;
}
.title05 .title05-flex .text01 a:hover,
.title05 .title05-flex .text02 a:hover {
  color: #0082c9 !important;
  transition: .1s;
}
/*スマホ版TOP*/
@media screen and ( max-width:820px ){
  #top-header {
    display: none;
}
}
@media screen and ( max-width:400px ){
  .mft_content_00 {
    margin: 2rem auto;
    padding: 1rem;
    max-width: 400px;
}
.mft_content_00 span {
    display: block;
    width: 20%;
    margin: 0 auto;
}
  .mft_content_00 h2 {
    font-size: 1.2rem;
}
.mft_content01 {
    background-image: url(../img/subpage/miyazaki-epb/green-back-sp.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 4rem;
    width: auto;
}
.mft_content01 .mft_content01-flex {
  display: block;
}
.mft_content01 .mft_content01-flex img {
  width: 50%;
  margin-top: -3rem;
}
.mft_content01-img02 {
  display: none;
}
.title02, .title03, .title04, .title05 {
  margin: 2rem auto;
  padding: 1rem;
  max-width: 350px;
}
.title02 a img {
  width: 5%;
}
.title02 th,.title04 th{
  width:auto;
  display:block;
}
.title04 td.title img {
  display: none;
}
.title04 tr{
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.title02 td.title {
  display: block;
  padding: 1rem;
  background: #cddb24;
  width: auto;
}
.title02 td.img {
  display: block;
  padding: 1rem;
  width: auto;
}
.title02 td.button {
  display: block;
  padding: 1rem;
  width: auto;
}
.title04 td.title {
  display: block;
  padding: 1rem;
  font-size: 1.2rem;
  width: auto;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}
.title04 td.title br {
  display: none;
}
.title04 p.name br{
  display: block;
}
.title04 span.small br{
  display: block;
}
.title04 td.content a img {
  width: 5%;
}
.title02 td.content,.title04 td.content {
  padding: 1rem;
  width:auto;
  display:block;
}
.title04 a section.button-01 {
  width: 100%;
}
.title05 .title05-flex {
  display: flex;
  flex-wrap: wrap;
}
.title05 .title05-flex .img {
  flex-basis: 20%;
}
.title05 .title05-flex .text01 {
  text-align: left;
  flex-basis: 80%;
}
.title05 .title05-flex .text02 {
  text-align: left;
  flex-basis: 80%;
}
.title05 .title05-flex .img img {
  width: 60%;
}
}
/*safari 調整*/
_::-webkit-full-page-media, _:future, :root section.button-01 {
  display: block;
  }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,section.button-01 {
    display: block;
    }
}
