@charset "UTF-8";
/*****************************************************************************************
 * 全体・共通
 ****************************************************************************************/
html {
  scroll-behavior: smooth; }

body {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
  font-size: 15px;
  line-height: 180%;
  color: #15191D;
  background: #F6F8F9;
  padding-top: 40px; }

a {
  color: #15191D; }
  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)"; }
  a:focus {
    outline: none; }

b,
strong {
  font-weight: bold; }

p {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 2em; }

hr {
  border-color: #cecece; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #0E1014;
  font-family: YuMincho,'Yu Mincho'; }

h2 {
  margin-bottom: 20px !important;
  font-size: 3em; }

h3 {
  margin-bottom: 20px !important;
  font-size: 1.5em;
  font-weight: bold; }

@media (max-width: 991px) {
  h3 {
    margin-top: 10px; } }
h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold; }

label, input,
label, textarea {
  width: 100% !important; }

textarea, input {
  border: 1px solid #BBB;
  border-radius: 2px;
  padding: 5px; }

/*------------------------------------------------
 * wp画像寄せ
 *-----------------------------------------------*/
.gallery-item img {
  max-width: 100% !important;
  height: auto !important;
  border: none !important;
  padding: 5px; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }
img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em; }
img.aligncenter:after, img.alignleft:after, img.alignright:after {
  clear: both; }

/*------------------------------------------------
 * 画像レスポンシブ（アイコン用）
 *-----------------------------------------------*/
img.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%; }

/*------------------------------------------------
 * table
 *-----------------------------------------------*/
.table-responsive {
  border: none; }

.table.table-striped > tbody > tr > td, .table.table-striped > tbody > tr > th, .table.table-striped > tfoot > tr > td, .table.table-striped > tfoot > tr > th, .table.table-striped > thead > tr > td, .table.table-striped > thead > tr > th {
  border-top: 0; }

.history tr td:nth-child(1) {
  font-weight: bold !important;
  color: #999;
  padding-right: 1.5em !important; }

.history tr td {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

/*****************************************************************************************
 * パーツ
 ****************************************************************************************/
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-100 {
  margin-top: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.pd-10 {
  padding: 10px !important; }

.pd-20 {
  padding: 20px !important; }

.pd-30 {
  padding: 30px !important; }

.pd-40 {
  padding: 40px !important; }

.bordered {
  border: 1px solid #DDD; }

.no-gutters {
  margin: 0;
  padding: 0; }

.no-gutters　 > .col,
.no-gutters　 > [class*="col-"] {
  margin: 0;
  padding: 0; }

/*------------------------------------------------
 * ボタン（茶）
 *-----------------------------------------------*/
.btn-primary {
  padding: 15px;
  min-width: 350px;
  margin-top: 20px;
  color: #FFFFFF;
  /*background-color: #005996;*/
  background: rgba(0, 59, 96, 0.95);
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #a12919; }

.btn-primary:active {
  background-color: #58160d !important; }

@media screen and (max-width: 767px) {
  .btn-primary {
    width: 100%;
    min-width: 100%; } }
/*------------------------------------------------
 * 動画
 *-----------------------------------------------*/
.movie {
  width: 970px;
  margin: 0 auto; }
  .movie iframe {
    width: 970px;
    margin: 0 auto; }

/*@media screen and (max-width: 767px) {
	.movie{
	  width:100%;
	  margin:0 auto;
		iframe{
	  width:100%;
	  margin:0 auto;
	}	
	}
}*/
@media (max-width: 991px) {
  .movie {
    width: 700px !important;
    margin: 0 auto; }
    .movie iframe {
      width: 700px !important;
      height: 500px;
      margin: 0 auto; } }
/*------------------------------------------------
 * 記事リスト
 *-----------------------------------------------*/
dl.postlist {
  line-height: 180%;
  margin-bottom: 5px; }
  dl.postlist dt {
    font-weight: normal; }
  dl.postlist dd {
    margin-bottom: 5px; }

/*****************************************************************************************
 * ヘッダー
 ****************************************************************************************/
#header .navbar-nav {
  font-weight: bold; }
  #header .navbar-nav a {
    color: #333; }

/*****************************************************************************************
 * ロゴ画像
 ****************************************************************************************/
#header .logo {
  width: 160px; }

.top_v .logo {
  width: 450px !important; }

#footer .logo {
  width: 260px; }

/*****************************************************************************************
 * フッター
 ****************************************************************************************/
#footer {
  color: #FFF;
  background: rgba(0, 59, 96, 0.95);
  /*  background:#005996;*/
  padding-top: 20px;
  padding-bottom: 20px; }

#footer a {
  color: #FFF;
  font-weight: bold; }

/*****************************************************************************************
 * トップページ
 ****************************************************************************************/
.home {
  /*  background-image:url("/control-panel/wp-content/themes/kuepdhi/common/images/bg_top.png");*/
  background-repeat: no-repeat;
  background-size: contain; }

.home .row {
  margin-bottom: 4rem; }

.top_v {
  padding: 180px 0 60px 0; }

.top_v .mains {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 50px;
  line-height: 2rem;
  font-family: YuMincho,'Yu Mincho';
  font-size: 1.1rem;
  font-weight: bold; }

/*
.top_v {
  padding: 280px 0 60px 0;
  }

.top_v .mains {
  color:#FFF;
  padding: 5px 30px;
  line-height: 2.5rem;
  font-family: YuMincho,'Yu Mincho';
  font-size: 1.1rem;
  font-weight: bold;
  }
*/
.main_txt {
  font-family: YuMincho,'Yu Mincho';
  text-align: center;
  font-size: 1.5rem; }

h2 {
  font-family: YuMincho,'Yu Mincho';
  font-size: 1.7rem;
  font-weight: bold; }

h3 {
  font-family: YuMincho,'Yu Mincho';
  font-size: 1.3rem;
  font-weight: bold; }

.bg_white {
  background: #FFF; }

.bg_h {
  padding: 120px;
  /*  background-image: url("/control-panel/wp-content/themes/kuepdhi/common/images/bg.png");*/
  background-size: cover; }
  .bg_h h1 {
    /*		color:#FFF !important;*/ }

.btn-fullwidth {
  min-height: 110px; }
  .btn-fullwidth div {
    margin: 0 auto;
    font-family: YuMincho,'Yu Mincho';
    font-size: 1.1rem;
    font-weight: bold; }
    .btn-fullwidth div span {
      font-size: 1rem; }

.information .title {
  margin-top: 20px;
  line-height: 2rem;
  font-family: YuMincho,'Yu Mincho';
  font-size: 1.1rem;
  font-weight: bold; }

.dotb .name,
.about .name {
  font-family: YuMincho,'Yu Mincho';
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.6rem; }
.dotb .sub,
.about .sub {
  display: block;
  min-height: 1.2rem;
  font-size: 0.8rem;
  line-height: 1.2rem; }
.dotb .pos,
.about .pos {
  font-size: 0.8rem;
  line-height: 1.2rem; }
.dotb h3,
.about h3 {
  background: #EFEFEF;
  padding: 10px 5px 6px 8px;
  border-left: 5px solid #CCC; }

.cursor {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

@keyframes on {
  0% {
    border-radius: 50%; }
  100% {
    transform: scale(1.5) rotate(135deg);
    outline: solid 1px #FFFFFF;
    outline-offset: 20px;
    border-radius: 0; } }
@keyframes out {
  0% {
    transform: scale(1.5) rotate(45deg);
    outline: solid 1px #ffffff;
    border-radius: 0;
    outline-offset: 20px; }
  100% {
    border-radius: 50%; } }
@keyframes rtt {
  0% {
    transform: scale(1.5) rotate(45deg); }
  100% {
    transform: scale(1.5) rotate(405deg); } }
.cursor {
  width: 10px;
  height: 10px;
  transform: translate(0%, -25%);
  z-index: 1000;
  background: #ffffff;
  transition: 0.03s ease-in-out;
  background-clip: content-box; }

.on {
  animation: on 0.3s cubic-bezier(0.39, 1.84, 0.81, 1.18) forwards, rtt 3s infinite linear; }

.out {
  animation: out 0.3s cubic-bezier(0.39, 1.84, 0.81, 1.18) forwards; }

.home h2 {
  /*  color:#FFF;*/ }

.home .bg_white h2 {
  color: #333; }

.imgs {
  width: 70%;
  margin: 0 auto; }

.b_sub {
  color: #005996;
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: -18px; }

.bg_white_alpha {
  background: rgba(255, 255, 255, 0.9); }

/* ----- 背景用の動画ファイル ----- */
.bg-video {
  position: fixed !important;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  /*  background: url("../images/bg_top.png") no-repeat;*/
  background-size: cover;
  filter: opacity(20%); }

.page .bg-video {
  filter: opacity(30%); }

@media (min-width: 992px) {
  .bg-video {
    bottom: 0; } }
@media (max-width: 991px) {
  .bg-video {
    top: 0; }

  .top_v {
    padding: 30px 0 60px 0; }

  .bg_h h1 {
    font-size: 1.3rem !important; }

  .bg_h {
    padding: 40px 0 20px 0  !important;
    font-size: 0.2rem !important;
    overflow: hidden !important;
    position: relative; }

  .main {
    padding-top: 0px !important; } }
.bg_h {
  overflow: hidden !important;
  position: relative; }

.bg_h .bg-video {
  position: absolute !important; }

.bg_white_alpha .title {
  marging-top: 0px !important; }

.bg_white_alpha p {
  margin-bottom: 0px;
  font-size: 0.85rem !important; }

.bg_white_alpha .pd-20 {
  padding-top: 0px !important; }

/* ----- 背景の上に表示させたいコンテンツ ----- */
.explain {
  margin-top: 30px;
  font-family: YuMincho,'Yu Mincho';
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.6rem; }
