@charset "UTF-8";
/*CSSにSVG記述するときに空コード変数で使う場合にカラーコードの#消す ex color("#02a8f5")*/
@media screen and (min-width: 1200px) {
  .tb:not(.pc), .sp {
    display: none !important; } }
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .pc:not(.tb), .sp:not(.tb) {
    display: none !important; } }
@media screen and (max-width: 640px) {
  .tb:not(.sp), .pc {
    display: none !important; } }
.p-faq {
  margin-bottom: 50px; }
  .p-faq .p-faq-q, .p-faq .p-faq-a {
    border-style: solid;
    border-color: #02a8f5;
    border-width: 1px;
    background: #fff;
    color: #2934ab;
    font-weight: 700;
    padding: 15px 35px 15px calc(2rem + 25px);
    max-width: 1140px; }
    @media screen and (min-width: 1200px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        margin-left: 20px; } }
    @media screen and (max-width: 1199px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 15px 35px 15px 45px; } }
    .p-faq .p-faq-q::before, .p-faq .p-faq-a::before {
      display: inline-flex;
      border-radius: 50%;
      width: 2rem;
      height: 2rem;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      margin-right: 10px;
      margin-left: calc(-2rem - 5px); }
    .p-faq .p-faq-q .c-list-notice, .p-faq .p-faq-a .c-list-notice {
      margin-top: 10px;
      margin-bottom: 0; }
  .p-faq .p-faq-q {
    border-radius: 5px;
    position: relative;
    margin-bottom: -3px;
    cursor: pointer;
    transition: .2s; }
    .p-faq .p-faq-q:hover {
      border-color: #FE7E00;
      background: #fff;
      color: #FE7E00; }
      .p-faq .p-faq-q:hover::before {
        background-color: #FE7E00; }
      .p-faq .p-faq-q:hover::after {
        color: #FE7E00; }
    .p-faq .p-faq-q:not(:first-child) {
      margin-top: 20px; }
    .p-faq .p-faq-q::before {
      font-size: 1.5rem;
      line-height: 1.7rem;
      background-color: #2934ab;
      content: "Q";
      transition: .2s; }
    .p-faq .p-faq-q::after {
      font-weight: 700;
      font-size: 30px;
      display: inline-block;
      width: 2rem;
      height: 2rem;
      right: 10px;
      position: absolute;
      content: "+";
      top: 8px;
      color: #2934ab;
      transition: .2s; }
      @media screen and (max-width: 1199px) {
        .p-faq .p-faq-q::after {
          right: 0px; } }
    .p-faq .p-faq-q.open {
      border-radius: 5px 5px 0 0; }
    .p-faq .p-faq-q.open::after {
      top: 8px;
      right: -3px;
      content: "-";
      transform: scaleX(1.8); }
      @media screen and (max-width: 1199px) {
        .p-faq .p-faq-q.open::after {
          right: -14px; } }
  .p-faq .p-faq-a {
    border-radius: 0 0 5px 5px;
    display: none;
    background-color: #f8fdff; }
    .p-faq .p-faq-a::before {
      font-size: 1.5rem;
      line-height: 1.5rem;
      border: 2px solid #02a8f5;
      background-color: #f8fdff;
      color: #02a8f5;
      content: "A"; }

.p-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .p-flow .p-flow-card {
    border-radius: 5px;
    border: 2px solid #02a8f5;
    background-color: #fff;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .p-flow .p-flow-card {
        width: calc(25% - 30px); }
        .p-flow .p-flow-card:not(:last-child)::after {
          top: 50%;
          right: -37px; } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .p-flow .p-flow-card {
        width: calc(50% - 15px);
        margin-bottom: 40px; }
        .p-flow .p-flow-card:not(:last-child):nth-child(even)::after {
          transform: rotate(135deg);
          bottom: -37px;
          left: -32px; }
        .p-flow .p-flow-card:not(:last-child):nth-child(odd)::after {
          top: 50%;
          right: -32px; }
        .p-flow .p-flow-card:nth-last-child(1), .p-flow .p-flow-card:nth-last-child(2) {
          margin-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .p-flow .p-flow-card {
        width: 100%; }
        .p-flow .p-flow-card:not(:last-child) {
          margin-bottom: 40px; }
        .p-flow .p-flow-card:not(:last-child)::after {
          top: unset;
          bottom: -37px;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); } }
    .p-flow .p-flow-card:not(:last-child)::after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      background-image: url("/tcom/common/img/right.svg");
      background-repeat: no-repeat;
      background-position: center; }
    .p-flow .p-flow-card .p-flow-card-title {
      background-color: #02a8f5;
      color: #fff;
      width: 100%;
      display: block;
      padding: 10px;
      text-align: center;
      font-size: 125%;
      font-weight: 700; }
    .p-flow .p-flow-card .p-flow-card-contents {
      padding: 20px; }
      @media screen and (max-width: 640px) {
        .p-flow .p-flow-card .p-flow-card-contents {
          padding: 10px;
          display: flex;
          align-items: center; } }
      .p-flow .p-flow-card .p-flow-card-contents img {
        margin: 0 auto 10px;
        display: block;
        max-height: 150px;
        width: auto; }
        @media screen and (max-width: 640px) {
          .p-flow .p-flow-card .p-flow-card-contents img {
            width: 100px;
            height: 100px;
            padding: 10px; } }
    .p-flow .p-flow-card .p-flow-card-number {
      filter: drop-shadow(1px 1px 0px white);
      position: absolute;
      left: 0;
      top: 0;
      max-width: 60px; }
      @media screen and (min-width: 1200px) {
        .p-flow .p-flow-card .p-flow-card-number {
          transform: translate(-33%, -33%); } }
      @media screen and (min-width: 641px) and (max-width: 1199px) {
        .p-flow .p-flow-card .p-flow-card-number {
          transform: translate(-20%, -20%); } }
      @media screen and (max-width: 640px) {
        .p-flow .p-flow-card .p-flow-card-number {
          transform: translate(-10%, -33%); } }

.p-card-campaign {
  background: #fff;
  display: flex;
  padding: 80px 20px 25px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  position: relative;
  text-decoration: none;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .p-card-campaign {
      padding-top: clamp(60px, 15vw, 90px);
      margin: 5px;
      flex-direction: column; } }
  .p-card-campaign .p-card-campaign_left, .p-card-campaign .p-card-campaign_right {
    width: 50%; }
    @media screen and (max-width: 1199px) {
      .p-card-campaign .p-card-campaign_left, .p-card-campaign .p-card-campaign_right {
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    .p-card-campaign .c-button-radius {
      margin-top: -20px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-campaign .c-button-radius {
      margin-top: -20px; } }
  @media screen and (max-width: 640px) {
    .p-card-campaign .c-button-radius {
      margin-top: -5px; } }
  .p-card-campaign .u-big {
    text-align: center;
    font-size: 150%;
    color: #02a8f5;
    font-weight: 700;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 1199px) {
      .p-card-campaign .u-big {
        margin-top: 15px; } }
    .p-card-campaign .u-big::after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #02a8f5 5px, #02a8f5 10px); }
  .p-card-campaign .p-card-campaign_title {
    position: absolute;
    left: 0;
    top: 0;
    background: #02a8f5;
    color: #fff !important;
    width: 100%;
    text-align: center;
    font-size: clamp(13px, 4.5vw, 152%);
    font-weight: 700;
    padding: 10px 0; }
  .p-card-campaign .p-card-campaign_text {
    color: #000; }
    @media screen and (min-width: 641px) {
      .p-card-campaign .p-card-campaign_text {
        text-align: center; } }
  .p-card-campaign .p-card-campaign_link {
    transition: .3s;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #02a8f5;
    text-decoration: underline;
    font-size: 14px; }
    .p-card-campaign .p-card-campaign_link::after {
      transition: .3s;
      margin-left: 5px;
      display: inline-block;
      content: "▼";
      transform: rotate(-90deg); }
  .p-card-campaign img {
    transition: .3s; }
    .p-card-campaign img:hover {
      transform: scale(1.02); }

.p-card-campaign-mini_wrap {
  display: flex;
  flex-wrap: wrap; }
  .p-card-campaign-mini_wrap .p-card-campaign-mini {
    overflow: hidden;
    text-decoration: none;
    color: #000;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    text-align: center;
    background: white;
    position: relative; }
    .p-card-campaign-mini_wrap .p-card-campaign-mini .u-title {
      color: white;
      font-weight: 700;
      font-size: 130%;
      padding: 7px 10px 10px; }
    @media screen and (min-width: 1200px) {
      .p-card-campaign-mini_wrap .p-card-campaign-mini {
        width: calc(50% - 20px);
        margin: 10px;
        padding-bottom: 10px; } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .p-card-campaign-mini_wrap .p-card-campaign-mini {
        width: calc(50% - 14px);
        margin: 7px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 640px) {
      .p-card-campaign-mini_wrap .p-card-campaign-mini {
        			/*max-width: unset;
        			width: calc(100% - 10px);
        			margin: 5px;
        			display: grid;
        			grid-template-columns: 46% auto;
        			padding-bottom: 0;
        			.u-title{
        				display: none;
        			}
        			.p-card-campaign_mini_img{
        				grid-row: 1 / 2;
        				grid-column: 1 / 2;
        				align-items: center;
            			display: flex;
        				line-height: 0;
        			}
        			.p-card-campaign_mini_title{
        				display: none;
        			}
        			.p-card-campaign_mini_text{
        				text-align: left;
        				grid-row: 1/ 2;
        				grid-column: 2 / 3;
        				line-height: 16px;
        			}
        			.p-card-campaign_mini_link{
        				display: none;	
        			}*/ } }
    @media screen and (max-width: 640px) {
      .p-card-campaign-mini_wrap .p-card-campaign-mini {
        display: block;
        width: calc(50% - 10px);
        margin: 5px;
        padding-bottom: 0;
        line-height: 0; }
        .p-card-campaign-mini_wrap .p-card-campaign-mini .u-title,
        .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_title,
        .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_text,
        .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_link {
          display: none !important; }
        .p-card-campaign-mini_wrap .p-card-campaign-mini .u-title-sp {
          aspect-ratio: 60 / 8;
          display: flex !important;
          justify-content: center;
          align-items: center;
          font-size: clamp(10px, 3vw, 16px) !important;
          padding: 0; } }
    .p-card-campaign-mini_wrap .p-card-campaign-mini img {
      transition: .3s;
      display: inline-block;
      line-height: 0;
      aspect-ratio: 100 / 41;
      object-fit: contain; }
      @media screen and (max-width: 640px) {
        .p-card-campaign-mini_wrap .p-card-campaign-mini img {
          aspect-ratio: 60 / 37; }
          .p-card-campaign-mini_wrap .p-card-campaign-mini img.u-title-sp-img {
            aspect-ratio: 60 / 29; } }
    .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_title {
      display: none;
      letter-spacing: 1px;
      font-size: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 700;
      border: none; }
    .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_text {
      padding: 10px; }
    .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_link {
      transition: .3s;
      position: absolute;
      right: 10px;
      bottom: 5px;
      color: #02a8f5;
      text-decoration: underline;
      font-size: 14px; }
      .p-card-campaign-mini_wrap .p-card-campaign-mini .p-card-campaign_mini_link::after {
        transition: .3s;
        margin-left: 5px;
        display: inline-block;
        content: "▼";
        transform: rotate(-90deg); }
    .p-card-campaign-mini_wrap .p-card-campaign-mini:hover img {
      transform: scale(1.025); }
    .p-card-campaign-mini_wrap .p-card-campaign-mini:hover .p-card-campaign_mini_link {
      color: #FE7E00; }
      .p-card-campaign-mini_wrap .p-card-campaign-mini:hover .p-card-campaign_mini_link::after {
        color: #FE7E00;
        transform: rotate(-90deg) translateY(2px); }

.u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini {
  display: block !important;
  padding-bottom: 0;
  line-height: 0; }
  .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini h3 {
    line-height: 22px; }
  @media screen and (min-width: 1200px) {
    .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini {
      width: calc(33.333% - 20px); } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini {
      width: calc(50% - 20px); } }
  @media screen and (max-width: 640px) {
    .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini {
      border-width: 1px;
      width: calc(50% - 5px); }
      .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini:nth-child(odd) {
        margin: 5px 5px 5px 0px; }
      .u-sub .p-card-campaign-mini_wrap .p-card-campaign-mini:nth-child(even) {
        margin: 5px 0px 5px 5px; } }

a[class^="p-card-option"] {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px rgba(41, 52, 171, 0.1);
  text-decoration: none;
  transition: .2s;
  padding-bottom: 30px;
  border: 1px solid #64caf9; }
  @media screen and (max-width: 400px) {
    a[class^="p-card-option"] {
      padding-bottom: 20px; } }
  a[class^="p-card-option"]:hover img {
    opacity: .8; }
    @media screen and (min-width: 641px) {
      a[class^="p-card-option"]:hover img {
        transform: scale(1.05); } }
  a[class^="p-card-option"]:hover .p-card-option_link {
    color: #FE7E00; }
    a[class^="p-card-option"]:hover .p-card-option_link::after {
      transform: rotate(-90deg) translateY(3px); }
  @media screen and (max-width: 640px) {
    a[class^="p-card-option"]:hover .p-card-option_title.u-bg-theme {
      background-color: #FE7E00; }
      a[class^="p-card-option"]:hover .p-card-option_title.u-bg-theme::before {
        background-color: #2934ab; } }
  a[class^="p-card-option"] .p-card-option_img {
    padding: 10px;
    background: #f7fdff;
    border-bottom: 2px solid #64caf9; }
    @media screen and (max-width: 640px) {
      a[class^="p-card-option"] .p-card-option_img {
        border: none; } }
    a[class^="p-card-option"] .p-card-option_img img {
      transition: .2s; }
  a[class^="p-card-option"] .p-card-option_link {
    color: #02a8f5;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    font-size: 14px;
    padding-right: 0px; }
    a[class^="p-card-option"] .p-card-option_link::after {
      transition: .3s;
      margin-left: 0px;
      display: inline-block;
      content: "▼";
      transform: rotate(-90deg); }
  @media screen and (max-width: 640px) {
    a[class^="p-card-option"] {
      border-radius: 10px;
      padding: 0px 5px 0;
      display: grid;
      align-items: center; }
      a[class^="p-card-option"] .p-card-option_img {
        padding-left: 5px;
        padding-right: 5px;
        background: none;
        width: 100px;
        grid-row: 2 / 4;
        grid-column: 1 / 2;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 640px) and (max-width: 400px) {
      a[class^="p-card-option"] .p-card-option_img {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        padding: 0;
        width: 150px;
        margin-bottom: -10px; } }
  @media screen and (max-width: 640px) {
      a[class^="p-card-option"] .p-card-option_exp {
        padding: 10px;
        grid-row: 2 / 3;
        grid-column: 2 / 3; } }
    @media screen and (max-width: 640px) and (max-width: 400px) {
      a[class^="p-card-option"] .p-card-option_exp {
        grid-row: 2 / 3;
        grid-column: 1 / 2; } }
  @media screen and (max-width: 640px) {
      a[class^="p-card-option"] .p-card-option_link {
        text-align: right;
        margin-top: 10px;
        margin-right: 0px;
        position: relative;
        grid-row: 3 / 4;
        grid-column: 1 / 3; }
      a[class^="p-card-option"].p-card-option_camp {
        /*キャンペーン*/
        max-width: unset; }
        a[class^="p-card-option"].p-card-option_camp .p-card-option_img {
          width: calc(100% + 40px);
          margin-top: -10px;
          margin-left: -20px;
          grid-row: 1 / 2;
          grid-column: 1 / 3; }
        a[class^="p-card-option"].p-card-option_camp .p-card-option_title {
          grid-row: 2 / 3;
          grid-column: 1 / 3;
          background-color: white;
          padding-bottom: 0;
          margin-bottom: 0; }
          a[class^="p-card-option"].p-card-option_camp .p-card-option_title::before {
            bottom: unset;
            top: 0; }
        a[class^="p-card-option"].p-card-option_camp .p-card-option_exp {
          grid-row: 3 / 4;
          grid-column: 1 / 3;
          padding-bottom: 10px; }
        a[class^="p-card-option"].p-card-option_camp .p-card-option_link {
          grid-row: 4 / 5;
          grid-column: 1 / 3; } }
  a[class^="p-card-option"] p {
    color: black;
    padding: 10px; }

.-box {
  border: 1px solid #f4f4f4; }

.p-tabSet {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .p-tabSet {
      margin: 0 10px; } }

.p-tabSet_tab {
  width: 50%;
  border-width: 1px 1px 0 1px;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  margin: 0 5px;
  cursor: pointer;
  background-color: #A6A6A6;
  text-align: center;
  transition: .3s;
  border: solid #A6A6A6; }
  .p-tabSet_tab.select {
    border: solid #02a8f5;
    background-color: #02a8f5;
    color: #fff;
    font-weight: 700; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-tabSet_tab {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    .p-tabSet_tab {
      width: 47%;
      padding: 10px;
      font-size: 14px; } }

.p-inner .p-tab_content {
  border: 1px solid #02a8f5;
  padding: 50px 20px;
  border-radius: 10px;
  display: none; }
  @media screen and (max-width: 1199px) {
    .p-inner .p-tab_content {
      width: 100%;
      padding: 30px 10px; } }
  .p-inner .p-tab_content .c-h2:first-child {
    margin-top: 0 !important; }
  .p-inner .p-tab_content.select {
    display: block; }
  .p-inner .p-tab_content a[class^="c-button-block"] {
    margin-bottom: 8px;
    min-width: 230px; }
  .p-inner .p-tab_content.u-noborder {
    padding: 0;
    border: none; }

@media screen and (max-width: 640px) {
  .u-3tab {
    margin-left: 0;
    margin-right: 0; }
    .u-3tab .p-tabSet_tab {
      font-size: clamp(10px, 3vw, 14px);
      padding: 3px;
      margin: 0 3px;
      white-space: nowrap; } }

.p-card-original {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(41, 52, 171, 0.1);
  background-color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  margin-bottom: 30px;
  flex-direction: row;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1200px) {
    .p-card-original {
      width: calc(100% - 40px);
      grid-template-columns: 600px auto; } }
  @media screen and (max-width: 1199px) {
    .p-card-original {
      padding-bottom: 30px;
      display: flex;
      flex-direction: column; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .p-card-original {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .p-card-original {
      margin-bottom: 15px;
      border-radius: 5px;
      margin-left: 10px;
      margin-right: 10px; } }
  .p-card-original img {
    transition: .2s;
    width: 100%;
    height: auto; }
    .p-card-original img:hover {
      opacity: .8; }
  .p-card-original .p-card-original_title {
    color: #fff;
    font-size: 200%;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    background-color: #FE7E00;
    grid-row: 1 / 2;
    grid-column: 1 / 3; }
    @media screen and (max-width: 640px) {
      .p-card-original .p-card-original_title {
        font-size: 130%; } }
  .p-card-original .p-card-original_left {
    margin: 30px;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: center; }
  .p-card-original .p-card-original_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row: 2 / 3;
    grid-column: 2 / 3; }
    @media screen and (min-width: 1200px) {
      .p-card-original .p-card-original_right {
        margin: 40px 40px 40px 0px; } }
    @media screen and (max-width: 640px) {
      .p-card-original .p-card-original_right {
        width: 100%; } }
    .p-card-original .p-card-original_right .p-card-original_right_exp {
      padding: 30px;
      line-height: 1.8; }
      @media screen and (max-width: 1199px) {
        .p-card-original .p-card-original_right .p-card-original_right_exp {
          padding: 20px; } }
    .p-card-original .p-card-original_right .p-card-original_right_title {
      font-size: 150%;
      color: #FE7E00;
      font-weight: 700;
      white-space: nowrap;
      border-bottom: 3px dotted #FE7E00;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .p-card-original .p-card-original_right .p-card-original_right_title {
          font-size: 125%;
          margin: 0 10px; } }

div[class^="p-cardSet"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      width: calc(100% / 4 - 30px);
      margin-bottom: 30px; }
      div[class^="p-cardSet"] > *[class^="p-card"]:not(:first-child) {
        margin-left: 30px; }
      div[class^="p-cardSet"] > *[class^="p-card"]:nth-of-type(4n + 1) {
        margin-left: 15px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      width: calc(50% - 30px);
      margin-bottom: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 640px) {
    div[class^="p-cardSet"] > *[class^="p-card"] {
      width: calc(100% - 20px);
      margin-bottom: 15px;
      margin-left: 10px; } }
  div[class^="p-cardSet"]::after {
    content: "";
    display: block;
    height: 0; }
    @media screen and (min-width: 1200px) {
      div[class^="p-cardSet"]::after {
        display: none;
        width: calc(100% / 4 - 30px); } }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      div[class^="p-cardSet"]::after {
        width: calc(50% - 30px); } }
    @media screen and (max-width: 640px) {
      div[class^="p-cardSet"]::after {
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"].u-center-pc {
      justify-content: center; } }
  @media screen and (min-width: 1200px) {
    div[class^="p-cardSet"].u-wide {
      max-width: 1400px; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"] {
    width: calc(100% / 3 - 30px) !important; }
    div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"]:not(:first-child) {
      margin-left: 30px; }
    div[class^="p-cardSet"].p-cardSet_pc3 > *[class^="p-card"]:nth-of-type(3n + 1) {
      margin-left: 15px; } }

@media screen and (min-width: 1200px) {
  div[class^="p-cardSet"].p-cardSet_pc4 > *[class^="p-card"] {
    width: calc(100% / 4 - 30px) !important; }
    div[class^="p-cardSet"].p-cardSet_pc4 > *[class^="p-card"]:not(:first-child) {
      margin-left: 30px; } }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  div[class^="p-cardSet"].p-cardSet_tb1 > *[class^="p-card"] {
    width: calc(100% - 30px) !important;
    margin-left: auto;
    margin-right: auto; } }

table[class^="p-table"] {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto 40px; }
  table[class^="p-table"] th, table[class^="p-table"] td {
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #02a8f5;
    border-left: 1px dotted #02a8f5;
    border-right: 1px dotted #02a8f5; }
    table[class^="p-table"] th *:last-child, table[class^="p-table"] td *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      table[class^="p-table"] th, table[class^="p-table"] td {
        padding: 10px;
        font-size: 95%; } }
    table[class^="p-table"] th *, table[class^="p-table"] td * {
      word-break: break-all; }
    table[class^="p-table"] th.u-nobr, table[class^="p-table"] td.u-nobr {
      white-space: nowrap; }
  table[class^="p-table"] th {
    color: #02a8f5;
    font-weight: 700;
    background-color: #f8fdff;
    text-align: center; }
  table[class^="p-table"] td {
    background-color: #fff; }
  table[class^="p-table"] tr {
    border-left: 1px solid #02a8f5; }
  table[class^="p-table"] tr {
    border-right: 1px solid #02a8f5; }
  table[class^="p-table"] + p {
    margin-top: -10px;
    padding-top: 0; }
  table[class^="p-table"] tr .u-border-right-dotted {
    border-right-style: dotted; }
  table[class^="p-table"] tr .u-border-left-dotted {
    border-left-style: dotted; }
  table[class^="p-table"] tr .u-white-space-nowrap {
    white-space: nowrap; }

table.p-table-half th, table.p-table-half td {
  text-align: center;
  width: 50%; }

@media screen and (max-width: 640px) {
  table.p-table-responsive th, table.p-table-responsive td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    /*border-right-style: solid;
    border-left-style: solid;*/
    border-right: none;
    border-left: none; }
  table.p-table-responsive .u-border-right-dotted, table.p-table-responsive .u-border-left-dotted {
    border-right-style: solid !important;
    border-left-style: solid !important; } }

@media screen and (max-width: 640px) {
  .u-scrollTable {
    padding-top: 1rem;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px; }
    .u-scrollTable > table {
      margin-top: 2rem;
      margin-bottom: 10px !important; }
      .u-scrollTable > table th, .u-scrollTable > table td {
        width: unset !important;
        display: table-cell !important; }
    .u-scrollTable::before {
      max-width: 100vw;
      position: absolute;
      font-size: 12px;
      content: "下記表の全体はスクロールでご覧いただけます。"; } }

p + table[class^="p-table"],
p + .u-scrollTable {
  margin-top: -10px; }

table[class^="p-table"] + .c-h3 {
  margin-top: 0; }

#frontpage section > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important; }
#frontpage section > *:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.u-section-border-before {
  border-top: 2px solid #02a8f5; }

.u-section-border {
  /*	padding-top: calc(50px + 5vw) !important;
  	padding-bottom: calc(50px + 5vw) !important;
  	margin-top: $border_height*-1;
  	margin-bottom:  $border_height*-1;
  	z-index: 1;
  	-webkit-mask-image:
  				url('/tcom/common/img/curve_3.png'),
  				url('/tcom/common/img/square.png'),
  				url('/tcom/common/img/curve_2.png');
  	-webkit-mask-size:
  				100% $border_height,
  				100% calc(100% - 9.95vw),
  				100% $border_height;
  	-webkit-mask-position:
  				top 0 left 0,
  				top $border_height left 0,
  				bottom 0px left 0;
  	
  	-webkit-mask-repeat:
  				no-repeat,
  				no-repeat,
  				no-repeat;*/ }
  .u-section-border + section {
    /*padding-top: calc(50px + 5vw*2) !important;*/ }
  @media screen and (max-width: 640px) {
    .u-section-border {
      /*padding-top: $border_height*1.9;*/ } }
  @media screen and (min-width: 1600px) {
    .u-section-border {
      /*		padding-top: $border_height_max;
      		padding-bottom: $border_height_max;
      		margin-top: $border_height_max;
      		margin-bottom:  $border_height_max;
      		-webkit-mask-size: 
      				100% $border_height_max,
      				100% calc(100% - 99.5px),
      				100% $border_height_max;
      		-webkit-mask-position:
      				top 0 left 0,
      				top $border_height_max left 0,
      				bottom 0px left 0;*/ } }

.c-h1 {
  background-size: auto auto;
  background-color: #02a8f5;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.4;
  margin: 0 auto 20px;
  position: relative;
  background-size: auto 55px;
  background-repeat: repeat-x;
  background-image: url("/tcom/common/img/town.png");
  background-position: bottom; }
  @media screen and (min-width: 1200px) {
    .c-h1 {
      padding: 250px 10px 140px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h1 {
      padding: 160px 10px 100px;
      background-size: auto 45px; } }
  @media screen and (max-width: 640px) {
    .c-h1 {
      padding: 190px 10px 100px;
      background-size: auto 35px; } }
  .c-h1 .c-h1_text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 27px;
    line-height: 1; }
    @media screen and (min-width: 641px) and (max-width: 1199px) {
      .c-h1 .c-h1_text {
        padding-left: 10px; } }
    @media screen and (max-width: 640px) {
      .c-h1 .c-h1_text {
        padding-left: 5px; } }
  @media screen and (min-width: 1200px) {
    .c-h1 .c-h1_text {
      font-size: 333%; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h1 .c-h1_text {
      font-size: 150%; } }
  @media screen and (max-width: 640px) {
    .c-h1 .c-h1_text {
      font-size: 150%; } }
  .c-h1 .c-h1_text_sub {
    margin-top: 20px;
    transform: translateY(-66%);
    display: inline-block;
    line-height: 1.6;
    position: relative;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 5px;
    background: #fff;
    color: #02a8f5; }
    .c-h1 .c-h1_text_sub::before, .c-h1 .c-h1_text_sub::after {
      position: absolute; }
    .c-h1 .c-h1_text_sub::before {
      content: "▼";
      left: 17px;
      bottom: -17px;
      color: #fff; }
  .c-h1::after {
    transform: translateY(5px);
    animation: fuwa2 4s ease-in-out 0s infinite normal forwards;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    content: "";
    right: 7%;
    top: 50%;
    background-image: url("/tcom/common/img/dog_1_white.png");
    background-size: contain;
    background-repeat: no-repeat; }
@-webkit-keyframes fuwa2 {
  0% {
    transform: translateY(5px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(5px); } }
    @media screen and (max-width: 1199px) {
      .c-h1::after {
        top: unset;
        bottom: 40px;
        width: 10vw;
        height: 8vw; } }

section > *:first-child.c-h1 {
  /*margin-bottom: 20px;*/ }
  @media screen and (min-width: 1200px) {
    section > *:first-child.c-h1 {
      margin-top: -60px; } }
  @media screen and (max-width: 1199px) {
    section > *:first-child.c-h1 {
      margin-top: -40px; } }

.c-h2 {
  /*background-color: $theme;*/
  text-align: center;
  font-weight: 700;
  font-size: clamp(15px, 4vw, 36px);
  color: #fff;
  border-style: solid;
  border-color: #02a8f5;
  background-image: linear-gradient(-135deg, #02a8f5, #04aefd);
  position: relative;
  letter-spacing: 1px;
  border-radius: 10px; }
  @media screen and (min-width: 1200px) {
    .c-h2 {
      margin-top: 80px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h2 {
      margin-top: 60px; } }
  @media screen and (max-width: 640px) {
    .c-h2 {
      margin-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .c-h2 {
      margin-bottom: 30px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h2 {
      margin-bottom: 30px; } }
  @media screen and (max-width: 640px) {
    .c-h2 {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    .c-h2 {
      padding: 15px; } }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h2 {
      padding: 12px; } }
  @media screen and (max-width: 640px) {
    .c-h2 {
      padding: 10px; } }
  .c-h2::after, .c-h2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1; }
  .c-h2::after {
    height: 25px;
    width: 25px;
    left: 5%;
    bottom: -25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cpath%20d%3D%22M0%200v10L10%200z%22%20style%3D%22fill%3A%2302a8f5%22%2F%3E%3C%2Fsvg%3E");
    transform: scaleX(-1); }
    @media screen and (max-width: 640px) {
      .c-h2::after {
        bottom: -15px; } }
  @media screen and (min-width: 1200px) {
    .c-h2.u-wide {
      max-width: 1400px; } }

.c-h2-img {
  padding-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h2-img {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 640px) {
    .c-h2-img {
      padding-top: 10px;
      margin-bottom: 30px; } }

.c-h3 {
  font-size: clamp(15px, 4vw, 200%);
  color: #02a8f5;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .c-h3::before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 21px;
    height: 1rem;
    background-size: 15px 15px;
    background-position: top 56% left 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2011%2011%22%20viewBox%3D%220%200%2011%2011%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%225.5%22%20r%3D%225.5%22%20style%3D%22fill%3A%2303aaf8%22%2F%3E%3Cellipse%20cx%3D%22-55.26%22%20cy%3D%22-14.45%22%20rx%3D%22.32%22%20ry%3D%22.6%22%20style%3D%22fill%3A%232d9dd9%22%2F%3E%3C%2Fsvg%3E");
    /*		font-weight: 700;
    		font-size: clamp(15px,4vw,200%);
    		z-index: 1;
    		position: relative;
    		content: "●";
    		line-height: clamp(15px,4vw,200%);
    		margin-right: 4px;
    		@include mq(sp){
    			transform: translateY(-7%);
    		}*/ }
    @media screen and (max-width: 640px) {
      .c-h3::before {
        width: 19px;
        background-size: 13px 13px; } }

.c-h4 {
  display: table;
  background-color: #02a8f5;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  padding: 5px 15px;
  min-width: 200px;
  text-align: center;
  margin-bottom: 10px; }
  .c-h4 + p {
    margin-top: -5px; }

.c-h5 {
  font-weight: 700;
  color: #02a8f5; }
  .c-h5::before {
    content: "●"; }

.c-h-img:not(.c-h1) {
  margin-top: -10px;
  padding: 0 10px 20px;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .c-h-img:not(.c-h1) {
      padding: 0 10px 20px; } }

.c-h-img.c-h1 {
  padding: 15px 10px 45px; }
  .c-h-img.c-h1 img {
    max-height: 150px;
    width: auto; }
  .c-h-img.c-h1::after {
    display: none; }
  @media screen and (min-width: 641px) and (max-width: 1199px) {
    .c-h-img.c-h1 {
      padding: 10px 10px; }
      .c-h-img.c-h1 img {
        max-height: 120px; } }
  @media screen and (max-width: 640px) {
    .c-h-img.c-h1 {
      padding: 10px 10px; }
      .c-h-img.c-h1 img {
        max-height: 100px; } }

ul[class^="c-list"] {
  padding-left: 1rem;
  text-align: left; }

table + ul[class^="c-list"],
.u-scrollTable + ul[class^="c-list"] {
  margin-top: -25px; }

p + ul[class^="c-list"] {
  margin-top: -25px; }
  @media screen and (max-width: 640px) {
    p + ul[class^="c-list"] {
      margin-top: -10px; } }

.c-list {
  list-style-type: "・"; }

.c-list-notice {
  list-style-type: "※"; }

.c-list-none {
  list-style-type: ""; }

@-webkit-keyframes pyon {
  0% {
    transform: translateY(0) scale(1); }
  50% {
    transform: translateY(-10px) scale(1.15); }
  100% {
    transform: translateY(0) scale(1); } }
@-webkit-keyframes slidein {
  0% {
    transform: translate(0, 80px);
    opacity: .15; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.c-h-img.anime.on {
  animation: pyon .33s ease-in 0s 1 normal forwards; }

*[class^="p-card-"].anime,
.p-flow-card.anime,
.p-faq.anime,
.fadein {
  transform: translate(0, 80px);
  opacity: 0.15; }
  *[class^="p-card-"].anime.on,
  .p-flow-card.anime.on,
  .p-faq.anime.on,
  .fadein.on {
    animation: slidein .2s ease-in-out .0s 1 normal forwards; }
