@charset "utf-8";
body{
/*    font-family : Kozuka Gothic Pr6N, sans-serif;*/
    color: #000;
    margin: 0!important;
}
h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px;
}
p{
    margin: 0px;
    padding: 0px;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
a{
    text-decoration: none;
    color: #000000;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.fw-b{
    font-weight: bold;
}
a:hover{
    /*opacity: 0.5;*/
}
.w-100{
    width: 100%;
}
.w250{
    width: 280px;
}
.flex{
    display: flex;
}
/* CLEAR FIX */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.wrapper-m{
    position: relative;
}

.align-center{
    align-items: center;
    display: flex;
}
.flex-end{
    justify-content: flex-end;
    display: flex;
}
.flex-ceter{
    justify-content: center;
    display: flex;
}
.space-around{
    justify-content: space-around;
    display: flex;
}
.space-between{
    justify-content: space-between;
    display: flex;
}
.flex-container {
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
.flex-column{
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
    display: flex;
}

.container{
    max-width: 850px;
    margin: auto;
}
.flex-column{
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}
/* code page*/
header{
    border-top: 7px solid #f39800;
}
.top-head{
    align-items: center;
    padding-top: 13px;
    padding-bottom: 7px;
    max-width: 1035px;
    margin: auto;
}
.top-head .left{
    align-items: center;
}
.top-head .left p{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 11px;
    line-height : 15.39px;
    color : #3F3B3A;
}
.top-head .left a img{
    margin-right: 20px;
    /*margin-top: 10px;*/
    margin-left: 10px;
}
.top-head .right{
    align-items: center;
}
.top-head .right button{
    height: 38px;
    font-family: Hiragino Kaku Gothic Pro, sans-serif ;
    font-size: 12px;
    line-height: 39.11px;
    color: #FFFFFF;
    background: #5c8bba;
    align-items: center;
    display: flex;
    border: 0px;
    margin-left: 20px;
    border-radius: 8px;
    padding: 0px 15px;
    cursor: pointer;
}
.top-head .right img {
    margin-right: 5px;
}
.top-head .right p{
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    font-weight: bold;
    color: #5c8bba;
    font-size: 14px;
}
.menu-head{
    background: #727171;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    position: relative;
}
.menu-head ul{
    /*max-width: 1035px;*/
    /*margin: auto;*/
    /* *** 追加 *** */
    border-left: 1px solid #fff;
    /* *** **** *** */
}
.menu-head ul li{
    /*border-left: 1px solid #3f3b3a;*/
    border-right: 1px solid #fff;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%/6);
    position: relative;
}
.menu-head ul li:first-child{
    width: 11%
}
.menu-head ul li:nth-child(4){
    width: 22.333333%
}
.mb-nav-sub2>li>h5.url{
    font-size: 12px;
    margin-left: 10px;
}
/*
.menu-head ul li:first-child{
    border-left: 1px solid #fff;
}

.menu-head ul li:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 1px;
    background: #3f3b3a;
}
.menu-head ul li:last-child:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -3px;
    background: #3f3b3a;
}*/
.menu-head ul li a{
    color: #fff;
    font-size: 13.85px;
}
.menu-head p {
    color: #fff;
    font-size: 13.85px;
}
.menu-head img {
    margin-left: 2px;
}
.info-head img{
    width: 100%;
}
footer{
    background: #ddd;
}
.menu-footer ul{
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.menu-footer ul li{
    text-align: center;
    border-left: 1px solid #3F3B3A;
    padding: 0px 20px;
    line-height: 15px;
}
.menu-footer ul li:last-child{
    text-align: center;
    border-right: 1px solid #3F3B3A;

}
.menu-footer ul li a{
    width: calc(100%/5);
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #3F3B3A;
}
.coppy-right{
    max-width: 960px;
    margin: auto;
    text-align: right;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 10px;
    color : #231916;
}
/*style scrollbar*/
.scrollbar {
    height: 434px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#style-1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: inherit;
}
#style-1::-webkit-scrollbar{
    width: 8px;
    position: relative;
    right: -8px;
    background-color: inherit;
}

#style-1::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #cacacb;
    position: relative;
    right: -8px;
}
.main{
    background: #f8f8f8;
    background-image: url("../images/img1_37.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.calendar-text p{
    font-size: 14px;
    font-weight: bold;
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    color: #727171;
}
.calendar-text ul li{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 12px;
    color : #727171;
    padding-left: 15px;
}
.tpl-circle-l{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.tpl-circle-m{
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
}
.tpl-circle-s{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.tpl-circle-xs{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.tpl-table{
    border-spacing: 0;
    border-collapse: collapse;
    border-left: 1px solid #ddd;

    width: 100%;
}
#style-1 {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    clear: both;
}
.scrollbar.br-g{
    height: 426px;
}
.tpl-table tr td{
    border: 1px solid #ddd;
    vertical-align: top;
}
.tpl-table tr td:nth-child(1){
   /* font-family : Kozuka Gothic Pr6N;*/
    font-family: Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #5A5858;
    display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
    white-space: nowrap;
}
.tpl-table thead{
    background: #feecd2;

}
.tpl-table thead th{
    font-family: Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #5A5858;
    font-weight: 400;
    height: 30px;
    border-left: 1px solid #ddd;
}
.tpl-table thead th:nth-child(1){
    width: 90px;
    border-right: 1px solid #ddd;
}
.tpl-table thead th:nth-child(2){
    width: 170px;
}
.tpl-table-time{
    align-items: center;
    padding: 6px 4px;
}

.tpl-table-time p{
    /*font-family: Kozuka Gothic Pr6N;*/
    font-family: Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
    border-radius: 4px;
    padding: 5px 13px;
    margin-right: 3px;
    min-width: 108px;
    line-height: 20px;
}
.tpl-table-time p span{
    font-weight: bold;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
}
.tpl-table-text p, .tpl-table-text ul li{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 19px;
    color : #3F3B3A;
}
.tpl-time-more ul{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap:         wrap;
}
.tpl-time-more li{
    width: calc(100%/7);

}
.tpl-time-more li span{
    margin-left: 3px;
}
.tpl-table-text{
    position: relative;
    padding: 9px 10px;
}
.time-more{
    position: absolute;
    top: 26px;
    right: 4px;
    width: 30px;
    text-align: center;
    cursor: pointer;
}
.time-more .close{
    display: none;
}
.tpl-time-more{
    display: none;
}
.tpl-table-delete{
    display: flex;
    justify-content: flex-end;
    padding: 0px 4px;
    align-items: center;
}
.tpl-table-delete p{
    padding-left: 11px;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 13px;
    line-height : 9.05px;
    color : #096FB8;
}
.tpl-table-delete p img{
    position: relative;
    left: 2px;
    top: 2px;
}
.tpl-table-news{
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff;
}
.tpl-table-news tr td{
    border-bottom: 1px dotted #ddd;
    padding: 6px 0px;
}
.tpl-table-news tr td button{
    border-radius: 10px;
    width: 100%;
    padding: 1px 0px;
}
.tpl-table-news tr td:nth-child(2) button{
    border: 0px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #231916;
}
.tpl-table-news tr td:nth-child(4) button{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #231916;
}
.tpl-table-news tr td p{
    border: 1px solid #ddd;
    padding: 0px 5px;
    padding-top: 1px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #3F3B3A;
    line-height: 1.7;
}
.tpl-table-news tr td span{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #5a5858;
}
.tpl-table-news tr .text1 {
    width: 60px;
}
.tpl-table-news tr .text2 {
    width: 140px;

}
.tpl-table-news tr .text3 {
    width: 110px;
}
.tpl-table-news tr td:last-child,
.tpl-table-news tr td:nth-child(2)
{
    text-align: center;
    padding: 0px 7px;
}
.tpl-table-news tr td:first-child
{
    text-align: center;
    padding-left: 5px;
}
.tpl-table-news tfoot ul{
    display: flex;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 34px;
}
.tpl-table-news tfoot ul li{
    margin: 0px 5px;
}
.tpl-table-news tfoot ul li a{
    font-size: 12px;
    border: 1px solid #9fa0a0;
    padding: 3px 8px;
    border-radius: 5px;
}
.tpl-table-news tfoot ul li.active a{
    background: #005096;
    color: #fff;
}
.tpl-table-news tfoot ul li:last-child a{
    border: none;
}
.tpl-table-news tfoot ul li:first-child a{
    border: none;
}
.new-info p span{
    color: #008cd6;
    font-size: 14px;
    font-weight: bold;
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    line-height: 35px;
}
.new-info p{
    color: #3f3b3a;
    font-size: 13px;
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    line-height : 21px;
    padding-top: 20px;
}
.new-search{
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
    margin-bottom: 10px;
    align-items:  center;
}
.new-search1{
    display: flex;
    align-items: center;
}
.new-search1>div{
    border: 1px solid #f39800;
    background: #ffe9a9;
    height: 23px;
}
.new-search1>button{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 13px;
    line-height : 15.39px;
    color : #F39800;
    font-weight: bold;
    border: 2px solid #f39800;
    background: #ffe9a9;
    margin-left: 5px;
    padding: 0px 19px;
    height: 25px;
    margin-right: 22px;
    cursor: pointer;
}
.new-search1 select{
    min-width: 220px;
    text-align: center;
    text-align-last: center;
    border: 1px solid #f39800;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-img6_03.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    background: url(../images/select-img6_03.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-size: 21px, 100%;
}

/* for IE */
.new-search1 select::-ms-expand {
	display: none;
}

    .new-search1 label{
        font-family : Hiragino Kaku Gothic Pro, sans-serif;
        font-size : 13px;
        line-height : 15.39px;
        color : #F39800;
        font-weight: bold;
        padding: 0px 7px;
    }
.new-search1 label img{
    position: relative;
    top: 2px;
    left: -2px;
}
.new-search2{
    display: flex;
}
.new-search3{
    background: #008cd6;
    border: 2px solid #005096;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 0px 10px;
    height: 25px;
}
.to-list{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #005096;
    padding-left: 10px;
    text-decoration: underline;
}
.table-responsive{
    border: 1px solid #ddd;
    background: #fff;
}
.table-responsive-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    line-height: 20px;
    position: relative;
    top: 18px;
    /*height: 9px;*/
}
.table-responsive-top select{
    border: 0px;
    padding:  0px 15px;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 20px;
    color : #15ae67;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

/* for IE */
.table-responsive-top select::-ms-expand {
	display: none;
}

.table-responsive-top .right,
.calendar-cap .right {
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: -8px;
    z-index: 1;
}
.table-responsive-top .right,
.calendar-cap .right {
    font-weight: lighter;
    right: -6px;
    top: 1px;
}

.table-responsive-top .right,
.calendar-cap .right {
    display: inline-block;
   /* position: relative;*/
    margin: 0 20px 0 7px;
    padding: 0;
    width: 1px;
    height: 16px;
    background: #000;
    left: 784px;
    top: 8px;
}
.table-responsive-top .right:before,
.calendar-cap .right:before{
    display: block;
    content: "";
    position: absolute;
    top: 56%;
    left: -7px;
    width: 16px;
    height: 1px;
    margin-top: -2px;
    background: #000;
}
.table-responsive-top .right,
.calendar-cap .right{
    font-weight: lighter;
    /*right: -6px;*/
    left: 13px;
}
.calendar-right {
    position: relative;
    width: 200px;
}
.calendar-right span {
    position: absolute;
    width: 80%;
    top: 8px;
}
.tb-schedule{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.tb-schedule tbody .tpl-table-date td{
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 100px;
    width: calc(100%/7);
    vertical-align: text-bottom;
    text-align: center;
}

/* for IE */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .tb-schedule tbody .tpl-table-date td {
    width: 122px;
  }
}

.tpl-table-date td p{
    position: relative;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 13px;
    color : #231916;
}
.tpl-table-date td p:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 1px;
    background: #ddd;
    left: -1px;
    top: 20px;
}
.tb-schedule-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tb-schedule-item a{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
    font-weight: bold;
    padding: 0px 2px;
    border-radius: 4px;
    width: calc(100% - 12px);
}
.affter-ft{
    background: #efeff0;
}
.affter-ft-intro{
    display: flex;
    justify-content: space-between;
}
.affter-ft-intro>div{
    width:  calc(100%/2 - 47px);
    padding: 15px 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.affter-ft-intro .left{
    /*background-image: url("../images/img3_10.png");*/
    background-color: #fff;
    border: 1px solid #b5b6b6;
    width: 100%;
}
.calendar-text.space-between.pt30.jp{
    padding-top: 0 !important;
}
.affter-ft-intro .right{
    /*background-image: url("../images/img3_13.png");*/
    background-color: #fff;
    border: 1px solid #b5b6b6;
}
.affter-ft-intro h4{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 17px;
    color : #FF0000;
}
.affter-ft-intro p{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 19px;
    color : #3F3B3A;
}
.affter-ft-intro h4{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 16px;
    color : #000000;
}
.affter-ft-parner{
    display: flex;
    justify-content: space-between;
}
.affter-ft-parner>div{
    width:  calc(100%/4 - 7px);
}
.affter-ft-parner>div img{
    width: 100%;
}
.schedule-more{
    text-align: center;
}
.schedule-more button{
    text-align: center;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #FFFFFF;
    width: 120px;
    padding: 4px 0px;
    border-radius: 4px;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
}
.schedule-more .green{
    background: #29aec2;
}
.schedule-more .blue{
    background: #2fa8e1;
}
.box-mail{
    display: flex;
}

.tb-introduct thead th span.jps-pan{
    margin-top: 0;
    font-size: 13px;
}
.box-mail p {
    margin-bottom: 20px;
    margin-top: 10px;
}
.box-mail p{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #231916;
    display: flex;
    align-items: center;
}
.box-mail p img{
    padding-right: 10px;
}
.box-mail button{
    font-family: Hiragino Kaku Gothic Pro, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    border: 0px;
    border-radius: 4px;
    background: #096fb8;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    margin-left: 30px;
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 25px;
}
.box-mail button img{
    padding-right: 15px;
}
.box-mail.top{
    align-items: flex-start;
}
.box-mail.top p{
    align-items: flex-start;
}
.tb-introduct{
    width: 100%;
    max-width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    background: #fff;
    border-spacing: 0;
    border-collapse: collapse;
}
.tb-introduct tr td{
    /*border-bottom: 1px dotted #ddd;*/
    /*border-right: 1px solid #ddd;*/
    border-bottom: 1px dotted #000000;
    border-right: 1px solid #5d5d5d;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #231916;
    padding: 4px 2px;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.tb-introduct tr td:last-child{
    text-align: center;
}
.tb-introduct tr td:first-child{
    padding-left: 15px;
    border-left: 1px solid #5d5d5d;
}
.tb-introduct tr td:nth-child(2),
.tb-introduct tr td:nth-child(3)
{
    text-align: right;
    padding-right: 5px;
}
.tb-introduct tr td a{
    color : #005096;
    text-decoration: underline;
}
.tb-introduct thead{
    background: #ea9316;
    border: 1px solid #ea9316;
}
.tb-introduct thead th{
    border-right: 1px solid #fff;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
    font-weight: 400;
    line-height: 14px;
    padding: 7px 2px;
}
.tb-introduct thead th:first-child{
    border-left: 1px solid #5d5d5d;
}
.tb-introduct thead .text1{
    width: 115px;
}
.tb-introduct thead .text2{
    width: 120px;
}
.tb-introduct thead th:last-child {
    width: 221px;
}
.tb-introduct thead th span{
    font-size : 10px;
    /*margin-top: 12px;*/
    margin-top: 0px;
    display: inline-block;
}
.tb-introduct thead th span.jp-span{
    font-size : 13px;
    /*margin-top: 12px;*/
    margin-top: 0px;
    display: inline-block;
}
.intro-big-text{
    font-weight: bold;
    font-size: 14px;
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    color: #5a5858;
}
.intro-fit-text{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 14px;
    line-height : 22px;
    color : #3F3B3A;
}
.intro-pdf{
    display: flex;
    justify-content: space-between;
    width: 92%;
    align-items: center;
}

.box-mail {
    flex-wrap: wrap;
    justify-content: center;
}

/*.box-mail p {
    margin-bottom: 10px;
    margin-top: 10px;
}*/

.intro-pdf p{
    width: 92%;
}
.intro-pdf-img{
    display: flex;
}
.intro-pdf-img span{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 12px;
    color : #3F3B3A;
}
.intro-pdf-img a{
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
/*custom radio button*/
.tpl-input, .tpl-input__radio, .tpl-input__checkbox {
    -webkit-appearance: none;
}
.tpl-input:focus, .tpl-input__radio:focus, .tpl-input__checkbox:focus {
    outline: 0 !important;
}

.tpl-input__radio {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
    border-radius: 50%;
    border: 1px solid #231916;
    background: inherit;
    position: relative;
    top: 6px;
}
.tpl-input__radio:checked {
    position: relative;
    background-color: inherit;
    border: 1px solid #231916;
}
.tb-introduct thead th.text_3{
    border-right: 1px solid #5d5d5d;
}
.tpl-input__radio:checked::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #096fb8;
    border-radius: 50%;
    left: 50%;
    top: 51.5%;
    transform: translate(-50%, -50%);
}

.tpl-label{
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.34);
}
input[type="radio"]:checked+label{  color: #231916; }

/*custom check-box*/
.tpl-input, .tpl-input__radio, .tpl-input__checkbox {
    -webkit-appearance: none;
}
.tpl-input:focus, .tpl-input__radio:focus, .tpl-input__checkbox:focus {
    outline: 0 !important;
}

.tpl-input__checkbox {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    border: 1px solid #aaa;
    vertical-align: baseline;
    margin-right: 5px !important;
    border-radius: 4px;
    background: #fff;
}
.tpl-input__checkbox:checked {
    border: 1px solid #aaa;
}

.tpl-input__checkbox:checked::before {
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: 9px;
    width: 6px;
    height: 2px;
    background: #4c4c4b;
    -webkit-transform: rotate(48deg);
    -webkit-transform-origin: right center;
}
.tpl-input__checkbox:checked::after {
    position: absolute;
    display: block;
    content: "";
    left: 5px;
    top: 9px;
    width: 9px;
    height: 2px;
    background: #4c4c4b;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left center;
}

.tpl-label{
    font-family: ヒラギノ角ゴ Pro ,Hiragino Kaku Gothic Pro, SansSerif;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.34);
    position: relative;
    top: 1px;
}
input[type="radio"]:checked+label{  color: #231916; }

.detail-main{
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 15px;
}
.detail-check{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #5A5858;
}
.detail-block1 button,
.detail-block1 a
{
    display: inline-block;
    border-radius: 8px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #231916;
    width: 7.8em;
    height: 23px;
}
.detail-block1 p{
    border: 1px solid #ea9316;
    background: #fff5e0;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    /*font-size : 14px;*/
    font-size: 16px;
    line-height : 15.39px;
    color : #231916;
    width: calc(100% - 8.5em);
    display: flex;
    align-items: center;
    padding: 5px 0px ;
}
.detail-block2{
    align-items: flex-end;
}
.detail-block2 button,
.detail-block2 a
{
    display: inline-block;
    border-radius: 8px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
    width: 10em;
    height: 23px;
    border: 0px;
}
.detail-block2 p{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 13.85px;
    color : #5A5858;
}
.detail-big-text{
    font-family : Hiragino Kaku Gothic Std, sans-serif;
    font-size : 20px;
    line-height : 15.39px;
    color : #00923A;
    font-weight: 500;
}
.detail-fit-tetx{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #3F3B3A;
}
.detail-thumb{
    width: 17.8em;
    margin: auto;
    max-width: 100%;
}
.detail-thumb img{
    width: 100%;
    max-width: 100%;
}
.detail-small-text{
    text-align: center;
    font-family : KozGoPr6N Medium-83pv-RKSJ-H, sans-serif;
    font-size : 18px;
    color : #AE8648;
}
.detail-text-link{
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    border-top: none;
    padding: 5px 15px;
}
.detail-text-link a{
    font-size : 13px;
    color : #008CD6;
}
.detail-time button,
.detail-time a{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #FFFFFF;
    border: 0px;
    display: inline-block;
    width: 10em;
    height: 23px;
    border-radius: 7px;
}
.detail-time span{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 13.85px;
    color : #5A5858;
}
.detail-time .right{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    color : #5A5858;
}
.detail-fit-tetx2{
    padding: 7px 10px;
    border: 1px solid #ddd;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 20px;
    color : #3F3B3A;
}
.box-chat{
    position: relative;
}
.box-chat textarea,
.box-chat input{
    width: calc(100% - 25px);
    height: 48px;
    font-size: 15px;
    padding: 0px 10px;
}
.box-chat span{
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 10px;
    border: 1px solid #000;
}

.detail-title{
    font-weight: bold;
    font-size: 14px;
    color: #5a5858;
    font-family: ヒラギノ角ゴ Pro, SansSerif, sans-serif;
}
.detail-time{
    align-items: flex-end;
}
.detail-time .left{
    padding-bottom: 10px;
}
.main-login{
    background: #f8f8f8;
    /*height: calc(100vh - 197px);*/
}
.form-main-login{
    background: #fff;
    width: 600px;
    max-width: 600px;
    padding: 0px 95px;
    padding-top: 25px;
    padding-bottom: 80px;
    margin: auto;
    border: 1px solid #ddd;
}
.tpl-error p {
    color: red!important;
    padding-top: 5px;
}
.br-red {
    border: 1px solid red!important;
}
.form-main-login label{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #231916;
    width: 108px;
    padding-top: 60px;
}
.form-main-login input{
    width: 412px;
    height: 46px;
    font-size: 16px;
    margin-top: 48px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.login-button{
    text-align: center;
}
.login-button input{
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro, sans-serif;
    font-size: 14px;
    line-height: 39.11px;
    color: #FFFFFF;
    background: #0068b7;
    width: auto;
    height: auto;
    border: 0px;
    border-radius: 5px;
    padding: 0px 72px;
}
.main-login>p{
    width: 790px;
    max-width: 790px;
    margin: auto;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    color : #231916;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 20px;
}
.form-registration.no-border{
    padding-left: 139px;
    background: inherit;
    border: none;
}
.form-registration{
    max-width: 600px;
    margin: auto;
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px 95px;
}
.registration-double input{
    width: calc(100%/2 - 30px);
    padding: 0px 7px;
}
.form-registration label{
    width: 135px;
    font-family : Hiragino Kaku Gothic Pro, SansSerif, sans-serif;
    font-size : 14px;
    color : #231916;
}
.form-registration label span{
    color : #e60013;
    position: relative;
    top: 4px;
    left: -3px;
}
.form-registration .rg-full{
    width: calc(100% - 286px);
    padding: 0px 7px;
    height: 30px;
}
.form-registration.no-border .rg-full{
    width: calc(100% - 301px);
}
.form-registration .registration-double{
    width: calc(100% - 268px);
    height: 30px;
}
.form-registration p{
    font-family : Kozuka Gothic Pr6N, SansSerif, sans-serif;
    font-size : 14px;
    /*line-height : 60px;*/
    color : #231916;
}
::-webkit-input-placeholder {
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    line-height : 60px;
    color : #231916;
}
.lh-16{
    line-height: 16px!important;
}
.lh-0{
    line-height: 0px!important;
}
.blue-big-text{
    color: #096fb8!important;
    font-size: 20.5px!important;
}
.main .registration-detail{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 14px;
    line-height : 15.39px;
    color : #3F3B3A;
    font-weight: 400;
}
.main .registration-detail span{
    font-family: ヒラギノ角ゴ Pro, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #5a5858;
    display: block;
}
.form-registration select{
    width: calc(100% - 283px);
    height: 35px;
    background: #fff;
}
.form-registration .first {
    width: calc(100% - 283px);
    text-align: right;
}
.form-registration textarea {
    width: calc(100% - 199px);
    background: #fff;
}
.ri-block1 p{
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    line-height : 15.39px;
    color : #231916;
    border: 1px solid #ddd;
    padding: 7px 15px;
    background: #fff;
}
.ri-label{
/*    font-family : Hiragino Kaku Gothic Std, sans-serif;
    font-size : 12px;
    line-height : 15.39px;
    color : #008CD6;*/
    font-family: Hiragino Kaku Gothic Pro, SansSerif, sans-serif;
    font-size: 14px;
    color: #231916;
}
.ri-block2 select{
    width: 50%;
    background: #fff;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 14px;
    line-height : 15.39px;
    color : #231916;
    height: 30px;
}
.tpl-table-news1{
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff;
}
.tpl-table-news1 tr td:nth-child(1){
    width: 105px;
    padding-left: 15px;
    background: #feecd2;
    font-family : Hiragino Kaku Gothic Pro, sans-serif;
    font-size : 13px;
    line-height : 38.78px;
    color: #231916;
}
.tpl-table-news1 tr td:nth-child(1) span{
    color : #E60013;
}
.tpl-table-news1 tr td:nth-child(2){
   padding: 4px 15px;
}
.tpl-table-news1 tr td:nth-child(2) .br{
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 16.93px;
    color : #3F3B3A;
}
.tpl-table-news1 tr td:nth-child(2) select{
    height: 30px;
    width: 235px;
    border: 1px solid #ddd;
}
.tpl-table-news1 tr td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 0px;
}
.tpl-table-news1 .date{
    max-width: 280px;
}
.tpl-table-news1 .date .form-control{
    border-radius: 0px;
    height: 30px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
}
.participant p{
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 16.93px;
    color : #5A5858;
}
.participant label{

    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 13px;
    line-height : 15px;
    color : #5A5858;
    margin-bottom: 0px;
    font-weight: 400;
}
.participant.w1{
    width: 220px;
    padding: 10px 0px;
}
.participant.w2{
    width: 220px;
    padding: 10px 20px;
}
.participant.w3{
    width: 230px;
    padding: 10px 20px;
}
.v-top{
    vertical-align: top;
}
.participant select{
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}
.participant button{
    width: 36px;
    border: 0px;
    background: #5c8bba;
    font-family : Kozuka Gothic Pr6N, sans-serif;
    font-size : 10px;
    line-height : 16.93px;
    color : #FFFFFF;
}
.participant.w2 input{
    height: 30px;
    width: calc(100% - 44px);
    border: 1px solid #ddd;
    background-image: url(../images/add_11.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding: 0px 6px;
    padding-left: 25px;
    font-family : Kozuka Gothic Pr6N, sans-serif;
}
.participant ul{

}
.participant ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 7px 3px;

}
.participant ul li:first-child{
    border-top: 1px solid #ddd;

}
.text-f{
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 20px;
}
.participant-mb{
    display: none;
}
.calendar-text{
    align-items: center;
}
.Saturday{
    color: #005096;
}
.Sunday{
    color: #e60013;
}
.more-table1{
    line-height: 3px;
    height: 8px;
    padding-left: 5px;
    display: block;
    margin: 0 0 0 -100px;
}

.cale_span{
    display: block;
    margin-left: -7px;
}

.span-jp-text1{
    width: 75px;
}
.span-jp-text2{
    width: 80px;
}








.br-l{
    border-left: 0px!important;
}
.br-r{
    border-right: 0px!important;
}
.br-t{
    border-top: 0px!important;
}
.br-b{
    border-bottom: 0px!important;
}
.fs-10{font-size: 10px;}
.fs-11{font-size: 11px;}
.fs-12{font-size: 12px;}
.fs-13{font-size: 13px;}
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}
.fs-16{font-size: 16px;}
.fs-17{font-size: 17px;}
.fs-18{font-size: 18px;}


.hr-blue{
    width: 100%;
    height: 0px;
    border-top: 1px solid #58b071;
}
.hr-black{
    width: 100%;
    height: 0px;
    border-top: 1px solid #000;
}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}

.color-gray1{color: #5A5858!important;}
.color-gray2{color: #3F3B3A!important;}
.color-gray3{color: #cacacb!important;}
.color-blue1{color: #004698!important;}

.bg-black{background: #5a5858;}
.bg-red{background: #e60013;}
.bg-blue{background: #2fa8e1;}
.bg-yellow{background: #ffe100;}
.bg-orange{background: #f39800;}
.bg-green{background: #15ae67;}
.bg-purple{background: #9d478e;}
.bg-gray{background: #ae8648;}
#bg-today{background: #d3e3eb;}

.new-bg-gray{background: #ae8648;}
.new-bg-blue{background: #3b8bcb;}
.new-bg-purple{background: #ba658f;}
.new-bg-green{background: #70b62d;}
.new-bg-orange{background: #ee7327;}

.new-br-orange{background: #ffe996; border: 1px solid #f39800;}
.new-br-green{background: #cbe3ae; border: 1px solid #22ac39;}
.new-br-pink{background: #f9d2d4; border: 1px solid #eb6101;}
.new-br-blue{background: #62b0e3; border: 1px solid #096fb8;}

.m0 {  margin: 0 !important;  }
.m3 {  margin: 3px !important;  }
.m5 {  margin: 5px !important;  }
.m7 {  margin: 7px !important;  }
.m10 {  margin: 10px !important;  }
.m13 {  margin: 13px !important;  }
.m15 {  margin: 15px !important;  }
.m17 {  margin: 17px !important;  }
.m20 {  margin: 20px !important;  }
.m23 {  margin: 23px !important;  }
.m25 {  margin: 25px !important;  }
.m27 {  margin: 27px !important;  }
.m30 {  margin: 30px !important;  }
.m33 {  margin: 33px !important;  }
.m35 {  margin: 35px !important;  }
.m37 {  margin: 37px !important;  }
.m40 {  margin: 40px !important;  }
.m43 {  margin: 43px !important;  }
.m45 {  margin: 45px !important;  }
.m47 {  margin: 47px !important;  }
.m50 {  margin: 50px !important;  }
.m53 {  margin: 53px !important;  }
.m55 {  margin: 55px !important;  }
.m57 {  margin: 57px !important;  }
.m60 {  margin: 60px !important;  }
.m63 {  margin: 63px !important;  }
.m65 {  margin: 65px !important;  }
.m67 {  margin: 67px !important;  }
.m70 {  margin: 70px !important;  }
.m73 {  margin: 73px !important;  }
.m75 {  margin: 75px !important;  }
.m77 {  margin: 77px !important;  }
.m80 {  margin: 80px !important;  }
.m83 {  margin: 83px !important;  }
.m85 {  margin: 85px !important;  }
.m87 {  margin: 87px !important;  }
.m90 {  margin: 90px !important;  }
.m93 {  margin: 93px !important;  }
.m95 {  margin: 95px !important;  }
.m97 {  margin: 97px !important;  }
.m100 {  margin: 100px !important;  }
.mt0 {  margin-top: 0 !important;;  }
.mt3 {  margin-top: 3px !important;  }
.mt5 {  margin-top: 5px !important;  }
.mt7 {  margin-top: 7px !important;  }
.mt10 {  margin-top: 10px !important;  }
.mt13 {  margin-top: 13px !important;  }
.mt15 {  margin-top: 15px !important;  }
.mt17 {  margin-top: 17px !important;  }
.mt20 {  margin-top: 20px !important;  }
.mt23 {  margin-top: 23px !important;  }
.mt25 {  margin-top: 25px !important;  }
.mt27 {  margin-top: 27px !important;  }
.mt30 {  margin-top: 30px !important;  }
.mt33 {  margin-top: 33px !important;  }
.mt35 {  margin-top: 35px !important;  }
.mt37 {  margin-top: 37px !important;  }
.mt40 {  margin-top: 40px !important;  }
.mt43 {  margin-top: 43px !important;  }
.mt45 {  margin-top: 45px !important;  }
.mt47 {  margin-top: 47px !important;  }
.mt50 {  margin-top: 50px !important;  }
.mt53 {  margin-top: 53px !important;  }
.mt55 {  margin-top: 55px !important;  }
.mt57 {  margin-top: 57px !important;  }
.mt60 {  margin-top: 60px !important;  }
.mt63 {  margin-top: 63px !important;  }
.mt65 {  margin-top: 65px !important;  }
.mt67 {  margin-top: 67px !important;  }
.mt70 {  margin-top: 70px !important;  }
.mt73 {  margin-top: 73px !important;  }
.mt75 {  margin-top: 75px !important;  }
.mt77 {  margin-top: 77px !important;  }
.mt80 {  margin-top: 80px !important;  }
.mt83 {  margin-top: 83px !important;  }
.mt85 {  margin-top: 85px !important;  }
.mt87 {  margin-top: 87px !important;  }
.mt90 {  margin-top: 90px !important;  }
.mt93 {  margin-top: 93px !important;  }
.mt95 {  margin-top: 90px !important;  }
.mt97 {  margin-top: 97px !important;  }
.mt100 {  margin-top: 100px !important;  }
.mb0 {  margin-bottom: 0 !important;;  }
.mb3 {  margin-bottom: 3px !important;  }
.mb5 {  margin-bottom: 5px !important;  }
.mb7 {  margin-bottom: 7px !important;  }
.mb10 {  margin-bottom: 10px !important;  }
.mb13 {  margin-bottom: 13px !important;  }
.mb15 {  margin-bottom: 15px !important;  }
.mb17 {  margin-bottom: 17px !important;  }
.mb20 {  margin-bottom: 20px !important;  }
.mb23 {  margin-bottom: 23px !important;  }
.mb25 {  margin-bottom: 25px !important;  }
.mb27 {  margin-bottom: 27px !important;  }
.mb30 {  margin-bottom: 30px !important;  }
.mb33 {  margin-bottom: 33px !important;  }
.mb35 {  margin-bottom: 35px !important;  }
.mb37 {  margin-bottom: 37px !important;  }
.mb40 {  margin-bottom: 40px !important;  }
.mb43 {  margin-bottom: 43px !important;  }
.mb45 {  margin-bottom: 45px !important;  }
.mb47 {  margin-bottom: 47px !important;  }
.mb50 {  margin-bottom: 50px !important;  }
.mb53 {  margin-bottom: 53px !important;  }
.mb55 {  margin-bottom: 55px !important;  }
.mb57 {  margin-bottom: 57px !important;  }
.mb60 {  margin-bottom: 60px !important;  }
.mb63 {  margin-bottom: 63px !important;  }
.mb65 {  margin-bottom: 65px !important;  }
.mb67 {  margin-bottom: 67px !important;  }
.mb70 {  margin-bottom: 70px !important;  }
.mb73 {  margin-bottom: 73px !important;  }
.mb75 {  margin-bottom: 75px !important;  }
.mb77 {  margin-bottom: 77px !important;  }
.mb80 {  margin-bottom: 80px !important;  }
.mb83 {  margin-bottom: 83px !important;  }
.mb85 {  margin-bottom: 85px !important;  }
.mb87 {  margin-bottom: 87px !important;  }
.mb90 {  margin-bottom: 90px !important;  }
.mb93 {  margin-bottom: 93px !important;  }
.mb95 {  margin-bottom: 95px !important;  }
.mb97 {  margin-bottom: 97px !important;  }
.mb100 {  margin-bottom: 100px !important;  }
.mb130 {  margin-bottom: 130px !important;  }
.mr0 {  margin-right: 0 !important;;  }
.mr3 {  margin-right: 3px !important;  }
.mr5 {  margin-right: 5px !important;  }
.mr7 {  margin-right: 7px !important;  }
.mr10 {  margin-right: 10px !important;  }
.mr13 {  margin-right: 13px !important;  }
.mr15 {  margin-right: 15px !important;  }
.mr17 {  margin-right: 17px !important;  }
.mr20 {  margin-right: 20px !important;  }
.mr23 {  margin-right: 23px !important;  }
.mr25 {  margin-right: 25px !important;  }
.mr27 {  margin-right: 27px !important;  }
.mr30 {  margin-right: 30px !important;  }
.mr33 {  margin-right: 33px !important;  }
.mr35 {  margin-right: 35px !important;  }
.mr37 {  margin-right: 37px !important;  }
.mr40 {  margin-right: 40px !important;  }
.mr43 {  margin-right: 43px !important;  }
.mr45 {  margin-right: 45px !important;  }
.mr47 {  margin-right: 47px !important;  }
.mr50 {  margin-right: 50px !important;  }
.mr53 {  margin-right: 53px !important;  }
.mr55 {  margin-right: 55px !important;  }
.mr57 {  margin-right: 57px !important;  }
.mr60 {  margin-right: 60px !important;  }
.mr63 {  margin-right: 63px !important;  }
.mr65 {  margin-right: 65px !important;  }
.mr67 {  margin-right: 67px !important;  }
.mr70 {  margin-right: 70px !important;  }
.mr73 {  margin-right: 73px !important;  }
.mr75 {  margin-right: 75px !important;  }
.mr77 {  margin-right: 77px !important;  }
.mr80 {  margin-right: 80px !important;  }
.mr83 {  margin-right: 83px !important;  }
.mr85 {  margin-right: 85px !important;  }
.mr87 {  margin-right: 87px !important;  }
.mr90 {  margin-right: 90px !important;  }
.mr93 {  margin-right: 93px !important;  }
.mr95 {  margin-right: 95px !important;  }
.mr97 {  margin-right: 97px !important;  }
.mr100 {  margin-right: 100px !important;  }
.ml0 {  margin-left: 0 !important;;  }
.ml3 {  margin-left: 3px !important;  }
.ml5 {  margin-left: 5px !important;  }
.ml7 {  margin-left: 7px !important;  }
.ml10 {  margin-left: 10px !important;  }
.ml13 {  margin-left: 13px !important;  }
.ml15 {  margin-left: 15px !important;  }
.ml17 {  margin-left: 17px !important;  }
.ml20 {  margin-left: 20px !important;  }
.ml23 {  margin-left: 23px !important;  }
.ml25 {  margin-left: 25px !important;  }
.ml27 {  margin-left: 27px !important;  }
.ml30 {  margin-left: 30px !important;  }
.ml33 {  margin-left: 33px !important;  }
.ml35 {  margin-left: 35px !important;  }
.ml37 {  margin-left: 37px !important;  }
.ml40 {  margin-left: 40px !important;  }
.ml43 {  margin-left: 43px !important;  }
.ml45 {  margin-left: 45px !important;  }
.ml47 {  margin-left: 47px !important;  }
.ml50 {  margin-left: 50px !important;  }
.ml53 {  margin-left: 53px !important;  }
.ml55 {  margin-left: 55px !important;  }
.ml57 {  margin-left: 57px !important;  }
.ml60 {  margin-left: 60px !important;  }
.ml63 {  margin-left: 63px !important;  }
.ml65 {  margin-left: 65px !important;  }
.ml67 {  margin-left: 67px !important;  }
.ml70 {  margin-left: 70px !important;  }
.ml73 {  margin-left: 73px !important;  }
.ml75 {  margin-left: 75px !important;  }
.ml77 {  margin-left: 77px !important;  }
.ml80 {  margin-left: 80px !important;  }
.ml83 {  margin-left: 83px !important;  }
.ml85 {  margin-left: 85px !important;  }
.ml87 {  margin-left: 87px !important;  }
.ml90 {  margin-left: 90px !important;  }
.ml93 {  margin-left: 93px !important;  }
.ml95 {  margin-left: 95px !important;  }
.ml97 {  margin-left: 97px !important;  }
.ml100 {  margin-left: 100px !important;  }


.p0 {  padding: 0 !important;;  }
.p3 {  padding: 3px !important;  }
.p5 {  padding: 5px !important;  }
.p7 {  padding: 7px !important;  }
.p10 {  padding: 10px !important;  }
.p13 {  padding: 13px !important;  }
.p15 {  padding: 15px !important;  }
.p17 {  padding: 17px !important;  }
.p20 {  padding: 20px !important;  }
.p23 {  padding: 23px !important;  }
.p25 {  padding: 25px !important;  }
.p27 {  padding: 27px !important;  }
.p30 {  padding: 30px !important;  }
.p33 {  padding: 33px !important;  }
.p35 {  padding: 35px !important;  }
.p37 {  padding: 37px !important;  }
.p40 {  padding: 40px !important;  }
.p43 {  padding: 43px !important;  }
.p45 {  padding: 45px !important;  }
.p47 {  padding: 47px !important;  }
.p50 {  padding: 50px !important;  }
.p53 {  padding: 53px !important;  }
.p55 {  padding: 55px !important;  }
.p57 {  padding: 57px !important;  }
.p60 {  padding: 60px !important;  }
.p63 {  padding: 63px !important;  }
.p65 {  padding: 65px !important;  }
.p67 {  padding: 67px !important;  }
.p70 {  padding: 70px !important;  }
.p73 {  padding: 73px !important;  }
.p75 {  padding: 75px !important;  }
.p77 {  padding: 77px !important;  }
.p80 {  padding: 80px !important;  }
.p83 {  padding: 83px !important;  }
.p85 {  padding: 85px !important;  }
.p87 {  padding: 87px !important;  }
.p90 {  padding: 90px !important;  }
.p93 {  padding: 93px !important;  }
.p95 {  padding: 95px !important;  }
.p97 {  padding: 97px !important;  }
.p100 {  padding: 100px !important;  }
.pt0 {  padding-top: 0 !important;; }
.pt3 {  padding-top: 3px !important;  }
.pt5 {  padding-top: 5px !important;  }
.pt7 {  padding-top: 7px !important;  }
.pt10 {  padding-top: 10px !important;  }
.pt13 {  padding-top: 13px !important;  }
.pt15 {  padding-top: 15px !important;  }
.pt17 {  padding-top: 17px !important;  }
.pt20 {  padding-top: 20px !important;  }
.pt23 {  padding-top: 23px !important;  }
.pt25 {  padding-top: 25px !important;  }
.pt27 {  padding-top: 27px !important;  }
.pt30 {  padding-top: 30px !important;  }
.pt33 {  padding-top: 33px !important;  }
.pt35 {  padding-top: 35px !important;  }
.pt37 {  padding-top: 37px !important;  }
.pt40 {  padding-top: 40px !important;  }
.pt43 {  padding-top: 43px !important;  }
.pt45 {  padding-top: 45px !important;  }
.pt47 {  padding-top: 47px !important;  }
.pt50 {  padding-top: 50px !important;  }
.pt53 {  padding-top: 53px !important;  }
.pt55 {  padding-top: 55px !important;  }
.pt57 {  padding-top: 57px !important;  }
.pt60 {  padding-top: 60px !important;  }
.pt63 {  padding-top: 63px !important;  }
.pt65 {  padding-top: 65px !important;  }
.pt67 {  padding-top: 67px !important;  }
.pt70 {  padding-top: 70px !important;  }
.pt73 {  padding-top: 73px !important;  }
.pt75 {  padding-top: 75px !important;  }
.pt77 {  padding-top: 77px !important;  }
.pt80 {  padding-top: 80px !important;  }
.pt83 {  padding-top: 83px !important;  }
.pt85 {  padding-top: 85px !important;  }
.pt87 {  padding-top: 87px !important;  }
.pt90 {  padding-top: 90px !important;  }
.pt93 {  padding-top: 93px !important;  }
.pt95 {  padding-top: 90px !important;  }
.pt97 {  padding-top: 97px !important;  }
.pt100 {  padding-top: 100px !important;  }
.pb0 {  padding-bottom: 0 !important;;  }
.pb3 {  padding-bottom: 3px !important;  }
.pb5 {  padding-bottom: 5px !important;  }
.pb7 {  padding-bottom: 7px !important;  }
.pb10 {  padding-bottom: 10px !important;  }
.pb13 {  padding-bottom: 13px !important;  }
.pb15 {  padding-bottom: 15px !important;  }
.pb17 {  padding-bottom: 17px !important;  }
.pb20 {  padding-bottom: 20px !important;  }
.pb23 {  padding-bottom: 23px !important;  }
.pb25 {  padding-bottom: 25px !important;  }
.pb27 {  padding-bottom: 27px !important;  }
.pb30 {  padding-bottom: 30px !important;  }
.pb33 {  padding-bottom: 33px !important;  }
.pb35 {  padding-bottom: 35px !important;  }
.pb37 {  padding-bottom: 37px !important;  }
.pb40 {  padding-bottom: 40px !important;  }
.pb43 {  padding-bottom: 43px !important;  }
.pb45 {  padding-bottom: 45px !important;  }
.pb47 {  padding-bottom: 47px !important;  }
.pb50 {  padding-bottom: 50px !important;  }
.pb53 {  padding-bottom: 53px !important;  }
.pb55 {  padding-bottom: 55px !important;  }
.pb57 {  padding-bottom: 57px !important;  }
.pb60 {  padding-bottom: 60px !important;  }
.pb63 {  padding-bottom: 63px !important;  }
.pb65 {  padding-bottom: 65px !important;  }
.pb67 {  padding-bottom: 67px !important;  }
.pb70 {  padding-bottom: 70px !important;  }
.pb73 {  padding-bottom: 73px !important;  }
.pb75 {  padding-bottom: 75px !important;  }
.pb77 {  padding-bottom: 77px !important;  }
.pb80 {  padding-bottom: 80px !important;  }
.pb83 {  padding-bottom: 83px !important;  }
.pb85 {  padding-bottom: 85px !important;  }
.pb87 {  padding-bottom: 87px !important;  }
.pb90 {  padding-bottom: 90px !important;  }
.pb93 {  padding-bottom: 93px !important;  }
.pb95 {  padding-bottom: 95px !important;  }
.pb97 {  padding-bottom: 97px !important;  }
.pb100 {  padding-bottom: 100px !important;  }
.pb130 {  padding-bottom: 130px !important;  }
.pr0 {  padding-right: 0 !important;;  }
.pr3 {  padding-right: 3px !important;  }
.pr5 {  padding-right: 5px !important;  }
.pr7 {  padding-right: 7px !important;  }
.pr10 {  padding-right: 10px !important;  }
.pr13 {  padding-right: 13px !important;  }
.pr15 {  padding-right: 15px !important;  }
.pr17 {  padding-right: 17px !important;  }
.pr20 {  padding-right: 20px !important;  }
.pr23 {  padding-right: 23px !important;  }
.pr25 {  padding-right: 25px !important;  }
.pr27 {  padding-right: 27px !important;  }
.pr30 {  padding-right: 30px !important;  }
.pr33 {  padding-right: 33px !important;  }
.pr35 {  padding-right: 35px !important;  }
.pr37 {  padding-right: 37px !important;  }
.pr40 {  padding-right: 40px !important;  }
.pr43 {  padding-right: 43px !important;  }
.pr45 {  padding-right: 45px !important;  }
.pr47 {  padding-right: 47px !important;  }
.pr50 {  padding-right: 50px !important;  }
.pr53 {  padding-right: 53px !important;  }
.pr55 {  padding-right: 55px !important;  }
.pr57 {  padding-right: 57px !important;  }
.pr60 {  padding-right: 60px !important;  }
.pr63 {  padding-right: 63px !important;  }
.pr65 {  padding-right: 65px !important;  }
.pr67 {  padding-right: 67px !important;  }
.pr70 {  padding-right: 70px !important;  }
.pr73 {  padding-right: 73px !important;  }
.pr75 {  padding-right: 75px !important;  }
.pr77 {  padding-right: 77px !important;  }
.pr80 {  padding-right: 80px !important;  }
.pr83 {  padding-right: 83px !important;  }
.pr85 {  padding-right: 85px !important;  }
.pr87 {  padding-right: 87px !important;  }
.pr90 {  padding-right: 90px !important;  }
.pr93 {  padding-right: 93px !important;  }
.pr95 {  padding-right: 95px !important;  }
.pr97 {  padding-right: 97px !important;  }
.pr100 {  padding-right: 100px !important;  }
.pl0 {  padding-left: 0 !important;;  }
.pl3 {  padding-left: 3px !important;  }
.pl5 {  padding-left: 5px !important;  }
.pl7 {  padding-left: 7px !important;  }
.pl10 {  padding-left: 10px !important;  }
.pl13 {  padding-left: 13px !important;  }
.pl15 {  padding-left: 15px !important;  }
.pl17 {  padding-left: 17px !important;  }
.pl20 {  padding-left: 20px !important;  }
.pl23 {  padding-left: 23px !important;  }
.pl25 {  padding-left: 25px !important;  }
.pl27 {  padding-left: 27px !important;  }
.pl30 {  padding-left: 30px !important;  }
.pl33 {  padding-left: 33px !important;  }
.pl35 {  padding-left: 35px !important;  }
.pl37 {  padding-left: 37px !important;  }
.pl40 {  padding-left: 40px !important;  }
.pl43 {  padding-left: 43px !important;  }
.pl45 {  padding-left: 45px !important;  }
.pl47 {  padding-left: 47px !important;  }
.pl50 {  padding-left: 50px !important;  }
.pl53 {  padding-left: 53px !important;  }
.pl55 {  padding-left: 55px !important;  }
.pl57 {  padding-left: 57px !important;  }
.pl60 {  padding-left: 60px !important;  }
.pl63 {  padding-left: 63px !important;  }
.pl65 {  padding-left: 65px !important;  }
.pl67 {  padding-left: 67px !important;  }
.pl70 {  padding-left: 70px !important;  }
.pl73 {  padding-left: 73px !important;  }
.pl75 {  padding-left: 75px !important;  }
.pl77 {  padding-left: 77px !important;  }
.pl80 {  padding-left: 80px !important;  }
.pl83 {  padding-left: 83px !important;  }
.pl85 {  padding-left: 85px !important;  }
.pl87 {  padding-left: 87px !important;  }
.pl90 {  padding-left: 90px !important;  }
.pl93 {  padding-left: 93px !important;  }
.pl95 {  padding-left: 95px !important;  }
.pl97 {  padding-left: 97px !important;  }
.pl100 {  padding-left: 100px !important;  }

.space-between.mb-flex-wrap.detail-check.pt30.pb15{
    padding-bottom: 4px !important;
}
/*
#dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -2px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#dropmenu li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    transition: .2s;
}
#dropmenu li ul li a {
    padding: 13px 15px;

    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
#dropmenu li:hover ul {

    height: 38px;
    display: block;
    background-color: wheat;
}*/

.point-h{
    max-width: 1035px;
    margin: auto;
}

/*メインメニューオーバー背景*/
ul#ddmenu .ber:hover {
    background-color: #f39800;
    color: #231916;
}
ul#ddmenu:hover .point-orange {
    background-color:  #727171;
}

.ber.point-orange{
    background-color: #f39800;
}
ul#ddmenu .ber.point-orange:hover {
    background-color: #f39800;
}

/*表示*/
ul#ddmenu li:hover ul {
    display: block;
    top: 42px;
    right: 0;
}
/* サブメニューの装飾 */
ul#ddmenu ul {
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    width: 100%;
}
ul#ddmenu ul li {
    border-bottom: 1px solid #ddd;
    width: 97.5%;
    background-color: white;
    padding-left: 5px;
    list-style: disc;
    display: list-item;
    list-style-position: inside;
}
ul#ddmenu ul li a {
    line-height: 40px;
    width: 100%;
    font-size: 11px;
    color: black;
    letter-spacing: -0.5px;
    margin-left: -15px;
}
ul#ddmenu ul li a:hover {
    text-decoration: underline;
}

.intro-color{
    color: #231916;
}
.tpl-circle-m.bg-red, .tpl-circle-m.bg-blue, .tpl-circle-m.bg-yellow {
    margin-bottom: -2px;
}
.tpl-table-delete.pb10{
    padding-bottom: 6px !important;
}
.tpl-table-delete.pb10 p {
  /*  font-size: 10px;*/
}

.has-error {
    border-color: red;
    color: red;
}

.menu-head ul li a {
    font-weight: bold;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {

}
@media only screen and (max-width: 1070px){
    input,textarea,select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
    .more-table1 {
        margin: -7px 0 0 -40px;
    }
    .menu-head ul li a {
        font-size: 13px;
    }
    .top-head .right button {
        height: 32px;
        font-size: 12px;
        line-height: 29.11px;
        margin-left: 9px;
        padding: 0px 8px;
    }
    .top-head .right p {
        display: none;
    }
    .more-table1{
        margin: 0px 0 0 -95px;
    }
    .img3 {
        position: absolute;
        top: -12px;
        right: 5px;
    }
    .table-responsive-top .right {
        position: relative;
        top: 4px;
        left: 13px;
    }
    .calendar-right span {
        top: 5px;
        left: 40px;
    }
}
@media only screen and (max-width: 992px){
    .mb-flex-column{
        -webkit-flex-direction: column;
        flex-direction:         column;
    }
    .mb-flex-row{
        -webkit-flex-direction: row;
        flex-direction:         row;
    }
    .mb-flex-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap:         wrap;
    }
    .mb-pl-0{padding-left: 0px!important;}
    .mb-pr-0{padding-right: 0px!important;}
    .mb-mt-10{margin-top: 10px!important;}
    .mb-mt-20{margin-top: 20px!important;}
    .mb-mt-30{margin-top: 30px!important;}
    .mb-mt-40{margin-top: 40px!important;}
    .mb-mb-10{margin-bottom: 10px!important;}
    .mb-mb-20{margin-bottom: 20px!important;}
    .mb-mb-30{margin-bottom: 30px!important;}
    .mb-mb-40{margin-bottom: 40px!important;}
    .mb-pt-10{padding-top: 10px!important;}
    .mb-pt-20{padding-top: 20px!important;}
    .mb-pt-30{padding-top: 30px!important;}
    .mb-pt-40{padding-top: 40px!important;}
    .mb-pb-10{padding-bottom: 10px!important;}
    .mb-pb-20{padding-bottom: 20px!important;}
    .mb-pb-30{padding-bottom: 30px!important;}
    .mb-pb-40{padding-bottom: 40px!important;}
    .top-head{
       /* display: none;*/
    }
    .menu-head{
      /* display: none;*/
    }
    header {
        border-top: 7px solid #f39800;
    }
    .mb-top-head-nav .logo img {
        position: relative;
        top: 5px;
    }

    .mb-top-head {
        padding: 8px 13px;
    }
    .mb-top-conten {
        right: -13px;
    }
    .menu-footer ul li {
        padding: 0px 15px;
        margin-bottom: 10px;
    }
    .menu-footer ul {
        justify-content: end;
    }
    .coppy-right {
        text-align: center;
    }
    .coppy-right.pb37 {
        padding-bottom: 15px !important;
    }
    .menu-footer{
        padding-right: 13px;
        padding-left: 13px;
    }
    .mb-top-auto {
        top: 0px;
    }
    .new-search {
        justify-content: center;
        flex-wrap: wrap;
    }
    .new-search1{
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }
    .tpl-table-news tr td span {
        font-size: 11px;
    }
    .tpl-table-news tr .text1 {
        width: 40px;
    }
    .tpl-table-news tr td:nth-child(2) button {
        font-size: 10px;
    }
    .tpl-table-news tr .text2 {
        width: 100px;
    }
    .tpl-table-news tr td:nth-child(4) button {
        font-size: 10px;
    }
    .tpl-table-news tr .text3 {
        width: 74px;
    }
    .tpl-table-news tfoot ul li a {
        font-size: 10px;
        padding: 0px 6px;
    }
    .tpl-table-news tfoot ul li {
        margin: 0px 2px;
    }
    .main{
        padding-left: 12px;
        padding-right: 12px;
    }
    .affter-ft{
        padding-left: 12px;
        padding-right: 12px;
    }
    .tpl-table-news tr td:last-child, .tpl-table-news tr td:nth-child(2) {
        text-align: center;
        padding: 0px 3px;
    }
    .new-search1 select {
        top: -7px;
        min-width: 160px;
        font-size: 10px;
    }
    .new-search1 label {
        font-size: 10px;
    }
    .new-search1>button {
        font-size: 10px;
    }
    .new-search2 img{
        width: calc(100% - 20px);
        margin-top: 5px;
    }
    .affter-ft-intro {
        flex-wrap: wrap;
    }
    .affter-ft-intro>div {
        width: 100%;
    }
    .affter-ft-intro .left {
        margin-bottom: 10px;
    }
    .affter-ft-parner {
        flex-wrap: wrap;
    }
    .affter-ft-parner>div {
        width: calc(100%/2 - 7px);
    }
    .box-mail {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-mail p {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .tb-schedule-item a {
        font-size: 12px;
        font-weight: 400;
        padding: 2px 3px;
    }
    .intro-pdf {
        width: 100%;
    }
    .tb-introduct {
        width: 100%;
        max-width: 100%;
    }
    .tpl-time-more li {
        width: auto;
        padding: 0px 10px;
    }
    .form-main-login {
        width: calc(100% - 40px);
        max-width: 100%;
        padding: 0px 20px;
        padding-top: 25px;
        padding-bottom: 80px;
    }
    .main-login{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-login>p {
        width: 100%;
        max-width: auto;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .form-main-login input {
        width: calc(100% - 108px);
    }
    .login-button input {
        width: auto;
    }
    .main .registration-detail {
        line-height: 20.39px;
    }
    .participant-pc{
        display: none;
    }
    .participant-mb{
        display: table-row;
    }
    .participant.w1,
    .participant.w2,
    .participant.w3
    {
        width: 100%;
        padding: 10px 0px;
    }
    .tpl-table-news1 tr td:nth-child(2) select {
       width: 100%;
    }
    .tpl-table-news1 .date {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .tb-schedule-item.mt5 a {
        overflow: hidden;
        height: 20px;
        line-height: 1.7;
    }
    .tb-schedule-item.mt3 a {
        overflow: hidden;
        height: 20px;
        line-height: 1.7;
    }
}
@media only screen and (max-width: 768px) {
    .table-responsive-top .right {
        right: -6px;
        top: 1px;
    }
}
@media only screen and (max-width: 800px) {
    .more-table1 {
        margin: 0px 0 0 -70px;
    }
}
@media only screen and (max-width: 600px){
    .tb-introduct {
        width: 100%;
        max-width: 100%;
    }
    .tb-introduct thead .text1 {
        width: 70px;
    }
    .tb-introduct thead .text2 {
        width: 70px;
    }
    .tb-introduct thead th:last-child {
        width: 140px;
    }
    .intro-pdf {
        justify-content: center;
        flex-wrap: wrap;
    }
    .intro-pdf-img{
        margin-top: 15px;
    }
    .tpl-table thead th:nth-child(1) {
        width: 55px;
    }
    .tpl-table tr td:nth-child(1) {
        font-size: 10px;
    }
    .tpl-table-time p {
        font-size: 10px;
        padding: 5px 5px;
        min-width: 80px;
    }
    .tpl-table thead th:nth-child(2) {
        width: 115px;
    }
    .tpl-time-more li {
        padding: 0px 8px;
    }
    .time-more {
        top: 7px;
        right: -5px;
    }
    .calendar-text p {
        font-size: 12px;
    }
    .form-main-login {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .form-main-login label {
        width: 80px;
        padding-top: 30px;
    }
    .form-main-login input {
        width: calc(100% - 80px);
        height: 41px;
        font-size: 14px;
        margin-top: 26px;
    }
    .login-button input {
        width: auto!important;
        padding: 0px 46px;
    }
    .mb-flex-wrap{
        flex-wrap: wrap;
    }
    .tpl-label {
        font-size: 12px;
    }
    .detail-block1 p {
        padding: 5px 5px;
    }
    .detail-big-text {
        line-height: 26.39px;
    }
    .detail-small-text {
        font-size: 14px;

    }
    .detail-text-link span{
        display: block;
        padding-left: 20px;
    }
    .form-registration {
        padding: 25px 15px;
    }
    .blue-big-text{
        font-size: 14px!important;
    }
    .form-registration label {
        width: 115px;
    }
    .form-registration .rg-full {
        width: calc(100% - 132px);
    }
    .form-registration .registration-double {
        width: calc(100% - 110px);
        height: 30px;
    }
    .registration-double input {
        width: calc(100%/2 - 25px);
        padding: 0px 7px;
    }
    .main-login>p {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .form-registration.no-border {
        padding: 25px 5px;
    }
    .form-registration label {
        width: 106px;
        font-size: 12px;
    }
    .form-registration select {
        width: calc(100% - 106px);
    }
    .form-registration.no-border .rg-full {
        width: calc(100% - 119px);
    }
    .form-registration textarea {
        width: calc(100% - 108px);
    }
    .form-registration .first {
        width: 100%;
    }
    .box-mail.top p {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-mail p img {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 500px){
    .tb-schedule-item.mt5 {
        transform: scale(0.6);
    }
    .tb-schedule-item.mt3 {
        transform: scale(0.6);
    }
    .tb-schedule{
        width: 100%;
        table-layout: fixed;
    }
    .tb-schedule-item.mt5 {
        transform: scale(0.6);
        width: 92px;
        margin-left: -19px;
    }.tb-schedule-item.mt3 {
         transform: scale(0.6);
         width: 92px;
         margin-left: -19px;
     }

    .table-responsive {
        border: 1px solid #ddd;
        background: #fff;
        width: 100%;
       /* margin-left: -10px;*/
    }
    .tb-schedule-item.mt5 {
        transform: scale(0.5);
        width: 103px;
        margin-left: -23px;
    }
    .tb-schedule-item.mt3 {
        transform: scale(0.5);
        width: 103px;
        margin-left: -23px;
    }
    .tpl-circle-xs {
        display: inline-block;
        width: 18px;
        height: 15px;
        border-radius: 50%;
    }
    .tb-schedule-item a {
        width: 79px;
        margin-right: 3px;
    }
    .tb-schedule-item.mt5 a p.button_line{
        font-size: 10px;
        font-weight: 400;
        font-family: Hiragino Kaku Gothic Pro, sans-serif;
        color: #FFFFFF;
        content: none;
    }
    .tb-schedule-item.mt5 a {
        overflow: hidden;
        height: 33px;
        line-height: 1.7;
        font-size: 21px;
        white-space: nowrap;
    }
    .tb-schedule-item.mt3 a {
        overflow: hidden;
        height: 20px;
        line-height: 1.7;
    }
    .mt5 {
        margin-top: 0px !important;
    }
    .mt3 {
        margin-top: -10px !important;
    }
    .color-gray1.mt3{
        margin-top: 0 !important;
    }
    .w7{
        font-size: 13px;
    }
    .img3{
        position: absolute;
        top: -12px;
        right: 4px;
    }
    .left{
        margin-top: -10px;
    }
    .tb-schedule tbody .tpl-table-date td{
        width: 75px;
    }
    .more-table1 {
        margin: -9px 0 0 -40px;
    }
    .tb-schedule tbody .tpl-table-date td{
        height: 80px;
    }
    .tb-schedule-item a {
        font-size: 12px;
    }
    .table-responsive-top .right {
        left: 13px;
        top: -4px;
    }
    .table-responsive-top select {
        font-size: 16px;
        padding: 0 10px;
    }
    .calendar-right {
        width: 150px;
    }
    .calendar-right span {
        font-size: 12px;
        top: -2px;
    }
}
@media only screen and (max-width: 375px) {
    .tb-schedule-item.mt5 {
        transform: scale(0.5);
        width: 92px;
        margin-left: -23px;
    }
    .tb-schedule-item.mt3 {
      transform: scale(0.5);
      width: 92px;
      margin-left: -23px;
    }
    .tb-schedule {
        /*width: 369px;*/
    }
    .tpl-circle-xs {
        display: inline-block;
        width: 18px;
        height: 15px;
        border-radius: 50%;
    }
    .tb-schedule-item a {
        width: 79px;
        margin-right: 3px;
    }
    .tb-schedule-item.mt5 a p.button_line{
        font-size: 10px;
        font-weight: 400;
        font-family: Hiragino Kaku Gothic Pro, sans-serif;
        color: #FFFFFF;
        content: none;
    }
    .tb-schedule-item.mt5 a {
        overflow: hidden;
        height: 32px;
        line-height: 1.7;
    }
    .tb-schedule-item.mt3 a {
        overflow: hidden;
        height: 20px;
        line-height: 1.7;
    }
    .mt5 {
        margin-top: 0px !important;
    }
    .mt3 {
        margin-top: -10px !important;
    }
    .w7{
        font-size: 13px;
    }
    .img3{
        position: absolute;
        top: -12px;
        right: 4px;
    }
    .left{
        margin-top: -10px;
    }
    .tb-schedule tbody .tpl-table-date td{
        height: 75px;
    }
   .table-responsive{
      /*  width: 369px;*/
       /* margin-left: -2px;*/
    }
    .menu-footer ul li {
        padding: 0px 8px;
    }
    .tpl-table-news tr .text2 {
        width: 60px;
    }
    .tpl-table-news tr .text3 {
        width: 70px;
    }
    .tpl-table-news tr td button {
        padding: 3px 3px;
    }
    .tpl-table-news tr td:nth-child(4) button {
        font-size: 9px;
    }
    .calendar-text ul li {
        padding-left: 2px;
    }
    .tpl-table-text p, .tpl-table-text ul li {
        font-size: 12px;
    }
    .tpl-time-more li {
        padding: 1px 4px;
    }
    .tpl-label {
        font-size: 11px;
    }
    .detail-big-text {
        font-size: 15px;
    }
    .intro-fit-text {
        font-size: 13px;
    }


}

@media only screen and (max-width: 360px){
    .menu-footer ul li {
        padding: 0px 6px;
    }
    .calendar-text p {
        font-size: 11px;
    }
    .tpl-table-text p, .tpl-table-text ul li {
        font-size: 11px;
    }
    .tpl-time-more li {
        padding: 1px 2px;
    }
    .tpl-label {
        font-size: 10px;
    }
    .form-registration label {
        width: 100px;
        font-size: 12px;
    }
    .form-registration .rg-full {
        width: calc(100% - 100px);
    }
    .form-registration .registration-double {
        width: calc(100% - 82px);
        height: 30px;
    }
    .form-registration select {
        width: calc(100% - 101px);
    }
   /* .table-responsive {
        width: 354px;
    }*/
    .tb-schedule {
        /*width: 354px;*/
    }
    .intro-fit-text {
        font-size: 12px;
    }
    .calendar-right span {
        font-size: 11px;
    }
}
@media only screen and (max-width: 320px){
    .menu-footer ul li {
        padding: 0px 3px;
    }
    .menu-footer ul li a {
        font-size: 13px;
    }
    .tpl-table-news tfoot ul li a {
        font-size: 10px;
        padding: 0px 5px;
    }
    .new-search1>button {
        padding: 0px;
        width: 45px;
    }
    .new-search1>div {
        border: 1px solid #f39800;
        background: #ffe9a9;
        height: 23px;
        width: 153%;
    }
    .calendar-text p {
        font-size: 10px;
    }
    .calendar-text ul li {
        font-size: 10px;
    }
    .new-search3 {
        border: 1px solid #005096;
        font-size: 11px;
        height: 21px;
        margin-bottom: 5px;
    }
    .tpl-table-text p, .tpl-table-text ul li {
        font-size: 13px;
    }
    .tpl-time-more li {
        padding: 1px 8px;
    }
    .tpl-label {
        font-size: 9px;
    }
    .table-responsive {
        width: 312px;
        margin-left: -10px;
    }
    .tb-schedule {
        /*width: 318px;*/
    }
    .tb-schedule-item.mt5 {
        transform: scale(0.43);
    }
    .tb-schedule-item.mt3 {
        transform: scale(0.43);
    }
    .more-table1 {
        margin: -9px 0 0 -30px;
    }
    .table-responsive-top{
        padding: 0 5px;
    }
    .tb-schedule-item.mt5 a{
        height: 40px;
        font-size: 25px;
    }
    .table-responsive-top select {
        font-size: 14px;
    }
    .table-responsive-top .right{

    }
    .table-responsive-top .right {
        right: 19px;
        top: -4px;
    }
    .table-responsive-top select{
        font-size: 13px;
        padding: 0 3px;
    }
}

