body,
html,
section,
p {
  margin: 0;
  padding: 0;
  text-align: center;
}

body {
  min-width: 1240px;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wow:first-child {
  visibility: hidden;
}

.cl {
  clear: both;
}

.content {}

/* slider */
/*position:relative;
width:100%;
}*/

.box-wrap-first img {
  max-width: 100%;
  height: auto;
}

.first {
  position: relative;
  padding: 30px 20px 0px 20px;
}

.box-wrap-first {
  max-width: 1100px;
  margin: 0 auto;
}

#content {
  display: none;
}


.second {
  position: relative;
  padding: 20px 20px 20px 20px;
}

.box-wrap-second {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
}

.box-wrap-second H1 {
  font-size: 1.5rem;
  line-height: 2.5em;
  color: #ba0f0f;
}


.tx_red {

  color: #ba0f0f;
}

.ucik{
  background-image: linear-gradient(transparent 0.5em, #e70000 0, #e70000 calc(0.5em + 1px), transparent 0, transparent calc(0.5em + 3px), #e70000 0, #e70000 calc(0.5em + 4px), transparent 0);
  text-decoration: none;
  padding: 0 2px;
}


.third {
  position: relative;
  padding: 0px 20px 90px 20px;
}


.box-wrap-third {
  max-width: 1000px;
  margin: 20px auto;
}

.box-wrap-third p {
  text-align: left;
  line-height: 2em;
  margin-bottom: 40px;
}

.box-wrap-third H1 {
  color: #fff;
  font-size: 1.5rem;
  background-color: #32b7ec;
  line-height: 4rem;
  margin: 80px 0 20px 0;
}

.ta2 {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 2rem;
}

.ta2 th {
  width: 30%;
  text-align: left;
  color: #fff;
  background-color: #32b7ec;
  font-weight: normal;
  border-top-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #FFF;
  border-left-color: #FFF;
  padding: 12px;
  width: 22%;
}

.ta2 td {
  width: 78%;
  color: #000000;
  background-color: #FBFBFB;
  padding: 12px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #FFF;
  border-right-color: #FFF;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .ta2 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .ta2 {
    margin: 0;
    font-size: 0.9rem;
  }

  .ta2 th,
  .ta2 td {
    width: 100%;
    display: block;
    border: none;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .ta2 td {
    padding: 15px;
  }

  .ta2 tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

.table_02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 90%;
}



.table_02 td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #371d06;
  text-align: center;
}

.table_02 th {
  padding: 10px;
  text-align: center;
  vertical-align: top;
  color: #FFF;
  letter-spacing: 2px;
  background-color: #7c522d;
  border: 1px solid #371d06;
}

.ta2 li {
  list-style: none;
  margin-left: -6%;

}


.teach_member {
  overflow: hidden;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;

}

.teach_member div {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-position: left;
  background-color: #F8F8F8;
  padding: 20px 20px 0px 20px;
  margin-right: 16px;
  float: left;
  max-width: 450px;
  width: 100%;
  font-size: 0.85rem;
  margin-top: 15px;
}

.teach_member div:nth-child(2n) {
  margin-right: 0px;
}

.teach_member img {
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  vertical-align: bottom;
  width: 80%;
}

.teach_member div p {
  bottom: 0em;
  padding: 10px 0 0px 0;
  width: 100%;
}

#name {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  font-size: 140%;
  line-height: 30px;
  color: #ba0f0f;
}


.btn {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #ba0f0f;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.8em;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.btn span {
  color: #FFF;
  position: relative;
  padding-left: 30px;
}

.btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

#title_s2 {
  font-size: 110%;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -15px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #d50005;
}

#address {
  font-size: 1em;
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-weight: normal;
  margin: 0px;
}

.fifth {
  padding: 20px 20px 30px 20px;
  background-color: #ecd443;
}


.slide-top {
  margin: 50px 0 0;
  float: left;
}

.slide-bottom {
  width: 669px;
  height: 200px;
  text-align: center;
  float: left;
}


.box-wrap-fifth {
  max-width: 1240px;
  margin: 20px auto;
}

.box-wrap-fifth p {
  line-height: 200%;
  margin-bottom: 50px;
}

.top_contents_title {
  width: 300px;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 1px solid #abbccd;
}

.top_contents_title h1 {
  color: #faab00;
  text-align: center;
  margin: 0px;
  letter-spacing: 3px;
}

.top_contents_title p {
  letter-spacing: 10px;
  text-align: center;
  font-size: 1.2em;
  color: #faab00;
  margin: 20px;
}


header,
article {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}


article h1 {
  font-size: 2em;
  margin-bottom: 1em;
}

article>section {
  overflow: hidden;
}

article>section>section {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}




.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.fadein p {
  padding-top: 10px;
}


.ta01 {
  width: 900px;
  max-width: 100%;
  display: block;
  font-size: 1.15em;
  margin: 0 auto;
}

.ta01 th {
  width: 130px;
  line-height: 2.7;
  font-weight: bold;
  vertical-align: top;
  color: #142554;
}

.ta01 td {
  width: 770px;
  text-align: left;
  vertical-align: top;
}

.ta01 td p {
  margin: 1%;
  word-break: normal;
}


.f12 {
  font-size: 20px;
}

.c_red {
  color: #FF0000;
}

.footer {
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #626262;
  font-size: 0.7em;
}

/***トップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#page-top:hover {
  opacity: 0.7;
}

/***トップへ戻るボタンここまで***/

.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  margin: 0;
  border: none;
}

.tbl-r01 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}

.tbl-r01 tr:hover {
  background: #eee;
}

.tbl-r01 tr:not(:first-child) {

  th,
  td {
    border-top: solid 1px #ddd;
  }
}

.tbl-r01 th {
  text-align: center;
  background-color: #d7c447;
  color: #FFF;
}

.tbl-r01 td {
  background-color: #fbf5f5;
}

.tbl-r01 th,
.tbl-r01 td {
  padding: 10px;
}

.tbl-r01 thead th {
  border-bottom: solid 2px #ccc;
}

.tbl-r05 {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
}

.tbl-r05 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.tbl-r05 th {
  background: #d7c447;
  border: solid 1px #6a5f16;
  color: #fff;
  padding: 10px;
}

.tbl-r05 td {
  border: solid 1px #6a5f16;
  padding: 10px;
  background: #fbf5f5;
}

.tbl-r05 td:first-child {
  background: #fbf5f5;
}

/******************************/

.ind {
  text-indent: -1em;
  padding-left: 1em;
}



@media only screen and (max-width: 767px) {

  .first {
    padding: 10px 30px 0px 30px;
  }

  .box-wrap-first {
    max-width: 1000px;
    margin: 0 auto;
  }

  .second {
    padding: 0px 20px;
  }

  .box-wrap-second H1 {
    font-size: 1em;
    line-height: 1.5em;
    padding: 20px auto;
    margin: 20px auto;
  }

  .second article>section>section {
    width: calc(33% + 0em);
  }

  .third,
  .third2,
  .fourth {
    padding-bottom: 80px;
  }

  .box-wrap-third {
    margin: 0;
  }

  .box-wrap-third H1 {
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin: 40px 0 20px 0;
  }

  .teach_member {
    width: 100%;
    font-size: 75%;
  }

  .teach_member div {
    float: left;
    width: 91%;
    margin-right: 8px;
    padding: 13px 13px 0 13px;
    margin-bottom: 0px;
  }

  .teach_member div p {
    padding: 5px 0;
  }


  article h1 {
    margin: 0.5em;
    font-size: 1.5em;
  }

  .ta01 tr,
  .ta01 th,
  .ta01 td {
    display: block;
    width: 100%;
  }

  .ta01 th,
  .ta01 td {
    width: 100%;
    border: none;
  }

  .fadein {
    transform: translate(0px, 20px);
    transition: all 100ms;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
  }

  /***トップへ戻るボタン***/
  #page-top {
    width: 30%;
  }

  /***トップへ戻るボタンここまで***/
}


@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }

  .tbl-r05 .thead {
    display: none;
  }

  .tbl-r05 tr {
    width: 100%;
  }

  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}


ol,
dl,
dd,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;

}

@media screen and (min-width: 900px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }



  /*==================================
  Voice
==================================*/
  #Voice {
    min-width: inherit !important;
  }

  #Voice .voice-area {
    margin-bottom: 50px;
  }

  #Voice .voice-area .container {
    max-width: 1320px;
  }

  #Voice .voice-area .container .voice-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 60px;
    margin-bottom: 30px;
    border-bottom: dotted 2px #f59431;
  }

  #Voice .voice-area .container .voice-wrapper:last-child {
    border-bottom: none;
  }



  #Voice .voice-area .container .voice-wrapper figure {
    width: 232px;
    height: auto;
    margin-right: 55px;
  }

  #Voice .voice-area .container .voice-wrapper figure img {
    width: 100%;
  }

  #Voice .voice-area .container .voice-wrapper dl {
    width: calc(100% - 282px);
  }

  #Voice .voice-area .container .voice-wrapper dl dt span {
    font-size: 16px;
    border-radius: 14px;
    background: #f6549c;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 225px;
    padding: 2px;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
  }

  #Voice .voice-area .container .voice-wrapper dl dd {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 899px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*==================================
  Voice
==================================*/
  #Voice {
    min-width: inherit !important;
    margin: 0 15px;
  }

  #Voice .voice-area {
    margin: 0px 0 15px;
  }

  #Voice .voice-area .container {
    max-width: 1320px;
  }

  #Voice .voice-area .container .voice-wrapper {
    padding: 5px 20px 5px;
    margin-bottom: 30px;
    border-bottom: dotted 2px #f6cba0;
  }

  #Voice .voice-area .container .voice-wrapper:last-child {
    border-bottom: none;
  }

  #Voice .voice-area .container .voice-wrapper dl dt span {
    font-size: 14px;
    border-radius: 20px;
    background: #f6549c;
    color: #fff;
    margin: 0 -5px 20px;
    padding: 10px 5px 10px 5px;
    display: block;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
  }

  #Voice .voice-area .container .voice-wrapper dl dd {
    line-height: 1.8;
  }

  #Voice .voice-area .container .voice-wrapper dl dd.image {
    width: 160px;
    margin: 0 auto 15px;
  }

  #Voice .voice-area .container .voice-wrapper dl dd.image img {
    width: 100%;
  }

  #Voice span {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    line-height: 1;
    background: #f59431;
    color: #fff;
  }
}