/* only PC browser */

html{
  width: 100%;
}
body {
  width: 100%;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
}
@media(min-width:768px){
  body {
    font-size: 16px;
  }
}

@media(min-width:991px){
  body {
    font-size: 18px;
  }
}
@media(min-width:1281px){
  body {
    font-size: 19px;
  }
}




* {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 85%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.tx-l {
  text-align: left !important;
}

.tx-r {
  text-align: right;
}

.tx-c {
  text-align: center !important;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}

.link-bl,
.link-bl a {
  color: #333;
  text-decoration: none;
}

.link-u a {
  text-decoration: underline;
}

.flex {
  display: flex;
}

.container:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.r {
  color: #c01c1c;
  font-weight: bold;
  font-size: 115%;
}

.b {
  font-weight: bold;
  font-size: 115%;
}

.u {
  text-decoration: underline;
}

.y {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}

.n {
  font-weight: 400 !important;
}

.s {
  font-size: .8em;
}

.nami {
  background: url('../img/h2/bg.png');
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.border {
  padding: 1rem;
  border: 1px solid #333;
}

img {
  max-width: 100%;
  display: block;
}

header img {
  width: 100%;
}

.info--box {
  background: #f6f6f1;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.info__container {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.info__jisseki {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.5rem;
}

.info__goukaku {
  width: 130px;
  margin-right: 2rem;
}

.info__result {}

.info__first {
  font-size: 1.1rem;
}

.button {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto 2rem;
}

.button__seikyu {
  margin-right: 1.5rem;
  margin: 0 auto;
}

.tel {
  width: 70%;
  align-items: center;
  margin: 0 auto;
  background: #0b56a3;
  padding: 1rem 3rem;
}

.tel__moji,
.tel__num {
  flex: 1;
}

.tel__moji {
  margin-right: 1rem;
}

.nav {
  max-width: 1080px;
  margin: 2rem auto;
  justify-content: space-between;
}

#navbar {
  display: none;
  align-items: center;
}

.navbar__img img {
  height: 70px;
}

.nav__menu {
  justify-content: space-between;
  margin-right: 2rem;
}

.nav__menu a {
  font-weight: 500;
  color: #0b56a3;
  text-decoration: none;
}

.nav .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav__menu p {
  margin-right: 2rem;
  font-size: 13px;
}

#navbar.fixBox {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  max-width: initial;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.navbar__img {
  padding: .5rem 0 .5rem 3rem;
  margin-right: 1rem;
}

.navbar__tel {
  background: #0b56a3;
  padding: 25px 3rem 25px 1rem;
  line-height: 1.8;
  color: #fff;
  font-size: 13px;
}

.navbar__tel img {
  height: 1rem;
  display: inline-block;
}


.article--box,
.article__container {
  max-width: 1000px;
  padding: 3rem 0;
  margin: 0 auto;
}

.article h2 {
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.article h2 .r {
  font-weight: bold;
}

.article h2 img {
  width: 80%;
  display: inline-block;
}

.article--box2 h2 {
  margin: 3rem 0 1rem;
  color: #0b56a3;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.article--box2.seminar h2 {
    text-align: left;
}

/* .article p,
.reason p,
.setsumei p {
  margin-bottom: 2em;
} */

.article--box2 {
  background: #f6f6f1;
  padding: 2rem 0;
}

.article--box2 .article__container .link {
  outline: none;
  text-decoration: none;
  /* color: #2055A3; */
  color: #ffffff;

  margin: 10px 0 0;
  display: block;
  border-radius: 4px;
  border: 1px solid #ddd;
  text-align: center;

  padding: 5px 0;
  /* //width: 400px; */
  width: 50%;
  font-size: 1rem;
  margin: 4rem auto 0;
  font-weight: bold;
  background: #2fa06a;

  font-size: 1.2rem;
  width: 80%;
}

@media screen and (max-width:425px) {
  .article--box2 .article__container .link {
    width: 50%;
    font-size: 1rem;
  }
}

@media(min-width: 768px){
  .article--box2 .article__container .link {
    font-size: 2rem;
  }
}

.article__container {
  background: #fff;
  padding: 1rem 6% 6rem;
}

.article__photo01 {
  background: #f6f6f1;
}

.article__brett,
.article__brett2 {
  background: #fffff9;
  margin-bottom: 2em;
  padding: 1rem 1.5rem;
  border: 2.5px solid #0b56a3;
}

.article__brett p {
  background: url('../img/article/brett.png');
  background-repeat: no-repeat;
  background-position: left 13px;
  padding-left: 1.75em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.article__brett2 p {
  background: url('../img/article/brett.png');
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.reason__title {
  max-width: 1080px;
  margin: 3rem auto 2rem;
}

.reason__content {
  margin-bottom: 3rem;
  padding: 3rem 0;
  background: #f6f6f1;
}

.reason__container {
  max-width: 1000px;
  background: #fff;
  margin: 0 auto 3rem;
  padding: 4rem 6rem;
}

/*
.reason__container img {
  height: 1rem;
}*/

.reason__midashi {
  width: 90%;
  margin: 0 auto 2rem;
}


.reason__midashi hr {
  margin-top: 5px;
  border: 1.5px solid #0b56a3;
}

.reason__container .flex img {
  width: 100%;
  height: auto;
}

.reason__ftext {
  flex: 6;
  margin-right: 1rem;
}

.reason__fimg {
  flex: 4;
}

.reason__button {
  max-width: 1080px;
  margin: 0 auto;
}

.voice--box {
  background: #135ba6;
  margin-top: 5rem;
  padding: 3rem 0;
}

.voice h2 {
  width: 90%;
  margin: 0 auto 3rem;
}

.voice .flex {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.voice__block {
  flex: 1;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #f6f6f1;
}

.voice__titleblock {
  display: flex;
  background: #fff;
  padding: 2rem 1rem 1rem;
  border-radius: 10px 10px 0 0;
}

.voice__title {
  flex: 3;
  font-weight: 500;
  color: #135ba6;
}

.voice__univ {
  font-size: 1.5rem;
  margin-bottom: 0 !important;
      line-height: 1;
}

.voice__unde {
  font-size: 1.3rem;
  margin-bottom: 0 !important;
}

.voice__typo {
  font-size: 1.4rem;
}

.voice__name {
  font-size: 1.2rem;
}

.voice__mark {
  flex: 1;
  margin-right: 1rem;
}

.voice__photo img {
  border-radius: 50%;
}

.voice__photo {
  flex: 2;
}

.voice__content {
  border-radius: 0 0 10px 10px;
  background: #f6f6f1;
  padding: 1rem 1rem 2rem;
}
.voice__content h4 {
    font-size: 1.5rem;
}

.voice__container {
  margin-bottom: 3rem;
}

.setsumei--box {
  background: #f6f6f1;
  padding: 3rem 0;
}

.setsumei h2,
.setsumei__container,
.setsumei .button {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto 3rem;
}

.setsumei h2 img {
  height: 120px;
  text-align: left;
  margin-bottom: 2rem;
}

.setsumei__container {
  background: #fff;
  padding: 3rem;
}

.setsumei__text {
  flex: 6;
  margin-right: 1rem;
}

.setsumei__img {
  flex: 4;
}

.kosha {
  padding: 3rem 0;
}

.kosha .flex {
  max-width: 1080px;
  margin: 0 auto;
}

.kosha__h2 {
  flex: 4;
  margin-right: 1rem;
}

.kosha__h2 img,
.flow h2 img {
  height: 120px;
}

.kosha__map {
  margin-top: 2rem;
}

.kosha__map iframe {
  width: 100%;
  height: 50vh;
  margin-bottom: 3rem;
}

.kosha .flex {
  justify-content: space-between;
}

.kosha tr {
  border: 1px solid #ccc;
}

.kosha__table {
  flex: 6;
}

.kosha__table table {
  width: 100%;
  border-top: 1px solid #034887;
  color: #034887;
  font-weight: 700;
}

.kosha th {
  background: #f5f5f5;
  width: 30%;
  border-right: 1px solid #ccc;
  padding: .5em 0;
}

.kosha td {
  width: 80%;
  padding: .5em 0;
  text-align: center;
}

.flow--box {
  background: #f6f6f1;
}

.flow__container {
  max-width: 1080px;
  margin: 0 auto;
  width: 85%;
  padding: 3rem 0;
}

.flow h2 {
  margin-bottom: 2rem;
}

.flow__block {
  align-items: center;
}

.flow__content {
  flex: 3;
  height: 450px;
  background: #fff;
  margin-right: 1rem;
  border-radius: 5px;
}

.flow__content img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.flow__text {
  padding: 1rem;
}

.flow__arrow {
  flex: 1;
  margin-right: 1rem;
}

.flow h4 {
  color: #0b56a3;
  font-size: 1.2rem;
}

.flow h4 img {
  height: 1.2rem;
  width: auto;
  display: inline-block;
}

.flow h4:after {
  clear: both;
}

footer {

  margin-top: 3rem;
}

footer .tel {
  background: #0b56a3;
  max-width: 1080px;
  width: 50%;
  margin: 2rem auto;
}

footer .tel__moji img,
footer .tel__seikyu img {
  width: 100%;
  margin-right: 1rem;
}

footer .tel__seikyu,
footer .tel__soudan {
  flex: 1;
}

.tel__seikyu {
  margin-right: 1rem;
}

.footer__right {
  margin: 2rem 0;
}

.sm {
  display: none;
}

@media screen and (max-width:425px) {
  .sm {
    display: block;
  }
  .pc {
    display: none;
  }
  .flex {
    flex-direction: column;
  }

  .button {
    width: 95%;
    margin-bottom: 1rem;
  }
  .button__seikyu {
    margin: 0 0 1rem;
  }
  .tel {
    width: 95%;
    background: transparent;
    padding: 0;
  }

  .header__sh {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .smnav {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
  }
  body.open .smnav {
    visibility: visible;
    opacity: .9;
  }
  .smnav {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    background: #000;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .smnav__menu {
    padding: 8vh 5%;
  }
  .smnav__menu a {
    color: #fff;
    text-decoration: none;
  }
  .smnav__menu p {
    margin-bottom: 1em;
  }

  #navbar.fixBox {
    display: none;
  }


  .smnav {
    display: none;
  }
  .open .smnav {
    display: block;
  }
  .smnav {
    min-height: 100vh;
  }

  .footer-cta {
    display: none;
  }
  .tel__close {
    position: absolute;
    top: -5px;
    right: 0;
  }
  .tel__close img {
    width: 25px;
  }
  .close {
    display: none;
  }

  .header__smMenu-logo {
    position: relative;
  }
  #smMenuClose {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 5vh;
  }

  .info__jisseki {
    width: 95%;
  }
  .info__goukaku {
    width: 100px;
    margin: 0 0 1rem;
  }
  .info__result br {
    display: none;
  }

  .article--box2 {
    padding: 0;
    padding-bottom: 3rem;
  }
  .article__container {
    padding: 2rem 5%;
  }
  .article h2 {
    font-size: 1.2rem;
  }
  .article__brett,
  .article__brett2 {
    padding: 1rem .5rem;
  }

  .reason__container {
    margin: 0 auto .5rem;
    padding: 2rem 5% 1rem;
  }
  .reason__midashi {
    width: 100%;
    margin: 0 0 2rem;
  }
.reason__midashi img {
   height: 20px;
}
  }
  .reason h2 {
    font-size: 1.1rem;
    width: 95%;
    margin: 0 auto;
    color: #0b56a3;
    line-height: 1.6;
  }
  .reason h3 {
    margin-bottom: 1rem;
    font-size: 2.3rem;
    line-height: 1.6;
    text-align: left;
    color: #0b56a3;
    font-weight: bold;
  }
@media(min-width: 768px){
  .reason h3 {
    text-align: center;
  }
}
  .reason .button {
    margin-top: -5rem;
  }
  .reason__content {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .reason__container:first-child {
    padding-top: 2em;
  }

  .voice h2 {
    color: #fff;
    font-size: 1.2rem;
  }
  .voice__block {
    margin-right: 10px !important;
  }
  .voice .flex {
    width: 95%;
  }

  .setsumei h2 img {
    height: 80px;
    margin: 0 auto;
  }
  .setsumei h2,
  .setsumei__container,
  .setsumei .button {
    width: 94%;
  }
  .setsumei__container {
    padding: 1rem;
  }

  .kosha__h2 img,
  .flow h2 img {
    height: 80px;
    margin: 0 auto 2rem;
  }

  .kosha__table table {
    width: 90%;
    margin: 0 auto;
  }

  .flow__content {
    margin: 0 0 1rem;
  }
  .flow__arrow {
    margin: 0 0 1rem;
  }

  footer {
    margin-top: 3rem;
  }
  footer .tel {
    width: 95%;
    margin: 1rem auto;
  }
  .footer__right {
    font-size: .8rem;
  }
  footer .tel__num {
    width: 95%;
    margin: 0 auto;
  }
  .footer-cta {
    position: fixed;
    bottom: 0;
  }
  .footer__start {
    width: 95%;
    margin: 0 auto .5rem;
  }
.article table {

  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media(min-width:768px) {
  .article table {

  }
}
.article table th {
  width: 12%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  /*border-right: 1px solid #ccc;*/
  /*border-bottom: 1px solid #ccc;*/
  border-top: 1px solid #ccc;
  /*border-left: 1px solid #fff;*/
  background: #eee;
}
.article table td {
  width: 70%;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.profile--box {
  background: #f6f6f1;
  padding: rem;
}
.profile__container {
  background: #fff;
  margin: 40px auto .5rem;
  margin-bottom: 1rem;
  padding: 2rem 5% 1rem;
  max-width: 1000px;
}
.profile__midashi {
  width: 100%;
  margin: 0 0 2rem;
}
.profile h2 {
  font-size: 2.1rem;
  width: 95%;
  margin: 0 auto;
  color: #0b56a3;
  line-height: 1.6;
}
.profile h3 {
  color: #0b56a3;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
.profile p {
  margin-bottom: 1rem;
  padding-right: 1em;
}

.profile__content {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.profile__container:first-child {
  padding-top: 40px;
}

.profile-text {
  flex: 6;
}

.profile-fimg {
  flex: 4;
}



.setsumei h2 {
  font-size: 2rem;
  color: #0b56a3;
}



.live--box {
  background: #f6f6f1;
  padding: rem;
}

.live__container {
  background: #fff;
  margin: 0 auto .5rem;
  padding: 2rem 5% 1rem;
  max-width: 1000px;
}

.live__midashi h2 {
  font-size: 130%;
  color: #0b56a3;
}


ul.page {
  color: #333;
  box-shadow: 0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 1.5em 1em 0.5em 1.8em;
  position: relative;
  background: #fafafa;
  margin-left: 0px;
  margin-bottom: 1rem;
}

ul.page li {
  line-height: 1.8;
  padding: 0em 0;
  padding-left: 0px;
  padding-left: .7em;
  list-style-type: none !important;
  margin-bottom: 1rem;
  font-weight:bold;

}

ul.page li:before {
  font-family: FontAwesome;
  content: "\f058";
  position: absolute;
  left: 1em;
  color: #FEA429;
}

.responsive {
  width: 100%;
  float: right;
  margin: 0 auto;
  padding: 0 1rem 0;
}
@media(min-width:768px){
  .responsive {
    width: 40%;
  }
}


.contents {
  padding: 1rem 0 1rem;
}

@media(min-width:1280px) {
  .container-large {
    width: 1400px;
    max-width: 1280px;
  }
}

.contents h3 {
  font-size: 120%;
  margin-bottom: .5rem;
  font-weight: bold;
}



ul.nayami {
  color: #333;
  box-shadow: 0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 1.5em 1em 0.5em 1.8em;
  position: relative;
  background: #fafafa;
  margin-left: 0px;
  margin-bottom: 1rem;
}

ul.nayami li {
    background: url(../img/article/nayami.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 22px;
    padding-left: 2.3em;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.8;
}
@media(min-width:768px){
  ul.nayami li {
  background-position: left 6px;
    background-size: 29px
}
}


ul.b.osusume {
  border: 3px solid #ddd;
  padding: 1.5rem;
  font-size: 1.3rem;
}
@media(min-width:768px){
  ul.b.osusume {
    padding: 3rem;
  }
}
ul.osusume li:before {
  margin: 0 0.5em 0 0;
  content: "\f058";
  font-family: FontAwesome;
  color: #bf262e;
}
ul.osusume li {
  font-size: 1.3rem;
  text-indent: -1.6rem;
  padding-left: 1rem;
  line-height: 1.4;
  margin-bottom: .7rem;
}
@media(min-width:768px){
  ul.osusume li {

  }
}




@media (min-width: 768px) {
  .article table {
    width: 100%;
  }
}
.article table th {
  background-color: #0b56a3 !important;
  color: #fff;
  padding: 1.3rem;
  text-align: center;
}

.article table td {
  vertical-align: middle;
  padding: 1.3rem;
}




h2,h3,h4 {
    font-weight: bold;
}
.seminar .article--box2 h2 {
    text-align: left;
}



.article--box2 {
  padding-bottom: 0 !important;
}


.reason__container {
  margin: 2em auto 0rem;
}


.voice--box {
  margin-top: 0rem;
}

.profile__container {
  margin: 0px auto .5rem;
}


.profile__content {
  background: #f6f6f1;
}



.tb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 1rem;
}

.tb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


ul.normal {
  list-style:disc;
  margin-left: 1rem;
  font-weight: 600;
}
@media(min-width:768px){
  ul.normal {
  margin-left: 2rem;
}
  }

.ex_sentence {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-left: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  font-style: italic;
}

.ex_sentence p {
  margin: 0; 
  padding: 0;
}


/* balloon-5 bottom-left */
#balloon-5-bottom-left {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  height: 50px;
  color: #F6F6F6;
  line-height: 50px;
  text-align: center;
  background: #0b56a3;
  border-radius: 60px;
  z-index: 0;
  margin-bottom: 2rem;
}
#balloon-5-bottom-left:before {
  content: "";
  position: absolute;
  bottom: -17px; left: 15px;
  margin-left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background:#0b56a3;
  border-radius: 50%;
  z-index: 0;
}
#balloon-5-bottom-left:after {
  content: "";
  position: absolute;
  bottom: -25px; left: 25px;
  margin-left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #0b56a3;
  border-radius: 50%;
  z-index: 0;
}
