@charset "UTF-8";
/* CSS Document */


/* デフォルト（PCサイズ） */
.my-caption img {
  width: 400px;
}

/* タブレット */
@media screen and (max-width: 1350px) {
  .my-caption img {
    width: 380px!important;
	  height: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .my-caption img {
    width: 360px!important;
	  height: auto !important;
  }
}

@media screen and (max-width: 1023px) {
  .my-caption img {
    width: 340px!important;
	  height: auto !important;
  }
}

/* モバイル */
@media screen and (max-width: 768px) {
  .my-caption img {
    width: 300px!important;
	  height: auto !important;
  }
}

/* スマホ（狭小画面） */
@media screen and (max-width: 480px) {
  .my-caption img {
    width: 200px!important;
	  height: auto !important;
  }
}


.fb-c {
	color:#3b5998;
}
.insta-c {
	color:#CF2E92;
}
.x-c {
	color:#000;
}

@media (min-width: 481px) {
.pc-none {
		display:none;
	}
}

.ff-title-s {
	color:#C00;
	font-weight:700;
}
.ff-title {
	color:#C00;
	font-weight:700;
}


.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scroll-container table {
  min-width: 600px;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  text-align: center;
}


/* セル共通 */
th, td {
  padding: 12px 16px;
  border: 1px solid #ccc;
}

/* ヘッダー */
thead th {
  background: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
}

/* ラベル列（縦） */
.left-label-t {
  background: #398093;
  color: white;
  text-align: left;
  font-weight: bold;
}

.left-label {
  background: #4a90a4;
  color: white;
  text-align: left;
  font-weight: bold;
}

/* 各列の個別カラー */
.fairy-t {
  background: #ffff00;
  font-weight: bold;
}

.fairy {
  background: #ffffcc;
  font-weight: bold;
}

.company-t {
  background: #EEE;
}

.company {
  background: white;
}

/* 色クラス */
.ff-color {
  color: #00858D;
}

.red {
  color: #C00;
}

.yellow {
  color: #FFFF00;
}

/* スマホ時のフォントサイズ最適化 */
@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
}


.deleat {
	text-decoration: line-through;
}
.button-normal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
    padding: 0.9em 0;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
}

.button-normal:hover {
    background-color: #1579c0;
	color: #fff;
}

/*----*/

.button-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 170px;
    margin: 0 auto;
    padding: 0.8em 0.5em;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-slider::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-slider 2s infinite linear;
}

@keyframes animation-button-slider {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-slider:hover {
    background-color: #1579c0;
	color: #fff;
}

/*----*/

.button-move {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 1em 0;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
}

.button-move::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-move 2s infinite linear;
}

@keyframes animation-button-move {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-move:hover {
    background-color: #1579c0;
	color: #fff;
}

.button-move-y {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.9em 0 0.9em 0;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    background-color: #ffff00;
    color: #CC0000;
    font-weight: 700;
}

.button-move-y::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 100%;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-move 2s infinite linear;
}

@keyframes animation-button-move-y {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-move-y:hover {
    background-color: #ffff99;
	color: #CC0000;
}