html,body{
    font-size: 14px;
}

h2{
    font-size: 18px !important;
    font-weight: bold !important;
}
main .contact p{
    font-size: 14px;
}
option{
    width: 100%;
    box-sizing: border-box;
     text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

select{
    max-width: 100%;
    box-sizing: border-box;
      text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.mt5{
    margin-top: 5px;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.cc_btn {
    border: 0;
    border-radius: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    color: #fff;
}
.cc_btn_large {
    padding: 7px 30px;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}
.cc_btn_xlarge {
    padding: 22px 70px;
    font-size: 16px;
    color: #fff;
}

.cc_btn_green {
    color: #fff;
    background-color: #30d475;
}
.cc_btn_yellow {
    background-color: #DED121;
}
.cc_btn_red {
    background-color: #e74c3c;
}
.cc_btn_blue {
    background-color: #00BCE2;
}
.cc_btn_gray {
    background-color: #ccc;
}
.cc_btn_white {
    color: #364363;
    background-color: #fff;
}
.event input+label{
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0px;
    font-size: 16px;
    cursor: pointer;
}
.event input+label::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: -25px;
    border:1px solid #eee;
    border-radius: 50%;
}
.event input:checked+label::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% + 3px);
    left: -22px;
    background-color: #000;
    border-radius: 50%;
}

.event .title {
    padding: 10px 12px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}

.event .title .full {
    float: right;
    padding: 5px 8px;
    margin-top: -4px;
    color: #ff0000;
    border: solid 1px #ff0000;
    background-color: #fff;
}

.event .contents .detail_button label {
    font-size: 13px;
    color: #55f;
    text-decoration: underline;
    font-weight: bold;
}

.event .contents .detail_button .hide_detail{
    display: none;
}

.event_entry_explanation{
    padding-left: 10px;
}

.event .contents .detail {
    clear: both;
    display: none;
    word-break: break-all;
}

iframe#gmap {
    border: solid 1px #cdcdcd;
    margin-top: 10px;
    width: 100%;
    height: 215px;
}

h3.full {
    width: 120px;
    margin: 10px auto;
    padding: 8px;
    color: #ff0000;
    border: solid 2px #ff0000;
    text-align: center;
}

.freemessage {
    line-height: 25px !important;
    padding: 20px;
    background-color: #eee;
    word-break: break-all;
}

.freemessage_scroll {
    height: 200px;
    overflow-y: scroll;
}

.full .title span[disabled]{
    cursor: not-allowed;
}

#select_date,#select_place{
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    min-width: 125px;
    text-overflow: hidden;
}

.event_select_btn{
    position: relative;
}
.event.selected{
    background-color: #e3f2fd;
}
.event .title_orderb2 {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.event .title_orderb2 .full {
    float: right;
    padding: 5px 8px;
    margin-top: -4px;
    color: #ff0000;
    border: solid 1px #ff0000;
    background-color: #fff;
}
.event .title_orderb2 span {
    font-size: 16px;
    font-weight: bold;
}
.full .title_orderb2 span[disabled]{
    cursor: not-allowed;
}
.nothing_event p{
    padding-top: 20px;
}
.narrow{
    line-height: 25px;
    font-weight: bold;
}

/* スマホ画面調整用 */
@media (max-width: 768px){
.event {
    overflow: hidden;
    position: relative;
    padding: 15px 30px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.event_select_btn::before{
    transform: translateY(-3px) translateX(-1px);
}
.event_select_btn::after{
    transform: translateY(-3px) translateX(-1px);
}
.hide_button_briefing{
    margin-top: 10px;
    line-height: 25px;
}
.briefing_box,.interview_box,.general_event_box{
    margin-top: 10px;
}
.hide_fullcount_briefing_text{
    font-size: 14px;
    margin-left: 10px;
    color: #428bca;
    font-weight: normal;
}
.scroll_box_orderb2{
    height: calc(100vh - 220px);
    overflow-y: scroll;
}
select{
    width: 93%;
    padding: 14px 3%;
    margin: 2px 0;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
}
}

@media (min-width: 768px){
header{
    min-height: 81px;
    line-height: 80px;
    margin-bottom: 10px;
}

hr {
    margin: 40px 0 30px !important;
}

.logo{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.header-meta{
    float: right;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
main .contact p{
    font-size: 14px;
}
.event {
    overflow: hidden;
    position: relative;
    width: 700px;
    padding: 15px 30px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.event .title_orderb2 {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.event .title_orderb2 .full {
    float: right;
    padding: 5px 8px;
    margin-top: -4px;
    color: #ff0000;
    border: solid 1px #ff0000;
    background-color: #fff;
}
.full .title_orderb2 span[disabled]{
    cursor: not-allowed;
}
.scroll_box_orderb2{
    height: calc(70vh - 220px);
    overflow-y: scroll;
}
.event-container{
    padding-top: 0px;
    margin:0 auto;
    overflow: hidden;
}

.entry_event_explanation{
    margin-left: 30px;
}

.main-container{
    padding-top: 10px;
    background: #fff;
}

p.message {
    position: relative;
    font-size: 16px;
    font-weight: bold;
}


#hide_fullcount_interview,#hide_fullcount_briefing{
    position: relative;
    top: 1px;
}

.hide_fullcount_briefing_text{
  font-size: 14px;
  margin-left: 10px;
  color: #428bca;
  font-weight: normal;
}

.briefing_box,.interview_box,.general_event_box{
    margin-top: 10px;
}

iframe#gmap {
    margin-top: 10px;
    width: 100%;
    height: 215px;
}
.event .contents .info {
    float: left;
}

.event .contents .info .place {
    width: 340px;
    padding-right: 15px;
    word-break: break-all;
}

.event .contents .detail_button {
    float: left;
}

.event_entry_explanation{
    padding-left: 30px;
}

.event_cancel{
    float: right;
    font-size: 14px;
}

.hide_button_briefing{
    margin-top: 10px;
    line-height: 25px;
}
.flex{
    display: flex;
}

#select_date{
    margin-top: 10px;
}

#select_date,#select_place{
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    min-width: 125px;
    text-overflow: hidden;
}


}