﻿@charset "UTF-8";


.box_gray {
    background: #efefef;
    padding: 20px 40px;
}

.border_gray {
    border: 1px solid #ccc;
    padding: 20px 40px;
}

@media screen and (max-width:768px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    th,
    td {
        display: block;
    }
    th {
        background: #ccc;
    }
    .tb_price th,
    .tb_price td {
        display: table-cell;
    }
}

input[type=checkbox] {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    margin-right: 5px;
}

@media (min-width:769px) {
    th {
        width: 30px;
    }
    th:nth-child(4){
      width:30%;
    }
}
/*セミナー予約*/
.page_tab1 .tab1{
 background: #1571ab;
    color: #fff;
    border: 2px solid #1571ab;
}
.page_tab1 .tab2{
  background: #f5f5f5;
  border-top: 3px solid #eb5a69;
  cursor: pointer;
 
}
.page_tab1 .tab2:hover{
   color: #eb5a69;
}
.page_tab1 .tab3{
  background: #f5f5f5;
  border-top: 3px solid #825d0c;
  cursor: pointer;
}
.page_tab1 .tab3:hover{
  color: #825d0c;
}
.tab-title1{
  color: #1571ab;
    font-size: 24px;
    border-bottom: 2px solid #1571ab;
    background: #f1faff;
    border-top: 2px solid #1571ab;
}
/*お気に入り*/
.page_tab2 .tab1{
  background: #f5f5f5;
  border-top: 3px solid #1571ab;
  cursor: pointer;
}
.page_tab2 .tab1:hover{
  color: #1571ab;
}
.page_tab2 .tab2{
 background: #eb5a69;
    border-top: 3px solid #eb5a69;
    color: #fff;
}

.page_tab2 .tab3{
  background: #f5f5f5;
  border-top: 3px solid #825d0c;
  cursor: pointer;
}
.page_tab2 .tab3:hover{
  color: #825d0c;
}
.tab-title2{
 background: #fff8f9;
    color: #eb5a69;
    font-size: 24px;
    border-bottom: 2px solid #eb5a69;
    border-top: 2px solid #eb5a69;
}
/*登録情報更新*/
.page_tab3 .tab1{
  background: #f5f5f5;
  border-top: 3px solid #1571ab;
  cursor: pointer;
}
.page_tab3 .tab1:hover{
  color: #1571ab;
}
.page_tab3 .tab2{
 background: #f5f5f5;
    border-top: 3px solid #eb5a69;
    cursor: pointer;
}
.page_tab3 .tab2:hover{
  color: #eb5a69;
}
.page_tab3 .tab3{
  background: #825d0c;
  border-top: 3px solid #825d0c;
  color: #fff;
}

.tab-title3{
 background: #f5f5f5;
    color: #825d0c;
    font-size: 24px;
    border-bottom: 2px solid #825d0c;
    border-top: 2px solid #825d0c;
}

.text-danger{
  color:#dc3545!important
}
@media screen and (min-width: 768px) {
.card-body{
  font-size: .875rem;
}
}
.seminar-link{
  transition: all.2s;
}
.seminar-link:hover{
  color: #1571ab;
}
/*セミナー予約表*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr:nth-of-type(4n) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr:nth-of-type(4n+1) {
    background-color: rgba(0, 0, 0, 0.05);
}

/*seminar_list*/
.tab{
  padding: 1rem;
  margin-right: .4em;
  margin-top: 30px;
}

/* .tab{
  width: calc((100% - 2em)/3);
  padding: 1rem;
  margin-right: .4em;
  margin-top: 30px;
  } */

/*登録確認画面*/
.complete_title{
  font-size:1.5em;
    margin: 5%;
  text-align: center;
    font-weight:bold;
}

.complete_text{
    border: 1px solid #afb9ce;
    padding:20px;
  font-size:1em;
  line-height: 2;
margin:0px 10px 0px 10px;
}

/*マイページのお知らせ*/
.mypage_info{
    text-align: center;
    margin-top: 1em;
    font-weight: bold;
    font-size: 20px;
    color: #cc0000;
    background-color: #eee;
}
.yellow{
    font-size: 25px;
    font-weight: bold;
    border-bottom: solid 5px yellow;
}