article .main_block {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 26px;
}
article .main_block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.meta_header .social {
    float: right;
    position: relative;
    top: -5px;
}
.page_heading {
    text-align: center;
}
.page_heading h2 {
    display: inline-block;
    line-height: 1;
    font-size: 26px;
    background: url(../img/common/ico_work.png) no-repeat 0 0;
    padding-left: 26px;
    padding-top: 3px;
    font-weight: bold;
}
.page_heading h2.cl_red {
    background: none;
    color: #db0917;
}
.page_heading .caption {
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.news_item .inner {
    position: relative;
    min-height: 210px;
}
.news_item .thumb {
    float: left;
    padding: 4px;
    border: 1px solid #dcdcdc;
}
.meta_header .social li {
    display: inline-block;
}
.meta_header .social ul li:first-child {
    width: 70px;
}

.outline.mb0{
    font-size: 12px;
}
.layout_line.news_item .box {
    margin-bottom: 10px;
}
.layout_line.news_item:last-child .box {
    margin-bottom: 0 !important;
}
.news_item .info {
    padding-left: 170px;
}
.news_item time {
    display: block;
}
.news_item h4 {
    font-size: 18px;
    margin: 2px 0 10px;
}
.news_item .info > p {
    margin-bottom: 20px;
}
.news_item .info .detail {
    position: absolute;
    right: -1px;
    bottom: 20px;
}

.banner .img{
    margin-bottom: 16px;
}

.page_heading h2 {
    display: inline-block;
    line-height: 1;
    font-size: 26px;
    background: url(../img/common/ico_work.png) no-repeat 0 0;
    padding-left: 26px;
    padding-top: 3px;
    font-weight: bold;
}

.page_heading.style_other h2{
    line-height: 1.2;
    background: none;
}

.page_heading.style_other h2 i {
    position: relative;
    top: -10px;
    margin-right: 4px;
}

.fair_ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url(../img/common/ico_work.png) no-repeat 0 0;
    padding-left: 20px;
    background-size: 15px;
    margin-bottom: 14px;
}

.point h4.title:before {
    border-color: #db0917 transparent;
}

.main_block h4.title {
    font-size: 16px;
    color: #505050;
}

.point .rows:first-child {
    padding-top: 6px;
}
.point .rows {
    border-bottom: 1px dotted #dcdcdc;
    padding: 20px 0px 16px;
}

.point .rows p {
    padding-left: 83px;
}

.point .rows .ico_point {
    float: left;
}

.outline th {
    width: 112px;
    background: #fafafa;
    text-align: center;
}
.outline th, .outline td {
    padding: 20px;
}

.outline {
    margin-bottom: 26px;
}

.outline .w1 {
    width: 24%;
}
.outline .w2 {
    width: 45%;
}
.outline .w3 {
    width: 15%;
}

.form_group {
    margin-bottom: 26px;
}
.form_group .rows {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form_group .rows:first-child {
    border-top: 1px solid #ccc;
}
.form_group .rows .th,
.form_group .rows .td {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}
.form_group .rows .th {
    width: 270px;
    background: #fafafa;
    border-right: 1px solid #ccc;
    position: relative;
}
.form_group .rows .th .label {
    display: block;
    padding-right: 60px;
}
.form_group .rows .th small {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    padding-right: 60px;
}
.form_group .rows .td small {
    font-size: 12px;
}
.form_group .rows .th .required {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.form_group .bg_error {
    background: #ffeded;
}
.form_group .error {
    display: block;
    color: #db0917;
    font-size: 14px;
    line-height: 1;
    margin-top: 16px;
}
.form_group .form_txt {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    border-radius: 0;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.4) inset;
    -ms-box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.4) inset;
    box-shadow: -1px 1px 0px 0px rgba(0,0,0,0.4) inset;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif !important;
}
.form_group .form_txt.size2 {
    width: 40%;
}
.form_group .rows .input_2col .col {
    width: 48.5%;
    margin-right: 3%;
    float: left;
}
.form_group .rows .input_2col .col:last-child {
    margin-right: 0;
}
.input_2col .col label {
    width: 11%;
    display: inline-block;
}
.form_group .input_2col .form_txt {
    width: 89%;
}
.form_group .form_select select {
    font-size: inherit;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.form_group .form_select {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.chk_media li:last-child {
    margin-right: 0;
}
.chk_media li {
    display: inline-block;
    margin-right: 24px;
}
.form_group .td ul li {
    margin-bottom: 10px;
}
.entry_checkout_box{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.no_border_bot{
    border-bottom: none !important;
}
small{
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
.long_mb{
    margin-bottom: 460px !important;
}

/* EVENT */
/* FOR SOCIAL NETWORKS */
.meta_header .published {
    display: inline-block;
}
.meta_header .social {
    float: right;
    position: relative;
    top: -5px;
}
.meta_header .social ul li:first-child {
    width: 70px;
}
.meta_header .social li:first-child {
    width: 70px;
}
.meta_header .social li {
    display: inline-block;
}
.meta_header .social li {
    display: inline-block;
}

/* GLOBAL CONTENT */
.event_ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url(..//img/common/ico_work.png) no-repeat 0 0;
    padding-left: 20px;
    background-size: 15px;
    margin-bottom: 20px;
}
h4.title.clr_red {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}
h4.title {
    line-height: 1;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
h4.title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0;
    border-color: #333 transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
h4.title.clr_red:before {
    border-color: #db0917 transparent;
    top: 8px;
}
p.text.clr_black {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}
p.text {
    line-height: 1;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}
p.text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0;
    border-color: #333 transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
p.text.clr_black:before {
    border-color: #000000 transparent;
    top: 8px;
}

/* BOXES */
.box {
    margin-bottom: 10px;
}
.detail_box_content {
    display: block;
    padding: 20px;
    border: 1px solid #b4b4b4;
}

/* TABLE */
.form_group.event .rows:first-child {
    border-top: 1px solid #ccc;
}
.form_group.event .rows {
    display: table;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.form_group.event .rows .th {
    width: 15%;
    background: #fafafa;
    border-right: 1px solid #ccc;
    text-align: center;
}
.form_group.event .rows .th, .form_group .rows .td {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding: 16px;
    border-bottom: 1px solid #ccc;
    
}
.form_group.event .rows .th  .label_event {
    padding-right: 0 !important;
}

.pb20{
    padding-bottom: 20px;
}
.mr20{
    margin-right: 20px;
}
.clearfix_detail {
    display: block;
}
.clearfix_detail:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.dotted_bord_bot {
    border-bottom: 1px dotted #ccc;
}
.photo {
    width: 220px;
}
img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.detail_descr {
    float: left;
    width: 470px;
}
.detail_descr p.prof_co {
    font-size: 16px;
    margin-bottom: 10px;
}

.li-table {
    display: table;
}
.pr10 {
    padding-right: 10px;
}
.li-table-cell {
    display: table-cell;
    padding-right: 6px;
}
#content_right > section:nth-child(3) > div.form_group.event > div:nth-child(3) > div.td > span > a {
    word-break: break-all;
}
@media screen and (max-width: 1025px) {
    article .main_block {
        padding-bottom: 13px;
    }
    .page_heading h2 {
        font-size: 20px;
        padding-left: 20px;
        padding-top: 2px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto;
    }
    .page_heading .caption {
        display: block;
        line-height: 1.3;
        font-size: 12px;
        margin-top: 10px;
    }
    .news_item .inner {
        min-height: 0;
    }
    .news_item .thumb {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
    .news_item .info {
        padding-left: 0;
    }
    .news_item .info time,
    p {
        font-size: 12px;
    }
    .news_item .info h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news_item .info .detail {
        position: static;
        display: block;
        margin-top: 5px;
        float: right;
    }
    .news_item .info > p {
        margin-bottom: 0;
    }
    
    .page_heading h2 {
        font-size: 20px;
        padding-left: 20px;
        padding-top: 2px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto;
    }
    .page_heading .caption {
        display: block;
        line-height: 1.3;
        font-size: 12px;
        margin-top: 10px;
    }
    .fair_ttl {
        font-size: 16px;
        line-height: 1;
        padding-left: 18px;
        -webkit-background-size: 12px;
        background-size: 12px;
        margin-bottom: 10px;
    }
    
    .page_heading.style_other h2 i {
        margin-right: 0;
        width: 16px;
        display: inline-block;
    }
    .point .rows .ico_point {
	    display: block;
	    float: none;
	    width: 60px;
	    margin-bottom: 8px;
    }
    .point .rows p {
	    padding-left: 0;
    }

    .meta_header .social {
        float: none;
        top: 0;
    }
    .meta_header .social li {
	    width: auto !important;
    }
    .form_group .rows .th .required {
	    right: 8px !important;
    }
    .list_calendar {
        margin-top: 8px;
    }
    .list_calendar a h4 {
        font-size: 14px;
    }
    .list_calendar .date {
        font-size: 13px;
    }
    .intro {
        margin-bottom: 10px;
    }

    .form_group {
        margin-bottom: 15px;
    }
    .form_group .rows {
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
    }
    .form_group .rows .th, 
    .form_group .rows .td {
        display: block;
        padding: 8px;
    }
    .form_group .rows .th {
        width: auto;
        background: #fafafa;
        border-right: none;
    }
    .form_group .rows .th small {
        font-size: 10px;
    }
    .input_2col .col label {
        width: 13%;
    }
    .form_group .input_2col .form_txt {
        width: 87%;
    }
    .main_block p {
        font-size: 12px;
    }
    .point .rows {
        padding: 12px 0px 10px;
    }
    .outline th, .outline td {
        padding: 8px;
    }
    .outer_tbl {
        width: 100%;
        overflow: scroll;
    }
    .outline {
        margin-bottom: 15px;
        width: 710px;
    }
    .chk_media li {
        display: block;
        margin-right: 0;
    }

    /* EVENT */
    .table-cell-size40{
        width: 40% !important;
    }
    .detail_descr {
        padding: 10px;
                float: none;
                width: inherit !important;
    }
    .form_group.event .rows .th, 
    .form_group.event .rows .td {
        display: table-cell;
        padding: 8px;
    }

	.detail_photo {
		float:none;
	}

    .md{
        display: none !important;
    }
    .privacy_policy_content {
        height: 150px !important;
    }

}

.entryStartDate .wpcf7-list-item,
.entrySex .wpcf7-list-item{
    width: auto;
}

.rows.hidden-optional{
    display: none;
}

.toggle-optional .td .detail-open{
    cursor: pointer;
}

.none{
    display: none !important;
}