/*共通
-----------------------------------------------------*/
.dolphins {
  color: #333;
}
.dolphins .mb-none {
  margin-bottom: 0 !important;
}
.dolphins .mb-ss {
  margin-bottom: 10px;
}
.dolphins .mb-s {
  margin-bottom: 20px;
}
.dolphins .mb-m {
  margin-bottom: 30px;
}
.dolphins .mb-l {
  margin-bottom: 50px;
}
.dolphins .mb-ll {
  margin-bottom: 70px;
}

.dolphins span.mb-none,
.dolphins span.mb-ss,
.dolphins span.mb-s,
.dolphins span.mb-m,
.dolphins span.mb-l,
.dolphins span.mb-ll {
  display: block;
}

.dolphins img {
  vertical-align: bottom;
  max-width: 100%;
}
.dolphins a {
  color: #cc0000;
}
.dolphins .text-center {
  text-align: center;
}
.dolphins .text-left {
  text-align: left;
}
.dolphins .text-right {
  text-align: right;
}

.dolphins .btn-center {
  margin: 0 auto;
}

.dolphins .tab-contents {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 100%;
}

/*.main image
-----------------------------------------------------*/
.dolphins .subpage-title {
  left: 30px;
}
@media (max-width: 767px) {
  .dolphins .subpage-title {
    left: 10px;
  }
}
.dolphins .subpage-title .txt-main {
  letter-spacing: 0.2em;
  font-size: 50px;
  vertical-align: top;
  color: #a82727 !important;
}
.dolphins .subpage-title .txt-main:before {
  content: none;
}
.dolphins .subpage-title .txt-sub {
  color: #a82727 !important;
  font-size: 12px;
  vertical-align: top;
  padding: 20px 0;
}

/*.contents
-----------------------------------------------------*/

.dolphins .section {
  margin-bottom: 40px;
}
.dolphins .flex {
  margin-left: -10px;
  margin-right: -10px;
}
.dolphins .bg-white {
  background: #fff;
}
.dolphins .contents-warp {
  padding: 50px 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .dolphins .contents-warp {
    padding: 50px 10px;
  }
}
.dolphins .bottom-border {
  border-bottom: 1px solid #e1e1e1;
}

.dolphins .img-warp {
  padding: 0;
  margin: 0;
}

/*.見出し */
.dolphins .contents-hesder {
  background: -webkit-linear-gradient(315deg, transparent 60px, #f3f3f3 10px);
  background: -moz-linear-gradient(315deg, transparent 60px, #f3f3f3 10px);
  background: -o-linear-gradient(315deg, transparent 60px, #f3f3f3 10px);
  background: -ms-linear-gradient(315deg, transparent 60px, #f3f3f3 10px);
  background-position: bottom left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 60px;
}
.dolphins .h1 {
  font-size: 2em;
  padding: 40px 0;
  color: #727272;
}
.dolphins .h2 {
  padding: 0 0 20px;
  background: url(../img/dolphins/h2_border.png) left bottom repeat-x;
  margin: 10px 0 30px;
  font-size: 2em;
  font-weight: bold;
}
.dolphins .h3 {
  font-size: 1.8em;
  padding: 0 0 0 10px;
  border-left: 2px solid #cc0000;
  margin: 10px 0 30px;
  line-height: 1.2;
}
.dolphins .h4 {
  font-size: 1.4em;
  margin: 10px 0 20px;
  line-height: 1.4;
}

/*テキスト*/
.dolphins .contents-area p {
  margin-bottom: 10px;
}
.dolphins .alert {
  padding: 30px 30px;
  background: #f9f9f9;
}
.dolphins .text-lg {
  font-size: 18px;
}

.dolphins strong {
  font-weight: bold;
}

.dolphins .text-red {
  color: #cc0000;
}

/*リスト*/
.dolphins .ul,
.dolphins .ol {
  margin-bottom: 10px;
}
.dolphins .ul li,
.dolphins .ol li {
  margin-bottom: 10px;
}
.dolphins .ul li:before,
.dolphins .ol li:before {
  content: "■";
  background: #cc0000;
  color: #cc0000;
  display: inline-block;
  height: 5px;
  width: 5px;
  overflow: hidden;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.dolphins .ul ul {
  margin-top: 10px;
  padding-left: 1.4em;
}

/*ボタン*/
.dolphins .btn {
  background: #fff;
  padding: 10px 10px;
  color: #333;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  min-width: 130px;
}
.btn-default {
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 20px 10px;
  color: #333;
}
.dolphins .btn-danger {
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
}
.dolphins .btn-success {
  color: #fff;
  border: 1px solid #b7a369;
  background: #b7a369;
  color: #fff;
}
.dolphins .btn-current {
  color: #b7a369;
  border: 1px solid #b7a369;
  background: #fff;
  color: #b7a369;
}
.dolphins .btn-lg {
  padding: 20px 10px;
  margin-right: 0px;
}
.dolphins .btn-block {
  display: block;
}
.dolphins .btn-radius {
  border-radius: 5px;
}

/*アイコン*/
.dolphins .icon-arrow:after {
  content: url(../img/dolphins/arrow.png);
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.dolphins .icon-blank:after {
  content: url(../img/dolphins/icon_blank.png);
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.dolphins .icon-pdf:after {
  content: url(../img/dolphins/icon_pdf.png);
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.dolphins .icon-square:before {
  content: "■";
  color: #b7a369;
}

/*hr*/
.dolphins .border-grey {
  border: 0;
  padding: 0;
  color: #e1e1e1;
  background: #e1e1e1;
  height: 5px;
  width: 100%;
  margin: 20px 0;
}

/*.table */
.dolphins .table {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #9c9c9c;
}
.dolphins .table > thead > tr > th,
.dolphins .table > thead > tr > td,
.dolphins .table > tbody > tr > th,
.dolphins .table > tbody > tr > td,
.dolphins .table > tfoot > tr > th,
.dolphins .table > tfoot > tr > td {
  padding: 15px;
  vertical-align: text-top;
}
.dolphins .table > thead > tr > th {
  border-top: 1px solid #9c9c9c;
}
.dolphins .table-bordered {
  border: 1px solid #9c9c9c;
}
.dolphins .table-bordered > thead > tr > th,
.dolphins .table-bordered > thead > tr > td {
  background: #9c9c9c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.dolphins .table-bordered > thead > tr > th,
.dolphins .table-bordered > thead > tr > td,
.dolphins .table-bordered > tbody > tr > th,
.dolphins .table-bordered > tbody > tr > td,
.dolphins .table-bordered > tfoot > tr > th,
.dolphins .table-bordered > tfoot > tr > td {
  border: 1px solid #9c9c9c;
  vertical-align: middle;
}
.dolphins .table-striped > tbody > tr {
  background-color: #f4f4f4;
}
.dolphins .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.dolphins .table-border {
  border-top: 1px solid #9c9c9c;
}
.dolphins .table-border > thead > tr > th,
.dolphins .table-border > thead > tr > th {
  padding-top: 25px;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
}
.dolphins .table-border > tbody > tr > th {
  background: #f4f4f4;
}
.dolphins .table-border > tbody > tr > td:nth-of-type(even) {
  background: #f4f4f4;
}
.dolphins .table-border > thead > tr > th,
.dolphins .table-border > thead > tr > td,
.dolphins .table-border > tbody > tr > th,
.dolphins .table-border > tbody > tr > td,
.dolphins .table-border > tfoot > tr > th,
.dolphins .table-border > tfoot > tr > td {
  border-top: 1px solid #9c9c9c;
}
.dolphins .table-responsive-scroll {
  min-height: 0.01%;
  overflow-x: auto;
}
.dolphins .table-responsive-scroll .table {
  max-width: 100%;
}
@media (max-width: 768px) {
  .dolphins .table-responsive > thead > tr > td,
  .dolphins .table-responsive > thead > tr > th,
  .dolphins .table-responsive > tbody > tr > td,
  .dolphins .table-responsive > tbody > tr > th {
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
  }
  .dolphins .table-responsive {
    border-top: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-right: 0;
    border-bottom: 0;
  }
  .dolphins .table-responsive-scroll {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollba;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .dolphins .table-responsive-scroll .table {
    margin-bottom: 0 !important;
  }
  .dolphins .table-responsive-scroll .table > thead > tr > td,
  .dolphins .table-responsive-scroll .table > thead > tr > th,
  .dolphins .table-responsive-scroll .table > tbody > tr > td,
  .dolphins .table-responsive-scroll .table > tbody > tr > th {
    white-space: nowrap;
  }
  .table-responsive-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .table-responsive-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
  }
  .table-responsive-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9c9c9c;
  }
}

/*.summary-list */
.dolphins .summary-list {
  margin-bottom: 20px;
}
.dolphins .summary-list li {
  margin-bottom: 20px;
}
.dolphins .summary-list li h3 {
  padding: 10px 0 20px;
  font-size: 1.36em;
}
.dolphins .summary-list li img {
  margin: 0 0 10px;
}
.dolphins .summary-list p {
  padding: 0 0 10px;
}
.dolphins .more {
  margin-top: 10px;
  display: block;
  text-align: right;
  color: #333;
  font-size: 1.3em;
  letter-spacing: 0.3em;
}

.dolphins .img-box {
  margin-bottom: 30px;
  color: #fff;
}
.dolphins .img-box img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.dolphins .img-box p {
  background: #3e3e3e;
  padding: 10px 10px;
  margin: 0;
  text-align: left;
}

/*.no-wrap */
.dolphins .no-wrap {
  white-space: nowrap;
}

/*.ticket */
.text-through {
  text-decoration: line-through;
}
.text-bold {
  font-weight: bold;
}
.text-info {
  color: #666;
}
.alert {
  border-radius: 0;
}
.alert-info {
  border: 1px solid #9c9c9c;
  background: #f4f4f4;
  color: #333;
}
.dl-inline dt,
.dl-inline dd {
  display: table-cell;
  padding: 10px;
}

/*.tab */
.tab-war {
  margin-bottom: 40px;
}
.dolphins .tab-list {
  margin-left: -5px;
  margin-right: -5px;
}
.dolphins .tab-list li {
  padding: 0 5px;
  margin: 0 0 10px;
}
.dolphins .tab-list li > * {
  margin: 0;
}
.dolphins .tab-title {
  font-size: 24px;
  color: #958000;
  padding-top: 30px;
}
.dolphins .tab-contents {
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .tab-war {
    margin-bottom: 2px;
  }
  .dolphins .tab-list {
    display: none;
  }
  .dolphins .tab-warp {
    margin-bottom: 1px;
  }
  .dolphins .tab-title {
    padding-top: 0;
  }
  .dolphins .btn-accordion h4 {
    font-size: 16px;
    color: #958000;
    padding: 10px 20px;
    text-align: left;
    background: #b7a369;
    border: 1px solid #b7a369;
    color: #fff;
    position: relative;
  }
  .dolphins .btn-accordion h4:after {
    content: url(../img/dolphins/tab_open.png);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    position: absolute;
    top: 3px;
    right: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 47px;
    background: #fff;
  }
  .dolphins .btn-accordion.active h4 {
    background: #fff;
    color: #b7a369;
  }
  .dolphins .btn-accordion.active h4:after {
    content: url(../img/dolphins/tab_close.png);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    position: absolute;
    top: 3px;
    right: 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 47px;
    background: #b7a369;
  }
}
.dolphins .bg-yellow {
  background: #f0edd5;
  text-align: center;
}
.dolphins .tab-inner {
  max-width: 520px;
  display: inline-block;
  text-align: left;
}

.dolphins .tab-inner img {
  margin-bottom: 10px;
}

/*.side nav
-----------------------------------------------------*/
.component-sidenav a .ja {
  color: #d3d3d3;
}
.layout-side .dolphins.dolphins-sns {
  margin-top: 0px;
}
.layout-side .dolphins.dolphins-sns .component-sidenav-inner a {
  color: #fff;
  border: 0 !important;
}

.side-journal {
  margin-top: 12px;
}

/* ニュースページ用
------------------------------------------------------ */
.team-mn .layout-second .second-body article a.btn-danger {
  color: #fff;
}

/*youtube
------------------------------------------------------ */
.dolphins .bg-black {
  background: #000;
}
.youtube-warp {
  background: #000;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}

.dolphins.one-column {
  padding-right: 30px;
}

/*youtube
------------------------------------------------------ */
.dolphins .card-item {
  background-color: #f3f3f3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 30px 20px 20px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.dolphins .card-item img {
  width: auto;
  height: auto;
  max-width: 140px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dolphins .card-item span {
  display: block;
  font-size: 12px;
}
