@charset "UTF-8";
/* ------------------------------------------------ */
/* ▼bootstrap用 */
/* ------------------------------------------------ */
.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* ------------------------------------------------ */
/* ▼かたまり */
/* ------------------------------------------------ */

body {
  background: url("../images/bg_div.jpg") 0 0 repeat;
  background-attachment: fixed;
  background-size: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem; }

.container-fluid,
.container {
  padding-left: 0;
  padding-right: 0; }

.row {
  padding: 0;
  margin: 0; }

#gaiyou {
  background: url("../images/bg_main.jpg"); }

.attention {
  background: #fff; }

/* ------------------------------------------------ */
/* 文字周り */
/* ------------------------------------------------ */
h2{
  text-align: center; }

h3{
  color: #223A69;
  font-weight: bold;
}

ul.pdf li{
    padding: 0.5rem;
    margin-top: 0.5rem;
    background: #e64a00;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

.semititle{
    border: 5px solid #223A69;
    max-width: 680px;
    font-size: 1.5rem;
    color: #223A69;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}

.spbr{
  display: none;
}

.list-profile li{
  padding: 0.5em;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
  body{
    font-size: 1.1rem;
    } }

@media (max-width: 575px) {
    h2 {
       font-size: 1.3rem;
    }
  .spbr {
    display: block; } }

/* ------------------------------------------------ */
/* 各種リンクボタン（FBやTwなど） */
/* ------------------------------------------------ */
.btn-fb, .btn-tw, .btn-blog{
  color: #fff;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.btn-fb{
  background: #3B5998;
}

.btn-tw{
  background: #1DA1F2;
}

.btn-blog{
  background: #EA5D00;
}

/* hover */
.btn-fb:hover{
  background: #557ACB;
  color: #fff;
}

.btn-tw:hover{
  background: #56BCFA;
  color: #fff;
}

.btn-blog:hover{
  background: #FFA614;
  color: #fff;
}

/* ------------------------------------------------ */
/* テーマカラー */
/* ------------------------------------------------ */
.themeC {
  color: #0d7087;
  font-weight: bold; }

.themeBG {
  background-color: #28c6eb; }

/* ------------------------------------------------ */
/* ▼テーブル関係 */
/* ------------------------------------------------ */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  text-align: center; }

.table > tbody > tr > td {
  text-align: left; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #EAEAEA;
  background-size: cover;
  text-shadow: 0 0 4px #fff; }

.table-bordered td {
  background: rgba(255, 255, 255, 0.6); }

/* ------------------------------------------------ */
/* ▼申し込みボタン */
/* ------------------------------------------------ */
.hide {
  display: none; }

.btn_area {
  margin: 0px auto;
  background: #F7F7F7;
  padding-top: 1em;
  -webkit-box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.1); }

.sbutton, .sbutton span {
  font-weight: bold;
  position: relative;
  display: inline-block; }
  .sbutton span {
    max-width: 480px;
    padding: 0.5em;
    background: #C50003;
    color: #fff;
    font-size: 1.3em;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    min-height: 50px;
    -webkit-animation: 3s float ease-in-out infinite;
    animation: 3s float ease-in-out infinite;
    -webkit-box-shadow: 0px 2px 8px 0px #d2bac3;
    box-shadow: 0px 2px 8px 0px #d2bac3;
    -webkit-transition: all 400ms 0s ease;
    transition: all 400ms 0s ease; }
    .sbutton span:hover {
      border-radius: 25px;
      -webkit-box-shadow: 0px 10px 8px 0px #d2bac3;
      box-shadow: 0px 10px 8px 0px #d2bac3; }

.phone_num img {
  display: block;
  max-width: 600px;
  max-height: 80px; }

/* ------------------------------------------------ */
/* ▼アクセスボタン */
/* ------------------------------------------------ */
.access {
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  display: inline-block;
  margin-left: 1em;
  color: #EC407A;
  border: 2px solid #EC407A;
  border-radius: 2px;
  -webkit-transition: .4s;
  transition: .4s; }
  .access:hover {
    text-decoration: none;
    background: #EC407A;
    color: #fff;
    -webkit-box-shadow: 0px 2px 4px 1px #c2adb6;
    box-shadow: 0px 2px 4px 1px #c2adb6; }

/* ------------------------------------------------ */
/* ナビ周り */
/* ------------------------------------------------ */
.navbar {
  padding: 0px;
  background: dimgrey;
  background-size: cover; }
  .navbar .navbar-brand {
    margin-left: 0.5rem;
    padding: 0px; }

.collapse {
  padding: 0px;
  margin: 0; }
  .collapse.show {
    padding: 15px 0px; }

li.sns {
  padding: 0; }
  li.sns a {
    font-size: 1.2rem;
    display: inline-block;
    height: 100%;
    min-width: 60px;
    min-height: 60px;
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #fff; }
    li.sns a#sns_fb {
      background-color: #3B5998; }
      li.sns a#sns_fb:hover {
        background-color: #263961; }
    li.sns a#sns_tw {
      background-color: #1DA1F2; }
      li.sns a#sns_tw:hover {
        background-color: #0b76b8; }
    li.sns a i {
      width: 1.2em;
      text-align: center;
      -webkit-transition: -webkit-transform 0.09s linear;
      transition: -webkit-transform 0.09s linear;
      transition: transform 0.09s linear;
      transition: transform 0.09s linear, -webkit-transform 0.09s linear; }
    li.sns a .sns_text {
      font-size: 0.9rem;
      display: none; }
    @media (max-width: 575px) {
      li.sns a .sns_text {
        display: inline; } }



.seminar-txt {
  font-size: 1.0rem; 
  text-align: center; 
  font-weight: normal;
}

.portfolio {
  overflow: hidden;
}
.row .no-padding [class*=col-] {
  padding: 0;
}
.portfolio img:hover {
  transform: scale(1.1);
  cursor: zoom-in;
}
.profile-imgbox {
  margin-bottom: 20px;
}
.profile-imgbox img {
  width: 80%;
  height: auto;
}



/* アイコンの調整 */
.fab {
  font-size: 80px;
}
.icon-youtube {
  color: red;
}
.icon-twitter {
  color: blue;
}
.icon-blog {
  color: goldenrod;
}
.fab:hover {
  opacity: 0.6;
}
