/*共通
-----------------------------------------------------*/
.dolphins {
  color: #333;
}

.dolphins .mb-none {
  margin-bottom: 0 !important;
}
.dolphins .mb-ss {
  margin-bottom: 10px !important;
}
.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;
  text-decoration: underline;
}
.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 a.red-link {
  color: #cd1b2f !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}

/*.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: #666666 !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 .flex-col {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dolphins .bg-white {
  background: #fff;
}
.dolphins .contents-warp {
  padding: 50px 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .dolphins .contents-warp {
    padding: 50px 10px;
  }
}
@media (min-width: 769px) and (max-width: 1469px) {
  .dolphins .contents-warp_partner {
    padding: 50px 55px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .dolphins .contents-warp_partner {
    padding: 50px 10px;
  }
}
.dolphins .contents-warp-lp {
  padding: 50px 150px;
  margin: 0;
}
@media (max-width: 768px) {
  .dolphins .contents-warp-lp {
    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(/v=1530006150/files/user/_/common/img/h2_border.png) left bottom repeat-x;
  margin: 10px 0 30px;
  font-size: 2em;
  font-weight: bold;
}
.dolphins .h2-partner {
  padding: 20px;
  color: #ffffff;
  margin: 10px 0 30px;
  font-size: 2em;
  font-weight: bold;
  background: #cc0000;
}
.dolphins .h3 {
  font-size: 1.8em;
  font-weight: bold;
  padding: 0 0 0 10px;
  border-left: 2px solid #cc0000;
  margin: 10px 0 30px;
  line-height: 1.2;
}
.dolphins .h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 20px;
  line-height: 1.4;
}

.dolphins .h4-funclub {
  font-size: 1.4em;
  margin: 10px 0 20px;
  line-height: 1.4;
  color: #cc0000;
}
.dolphins .h4-funclub img {
  margin-right: 10px;
  vertical-align: middle;
}
.dolphins .h4-funclub span {
  vertical-align: middle;
  color: #cc0000;
}

.dolphins .h2-1 {
  padding: 10px 16px;
  margin: 10px 0 30px;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #de1c1c;
  color: #fff !important;
}

.dolphins .h2-2 {
  padding: 20px 10px 10px 0px;
  margin: 10px 0 30px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 2px solid #de1c1c;
}
.dolphins .h3-1 {
  font-size: 1.8em;
  font-weight: bold;
  padding: 10px 15px;
  margin: 10px 0 30px;
  line-height: 1.2;
  border-left: 2px solid #b7a55c;
  background-color: #f1edde;
  margin-bottom: 20px;
  font-size: 18px;
}

.dolphins .h4-1 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 8px 15px;
  margin: 10px 0 20px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
}

.dolphins .h4-2 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 8px 15px;
  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 .text-sm {
  font-size: 12px;
}

.dolphins strong {
  font-weight: bold;
}

.dolphins .text-red {
  color: #cc0000;
}

.dolphins .text-white,
.dolphins a.text-white {
  color: #ffffff !important;
}

.dolphins .fan-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.dolphins .sub-title {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .dolphins .fan-title {
    font-size: 22px;
  }
  .dolphins .sub-title {
    font-size: 18px;
    font-weight: bold;
  }
}
.dolphins .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.dolphins .indent-block {
  padding-left: 1em;
  text-indent: -1em;
}
.dolphins .indent02 {
  display: inline-block;
  padding-left: 2em;
  text-indent: -1.8em;
}

.dolphins .col-20 {
  -webkit-flex-basis: 20% !important;
  -ms-flex-preferred-size: 20% !important;
  flex-basis: 20% !important;
  max-width: 20% !important;
}

@media (max-width: 1400px) {
  .dolphins .col-20 {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
.dolphins .col-30 {
  -webkit-flex-basis: 20% !important;
  -ms-flex-preferred-size: 20% !important;
  flex-basis: 20% !important;
  max-width: 20% !important;
}

@media (max-width: 1400px) {
  .dolphins .col-30 {
    -webkit-flex-basis: 33.3% !important;
    -ms-flex-preferred-size: 33.3% !important;
    flex-basis: 33.3% !important;
    max-width: 33.3% !important;
  }
}

/*リスト
-----------------------------------------------------*/
.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 {
  color: #fff !important;
  border: 1px solid #a0191a;
  background: #a0191a;
  font-weight: bold;
}
.dolphins .btn-gray {
  color: #000 !important;
  border: 1px solid #e8e6de;
  background: #e8e6de !important;
  font-weight: bold;
}
.dolphins .btn-current {
  color: #b7a369 !important;
  border: 1px solid #b7a369;
  background: #fff !important;
  font-weight: bold !important;
}
.dolphins .btn-line {
  color: #fff;
  border: 1px solid #00b900;
  background: #00b900 !important;
}
.dolphins .btn-black {
  color: #fff !important;
  border: 1px solid #000;
  background: #000 !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .dolphins .btn-black {
    font-size: 14px !important;
  }
}
.dolphins .btn-red {
  position: relative;
  color: #cd1b2f !important;
  border: 2px solid #cd1b2f;
  background: #fff !importantd;
}
.dolphins .btn-red .triangle {
  padding-left: 20px;
  font-weight: bold !important;
}
.dolphins .btn-red::before {
  position: absolute;
  content: "";
  top: 39%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #cd1b30 transparent;
}
.dolphins .btn-red-lg {
  position: relative;
  color: #cd1b2f !important;
  border: 2px solid #cd1b2f;
  background: #fff !important;
  min-width: auto !important;
  box-sizing: border-box;
  width: 97%;
}
.dolphins .btn-red-lg .triangle {
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 17px !important;
}
.dolphins .btn-red-xg {
  position: relative;
  color: #cd1b2f !important;
  border: 2px solid #cd1b2f;
  background: #fff !important;
  min-width: auto !important;
  box-sizing: border-box;
  width: 100%;
}

.dolphins .btn-red-xg .triangle {
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 17px !important;
}
@media (max-width: 768px) {
  .dolphins .btn-red-lg .triangle {
    font-size: 14px !important;
  }
  .dolphins .btn-red-xg .triangle {
    font-size: 14px !important;
  }
}

.dolphins .btn-red-lg::before {
  position: absolute;
  content: "";
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10.5px 0 10.5px;
  border-color: #cd1b30 transparent transparent transparent;
}
.dolphins .btn-red-xg::before {
  position: absolute;
  content: "";
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10.5px 0 10.5px;
  border-color: #cd1b30 transparent transparent transparent;
}
.dolphins .btn-hover:hover {
  opacity: 0.7;
  transition: 0.15s;
}

.dolphins .btn-sg {
  padding: 10px 30px !important;
  margin-right: 0px;
}
.dolphins .btn-lg {
  padding: 20px 10px;
  margin-right: 0px;
}
.dolphins .btn-mg {
  padding: 25px 32px !important;
  margin-right: 0px !important;
}
.dolphins .btn-ng {
  padding: 23px 45px !important;
  margin-right: 0px !important;
}
.dolphins .btn-og {
  padding: 23px 90px !important;
  margin-right: 0px !important;
}
.dolphins .btn-pg {
  padding: 22px 0px 37px !important;
  margin-right: 0px !important;
}
.dolphins .btn-lpg {
  padding: 22px 5px 40px !important;
  margin-right: 0px !important;
}
.dolphins .btn-block {
  display: block;
}
.dolphins .btn-radius {
  border-radius: 5px;
}
.dolphins .btn-corner {
  -webkit-clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

/*アイコン
-----------------------------------------------------*/
.dolphins .icon-arrow:after {
  content: url(/v=1530006150/files/user/_/common/img/arrow.png);
  position: relative;
  top: 0px;
  margin-left: 10px;
}
.dolphins .icon-blank:after {
  content: url(/v=1530006150/files/user/_/common/img/icon_blank.png);
  position: relative;
  top: 5px;
  margin-left: 10px;
}
.dolphins .icon-pdf:after {
  content: url(/v=1530006150/files/user/_/common/img/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;
}

/*テーブルレイアウト
-----------------------------------------------------*/
.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: middle;
}
.dolphins .table > thead > tr > th {
  border-top: 1px solid #9c9c9c;
}
.dolphins .table-bordered {
  border: 1px solid #9c9c9c;
  vertical-align: middle;
}
.dolphins .table-bordered > thead > tr > th,
.dolphins .table-bordered > thead > tr > td {
  background: #9c9c9c;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.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;
  vertical-align: middle;
}

/*テーブルレイアウト 横スクロールあり
-----------------------------------------------------*/
.dolphins .table-responsive-scroll {
  min-height: 0.01%;
  overflow-x: auto;
}
.dolphins .table-responsive-scroll .table {
  max-width: 100%;
}
.dolphins .table-mb {
  margin-bottom: 120px !important;
}
.dolphins .table-sb {
  margin-bottom: 80px !important;
}
@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;
  }
  .table th,
  .table td {
    font-size: 14px !important;
  }
}

/*リスト
-----------------------------------------------------*/
/*.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;
}
.dolphins .img-box .black-text {
  background: #000;
  padding: 20px 10px;
  text-align: center;
}

/*自動改行無くす
-----------------------------------------------------*/
.dolphins .no-wrap {
  white-space: nowrap;
}

/*テーブルフォント
-----------------------------------------------------*/
.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-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-list2 {
  margin-left: -5px;
  margin-right: -5px;
}
.dolphins .tab-list2 li {
  padding: 0 5px;
  margin: 0 0 10px;
}
.dolphins .tab-list2 li > * {
  margin: 0;
}
.dolphins .tab-list2 li a {
  color: #fff !important;
  text-decoration: none;
}
.dolphins .tab-list03 li .btn {
    margin-right: 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-list2 li {
    margin: 0 0 2px;
  }
  .dolphins .tab-list03 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .dolphins .tab-list03 li {
    display:grid;
  }
  .dolphins .tab-list03 li .btn {
    margin-right: 0;
    min-width: auto;
  }

  .dolphins .tab-warp {
    margin-bottom: 1px;
  }
  .dolphins .tab-title {
    padding-top: 30px;
  }
  .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(/v=1530006150/files/user/_/common/img/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(/v=1530006150/files/user/_/common/img/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 .bg-red {
  background: #fff1f1;
  text-align: center;
  padding: 20px;
}
.dolphins .tab-inner {
  max-width: 520px;
  display: inline-block;
  text-align: left;
}

.dolphins .tab-inner img {
  margin-bottom: 10px;
}

.dolphins .sub-p img {
  width: 50%;
}

/*.side nav
-----------------------------------------------------*/
.component-sidenav a .ja {
  /*color: #d3d3d3;*/
  color: #d3d3d3 !important;
}
.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 !important;
}

/*youtube
------------------------------------------------------ */
.dolphins .bg-black {
  background: #000;
}
.youtube-warp {
  background: #000;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
}
.dolphins.one-column {
  padding-right: 30px;
}
.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: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dolphins .card-item span {
  display: block;
  font-size: 12px;
}

/*youtube_iframeWrapper
------------------------------------------------------ */
.iframeWrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.iframeWrapper iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

/*LP
------------------------------------------------------ */

.body-lp {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .body-lp {
    margin-right: 0;
  }
}

/*アコーディオン
------------------------------------------------------ */
.dolphins .accordion dt {
  display: flex;
  position: relative;
  padding: 20px 64px 20px 32px;
  background-color: #f4f4f4;
  font-size: 18px;
  font-weight: bold;
}

.dolphins .accordion .-more{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 15px 45px 15px 32px;
  width: 25%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .dolphins .accordion .-more {
    width: auto;
  }
}

.dolphins .accordion .-more .icn-toggle:before,
.dolphins .accordion .-more .icn-toggle:after {
  background: #fff;
}



.dolphins .accordion dt span.faq-initial {
  margin-right: 8px;
  color: #cd1b2f;
}

.dolphins .accordion dt .icn-toggle {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.dolphins .accordion dt .icn-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
}

.dolphins .accordion dt .icn-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: #000;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}

.dolphins .accordion dd {
  display: none;
  margin-top: 24px;
  padding: 0 32px;
  height: auto;
  opacity: 1;
}


.dolphins ul.custom-list {
  list-style: none;
  padding-left: 0;
}

.dolphins ul.custom-list li {
  position: relative;
  padding-left: 15px;
}

.dolphins ul.custom-list li::before {
  content: '';
  background: #000;
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.dolphins .accordion dd p {
  margin: 0;
}

.dolphins .accordion dd img {
  margin-right: 24px;
}

.dolphins .accordion dd p span.faq-initial {
  margin-right: 8px;
  color: #cd1b2f;
  font-size: 18px;
  font-weight: bold;
}

/* 開いた後のスタイル */
.dolphins .accordion dt.active .icn-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 767px) {
  .dolphins .accordion dt {
    font-size: 16px;
  }

  .dolphins .accordion dd p span.faq-initial {
    font-size: 16px;
  }

  .dolphins .accordion dd p {
    margin-top: 16px;
    &:first-of-type {
      margin-top: 0;
    }
  }
}

/*ポイント番号付きテキスト
------------------------------------------------------ */
.dolphins .fanclub-point div:first-child {
  margin-right: 0;
  margin-left: 0;
}
.dolphins .fanclub-point div:first-child img {
  width: 57px;
  margin-right: 16px;
  flex-shrink: 0;
}

.dolphins .fanclub-point h3 {
  padding-top: 14px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.6rem;
}

/*テキスト
------------------------------------------------------ */
.text-red-box {
  border: 2px solid #de1c1c;
  padding: 15px;
}
/*背景色
------------------------------------------------------ */
.bg-gray {
  background-color: #f4f4f4;
  padding: 15px;
}
.bg-yellow02 {
  background-color: #F1EDDE;
  padding: 15px;
}
/*テキストサイズ
------------------------------------------------------ */
.text-s {
  font-size: 13px;
}


/*テーブルレイアウト
------------------------------------------------------ */
/*PC*/
@media screen and (min-width: 769px) {
  #page_academy_pages .dolphins .table-border > tbody > tr > th{
    width: 100px;
  }
}


/*アコーディオン
------------------------------------------------------ */
.dolphins .flex-center {
  display: flex;
  justify-content: center;
}

.dolphins .h3-2 {
  position: relative;
  font-size: 1.8em;
  font-weight: bold;
  padding: 24px 55px 26px 72px;
  background: linear-gradient(135deg, transparent 16px, #f1edde 0) top left;
  margin: 10px 0 0;
  line-height: 1.2;
  font-size: 18px;
  @media (max-width: 768px) {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 64px 20px 45px; 
  } 
}

.dolphins .h3-2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B7A55C;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .dolphins .h3-2::before {
    top: 20px;
    bottom: auto;
    left: 20px;
  }
}

.dolphins .btn-accordion03 {
  display: block !important;
  background-color: #fff !important;
  padding: 0 !important;
}

.dolphins .accordion .bg {
  margin-top: 0 !important;
  padding: 0 !important;
  background: #FBFAF5 !important;
}

.dolphins .accordion .bg-inr {
  padding: 28px 40px 60px !important;
}

@media (max-width: 768px) {
  .dolphins .accordion .bg-inr {
    padding: 24px 32px 40px !important;
  }
}

.dolphins .col-3{
  flex-basis: 39.1%;
  max-width: 339px;
  padding: 0 36px 0 0 !important;
 }

@media (max-width: 768px) {
  .dolphins .col-3{
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 10px !important;
  }
  .dolphins .col-3 img{
    width: 100%;
  }
}

.dolphins .col__lg--7s {
  flex-basis: 60.7%;
  max-width: 60.7%;
}

@media (max-width: 768px) {
  .dolphins .col__lg--7s {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.dolphins .btn-xsg {
  padding: 10px 46px !important;
  max-width: 139px;
  margin: 15px 0 0 !important;
}

@media (max-width: 768px) {
  .dolphins .btn-xsg {
    padding: 19px 8px !important;
    margin: 20px auto !important;
    max-width: 220px;
  }
}

.dolphins .bg-annotation{
  display: block;
  margin-top: 10px;
  font-size: 12px;
  background: #FCE8E8;
  padding: 10px 15px 15px;
}

@media (min-width: 1470px) {
  .dolphins .partner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}
/*グリッドレイアウト
------------------------------------------------------ */
.grid-columns-02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.grid-columns-03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-columns-03-01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-columns-04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-columns-04-01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-columns-06 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (min-width: 769px) {
  .grid-columns-06-04 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    padding: 0;
    .img-wrap {
        // 上段
      &:nth-of-type(1) { grid-column: 1; }
      &:nth-of-type(2) { grid-column: 2; }
      &:nth-of-type(3) { grid-column: 3; }
      &:nth-of-type(4) { grid-column: 4; }

      // 下段
      &:nth-of-type(5) { grid-column: 1; grid-row: 2; }
      &:nth-of-type(6) { grid-column: 2; grid-row: 2; }
      &:nth-of-type(7) { grid-column: 3; grid-row: 2; }
      &:nth-of-type(8) { grid-column: 4; grid-row: 2; }
    }
    .row-2.col-1 {
      grid-column: 1;
      grid-row: 2;
    }
  }
}



@media (max-width: 768px) {
  .grid-columns-02 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .grid-columns-03 {
    padding: 40px 20px 0 20px;
    grid-template-columns: 1fr 1fr;
     gap: 10px;
     width: auto;
  }
  .grid-columns-03-01 {
    grid-template-columns: 1fr 1fr;
     gap: 0 15px;
     width: auto;
  }
  .grid-columns-04 {
    padding: 40px 20px 0 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: auto;
  }
  .grid-columns-04-01 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
  .grid-columns-06 {
      padding: 40px 20px 0 20px;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
  }
  .grid-columns-06-04 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
  }
}

/*グリッドアイテム
------------------------------------------------------ */
.grid-partner-list li {
  width: auto;
  margin: 0;
  padding: 0;
}
.grid-partner-list li .li-inner{
  max-height: none;
  border: 1px solid #F3F3F3;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: block;
  padding: 10px;
  background: #fff;
}
.grid-partner-list li .li-inner a {
  display: block;
}
.tier1 li img {
  width: 97% !important;
}
.grid-partner-list li img  {
  width: 90%;
  border: none;
}
.partner .border-white {
  border-top: 3px solid #fff;
}

.dolphins .h2-red {
  color: #CD1B2F;
  font-family: "DIN Condensed";
  text-align: center; 
  line-height: normal;
  font-size: 32px;
}


/*SNSボタン
------------------------------------------------------ */
.sns-list_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-list_news .sns-btn {
  max-width: 50%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #eee;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
.sns-list_news .sns-btn {
  max-width: 100%;
  margin: 0 40px;
}
}

.sns-list_news .sns-btn .img {
  position: absolute;
  max-width: 20px;
  width: 100%;
  top: 40%;
  left: 10%;
  -webkit-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}

.sns-list_news .sns-twi {
  background-color: #000;
  color: #fff;
}

.sns-list_news .sns-inst {
  background-image: url("https://nagoya-dolphins.jp/files/user/common/2021-22/game/sns-inst-bg.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.sns-list_news .sns-youtube {
  background-color: #ff0000;
  color: #fff;
}

.sns-list_news .sns-tictok {
  background-color: #000;
  color: #fff;
}

.sns-list_news .sns-line {
  background-color: #06c755;
  color: #fff;
}

/*youtube動画レスポンシブ
------------------------------------------------------ */
.youtube-content {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 560px;
  height: 315px;
  aspect-ratio: auto;
}
.youtube-content iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .youtube-content {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}