@charset "utf-8";
/* ===== style.css ===== */
body {
    font: 15px/1.8 YuGothic , 'Yu Gothic', sans-serif;	
}
@media screen and ( max-width: 768px ) {
    body {
        font-size: 14px;
    }
}

a {
    color: #000;
}
@media screen and ( min-width: 769px ) {
    a:hover {
        opacity: 0.6;
        transition: 0.6s all;
    }
    a.rollover:hover {
        opacity: 1;
        transition: none;
    }
}

/* hide */
@media screen and ( min-width: 769px ) {
    .pc_hide {
        display: none;
    }
    .e_padding {
        padding: 0 80px;
    }
}
@media screen and ( max-width: 768px ) {
    .sp_hide {
        display: none;
    }
}

/* inner */
.inner {
    margin: 0 auto;
    width: 1020px;
}
@media screen and ( max-width: 768px ) {
    .inner {
        width: auto;
        margin: 0 15px;
    }    
}


/*
        wrapper
*/
#wrapper {
    z-index: 0;
}
@media screen and ( min-width: 769px ) {
    #wrapper {
        min-width: 1020px;
    }
}


/*
        header
*/
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}
@media screen and ( max-width: 768px ) {
    #header {
        border-bottom: none;
    }
    #header.open {
        bottom: 0;
        height: 100%;
    }
}

@media screen and ( max-width: 768px ) {
    #header.open .pc_hide {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* header_box01 */
.header_box01 {
    background: #fff;
}
@media screen and ( max-width: 768px ) {
    .header_box01 {
        padding: 0 15px;
    }
}

/* header_box01_search */
.header_box01_search {
    float: left;
    position: relative;
    margin-left: 17px;
    padding-top: 15px;
}
@media screen and ( max-width: 768px ) {
    .header_box01_search {
        float: none;
        margin-left: 0;
        padding-top: 30px;
    }
}

.header_search_box {
    padding: 0 0 0;
    width: 140px;
    height: 25px;
    color: #000;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #000;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.header_search_box::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
}
.header_search_box:-moz-placeholder {
    color: #000;
    font-size: 13px;
    opacity: 1;
}
.header_search_box::-moz-placeholder {
    color: #000;
    font-size: 13px;
    opacity: 1;
}
.header_search_box:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
}
.header_search_box::-ms-input-placeholder {
    color: #000;
    font-size: 13px;
}
@media screen and ( max-width: 768px ) {
    .header_search_box {
        width: 100%;
        border: none;
        height: 40px;
        border-radius: 20px;
        padding: 0 15px;
        background: #eee;
    }
}

.header_search_btn {
    cursor: pointer;
    position: absolute;
    bottom: 9px;
    right: 3px;
    padding: 0;
    width: 13px;
    height: 28px;
    border: none;
    background: url(../images/header_box01_search.png) no-repeat 0 15px;
}
@media screen and ( max-width: 768px ) {
    .header_search_btn {
        bottom: 14px;
        right: 13px;
    }
}

/* header_box01_translation */
.header_box01_translation {
    float: left;
    margin-left: 14px;
    padding-top: 18px;
    width: 98px;
    font-size: 13px;
    position: relative;
}
@media screen and ( max-width: 768px ) {
    .header_box01_translation {
        float: none;
        margin-left: 0;
        padding: 0;
        margin-top: 12px;
        width: 100%;
    }
    .page img.aligncenter {
        width: 100%;
        height: auto;
    }
}

.header_box01_translation dt {
    display: block;
    cursor: pointer;
    padding: 1px 0 1px 7px;
    color: #fff;
    background: #434343;
}
@media screen and ( max-width: 768px ) {
    .header_box01_translation dt {
        text-align: left;
        padding: 14px 13px 13px;
    }
}

.header_box01_translation dt span {
    display: block;
    margin-right: 6px;
    background: url(../images/header_box01_translation_icon01.png) no-repeat center right;
}

.header_box01_translation dd {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    text-align: center;
    padding: 14px 0 16px;
    background: rgba(255,255,255,0.8);
}

.header_box01_translation_btn li {
    margin-bottom: 4px;
}
.header_box01_translation_btn li:last-child {
    margin-bottom: 0;
}

.header_box01_translation_btn li a {
    display: block;
}

/* header_box01_right */
.header_box01_right {
    float: right;
    margin-top: 6px;
}

/* read speaker */
/* header_box01_right_voice */
.header_box01_right_voice {
    cursor: pointer;
    float: left;
    padding: 21px 0px 0 0;
}
#readspeaker_button1 a img {
    position: relative;
    top: 2px;
}


.header_box01_right_voice a:link , .header_box01_right_voice a:visited {
    color:#333;
    text-decoration: none;
}
.header_box01_right_voice a:hover , .header_box01_right_voice a:active {
    color:#333;
    text-decoration: none;
}

#header .sp_hide {
    position: relative;
}
#reader {
    position: absolute;
    right: 0;
    bottom: -40px;
}

@media screen and ( max-width: 768px ) {
    .header_box01_right_voice {
        float: none;
        display: block;
        margin-top: 12px;
        padding: 8px 16px;
        border: 1px solid #000;
        border-radius: 4px;
        background: none;
    }
}

/* header_box01_right_size */
.header_box01_right_size {
    float: left;
    margin-left: 10px;
    padding-top: 25px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box01_right_size {
        float: none;
        margin-left: 0;
        padding: 0;
        margin-top: 12px;
    }
}

.header_box01_right_size li {
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    padding-top: 1px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    border-radius: 10px;
    position: relative;
}
.header_box01_right_size li:nth-child(2) {
    color: #fff;
    background: #004aad;
    top: -3px;
}
.header_box01_right_size li:nth-child(3) {    
    background: #b5b5b5;
    top: -3px;
}
.header_box01_right_size li:last-child {
    color: #fff;
    background: #cecdcd;
    top: -3px;
    margin-right: 0;
}
.header_box01_right_size li:first-child {
    cursor: default;
    margin-right: 5px;
    padding-top: 0;
    width: auto;
    line-height: 20px;
}
@media screen and ( max-width: 768px ) {
    .header_box01_right_size li:not(:first-child) {
        margin-right: 0;
        padding: 14px 0 11px;
        width: 33.333%;
        border-radius: 0;
    }
    .header_box01_right_size li:first-child {
        display: block;
        margin: 0 0 4px 0;
        font-size: 13px;
    }
}

/* header_box01_right_color */
.header_box01_right_color {
    float: left;
    margin-left: 16px;
    padding-top: 23px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box01_right_color {
        float: none;
        margin-left: 0;
        padding: 0;
        margin-top: 12px;
    }
}

.header_box01_right_color li {
    cursor: pointer;
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.header_box01_right_color li:nth-child(2) {
    color: #fff !important;
    background-color: #2126f1 !important;
}
.header_box01_right_color li:nth-child(3) {
    color: #fff !important;
    background-color: #000 !important;
}
.header_box01_right_color li:last-child {
    margin-right: 0;
    color: #000 !important;
    background-color: #ffff00 !important;
}
.header_box01_right_color li:first-child {
    cursor: default;
    margin: 1px 5px 0 0;
    width: auto;
}
@media screen and ( max-width: 768px ) {
    .header_box01_right_color li:nth-child(2) {
        margin-right: 0;
        width: 33.3%;
        padding: 14px 0 11px;
    }
    .header_box01_right_color li:nth-child(3) {
        margin-right: 0;
        width: 33.3%;
        padding: 14px 0 11px;
    }
    .header_box01_right_color li:last-child {
        width: 33.3%;
        padding: 14px 0 11px;
    }
    .header_box01_right_color li:first-child {
        display: block;
        font-size: 13px;
        margin: 0 0 3px 0;
    }
}

.inverse-blue {
    background-color: #2126f1 !important;
    color: #fff !important;
}
.inverse-default {
    background-color: #000 !important;
    color: #fff !important;
}
.inverse-yellow {
    background-color: #ffff00 !important;
    color: #000 !important;
}

/* header_box01_right_sns */
.header_box01_right_sns {
    float: left;
    font-size: 0;
    margin-left: 16px;
    padding: 15px 29px 0 0;
}
@media screen and ( max-width: 768px ) {
    .header_box01_right_sns {
        float: none;
        margin-left: 0;
        padding: 8px 0;
        background: #1da1f2;
        text-align: center;
        margin-top: 12px;
    }
    .header_box01_right_sns a {
        display: block;
    }
}

/* header_box02 */
.header_box02 {
    background: #787878;
}
.home .header_box02 {
    display: none;
}
.top_header_box02 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/header_box02_bg01.png) repeat-x 0 0;
}
@media screen and ( max-width: 768px ) {
    .header_box02 {
        padding: 0;
        background: none;
    }
    header .header_box02 {
        display: block!important;
    }
    .top_header_box02 {
        display: none!important;
    }
}

/* header_box02_tit */
.header_box02_tit {
    float: left;
    padding: 19px 0 11px 31px;
}
@media screen and ( max-width: 768px ) {
    .header_box02_tit { 
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        padding: 13px 15px;
        line-height: 0;
        background: #fff;
    }    
}

/* header_box02_nav */
.header_box02_nav {
    text-align: center;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box02_nav {
        float: none;
        text-align: left;
    }
}

.header_box02_nav li {
    display: inline-block;
    margin-right: 90px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.header_box02_nav li:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box02_nav li {
        display: block;
        margin-right: 0;
        font-size: 14px;
    }
    .header_box02_nav li:last-child {
        margin-right: 0;
    }
}

/* gnav_contents */
.gnav_contents {
    display: none;
    right: 0;
    left: 0;
    padding: 16px 0 42px;
    border-top: 2px solid #fff;
    background: #e8ecf0;
    z-index: 1001;
    border-bottom: 1px solid #f1ecec;
}

.gnav_contents_tit01 {
    margin-bottom: 14px;
    padding: 17px 0 1px;
    font-weight: bold;
    border-bottom: 1px solid #b8d3eb;
}

.gnav_contents .list_link03 > li {
    margin-bottom: 3px;
}

.gnav_contents_tit02 {
    margin-top: 34px;
    font-size: 16px;
    font-weight: bold;
}

.gnav_contents_tit02 a {
    display: block;
    padding: 6px 0 6px 36px;
    background: #e5e5e5;
}
.gnav_contents_tit02 a {
    padding: 12px 36px 12px 20px;
}
.gnav_contents_tit02 a:before {
    top: 1px;
    left: 14px;
}
.gnav_contents_tit02 a:before {
    right: 14px;
    left: auto;
}

/* header_box02_nav */
.header_box02_nav {
    text-align: center;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box02_nav {
        float: none;
        text-align: left;
        border-top: 1px solid #e5e5e5;
    }
}

.header_box02_nav li {
    position: relative;
    display: inline-block;
    margin-right: 70px;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.header_box02_nav li:last-child {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .header_box02_nav li {
        display: block;
        margin-right: 0;
        font-size: 14px;
    }
    .header_box02_nav li:last-child {
        margin-right: 0;
    }
}

.header_box02_nav li a {
    display: block;
    padding: 12px 0 13px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
@media screen and ( min-width: 769px ) {
    .header_box02_nav li a:hover {
        opacity: 1;
    }
    .header_box02_nav li a:hover:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 6px solid #fff;
        content: "";
    }	
}
@media screen and ( max-width: 768px ) {
    .header_box02_nav li a {
        display: block;
        position: relative;
        padding: 13px 20px 12px 55px;
        color: #000;
        font-size: 13px;
        text-decoration: underline;
        border-bottom: 1px solid #e5e5e5;
        font-weight: normal;
    }
    .header_box02_nav li a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 38px;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: 2px solid #0074bf;
        border-right: 2px solid #0074bf;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }
    .header_box02_nav li > dl > dd > dl > dt a {
        padding-left: 35px;
        text-decoration: none;
    }
    .header_box02_nav li > dl > dd > dl > dt a:after {
        left: 10px;
    }
}

.header_box02_nav img {
    display: block;
    margin: 0 auto 5px;
}

@media screen and ( max-width: 768px ) {
    .header_box02_nav dt {
        display: block;
        position: relative;
        padding: 25px 0 23px 15px;
        font-weight: bold;
        border-bottom: 1px solid #e5e5e5;

    }
    .header_box02_nav dt:before {
        position: absolute;
        top: 3px;
        bottom: 0;
        right: 15px;
        margin: auto;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #b8d3eb;
        content: "";


    }    

    .header_box02_nav dt:after {
        position: absolute;
        top: 5px;
        bottom: 0;
        right: 24px;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: none;
        border-bottom: 2px solid #0074bf;
        border-right: 2px solid #0074bf;
        border-left: none;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    /* right arrow */
    .header_box02_nav dt.singlelink:after {
        -webkit-transform:none;
        -moz-transform:none;
        transform:none;
        border-left:none;
        border-top: 2px solid #0074bf;
        border-right: 2px solid #0074bf;
        border-bottom: none;
        border-left: none;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    .header_box02_nav > li > dl > dt.open {
        color: #0075c1;
        text-decoration: underline;
    }
    .header_box02_nav dt.open:after {
        top: 2px;
        border-top: none;
        border-bottom: none;
        border-top: 2px solid #0074bf;
        border-left: 2px solid #0074bf;
        border-right: none;

    }

    .header_box02_nav dt.singlelink.open:after {
        top: 5px;
        border-top: none;


        border-top: 2px solid #0074bf;
        border-right: 2px solid #0074bf;
        border-bottom: none;
        border-left: none;


    }



    .header_box02_nav .baN:after ,
    .header_box02_nav .baN:before {
        display: none;
    }
}

@media screen and ( max-width: 768px ) {
    .header_box02_nav li > dl > dd > dl > dt {
        text-decoration: none;
        color: #000;
        background: #eee;
    }
    .header_box02_nav li > dl > dd > dl > dt.open {
    }
}

@media screen and ( max-width: 768px ) {
    .header_box02_nav li > dl > dd > dl > dd > dl > dt {
        text-decoration: none;
        color: #000;
    }
    .header_box02_nav li > dl > dd > dl > dd > dl > dt.open {
        text-decoration: none;
        color: #000;
        background: #d6e7f6;
    }
}

@media screen and ( max-width: 768px ) {
    .header_box02_nav dd {
        display: none;
    }
    .news_items li {
        padding: 13px 20px 12px 55px;
    }
    .news_items li p {
        font-weight: normal;
    }
    .news_items li a {
        padding: 0 0 0 16px;
    }
    .news_items li a:after {
        left: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .header_box02_nav li > dl > dt > a {
        font-size: 14px!important;
        font-weight: bold;
    }
}

@media screen and ( max-width: 768px ) {
    .gnav_contents_tit02 {
        margin-top: 0;
        font-size: 14px;
    }
    .gnav_contents_tit02 span:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: 2px solid #0074bf;
        border-right: 2px solid #0074bf;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }
    .gnav_contents_tit02 span {
        display: block;
        position: relative;
        padding-left: 35px;
        text-decoration: none;
    }
}

.gnav_contents_box03 {
    margin-top: 27px;
}

.gnav_contents_tit03 {
    display: inline-block;
    margin-right: 20px;
    width: 177px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 78px;
    border: 1px solid #b8d3eb;
}
#gnav_contents04 a {
    display: inline-block;
    position: relative;
    width: 100%;
}
#gnav_contents04 a:after {
    position: absolute;
    right: -22px;
}
.gnav_contents_txt03 {
    display: inline-block;
    vertical-align: middle;
}
#gnav_contents02 a.link01 {
    background-color: #fff;
}

.gnav_contents_bdrbox {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b5b5b5;
}
.gnav_contents_wblue ,
.gnav_contents_green ,
.gnav_contents_blue {
    display: inline-block;
    margin: 2px 0 0 11px;
    padding: 4px 0 4px;
    width: 111px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    border-radius: 10px;
}
.gnav_contents_blue {
    background: #0074bf;
}
.gnav_contents_wblue {
    background: #8ec8d6;
}
.gnav_contents_green {
    background: #6eba3d;
}

/* -- pc_hide -- */
@media screen and ( max-width: 768px ) {
    /* header_btn */
    #header_btn {
        position: absolute;
        top: 13px;
        right: 13px;
        padding: 8px;
        width: 24px;
        height: 20px;
        z-index: 2;
    }

    .header_btn_inner {
        position: relative;
    }

    #header_btn li {
        margin-bottom: 5px;
        width: 30px;
        height: 2px;
        background: #000000;
    }
    #header_btn li:last-child {
        margin-bottom: 0;
    }

    #header.open #header_btn li:first-child {
        position: absolute;
        top: 20px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #header.open #header_btn li:nth-child(2) {
        position: absolute;
        top: 20px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header.open #header_btn li:last-child {
        display: none;
    }

    /* header_inner */
    .header_inner {
        display: none;
        padding: 54px 0 0;
        text-align: center;
        background: #fff;
    }
}


/*
        contents
*/
#contents {
    position: relative;
    padding-top: 126px;
    overflow: hidden;
}
@media screen and ( max-width: 768px ) {
    #contents {
        padding: 58px 0 0px !important;
    }
}

.contents_icon01 {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: -1;
}
.interviews-template .contents_icon01, .interviews-template .contents_icon02, 
.single-interviews .contents_icon01, .single-interviews .contents_icon02,
.single-artnewstokyo .contents_icon01, .single-artnewstokyo .contents_icon02,
.post-type-archive-artnewstokyo .contents_icon02 {
    display: none;
}
@media screen and ( max-width: 768px ) {
    .contents_icon01 {
        top: 54px;
        width: 85px
    }
}
.contents_icon02 {
    position: absolute;
    bottom: -560px;
    right: 0;
    z-index: -1;
}
@media screen and ( max-width: 768px ) {
    .contents_icon02 {
        bottom: -800px;
        width: 30%;
    }
}

/* tit01 */
.page_tit01 {
    font-size: 28px;
    padding: 34px 0 35px;
    letter-spacing: 0.05em;
    background: rgba(238,238,238,0.9);
}
@media screen and ( max-width: 768px ) {
    .page_tit01 {
        font-size: 20px;
        padding: 8px 0 12px;
    }
}
.page_tit01 .fsS {
    font-size: 16px!important;
}

/* breadcrumb */
.breadcrumb {
    margin-top: 16px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .breadcrumb {
        margin-top: 15px;
    }
}

.breadcrumb li {
    display: inline-block;
    margin-right: 14px;
    color: #000;
    font-size: 12px;
}

.breadcrumb li a {
    position: relative;
    color: #0073bb;
}
.breadcrumb li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -11px;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url(../images/breadcrumb_icon01.png) no-repeat 0 0;
    content: "";
}


/*
        page
*/
.page {
    margin-top: 90px;
    margin-bottom: 60px;
}
@media screen and ( max-width: 768px ) {
    .page {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

h3.tit01 {
    margin: 51px auto 22px auto;
    padding-left: 35px;
    font-size: 150%;
    background: url(../images/tit01_icon01.png) no-repeat 0 6px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    h3.tit01 {
        margin: 35px 15px 8px;
        padding-left: 25px;
        font-size: 120%;
        -webkit-background-size: 18px auto;
        background-size: 18px auto;
        background-position: 0 2px;
    }
}

/*　-- hover --　*/
/* hover01 */
.hover01 {
    text-decoration: none;
}
.hover01:hover {
    text-decoration: underline;
}


/*　-- list --　*/
/* list01 */
.list01 li {
    padding-left: 1em;
    text-indent: -1em;
}

.list01 li:before {
    content: "・";
}

/* list_num01 */
.list_num01 > li {
    margin-bottom: 6px;
}
.list_num01 > li:last-child {
    margin-bottom: 0;
}

.list_num01_num {
    display: table-cell;
    padding-right: 11px;
}

.list_num01_txt {
    display: table-cell;
}

/* list_num02 */
.list_num02 > li {
    margin-bottom: 6px;
}
.list_num02 > li:last-child {
    margin-bottom: 0;
}

.list_num02_num {
    display: table-cell;
    padding-right: 15px;
}

.list_num02_txt {
    display: table-cell;
}


/* list_come01 */
.list_come01 {
    font-size: 13px;
}

.list_come01 li {
    padding-left: 1em;
    text-indent: -1em;
}

.list_come01 li:before {
    content: "※";
}


/* list_come02 */
.list_come02 {
    font-size: 13px;
}

.list_come02_num {
    display: table-cell;
    padding-right: 1em;
}

.list_come02_txt {
    display: table-cell;
}

/* list_link01 */
.list_link01 li {
    margin-bottom: 9px;
}
.list_link01 li:last-of-type {
    margin-bottom: 0;
}

/* list_link02 */
.list_link02 > li {
    margin-bottom: 9px;
}
.list_link02 > li:last-child {
    margin-bottom: 0;
}

.list_link02 > li > a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/list_pdf_icon01.png) no-repeat 0 8px;
}

/* list_link03 */
.list_link03 > li {
    margin-bottom: 9px;
}
.list_link03 > li:last-child {
    margin-bottom: 0;
}

.list_link03 > li > a {
    display: block;
    position: relative;
    padding-left: 15px;
}
.list_link03 > li > a:before {
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -2px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0074bf;
    border-right: 2px solid #0074bf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/*　-- btn --　*/
/* btn01 */
.btn01 {
    display: inline-block;
    padding: 14px 13px 11px 0;
    width: 386px;
    text-decoration: none;
    color: #0074bf;
    border: 1px solid #0074bf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .btn01 {
        width: 100%;
    }
}

.btn01 span{
    display: inline-block;
    position: relative;
}
.btn01 span:after {
    position: absolute;
    top: 0;
    bottom: 2px;
    right: -18px;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url(../images/btn01_icon01.png) no-repeat 0 0;
    content: "";
}



/* -- table -- */
/* table01 */
.table01 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000;
}

.table01 th {
    width: 211px;
    border-top: 1px solid #000;
}
@media screen and ( max-width: 768px ) {
    .table01 th {
        display: block;
        padding: 10px 15px; 
        width: 100%;
        background: #eee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.table01 td {
    padding: 23px 0 23px 20px;
    border-top: 1px solid #000;
}
@media screen and ( max-width: 768px ) {
    .table01 td {
        display: block;
        padding: 10px 15px;
        width: 100%;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* table02 */
.table02_txt01 {
    margin-bottom: 12px;
}

.table02_txt01_num {
    float: left;
}

.table02_txt01_day {
    float: right;
}

.table02 table {
    width: 100%;
    border-bottom: 1px solid #000;
}

.table02 th {
    width: 170px;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background: #eee;
}
@media screen and ( max-width: 768px ) {
    .table02 th {
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        border-right: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.table02  td {
    vertical-align: top;
    border-top: 1px solid #000;
}
@media screen and ( max-width: 768px ) {
    .table02 td {
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        border-top: 1px solid #eee;
        border-right: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.table02_td01 {
    padding: 23px 59px;
    border-right: 1px solid #000;
    width: 90px;
}
@media screen and ( max-width: 768px ) {
    .table02 .table02_td01 {
        border-color: #000;
    }
}

.table02_td02 {
    padding: 23px 58px;
    width: 374px;
    border-right: 1px solid #000;
}

.table02_td03 {
    padding: 23px 0 23px 53px; 
}

/* table03 */
.table03 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000;
}

.table03 th {
    padding: 23px 0;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.table03 th:last-child {
    border-right: none;
}
@media screen and ( max-width: 768px ) {
    .table03 th {
        padding: 15px 0;
    }
}

.table03 td {
    padding: 23px 0;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.table03 td:last-child {
    border-right: none;
}
@media screen and ( max-width: 768px ) {
    .table03 td {
        padding: 15px 0;
    }
}

.table03_th02 ,
.table03_td02 {
    width: 293px;
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .table03_th02 ,
    .table03_td02 {
        width: 25%;
    }
}

.table03_w25p {
    width: 25%;
}

.table03_w33p {
    width: 33%;
}

.table03 .table03_bdrL01 {
    position: relative;
    padding-left: 38px;
}
.table03_bdrL01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    border-left: 1px solid #000;
    content: ""
}
@media screen and ( max-width: 768px ) {
    .table03 .table03_bdrL01 {
        padding-left: 10px;
    }
    .table03_bdrL01:before {
        left: 10px;
    }
}


/*　-- dl --　*/
/* dl01 */
.dl01 dt {
    padding: 10px 21px 8px;
    font-size: 18px;
    background: #e5f1f8;
}
@media screen and ( max-width: 768px ) {
    .dl01 dt {
        padding: 6px 15px 5px;
        font-size: 16px;
    }
}

.dl01 dd {
    padding: 23px 0 52px;
}
.dl01 dd:last-of-type {
    padding-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .dl01 dd {
        padding: 10px 8px 20px;
    }
}


/* -- crm -- */
/* crm2 */
.crm2 {
    font-size: 0;
}

.crm2 > li {
    display: inline-block;
    margin: 0 20px 34px 0;
    width: 490px;
    vertical-align: top;
    font-size: 15px;
}
.crm2 > li:nth-of-type(2n) {
    margin-right: 0;
}
.crm2 > li:last-of-type ,
.crm2 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2 > li ,
    .crm2 > li:nth-last-of-type(2) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm2 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm2_02 */
.crm2_02 {
    font-size: 0;
}

.crm2_02 > li {
    display: inline-block;
    margin: 0 40px 34px 0;
    width: 490px;
    font-size: 15px;
    vertical-align: top;
}
.crm2_02 > li:nth-of-type(2n) {
    margin-right: 0;
}
.crm2_02 > li:last-of-type ,
.crm2_02 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}

@media screen and ( max-width: 768px ) {
    .crm2_02 > li:nth-of-type(2n) ,
    .crm2_02 > li ,
    .crm2_02 > li:nth-last-of-type(2) {
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm2_02 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm2_03 */
.crm2_03 {
    font-size: 0;
}

.crm2_03 > li {
    display: inline-block;
    margin: 0 2% 34px 0;
    width: 49%;
    vertical-align: top;
    font-size: 15px;
}
.crm2_03 > li:nth-of-type(2n) {
    margin-right: 0;
}
.crm2_03 > li:last-of-type ,
.crm2_03 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2_03 > li ,
    .crm2_03 > li:nth-last-of-type(2) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm2_03 > li:last-of-type {
        margin-bottom: 0;
    }
}

.wp-caption-text {
    text-align: center;
    font-size: 8pt;
}

/* crm2_04 */
.crm2_04 {
    font-size: 0;
}

.crm2_04 > li {
    display: inline-block;
    width: 47.7%;
    vertical-align: top;
    font-size: 15px;
}
.crm2_04 > li:nth-of-type(2n) {
    margin-right: 0;
}
.crm2_04 > li:last-of-type {
    margin-bottom: 0;
}
.art_artnewstokyo_interview_box04 {
    text-align: center;
}
.art_artnewstokyo_interview_box04 > li:first-child {
    margin-right: 4.6%;
}
@media screen and ( max-width: 768px ) {
    .crm2_04 > li ,
    .crm2_04 > li:nth-last-of-type(2) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm2_04 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm2_05 */
.crm2_05 {
    font-size: 0;
}

.crm2_05 > li {
    display: inline-block;
    margin: 0 1% 34px 0;
    width: 49.5%;
    vertical-align: top;
    font-size: 15px;
}
.crm2_05 > li:nth-of-type(2n) {
    margin-right: 0;
}
.crm2_05 > li:last-of-type ,
.crm2_05 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2_05 > li ,
    .crm2_05 > li:nth-last-of-type(2) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm2_05 > li:last-of-type {
        margin-bottom: 0;
    }
}


/* crm1_2 */
.crm1_2 {
    font-size: 0;
}

.crm1_2 > li {
    display: inline-block;
    margin: 0 2% 3px 0;
    width: 30%;
    vertical-align: top;
    font-size: 15px;
}
.crm1_2 > li:nth-of-type(2n) {
    margin-right: 0;
    width: 68%;
}
.crm1_2 > li:last-of-type ,
.crm1_2 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}

/* crm1_3 */
.crm1_3 {
    font-size: 0;
}

.crm1_3 > li {
    display: inline-block;
    margin: 0 4% 3px 0;
    width: 21%;
    vertical-align: top;
    font-size: 15px;
}
.crm1_3 > li:nth-of-type(2n) {
    margin-right: 0;
    width: 75%;
}
.crm1_3 > li:last-of-type ,
.crm1_3 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm1_3 > li:nth-of-type(2n) ,
    .crm1_3 > li ,
    .crm1_3 > li:nth-last-of-type(2) {
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm1_3 > li:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 768px ) {
    .crm1_2 > li:nth-of-type(2n) ,
    .crm1_2 > li ,
    .crm1_2 > li:nth-last-of-type(2) {
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm1_2 > li:last-of-type {
        margin-bottom: 0;
    }
}
/* crm2_1 */
.crm2_1 {
    font-size: 0;
}

.crm2_1 > li {
    display: inline-block;
    margin: 0 4% 3px 0;
    width: 64.5%;
    vertical-align: top;
    font-size: 15px;
}
.crm2_1 > li:nth-of-type(2n) {
    margin-right: 0;
    width: 31.5%;
}
.crm2_1 > li:last-of-type ,
.crm2_1 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2_1 > li:nth-of-type(2n) ,
    .crm2_1 > li ,
    .crm2_1 > li:nth-last-of-type(2) {
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm2_1 > li:last-of-type {
        margin-bottom: 0;
    }
}
/* crm3_1 */
.crm3_1 {
    font-size: 0;
    display: table;
    width: 100%;
}

.crm3_1 > li {
    display: table-cell;
    margin: 0 3% 3px 0;
    width: 72.5%;
    vertical-align: top;
    font-size: 15px;
}
.crm3_1 > li:nth-of-type(2n) {
    margin-right: 0;
    width: 24.5%;
}
.crm3_1 > li:last-of-type ,
.crm3_1 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm3_1 > li:nth-of-type(2n) ,
    .crm3_1 > li ,
    .crm3_1 > li:nth-last-of-type(2) {
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm3_1 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm3 */
.crm3 > li {
    float: left;
    margin: 0 30px 34px 0;
    width: 320px;
    vertical-align: top;
    font-size: 100%;
    text-align: center;
}
.ms-drop ul > li label {
    text-align: left;
}
.crm3 > li:nth-of-type(3n) {
    margin-right: 0;
}
.crm3 > li:last-of-type ,
.crm3 > li:nth-last-of-type(2) ,
.crm3 > li:nth-last-of-type(3) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm3 > li ,
    .crm3 > li:nth-of-type(3n) ,
    .crm3 > li:nth-last-of-type(2) ,
    .crm3 > li:nth-last-of-type(3) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 94%;
    }
    .crm3 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm2_3_1 */
.crm2_3_1 {
    font-size: 0;
}

.crm2_3_1 > li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.crm2_3_1 > li:last-of-type ,
.crm2_3_1 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2_3_1 > li ,
    .crm2_3_1 > li:nth-last-of-type(2) {
        margin: 0 0 25px 0;
        font-size: 14px;
    }
    .crm2_3_1 > li:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .crm3 > li ,
    .crm3 > li:nth-of-type(3n) ,
    .crm3 > li:nth-last-of-type(2) ,
    .crm3 > li:nth-last-of-type(3) {
        display: inline-block;
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm3 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm2_3_1 */
.crm2_3_1 {
    font-size: 0;
}

.crm2_3_1 > li {
    display: inline-block;
    margin: 0 40px 34px 0;
    width: 755px;
    vertical-align: top;
    font-size: 15px;
}
.crm2_3_1 > li:nth-of-type(2n) {
    margin-right: 0;
    width: 225px;
}
.crm2_3_1 > li:last-of-type ,
.crm2_3_1 > li:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm2_3_1 > li ,
    .crm2_3_1 > li:nth-last-of-type(2) {
        margin: 0 0 25px 0;
        width: 100%;
        font-size: 14px;
    }
    .crm2_3_1 > li:nth-of-type(2n) {
        width: 100%;
    }
    .crm2_3_1 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm4 */
.crm4 {
    font-size: 0;
}

.crm4 > li {
    display: inline-block;
    margin: 0 20px 34px 0;
    width: 240px;
    vertical-align: top;
    font-size: 15px;
}
.crm4 > li:nth-of-type(4n) {
    margin-right: 0;
}
.crm4 > li:last-of-type ,
.crm4 > li:nth-last-of-type(2) ,
.crm4 > li:nth-last-of-type(3) ,
.crm4 > li:nth-last-of-type(4) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm4 > li:nth-of-type(4n) ,
    .crm4 > li ,
    .crm4 > li:nth-last-of-type(2) ,
    .crm4 > li:nth-last-of-type(3) ,
    .crm4 > li:nth-last-of-type(4) {
        display: inline-block;
        margin: 0 4% 25px 0;
        width: 48%;
        font-size: 14px;
    }
    .crm4 > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .crm4 > li:last-of-type {
        margin-bottom: 0;
    }
}

/* crm5 */
.crm5 {
    font-size: 0;
}

.crm5 li {
    display: inline-block;
    margin: 0 20px 34px 0;
    width: 188px;
    vertical-align: top;
    font-size: 15px;
}
.crm5 li:not(.none_img):nth-child(5n) {
    margin-right: 0;
}
.crm5 li.none_img {
    width: 48%;	
    margin-bottom: 12px !important;	
}
.crm5 li.none_img:nth-child(5) {
    margin-right: 20px;
}

.crm5 li:last-of-type ,
.crm5 li:nth-last-of-type(2) ,
.crm5 li:nth-last-of-type(3) ,
.crm5 li:nth-last-of-type(4) ,
.crm5 li:nth-last-of-type(5) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm5 li ,
    .crm5 li:nth-of-type(5n) ,
    .crm5 li:nth-last-of-type(3) ,
    .crm5 li:nth-last-of-type(4) ,
    .crm5 li:nth-last-of-type(5) {
        display: inline-block;
        margin: 0 4% 25px 0;
        width: 48%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm5 li:nth-of-type(2n) {
        margin-right: 0;
    }
    .crm5 li:last-of-type ,
    .crm5 li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
    .crm5 li.none_img {
        width: 100%;	
    }
}

/* crm5_01 */
.crm5_01 {
    font-size: 0;
}

.crm5_01 > li {
    display: inline-block;
    margin: 0 1.8% 34px 0;
    width: 18.5%;
    vertical-align: top;
    font-size: 15px;
}
.crm5_01 > li .mt5 a {
    text-decoration: none;
}
.crm5_01 > li img {
    object-fit: contain;
}
.crm5_01 > li:nth-of-type(5n) {
    margin-right: 0;
}
.crm5_01 > li:last-of-type ,
.crm5_01 > li:nth-last-of-type(2) ,
.crm5_01 > li:nth-last-of-type(3) ,
.crm5_01 > li:nth-last-of-type(4) ,
.crm5_01 > li:nth-last-of-type(5) {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .crm5_01 > li ,
    .crm5_01 > li:nth-of-type(5n) ,
    .crm5_01 > li:nth-last-of-type(3) ,
    .crm5_01 > li:nth-last-of-type(4) ,
    .crm5_01 > li:nth-last-of-type(5) {
        display: inline-block;
        margin: 0 4% 25px 0;
        width: 48%;
        vertical-align: top;
        font-size: 14px;
    }
    .crm5_01 > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .crm5_01 > li:last-of-type ,
    .crm5_01 > li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}

/*crm6  */
.crm6 {
    font-size: 0;
}

.crm6 > li {
    display: inline-block;
    margin: 0 12px 13px 0;
    width: 160px;
    vertical-align: top;
    font-size: 15px;
}
.crm6 > li:nth-of-type(6n) {
    margin-right: 0;
}
.crm6 > li:last-of-type ,
.crm6 > li:nth-last-of-type(2) ,
.crm6 > li:nth-last-of-type(3) ,
.crm6 > li:nth-last-of-type(4) ,
.crm6 > li:nth-last-of-type(5) ,
.crm6 > li:nth-last-of-type(6) {
    margin-bottom: 0;
}

@media screen and ( max-width: 768px ) {
    .crm6 > li:nth-of-type(6n) ,
    .crm6 > li ,
    .crm6 > li:nth-last-of-type(3) ,
    .crm6 > li:nth-last-of-type(4) ,
    .crm6 > li:nth-last-of-type(5) ,
    .crm6 > li:nth-last-of-type(6) {
        margin: 0 8% 25px 0;
        width: 46%;
        font-size: 14px;
    }
    .crm6 > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .crm6 > li:last-of-type ,
    .crm6 > li:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}

/* -- box -- */
.box_gray01 {
    padding: 15px 21px 14px;
    background: #eee;
}
@media screen and ( max-width: 768px ) {
    .box_gray01 {
        padding: 15px 20px;
    }
}


/*　-- bdr --　*/
/* bdr_gray01 */
.bdr_gray01 {
    margin: 23px 0 22px;
    border-bottom: none;
    border-top: 1px solid #999;
}

/* bdr_gray02 */
.bdr_gray02 {
    margin: 33px 0;
    border-bottom: none;
    border-top: 1px solid #d4dbe0;
}

/* -- background -- */
/* bg_gray01 */
.bg_gray01 { background: #eee; }

/* bg_gray01 */
.bg_whiteBlue01 { background: #f2f8fb; }


/* -- link -- */
/* link01 */
.link01 {
    display: inline-block;
    margin: 0 auto;
    padding: 14px 20px 11px 0;
    max-width: 490px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #0074bf;
    border: 1px solid #0074bf;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* link02 */
.link02 {
    display: inline-block;
    padding-left: 13px;
    background: url(../images/link02_icon01.png) no-repeat 0 6px;
}
/* link03 */
.link03 {
    display: inline-block;
    padding-left: 13px;
    background: url(../images/link02_icon01.png) no-repeat 0 7px;
}


.link01_txt {
    position: relative;
    display: inline-block;
}
.link01_txt:after {
    position: absolute;
    top: 0;
    bottom: 1px;
    right: -18px;
    margin: auto;
    width: 6px;
    height: 10px;
    background: url(../images/link01_icon01.png) no-repeat 0 0;
    content: "";
}

/* link_sp01 */
.link_sp01 {
    text-decoration: none;
}
@media screen and ( max-width: 768px ) {
    .link_sp01 {
        text-decoration: underline;
    }
}


/* -- web_contact -- */
.web_contact {
    padding: 31px 41px 35px;
    background: #eee;
}
@media screen and ( max-width: 768px ) {
    .web_contact {
        padding: 15px 20px;
    }
}

.web_contact_tit01 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .web_contact_tit01 {
        margin-bottom: 5px;
        font-size: 16px;
    }
}

.web_contact_txt01 {
    margin-top: 13px;
    padding-top: 15px;
    border-top: 1px solid #999;
}
@media screen and ( max-width: 768px ) {
    .web_contact_txt01 {
        margin-top: 10px;
    }
}


/* -- link -- */
/* link_img01 */
.link_img01, .link_img02 {
    line-height: 0;
}
.crm5 .link_img01, .crm3 .link_img01 {
    border: 1px solid #ede9e9;
}
.crm3 .link_img01 {
    display: block;
}
.crm3 .link_img01 img {
    max-width: 100%;    
}
.crm5 a {
    text-decoration: none;
}

/* -- pdf -- */
/* pdf01 */
.pdf01 {
    display: inline-block;
    /*    margin-left: 7px;*/
    padding-left: 23px;
    min-height: 22px;
    background: url(../images/icon/pdf-icon.png) no-repeat 0;
}


/* -- pldwn -- */
/* pldwn01 */
.pldwn01 dt {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 6px;
    padding: 10px 57px 8px 21px;
    font-size: 18px;
    background: #d4dbe0;
}
.pldwn01 dt.open {
    background: #e5f1f8;
}
.pldwn01 dt:last-of-type {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .pldwn01 dt {
        margin-bottom: 4px;
        padding: 10px 57px 8px 21px;
        font-size: 16px;
    }
}


.cbar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #0073bb;
}

.vbar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    width: 2px;
    height: 16px;
    background: #0073bb;
}
.open .vbar {
    display: none;
}

.pldwn01 dd {
    display: none;
    padding: 16px 21px 27px;
}


/* -- slide -- */
/* slide01 */
.slider01_outer .bx-wrapper {
    margin: 0 auto;
    border:none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slider01_outer .bx-wrapper .bx-pager.bx-default-pager a {
    background: #eee;
}
.slider01_outer .bx-wrapper .bx-pager.bx-default-pager a:hover ,
.slider01_outer .bx-wrapper .bx-pager.bx-default-pager a.active ,
.slider01_outer .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #0075c1;
}
.slider01_outer .bx-wrapper .bx-pager {
    text-align: right !important;
}

.slide01_box01 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 620px;
    left: 0;
    margin: auto;
    width: 400px;
    text-align: center;
}

@media screen and ( max-width: 768px ) {
    .slider01_outer .bx-wrapper .slide01_img01 {
        overflow: hidden;
    }
    .slider01_outer .bx-wrapper .slide01_img01 img {
        height: 260px;
        width: 100%;
        object-fit: contain;
    }
    .slide01_box01 {
        right: auto;
        left: 10%;
        width: 46%;
        display: flex;
    }
    .slider01_outer .bx-wrapper img {
        height: 100%;
        position: relative;
        object-fit: cover;
    }
    .slider01_outer .bx-wrapper .bx-pager ,
    .slider01_outer .bx-wrapper .bx-controls-auto {
        bottom: 10px;
        right: 6px;
        text-align: right;
    }
    .slide01_txt01  {
        padding-top: 40px;
    }
    .slide01_txt02  {
        padding-top: 20px;
    }
}

.slide01_txt01  {
    padding-top: 58px;
}

.slide01_txt01 img {
    margin: 0 auto;
}

.slide01_txt02  {
    padding-top: 36px;
}

.slide01_txt02 img {
    margin: 0 auto;
}


/* -- md -- */
.md_main {
    display: none;
    position:fixed;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    padding: 50px 0;
    z-index: 10001;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and ( max-width: 768px ) {
    .md_main {
        margin: 0 15px;
        padding: 50px 0;
    }
}

#md_bg {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 10000;
}

.md_cbtn {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 60px;
    right: 60px;
    width: 38px;
    height: 38px;
    z-index: 10001;
}
@media screen and ( max-width: 768px ) {
    .md_cbtn {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}

.md_cbtn li {
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
}
.md_cbtn li:first-of-type {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -6px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.md_cbtn li:last-of-type {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -6px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    .md_cbtn li:first-of-type ,
    .md_cbtn li:last-of-type {
        width: 38px;
        left: -3px;
    }
}


/* -- gmap -- */
/* gmap */
@media screen and ( max-width: 768px ) {
    .gmap {
        overflow: hidden;
        margin-top: 20px;
        line-height: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .gmap_inner {
        overflow: hidden;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .gmap_inner iframe,
    .gmap_inner object,
    .gmap_inner embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


/* footer_box01 */
.footer_box01 {
    position: relative;
    padding: 21px 0 17px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
@media screen and ( max-width: 768px ) {
    .footer_box01 {
        padding: 24px 0 20px;
    }
}

/* footer_box01_nav */
.footer_box01_nav {
    font-size: 0;
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .footer_box01_nav {
        text-align: center;
    }
}

.footer_box01_nav li {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.1;
    border-right: 1px solid #b5b5b5;
}
.footer_box01_nav li:last-child {
    border-right: none;
}
@media screen and ( max-width: 768px ) {
    .footer_box01_nav li {
        display: block;
        margin-bottom: 18px;
        font-size: 13px;
        border-right: none;
    }
    .footer_box01_nav li:last-child {
        margin-bottom: 0;
    }
}

.footer_box01_nav li a {
    text-decoration: none;
}

/* footer_box01_topbtn */
.footer_box01_topbtn {
    position: fixed;
    bottom: 0;
    right: 32px;
    text-align: center;
    width: 47px;
    height: 47px;
    background: url(../images/back2top.png) no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}
@media screen and ( max-width: 768px ) {
    .footer_box01_topbtn {
        right: 12px;
    }
}


/* footer_box02 */
.footer_box02 {
    padding: 30px 0 14px;
    text-align: center;
}
.footer_box02 img {
    margin-bottom: 12px;
}
@media screen and ( max-width: 768px ) {
    .footer_box02 {
        padding: 28px 0 20px;
        font-size: 12px;
    }
}

@media screen and ( max-width: 768px ) {
    .footer_box02_logo01 {
        margin: 0 auto;
        width: 296px;
    }
}


/* footer_box02_txt01 */
.footer_box02_txt01 {
    margin-top: 13px;
    font-size: 13px;
}
@media screen and ( max-width: 768px ) {
    .footer_box02_txt01 {
        margin-top: 16px;
        font-size: 12px;
    }
}

.footer_box02_txt01 a {
    text-decoration: none;
}
@media screen and ( max-width: 768px ) {
    .footer_box02_txt01 a {
        text-decoration: underline;
    }
}

/* footer_box03 */
.footer_box03 {
    padding: 15px 0 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    color: #959595;
    font-size: 11px;
}
@media screen and ( max-width: 768px ) {
    .footer_box03 {
        padding: 10px 0 8px;
    }
}

footer {
    position: relative;
}
/* footer_box03_copy */
.footer_box03_copy {
    color: #959595;
    font-size: 11px;
}
@media screen and ( max-width: 768px ) {
    .footer_box03_copy {
        font-size: 10px;
    }
}



.footer_logo02 {
/*  byki  フッターロゴ追加に伴い変更 
    position: absolute;
    bottom: 80px;
    right: 53px;
*/
    position: static;
    text-align: center;
    margin: 0px 0 20px;
}
@media screen and ( max-width: 768px ) {
    .footer_logo02 {
        position: static;
        margin: auto;
        margin-bottom: 20px;
        text-align: center;
        width:300px;
    }
}

.footer_logo02 a {
/*  byki  フッターロゴ追加に伴い追加  
*/
    margin-right:40px;
}
@media screen and ( max-width: 768px ) {
    .footer_logo02 a {
        margin-right:0px;
    }
}




/*
        top
*/
/* -- top_visual -- */
#top_visual .video_outer {
    float: left;
    width: 76%;
    width: -webkit-calc(100% - 334px);
    width: calc(100% - 334px);
}

#top_visual .video {
    position:relative;
    width:100%;
    padding-top:56.25%;
}

#top_visual .video iframe, #top_visual .video video {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#btn_sound {
    position: absolute;
    bottom: 22px;
    right: 22px;
    width: 45px;
    height: 12px;
    cursor: pointer;
    background: url(../images/icon/soundOn.png) 0 0 no-repeat;
}
#btn_sound.btn_mute {
    background: url(../images/icon/soundOff.png) 0 0 no-repeat;
}

#top_visual .videoBox {
    background: #000;
}
#top_visual .videoBox video {
    width: 100%;    
}
.top_visual_box01 {
    position: relative;
    float: right;
    width: 334px;
    background: #222326 url(../images/top_visual_inner_bg01.png) no-repeat 0 0;
}

.top_visual_box01_txt01 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 57px;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top_visual_sp .bx-wrapper, #top_visual_sp .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
}

/* top_visual_navbox */
.top_visual_navbox {
    background: #787878;
}

@media screen and (max-width : 1024px) {
    #top_visual .video_outer {
        width: 100%;
    }
    .top_visual_box01 {
        display: none;
    }
}

@media screen and ( max-width: 768px ) {
    .top_visual_navbox {
        display: none!important;
    }
}

.top_visual_nav {
    text-align: center;
    zoom: 1;
}
.top_visual_nav:after {
    content: "";
    display: block;
    clear: both;
}

.top_visual_nav li {
    float: left;
    margin-right: 100px;
    font-size: 100%;
    letter-spacing: 0.05em;
}
.top_visual_nav li:last-child {
    margin-right: 0;
}

.top_visual_nav li a {
    display: block;
    position: relative;
    padding: 16px 0 13px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
@media screen and ( min-width: 769px ) {
    .top_visual_nav li a:hover {
        opacity: 1;
    }
    .top_visual_nav li a:hover:after {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: 6px solid #fff;
        opacity: 1;
        content: "";
    }
}


/* -- top_notice -- */
#top_notice {
    padding: 8px 0;
    color: #fff;
    font-size: 88%;
    background: #e60012;
}

.top_notice_tit01 {
    float: left;
    position: relative;
    margin-right: 30px;
    padding-left: 13px;
}
.top_notice_tit01:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 10px;
    background: #fff;
    content: "";
}
.top_notice_tit01:after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    content: "";
}

.top_notice_txt01 {
    float: left;
}

.top_notice_day01 {
    margin-right: 15px;
}

/* -- top_news -- */
#top_news {
    padding: 8px 0 9px;
    background: #e5e5e5;
}
#top_news .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0 auto;
}

.top_news_tit01 {
    float: left;
    margin-right: 19px;
    padding: 5px 20px 3px 0;
    font-weight: bold;
    line-height: 1;
    border-right: 1px solid #000;
}

.top_news_txt01 {
    float: left;
    width: 850px;
    font-size: 82%;
}
.top_news_txt01 a {
    display: inline-block;
    margin-left: 21px;
}


.top_news_btn01 {
    float: right;
    font-size: 82%;
}


@media screen and ( max-width: 768px ) {

    #top_news {
        padding: 0px 0 0 0px;
        background: #e5e5e5;
    }


    #top_news .inner{
        width:100%;
        position:relative;
        margin:0;

    }

    .top_news_tit01 {
        float: none;
        margin-right: 0px;
        padding: 8px 0px 3px 0;
        font-weight: bold;
        line-height: 1;
        border-right: none;
        font-size: 87%;
        width:calc(100% - 90px);
        margin-left:10px;

    }
    .top_news_txt01 {
        float: none;
        font-size: 74%;
        width:calc(100% - 90px);
        margin-left:10px;
        padding: 0px 0px 8px 0;
    }

    .top_news_txt01 p{
        color:#333;
    }
    .top_news_txt01 a:link , .top_news_txt01 a:visited {
        color:#333;
        text-decoration: underline;
    }
    .top_news_txt01 a:hover, 
    .top_news_txt01 a:active {
        color:#333;
        text-decoration: none;
    }

    .top_news_btn01 {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 75px;
        background: #0075c1;
        color:#fff;
        font-size: 74%;
        display:block;
    }

    /* .link02 の設定をreset */
    .top_news_btn01 a{
        display:block;
        width: 100%;
        padding:0;
        background:none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        text-align:center;
    }

    .top_news_btn01 a:link , .top_news_btn01 a:visited {
        color:#fff;
        text-decoration: none;
    }
    .top_news_btn01 a:hover , .top_news_btn01 a:active {
        color:#333;
        text-decoration: none;
    }

}

/* -- section01 -- */
#section01 {
    padding: 23px 0 75px;
    background: url(../images/top_section01_bg01.png) 0 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
@media screen and ( max-width: 768px ) {
    #section01 {
        padding: 8px 0 59px;
        background: none;
    }
}

.section01_box01 {
    position: relative;
    float: left;
    width: 715px;
}
@media screen and ( max-width: 768px ) {
    .section01_box01 {
        float: none;
        width: 100%;
    }
}

.section01_box01_crm3 {
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_crm3 {
        margin-top: 24px;
    }
}


.section01_box01_crm3 > li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    width: 225px;
    font-size: 15px;
}
.section01_box01_crm3 > li:last-of-type {
    margin-right: 0;
}
.section01_box01_crm3 > li .section01_box01_crm3_img01 {
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_crm3 > li {
        display: block;
        margin: 0 0 19px 0;
        padding-bottom: 20px;
        width: 100%;
        font-size: 14px;
        border-bottom: 2px solid #b5b5b5;
    }
    .section01_box01_crm3 > li:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}

.section01_box01_crm3 > li > a {
    text-decoration: none;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_crm3 > li > a {
        font-size: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .section01_box01_crm3_img01 {
        display: inline-block;
        vertical-align: top;
        margin-right: 5%;
        width: 38%;
    }
}


@media screen and ( max-width: 768px ) {
    .section01_box01_crm3_txt01_box {
        display: inline-block;
        vertical-align: top;
        width: 57%;
        font-size: 13px;
    }
}

.section01_box01_crm3_txt01 {
    margin: 12px 0 4px;
    font-size: 13px;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_crm3_txt01 {
        margin: 0 0 5px;
    }
}

.section01_box01_crm3_txt01 span {
    display: inline-block;
    padding: 0px 4px;
    color: #fff;
}
.section01_box01_crm3_txt01 span.topics_genre_bg {
    color: #000;
    margin-right: 0;
}
.news {
    background: #58a997;
}
.exhibition {
    background: #df8142;
}
.report {
    background: #448aca;
}
.column {
    background: #FF6666;
}
.interview {
    background: #93B447;
}
.event {
    background: #C7000B;
}
.pickup {
    background: #a89c00;
}
.media {
    background: #A7366D;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_crm3_txt01 span {
        display: inline-block;
        padding: 0px 4px;
        color: #fff;
        font-style: italic;
    }
}

.section01_box01_btn01 {
    position: absolute;
    top: 59px;
    right: 0;
    font-size: 13px;
}
@media screen and ( max-width: 768px ) {
    .section01_box01_btn01 {
        position: static;
        top: 0;
        font-size: 11px;
        margin-top: 20px;
    }
}

@media screen and ( max-width: 768px ) {
    .section01_box01_btn01 a {
        display: block;
        padding: 10px 0 11px;
        text-align: center;
        color: #fff;
        background: #0075c1;
    }
}

@media screen and ( max-width: 768px ) {
    .section01_box01_btn01 a span {
        display: inline-block;
        padding-right: 17px;
        background: url(../images/top_news_btn01_icon01.png) no-repeat right center;
        -webkit-background-size: 7px auto;
        background-size: 7px auto;
    }
}

.section01_box02 {
    float: right;
    width: 225px
}
@media screen and ( max-width: 768px ) {
    .section01_box02 {
        float: none;
        width: 100%;
    }
}

.section01_box02_img01 {
    position: relative;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background: url(../images/icon/top_section01_img04_bg01.png) 0 0;
}

.section01_box02_img01 a {
    display: block;
    text-decoration: none;
}

.section01_box02_img01_new {
    position: absolute;
    top: 10px;
    left: 9px;
    padding-top: 15px;
    width: 53px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 88%;
    border-radius: 50%;
    background: #b2a33f;
}

.section01_box02_img01_inner {
    padding: 5px 15px 10px;
}
@media screen and ( max-width: 768px ) {
    .section01_box02_img01 img {
        width: 100%;
    }
}

/* -- section02 -- */
#section02 {
    padding: 23px 0 61px;
    background: #e8ecf0 url(../images/top_section02_bg01.png) no-repeat 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    overflow: hidden;
}

@media screen and ( max-width: 768px ) {
    #section02 .section02_crm5_outer {
        margin: 0 -280px;
    }
}

#section02 .section02_crm5_outer .bx-wrapper {
    margin: 0 auto;
    border:none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#section02 .section02_crm5_outer .bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
    width: 40px;
    height: 60px;
    background: #fff;
}
@media screen and ( max-width: 768px ) {
    #section02 .section02_crm5_outer .bx-wrapper .bx-controls-direction a {
        margin-top: -85px;
    }
}

#section02 .section02_crm5_outer .bx-prev {
    left: -60px;
}
#section02 .section02_crm5_outer .bx-prev:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #448aca;
    border-left: 1px solid #448aca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and ( max-width: 768px ) {
    #section02 .section02_crm5_outer .bx-prev {
        left: 280px;
    }
}

#section02 .section02_crm5_outer .bx-next {
    right: -60px;
}
#section02 .section02_crm5_outer .bx-next:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #448aca;
    border-right: 1px solid #448aca;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and ( max-width: 768px ) {
    #section02 .section02_crm5_outer .bx-next {
        right: 280px;
    }
}

.section02_crm5 {
    zoom: 1;
}
.section02_crm5:after {
    content: "";
    display: block;
    clear: both;
}
@media screen and ( max-width: 768px ) {
    .section02_crm5 {
        width: 1020px;
    }
    #section02 .section02_crm5 {
        width: auto;
    }
}

.section02_crm5 > li {
    float: left;
    margin-right: 30px;
    vertical-align: top;
    font-size: 100%;
    width: 180px;
}
.section02_crm5 > li:nth-child(5n + 5) {
    margin-right: 0;
}

.section02_crm5 > li > a {
    display: block;
    text-decoration: none;
}

.section02_crm5_txt01 {
    margin: 0px 0 6px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-left: 5px solid;
    border-radius: 0 0 8px 0;
    background: #a0a0a0;
}
.event_info {
    line-height: 1.6;
}
.section02_crm5_txt01.wBlue {
    border-color: #00b7ee;
}
.section02_crm5_txt01.dYellow {
    border-color: #c5b546;
}

.section02_crm5_txt01.red {
    border-color: #ce0c1b;
}

.section02_crm5_txt01.green {
    border-color: #588a62;
}

.section02_crm5_txt01.yellow {
    border-color: #f6cc38;
}

.section02_btn01 {
    display: block;
    padding: 11px 0 12px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #00b1c1;
    background: #00b1c1; 
}
@media screen and ( min-width: 769px ) {
    .section02_btn01:hover {
        color: #00b1c1;
        background: #fff;
        opacity: 1;
    }
}

.section02_btn01 span {
    display: inline-block;
    padding: 3px 25px 0 0;
    background: url(../images/section02_btn01_icon01.png) no-repeat center right;
}
@media screen and ( min-width: 769px ) {
    .section02_btn01:hover span {
        background: url(../images/section02_btn01_icon01_on.png) no-repeat center right;
    }
}

.section02_btn02 {
    display: block;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    color: #0074bf;
    font-weight: bold;
    border: 1px solid #0074bf;
    border-radius: 2px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and ( min-width: 769px ) {
    .section02_btn02:hover {
        color: #fff;
        background: #0074bf;
    }
}

.section02_btn02 span {
    position: relative;
    display: inline-block;
    padding: 3px 18px 0 0;
}
.section02_btn02 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0074bf;
    border-right: 2px solid #0074bf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and ( min-width: 769px ) {
    .section02_btn02:hover span:after {
        border-color: #fff;
    }
}

/* -- section03 -- */
#section03 {
    padding: 23px 0 79px;
}
@media screen and ( max-width: 768px ) {
    #section03 {
        padding: 23px 0 0px;
    }
}

.section03_inner {
    padding-bottom: 1px;
    background:  url(../images/top_section03_bg01.png) no-repeat bottom right;
}
@media screen and ( max-width: 768px ) {
    .section03_inner {
        background:  none;
    }
}

.section03_btn01 {
    margin: 30px auto 0;
    width: 490px;
}
@media screen and ( max-width: 768px ) {
    .section03_btn01 {
        margin: 30px auto 0;
        width: 100%;
    }
}

.section03_crm3 {
    font-size: 0;
}

.section03_crm3 > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    font-size: 16px;
}
@media screen and ( max-width: 768px ) {
    .section03_crm3 > li {
        width: 100%;
        font-size: 14px;
    }
}

.section03_crm3 > li > a {
    display: block;
    position: relative;
}
.section03_crm3 > li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 65.5%;
    background: url(../images/section03_crm3_icon01.png) no-repeat center right;
    content: "";
}
.section03_crm3 > li:nth-of-type(n+4) a:before {
    right: 0;
    left: auto;
    background: url(../images/section03_crm3_icon02.png) no-repeat center left;
}
.section03_crm3 > li > a.l_out:after {
    position: absolute;
    bottom: 10px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: url(../images/link_img03_icon01.png) no-repeat bottom right;
    content: "";
}
.section03_crm3 > li:nth-of-type(n+4) > a.l_out:after {
    right: -webkit-calc(65.5% + 8px);
    right: calc(65.5% + 8px);
}

.section03_crm3_img01 {
    line-height: 0;
}
.section03_crm3 > li .section03_crm3_img01:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 34.5%;
    background: rgba(255,255,255,0.8);
    content: "";
}
.section03_crm3 > li:nth-of-type(n+4) .section03_crm3_img01:before {
    right: auto;
    left: 0;
}

.section03_crm3_img01 img {
    width: 100%;
    height: auto;
}

.section03_crm3_inner01 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34.5%;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section03_crm3 > li:nth-of-type(n+4) .section03_crm3_inner01 {
    right: auto;
    left: 0;
}
.section03_crm3 > li .out-link {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and ( max-width: 768px ) {
    .section03_crm3_inner01 img {
        width: 80%;
    }
}

.section03_btn02 {
    margin: 39px auto 0;
    width: 490px;
}
@media screen and ( max-width: 768px ) {
    .section03_btn02 {
        margin: 39px 15px 0;
        width: auto;
    }
}

/* -- section04 -- */
#section04 {
    padding: 23px 0 79px;
    background: #f2f8fb;
}
@media screen and ( max-width: 768px ) {
    #section04 {
        padding: 23px 0 62px;
    }
}

.section04_crm2 {
    margin-top: 30px;
}

.section04_crm2 > li {
    position: relative;
}
@media screen and ( max-width: 768px ) {
    .section04_crm2 > li:first-of-type {
        margin-bottom: 62px;
    }
}

.section04_crm2_tit01 {
    margin-bottom: 19px;
    line-height: 0;
    border-bottom: 1px solid #030000;
}
@media screen and ( max-width: 768px ) {
    .section04_crm2_tit01 {
        height: 37px;
    }
}

.section04_crm2_crm2 {
    font-size: 0;
}

.section04_crm2_crm2 li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    width: 230px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.section04_crm2_crm2 li:last-of-type {
    margin-right: 0;
    width: 230px;
}
.section04_crm2_crm2 li a {
    text-decoration: none;
}
@media screen and ( max-width: 768px ) {
    .section04_crm2_crm2 > li {
        display: block;
        margin-right: 0;
        width: 100%;
        font-size: 14px;
    }
    .section04_crm2_crm2 li:last-of-type {
        margin-top: 21px;
        text-align: center;
        width: 100%;
    }
}

@media screen and ( max-width: 768px ) {
    .section04_crm2_crm2_img01_01 {
        width: 227px;
    }
    .section04_crm2_crm2_img01_02 {
        float: left;
        width: 45%;
    }
    .section04_crm2_crm2_img01_03 {
        float: right;
        width: 45%;
    }
}

.section04_crm2_crm2_btn01 {
    position: absolute;
    bottom: 100px;
    left: 0;
    font-size: 13px;
}
@media screen and ( max-width: 768px ) {
    .section04_crm2_crm2_btn01 {
        position: static;
        top: 0;
        font-size: 11px;
        margin-top: 20px;
    }
}

@media screen and ( max-width: 768px ) {
    .section04_crm2_crm2_btn01 a {
        display: block;
        padding: 10px 0 11px;
        text-align: center;
        color: #fff;
        background: #0075c1;
    }
}

@media screen and ( max-width: 768px ) {
    .section04_crm2_crm2_btn01 a span {
        display: inline-block;
        padding-right: 17px;
        background: url(../images/top_news_btn01_icon01.png) no-repeat right center;
        -webkit-background-size: 7px auto;
        background-size: 7px auto;
    }
    .section04_crm2_crm2_img01 {
        width: 100%;
    }
}

.section04_crm2_crm2_img01 {
    border: 2px solid #eeefef;
    height: auto;
}

/* -- section05 -- */
#section05 {
    padding: 19px 0 99px;
}
@media screen and ( max-width: 768px ) {
    #section05 {
        padding: 19px 0 0;
    }
}

.section05_link01 {
    margin-top: 32px;
}
@media screen and ( max-width: 768px ) {
    .section05_link01 {
        margin-top: 24px;
    }
}

.section05_link01 li {
    display: table-cell;
    width: 204px;
    vertical-align: middle;
    font-size: 15px;
    border-right: 1px solid #b5b5b5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.section05_link01 li:first-of-type {
    border-left: 1px solid #b5b5b5;
}
@media screen and ( max-width: 768px ) {
    .section05_link01 li {
        display: block;
        width: 100%;
        font-size: 15px;
        border-bottom: 1px solid #b5b5b5;
        border-right: none;
    }
    .section05_link01 li:first-of-type {
        border-top: 1px solid #b5b5b5;
        border-left: none;
    }
}

.section05_link01 a {
    display: block;
    text-decoration: none;
    padding: 3px 18px 0;
    line-height: 1.6;
}
@media screen and ( max-width: 768px ) {
    .section05_link01 a {
        padding: 21px 0 22px;
    }
}

.section05_link01 label {
    display: block;
    padding-left: 27px;
    background: url(../images/link02_icon01.png) no-repeat center left;
}

/*
        event
*/
/* event_btn01 */
.event_btn01 {
    display: block;
    padding: 12px 12px 14px 21px;
    text-decoration: none;
    color: #fff;
    background: #00b1c1;
}
#frmEvent .event_btn01 {
    text-align: left;
}
.event_thumb {
    background: #efefef;
}
.event_thumb.top {
    background: #fff;	
}
.event_thumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .event_thumb a {
        display: block;
    }
}

.event_btn01 span {
    display: block;
    padding-top: 1px;
    background: url(../images/event_btn01_icon01.png) no-repeat center right;
}
.page_detail .event_link  a[target="_blank"]:after {
    background: none;
}

/* event_btn02 */
/* event_box02 */
@media screen and ( max-width: 768px ) {
    .event_box02 {
        width: auto;
    }
}

.crm3 > li.event_btn02 {
    display: block;
    padding: 12px 14px 13px 21px;
    text-decoration: none;
    border: 1px solid #b5b5b5;
    background: #eee;
    width: 283px;
}

.event_box02 li {
    margin-bottom: 35px;
}
.event_box02 li:nth-of-type(5n) {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .event_box02 li:nth-last-of-type(5) ,
    .event_box02 li:nth-last-of-type(4) ,
    .event_box02 li:nth-last-of-type(3) ,
    .event_box02 li:nth-of-type(5n) ,
    .event_box02 li {
        margin: 0 4% 25px 0;
        width: 48%;
    }
    .event_box02 li:nth-of-type(2n) {
        margin-right: 0;
    }
    .event_box02 li:nth-last-of-type(2) ,
    .event_box02 li:last-of-type {
        margin-bottom: 0;
    }
}


/* event_tit01 */
.event_tit01 {
    float: left;
}
@media screen and ( max-width: 768px ) {
    .event_tit01 {
        float: none;
    }
}

/* event_box01 */
.event_box01 {
    float: right;
    margin-top: 8px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .event_box01 {
        float: none;
        margin: 0 0 20px;
    }
}

.event_box01 > li {
    display: inline-block;
    margin-right: 12px;
    width: 180px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1;
    background: #84bbcf;
    border-radius: 4px;
}
.event_box01 li button {
    background: #84bbcf;
}
.event_box01 li:nth-child(2) button {
    background: #d2b75b;
}
.event_box01 .ms-choice > span {
    color: #fff !important;
}
.event_box01 > li:nth-of-type(2n) {
    margin-right: 0;
    background: #d2b75b;
}
@media screen and ( max-width: 768px ) {
    .event_box01 > li {
        margin-right: 4%;
        width: 48%;
        font-size: 13px;
    }
}

.event_box01 > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding:7px 9px 6px 10px;
}

.event_box01 > li > a > span {
    display: block;
    background: url(../images/event_box01_icon01.png) no-repeat center right;
}

/* event_pager01 */
.event_pager01 {
    margin-top: 130px;
    font-size: 0;
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .event_pager01 {
        margin-top: 50px;
    }
}

.event_pager01 li {
    display: inline-block;
    margin-right: 5px;
    width: 38px;
    height: 38px;
    vertical-align: top;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    border: 1px solid #0074bf;
    border-radius: 2px;
    background: #0074bf;
}
.event_pager01 li:last-of-type {
    margin-right: 0;
}
.event_pager01 li:first-of-type ,
.event_pager01 li:last-of-type {
    border-color: #fff;
}
@media screen and ( max-width: 768px ) {
    .event_pager01 li {
        margin-right: 3px;
        width: 23px;
        height: 23px;
        font-size: 13px;
        line-height: 23px;
    }
}

.event_pager01 a {
    display: block;
    text-decoration: none;
    color: #0074bf;
    background: #fff;
}
.event_pager01 li:first-of-type a ,
.event_pager01 li:last-of-type a {
    background: #fff;
}


/*
        event_past
*/
/* event_past_box01 */
.event_past_box01 {
    margin-top: 82px;
}
@media screen and ( max-width: 768px ) {
    .event_past_box01 {
        margin-top: 45px;
    }
}

.event_past_box01_innerL {
    float: left;
    padding: 10px 0 0 37px;
    width: 202px;
    height: 49px;
    font-size: 16px;
    border-radius: 8px 0 0 8px;
    background: #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .event_past_box01_innerL {
        float: none;
        padding: 10px 0 11px;
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 14px;
        border-radius: 4px 4px 0 0;
    }
}

.event_past_box01_innerR {
    float: left;
    padding-top: 10px;
    width: 818px;
    height: 49px;
    text-align: center;
    font-size: 0;
    border-radius: 0 8px 8px 0;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .event_past_box01_innerR {
        float: none;
        padding: 10px 0 11px;
        width: 100%;
        height: auto;
        border-radius: 0 0 4px 4px;
    }
}

.event_past_box01_year {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
@media screen and ( max-width: 768px ) {
    .event_past_box01_innerR {
        float: none;
        padding: 10px 0 11px;
        width: 100%;
        height: auto;
        border-radius: 0 4px 4px 0;
    }
}

.event_past_box01_year {
    position: relative;
}

.event_past_box01_year .select {
    display: block;
    width: 180px;
    text-decoration: none;
    color: #959595;
    font-size: 15px;
    line-height: 26px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #fff;
}

.event_past_box01_year .pulldown {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    padding: 4px 0;
    font-size: 15px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
}

.event_past_box01_year .pulldown a {
    display: block;
    text-decoration: none;
    line-height: 36px;
}
@media screen and ( min-width: 769px ) {
    .event_past_box01_year .pulldown a:hover {
        opacity: 1;
        color: #fff;
        background: #1983c7;
        transition: none;
    }
}

.event_past_box01_submit {
    display: inline-block;
    vertical-align: top;
}

.event_past_box01_submit input {
    cursor: pointer;
    display: block;
    width: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    border: none;
    border-radius: 4px;
    background: #0075c1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 2px;
}

/* event_detail */
.event_detail h2 {
    margin: 1px 0 20px;
    font-weight: bold;
    font-size: 100%;
    border-bottom: 1px solid #b8d3eb;
}
@media screen and ( max-width: 768px ) {
    .event_detail h2 {
        font-size: 94%;
    }
}

/* event_detail_box01 */
.event_detail_box01 {
    float: right;
    margin-top: 8px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .event_detail_box01 {
        float: none;
        margin: 8px 0 10px;
    }
}

.event_detail_box01 li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
    vertical-align: top;
    font-size: 12px;
    padding: 0 4px;
    color: #fff;
}
.event_detail_box01 li:first-of-type {
    background: #939393;    
}
.event_detail_box01 li:last-of-type {
    margin-right: 0;
}

/* event_detail */
.single .event_detail h3 {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
@media screen and ( max-width: 768px ) {
    .single .event_detail h3 {
        font-size: 14px;
        background: none;
        padding-left: 0;
        padding-bottom: 0;
    }
}

/* event_detail_box02 */
.event_detail_box02 {
    margin-top: 23px;
    padding: 33px 28px 31px;
    border: 1px solid #e5e5e5;
    background: #f3f3f3;
}
@media screen and ( max-width: 768px ) {
    .event_detail_box02 {
        margin-top: 15px;
        padding: 15px 20px 15px;
    }
}

/* event_detail h3 */
.event_detail h3 {
    margin: 80px 0 30px;
    padding: 10px 20px 8px;
    font-size: 18px;
    background: #b8d3eb;
    width: calc(100% - 30px);
    display: inline-block;
}
@media screen and ( max-width: 768px ) {
    .event_detail h3 {
        margin: 40px 0 15px;
        padding: 6px 15px;
        font-size: 16px;
    }
}

/* event_detail table */
.event_detail table {
    width: 100%;
    border-top: 1px solid #b5b5b5;
}

.event_detail table th {
    padding: 24px 10px 22px;
    width: 188px;
    vertical-align: top;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background: #f3f3f3;
}
@media screen and ( max-width: 768px ) {
    .event_detail table th {
        padding: 15px;
        width: 35%;
    }
}

.event_detail table td {
    padding: 24px 61px 22px;
    vertical-align: top;
    border-bottom: 1px solid #b5b5b5;
}
@media screen and ( max-width: 768px ) {
    .event_detail table td {
        padding: 15px
    }
}

/* event_detail_tag */
.event_detail_tag {
    margin-top: 35px;
    line-height: 1.3;
}

.event_detail_tag_tit {
    float: left;
    width: 43px;
    border-right: 1px solid #b5b5b5;
}
@media screen and ( max-width: 768px ) {
    .event_detail_tag_tit {
        width: 12%;
    }
}

.event_detail_tag_txt {
    margin-left: 58px;
}
.event_detail_tag_txt li {
    display: inline-block;
}

.event_detail_tag_txt a {
    margin-right: 12px;
}

.md_cbtn01 {
    cursor: pointer;
    margin: 0 auto;
    padding: 13px 0 12px;
    width: 386px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    background: #535353;
}
@media screen and ( min-width: 769px ) {
    .md_cbtn01:hover {
        opacity: 0.6;
        transition: 0.6s all;
    }
}
@media screen and ( max-width: 768px ) {
    .md_cbtn01 {
        padding: 13px 0 12px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* project */
.tit01 span.project {
    font-size: 60%; background: #e5e5e5; 
    vertical-align: middle; 
    padding: 4px 10px; 
    border-radius: 10px; 
    margin-right: 10px;
}

.project_cell h4, .support_cell h4, .media_cell h4 , .inner.page h4 {
    padding: 15px 20px; 
    background: #b8d3eb; 
    color: #000; 
    margin-bottom: 30px; 
    font-size: 18px;
    margin-top:20px;
}


.project_cell h5, .support_cell h5, .media_cell h5, .inner.page h5 {border-left: 4px solid #b8d3eb; padding: 6px 0px 6px 12px; margin-bottom: 20px; font-size: 16px;}

.project_cell h5 span, .support_cell h5 span, .media_cell h5 span, .inner.page h5 span { font-size: 80%; color: #ff0000; margin-left: 50px;}
.project_cell h6, .support_cell h6, .media_cell h6, .inner.page h6 {border-bottom: 1px solid #b8d3eb; padding: 4px 0px 4px 0px; margin-bottom: 15px; font-size: 16px; font-weight: bold;}
.project_cell:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .oh { overflow: hidden;}
.project_cell a{ position: relative;}
.project_cell a.p_link { background: url(../images/icon/arrow-next-single.png) no-repeat left 3px; padding-left: 20px; text-decoration: underline; font-size: 13px;}

.contact_cell {
    background: #f3f3f3;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-top: 32px;
    margin-bottom: 100px;
}
.project_cell .ma { margin: 0 auto; width: auto;}

.project_cell h4 {
    padding: 15px 20px; background: #b8d3eb; color: #000; margin-bottom: 30px; font-size: 18px;
    margin-top: 18px;
}
.project_cell h5 {
    border-left: 4px solid #b8d3eb; padding: 6px 0px 6px 12px; font-size: 16px;
    margin-top: 32px;
    margin-bottom: 22px;
    font-weight: bold;
}
.project_cell h6 {border-bottom: 1px solid #b8d3eb; padding: 4px 0px 4px 0px; margin-bottom: 15px; font-size: 16px;}
.project_cell h5 span { font-size: 80%; color: #ff0000; margin-left: 50px;}
.project_cell .t_red {color: #ff0000;}
.project_cell .list_project{ width: 100%; margin-bottom: 60px;}
.edu_bg_span { background: #e5e5e5; text-align: center; padding: 3px 10px; border-radius: 15px; margin-right: 10px; font-size: 80%; color: #000 !important}

.project_cell .list_project:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .list_project li{ float: left; width: 32%; margin: 0 2% 20px 0;}
.project_cell .list_project li:nth-child(3n){ margin: 0 0% 20px 0;}
.project_cell .list_project li img{ width: 100%; margin-bottom: 0px;}
.project_cell .list_project li a {
    text-decoration: none;
}

.project_cell .list_disc li {
    position: relative;
    padding-bottom: 30px;
    padding-left: 16px;
}
.project_cell .list_disc li::before {
    position: absolute;
}
.project_cell .sub li {
    float: left;
}

.support_cell img { width: auto;}

.support_cell .txt_concept { border-radius: 20px; background: #e5f1f9; text-align: center; padding: 45px; margin-bottom: 35px;}
.support_cell .txt_concept p { text-align: center; font-size: 180%; font-weight: bold; line-height: 1.4; margin-bottom: 0;}
.support_cell .txt_concept p span.ul { border-bottom: 2px solid #0075c1;}

.list_system {
    text-align: center; 
    margin: 30px auto 75px auto;
    width: 820px;
}
.list_system li { display: inline-block; width: 350px; margin: 0 25px;}
.list_system li a { display: block; margin: 0 0px 30px 0px; width: 100%; height: 100px; color: #fff; line-height: 100px; border-radius: 5px; font-size: 120%; text-decoration: none; font-weight: bold;}
.list_system li:first-child a { background: url(../images/icon/icon_arrow01.png) no-repeat 75% 50%, #559fcf;}
.list_system li:last-child a { background: url(../images/icon/icon_arrow01.png) no-repeat 75% 50%, #8bc368;}
.list_system li p { text-align: left; margin-bottom: 0;}

@media screen and (max-width: 768px) {
    .list_system {
        text-align: center;
        margin: 12px auto;
        width: 100%;
    }
    .list_system li {
        display: inline-block;
        width: 100%;
        margin: 0 0 18px;
    }

}

.btn { width: 48%; max-width: 490px; display: inline-block; background: url(../images/icon/arrow-next-single.png) no-repeat 80% 50%, #e5f1f8; padding: 15px 0px; color: #0074bf; font-weight: bold; text-decoration: none;
       margin: 40px 0 60px 0; 
}
.support_cell .bnr { display: block; text-align: center; width: 100%; margin-bottom: 50px;}
.support_cell .bnr li { display: inline-block; width: 48%;}
.support_cell .bnr li:first-child { margin: 0 1.5% 0 0;}
.support_cell .bnr li:last-child { margin: 0 0 0 1.5%;}
.support_cell .bnr li .btn { width: 100%;}

.support_cell .bnr02 { display: block; text-align: center; width: 70%; margin: 0 auto;}
.support_cell .bnr02 li { display: inline-block; width: 48%;}
.support_cell .bnr02 li:first-child { margin: 0 1.5% 0 0;}
.support_cell .bnr02 li:last-child { margin: 0 0 0 1.5%;}
.support_cell .bnr02 li a { width: 95%; display: inline-block; background: url(../images/icon/arrow-next-single.png) no-repeat 95% 50%, #e5e5e5; padding: 15px 0px 15px 5%; color: #000; font-weight: normal; text-decoration: none; text-align: left;}


.support_cell .note { display: block; margin-left: 1.5em;}
.support_cell .txt_case { padding: 30px; border: 2px solid #eeeeee; margin-bottom: 30px;} 
.support_cell .txt_case p { margin-bottom: 0;}

.support_cell table {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-bottom: 80px;
}

.support_cell table th {
    padding: 25px 25px;
    width: 30%;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background: #f3f3f3;
    text-align: left;
}
.support_cell table td {
    padding: 25px 30px 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #b5b5b5;
    text-align: left;
}
.support_cell table td p { margin-bottom: 0;}
.support_cell table .txt_ind { margin-left: 1em;}
.support_cell table .txt_ind span { margin-left: -1em;}
.support_cell table .txt_caution { margin-left: 1em; font-size: 80%; margin-bottom: 30px;}
.support_cell table .txt_caution span { margin-left: -1em;}



@media screen and (min-width: 769px) and (max-width: 1100px) {
    .list_system { text-align: center; margin: 0 auto; margin-bottom: 55px; width: 100%;}
    .list_system li { display: inline-block; width: 45%; margin: 0 2%;}
}


.link_back {
    width: 48%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #0074bf;
    margin: 0 auto;
    display: block;
    text-align: center;    
}
.link_back a {
    color: #0074bf;
    font-weight: bold;
    text-decoration: none;
    background: #fff url(../images/icon/arrow-next-single.png) no-repeat right center;
    padding-right: 16px;
}
.project_cell .sub li.link_back:first-child a {
    background: #fff url(../images/icon/icon_arrow_btm02.png) no-repeat right center;
}
.list_disc li::before {
    content: "";
    top: 11px;
    left: 3px;
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    display: inline-block;
}
.project_cell .list_member li a {
    background: url(../images/icon/arrow-next-single.png) no-repeat right 12px center;
    display: block;
    text-decoration: none;
    text-align: right;
    padding-right: 28px;
}

.attention { 
    border: 1px solid #ff0000; color: #ff0000; padding: 15px 60px; font-size: 15px;
    display: inline-block;
}

.project_cell .txt_credit { border: 1px solid #000; padding: 15px 15px; font-size: 13px; margin-bottom: 50px; margin-top: 8px;}
.project_cell .txt_credit span { color: #ff0000;}
.project_cell .list_disc { margin-bottom: 12px;}
.project_cell .list_jigyo { margin-bottom: 100px;}
.project_cell .list_jigyo:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .list_jigyo li { float: left; width: 31.5%; margin: 0 2.75% 20px 0;}
.project_cell .list_jigyo li:nth-child(3n) { margin-right: 0;}
.project_cell .list_jigyo li img { width: 100%;}

.project_cell .list_school { width:100%}
.project_cell .list_school > li {
    display: inline-block;
    width: 24.5%;
    text-align: left;
    vertical-align: top;
}

.list_special {
    margin-top: 22px;
}
.project_cell .list_special li { display: table; width: 96%; background: #f3f3f3; padding: 20px 2% 20px 2%; margin-bottom: 30px; box-shadow:4px 0 #b5b5b5 inset;}
.project_cell .list_special li .special_ttl { display: table-cell; width: 8%; padding-right: 2%; border-right: 1px solid #b5b5b5; text-align: center; font-size: 200%; margin-bottom: 0; line-height: 1;}
.project_cell .list_special li .special_ttl label { 
    display: block; 
    width: 100%; 
    padding: 5px 0; 
    margin-bottom: 10px; 
    background: #b5b5b5; 
    color: #fff; 
    font-size: 50%;
}
.project_cell .list_special li .special_txt {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
    width: 78%;
}
.project_cell .list_special li .special_txt label {
    font-size: 130%;
    display: block;
}
.project_cell .list_special li:nth-child(6) .special_txt,.project_cell .list_special li:nth-child(7) .special_txt {width: 90%;}
.project_cell .list_special li a {	
    background: url(../images/icon/arrow-next-single.png) no-repeat left 50%; 
    padding-left: 20px;
    top: 18px;
}

.project_cell .list_member li { display: table; width: 96%; background: #f3f3f3; padding: 20px 2% 20px 2%; margin-bottom: 30px; box-shadow: 0 0 0 1px #e5e5e5 inset;}
.project_cell .list_member li p { display: table-cell; vertical-align: middle; padding-left: 2%; font-size: 90%; line-height: 1.5; width: 78%;}
.project_cell .list_member li p span { font-size: 110%; font-weight: bold; color: #000;}
.project_cell .list_member li:nth-child(6) p, .project_cell .list_member li:nth-child(7) p { display: block; width: 100%; margin-bottom: 0; line-height: 1;}
.project_cell .list_member li p.txt_s { margin: 10px 0 0 3%; line-height: 1.4; width: 97%;}
.project_cell .list_member li p.t_red{ color: #ff0000;}

.project_cell .list_step { margin: 0 16%;}
.project_cell .list_step li { display: block; padding-bottom: 40px; padding-top: 40px; position: relative;}
.project_cell .list_step li:first-child {padding-top: 0;}
.project_cell .list_step li:nth-child(4) {padding-bottom: 50px;}
.project_cell .list_step li div { display: block; width: 90%; background: #f3f3f3; padding: 20px 5% 20px 5%; box-shadow: 0 0 0 1px #e5e5e5 inset; position: relative;}
.project_cell .list_step li::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url(../images/icon/icon_arrow_down_sing.png) no-repeat center bottom;
    background-size: 10px 6px;
    right: 0px;
    left: 0;
    bottom: 0px;
    margin: auto auto 0 auto;
}
.project_cell .list_step li:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 26px; height: 16px;
    background: url(../images/icon/icon_arrow_down_sing_big.png) no-repeat center bottom;
    background-size: 26px 16px;
    right: 0px;
    left: 0;
    bottom: 0px;
    margin: auto auto 0 auto;
}
.project_cell .list_step li:last-child::after { background: none;}
.project_cell .list_step li p { 
    width: 100%;
    text-align: center;
}
.project_cell .list_step li p.step { display: table; font-weight: bold;}
.project_cell .list_step li p.step .num  { display: table-cell; width: 10%; text-align: left;}
.project_cell .list_step li p.step .ttl  { display: table-cell; width: 90%; text-align: center;}
.project_cell .list_step li:last-child{ font-size: 160%; font-weight: bold;}

.project_cell .sub {
    padding: 2em 0 4em 0;
}
.project_cell .sub:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .sub li{ float: left;}
.project_cell .sub li:nth-child(2n){ float: right;}

.project_cell .project_place{
    display: table; 
    width: calc(100% - 2% - 20px);
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    padding: 15px 2% 15px 80px;
    margin-bottom: 12px;
    margin-top: 2.0em;
}
.project_cell.partnership .project_place {
    padding-left: 2%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.media_cell table {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-bottom: 40px;
}

.media_cell table th {
    padding: 25px 0px 25px 60px;
    width: 33%;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background: #f3f3f3;
    text-align: left;
}
.media_cell table td {
    padding: 25px 0px 25px 60px;
    vertical-align: middle;
    border-left: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    text-align: left;
}
.media_cell table td.td01 { width: 180px; padding: 15px 0px 15px 25px;}
.media_cell table td.td02 { padding: 15px 0px 15px 25px;}
.media_cell table td a { background: url(../images/icon/arrow-next-single.png) no-repeat left 50%; padding-left: 20px;}

@media screen and (max-width: 768px) {
    .project_cell.partnership .project_place {
        width: 98%;
    }
    .media_cell table th, .media_cell table td {
        padding: 32px 8px;
    }
}
.museum-4339 {
    background: url(../images/img_place01.png) no-repeat left 12px center;
}
.museum-4341 {
    background: url(../images/img_place02.png) no-repeat left 12px center;
}
.museum-4342 {
    background: url(../images/img_place03.png) no-repeat left 12px center;
}
.museum-4351 {
    background: url(../images/img_place04.png) no-repeat left 12px center;
}
.museum-4345 {
    background: url(../images/img_place05.png) no-repeat left 12px center;
}
.museum-4343 {
    background: url(../images/img_place04.png) no-repeat left 12px center;
}

.project_cell .project_place .img{ display: table-cell; width: 9%; padding-right: 1%;}
.project_cell .project_place .img img{ width: 100%;}
.project_cell .project_place .name{
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}
.project_cell .project_place .link{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.project_cell .project_place .link a{
    background: url(../images/icon/arrow-next-single.png) no-repeat left 50%; 
    padding-left: 20px;
}

.project_cell .place {margin-bottom: 50px;}
.project_cell .project_exhibition {}
.project_cell .project_exhibition:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .project_exhibition img { float: left; margin: 0 20px 20px 0; width: 132px;}
.project_exhibition a {
    display: block;
}
.project_cell table.tbl_member .project_exhibition img{ margin: 0 20px 0px 0;}
.project_cell .place dl {}
.project_cell .place dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .place dl dt { clear: both; float: left; width: 15%; margin-right: 1.5%; background: #e5e5e5; text-align: center;
                             margin-bottom: 20px;}
.project_cell .place dl dd { float: left; width: 83.5%; display: block; overflow: hidden; margin-bottom: 20px;}
.project_cell .rf { float: right; margin: 0 0 20px 40px;}

.project_cell .leaflet {
    display: inline-block; background: url(../images/link01_icon01.png) no-repeat 85% 50%, #e5f1f8; 
    padding: 15px 100px;
    margin: 20px 0;
}
.project_cell .leaflet a {
    color: #0074bf;
    text-decoration: none;

}

.project_cell .list_bonus {}
.project_cell .list_bonus li { width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #b5b5b5;}
.project_cell .list_bonus li:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .list_bonus li img { float: left; margin: 0 30px 0 0;}
.project_cell .list_bonus li .txtArea { float: left;}
.project_cell .list_bonus li .txtArea .sponsor { width: 335px; font-size: 80%; padding: 2px 10px; border-radius: 15px; background: #e5e5e5; text-align: center; margin-bottom: 12px;}
.project_cell .list_bonus li .txtArea .ttl { font-size: 120%; margin-bottom: 20px;}
.project_cell .list_bonus li .txtArea .link { margin-bottom: 10px; padding-left: 20px; background: url(../images/link01_icon01.png) no-repeat left 50%; font-size: 90%;}
.project_cell .list_bonus li .txtArea .end { font-size: 90%; color: #ff0000; margin-left: 20px;}
.project_cell .link_right { display: inline-block; float: right; background: url(../images/link01_icon01.png) no-repeat left 50%; padding: 0px 0 0 20px; text-align: right;}
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}

.project_cell .list_organ {}
.project_cell .list_organ:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .list_organ li { width: 48%; float: left;}
.project_cell .list_organ li:nth-child(2n) { float: right;}
.project_cell .list_organ li .img {
    float: left;
}
.project_cell .list_organ li .img img { width: 100%;}
.project_cell .list_organ li .txtArea {
    float: right;
    display: block;
    overflow: hidden;
    width: 63%;

}
.project_cell .list_organ li .txtArea .ttl { border-bottom: 1px solid #b8d3eb; margin-bottom: 15px;}
.project_cell .list_organ li .txtArea a {
    display: block; background: url(../images/icon/arrow-next-single.png) no-repeat left center; 
    padding-left: 15px; 
    padding-right: 15px; 
    margin-bottom: 15px; 
    font-size: 85%;
    white-space: normal;
    word-wrap: break-word;
}
.project_cell .list_organ li dl dt { width: 96%; padding: 0px 2%; background: #e6e6e6; margin-bottom: 5px; font-size: 85%;}
.project_cell .list_organ li dl dd { font-size: 85%;}

.project_cell .teachers { width: 70%; margin: 0 auto;}
.project_cell .teachers img { width: 100%;}
.project_cell .teachers .slide { position: relative;}
.project_cell .teachers .slide .prev { position: absolute; left: 0; z-index: 100; top: 25%; width: 5%;}
.project_cell .teachers .slide .next { position: absolute; right: 0; z-index: 100; top: 25%; width: 5%;}
.project_cell .teachers .slide .next img,.project_cell .teachers .slide .prv img { width: 100%;}
.project_cell .teachers ul{ margin: 10px 0 30px;}
.project_cell .teachers ul:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.project_cell .teachers ul li { width: 32%; float: left; margin: 0 2% 0 0;}
.project_cell .teachers ul li:nth-child(3n) { margin: 0 0% 0 0;}

.project_tab { border-left: 1px solid #b5b5b5; margin-bottom: 40px}
.project_tab li { border-right: 1px solid #b5b5b5; min-width: 380px; display: inline-block;}
.project_tab li a { display: block; padding: 10px 15px; text-decoration: none; background: url(../images/icon/icon_arrow_btm02.png) no-repeat 95% 50%;}

.project_cell .project_movie {

    display:block;
    width:100%;  

    padding-bottom: 56.25%;
    height:0px;            
    position: relative;


}

.project_cell .project_movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}



table.tbl_cell {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-top: 22px;
    margin-bottom: 40px;
}

table.tbl_cell th {
    padding: 25px 0px;
    width: 31.5%;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    background: #f3f3f3;
    text-align: center;
}
table.tbl_cell td {
    padding: 25px 0px 25px 28%;
    vertical-align: middle;
    border-bottom: 1px solid #b5b5b5;
    text-align: left;
}


.project_cell table.tbl_member {
    width: 100%;
    border-top: 1px solid #b5b5b5;
    margin-bottom: 40px;
    margin-top: 32px;
}

.project_cell table.tbl_member thead th,
.project_cell table.tbl_member thead td {
    padding: 25px 0px;
    width: 50%;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    background: #f3f3f3;
}

.project_cell table.tbl_member tbody th,
.project_cell table.tbl_member tbody td {
    padding: 25px 0px 25px 0;
    width: 50%;
    vertical-align: middle;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
    background: #fff;
    font-weight: normal;
}
.project_cell table.tbl_member thead th,
.project_cell table.tbl_member tbody th{
    border-right: 1px solid #b5b5b5;
}
.project_cell table.tbl_member.tbl_price thead th,
.project_cell table.tbl_member.tbl_price tbody th {
    width: 50%;
}
.project_cell table.tbl_member.tbl_price thead td,
.project_cell table.tbl_member.tbl_price tbody td {
    width: 25%;
}
.project_cell table.tbl_member.tbl_price tbody th {
    text-align: left;
}
.project_cell table.tbl_member.tbl_price thead td.price01,
.project_cell table.tbl_member.tbl_price tbody td.price01{
    border-right: 1px solid #b5b5b5;
}


@media screen and (max-width: 768px) {
    .attention {padding: 15px;}

    .project_cell .list_project{ width: 80%; margin: 0 auto; margin-bottom: 40px;}
    .project_cell .list_project:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .list_project li{ float: none; width: 100%; margin: 0 0% 20px 0;}
    .project_cell .list_project li:nth-child(3n){ margin: 0 0% 20px 0;}
    .project_cell .list_project li img{ width: 100%; margin-bottom: 0px;}

    .project_cell .list_jigyo { margin-bottom: 50px;}
    .project_cell .list_jigyo li { float: none; width: 70%; margin: 0 15% 30px; text-align: left;}
    .project_cell .list_jigyo li:nth-child(3n) { margin-right: 10%;}
    .project_cell .list_jigyo li img { width: 100%;}
    table.tbl_cell th {
        padding: 15px;
    }
    table.tbl_cell td {
        padding: 15px
    }
    .project_cell .list_school li { display: inline-block; width: 100%; text-align: left;}
    .project_cell .list_special {}
    .project_cell .list_special li { display: block; width: 90%; background: #f3f3f3; padding: 20px 5% 20px 5%; margin-bottom: 30px; box-shadow:4px 0 #b5b5b5 inset;}
    .project_cell .list_special li .special_ttl { display: block;  width: 100%; padding-right: 2%; border-right: 1px solid #b5b5b5; text-align: left; font-size: 200%; margin-bottom: 0; line-height: 1; border-right: none;}
    .project_cell .list_special li .special_ttl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .list_special li .special_ttl label {
        float: left; 
        width: 20%; 
        text-align: center; margin-right: 10px;
    }	
    .project_cell .list_special li:nth-child(6) .special_txt,.project_cell .list_special li:nth-child(7) .special_txt {width: 90%;}
    .project_cell .list_special li a {
        top: 8px;
    }

    .project_cell .list_member li { display: block; width: 96%; background: #f3f3f3; padding: 20px 2% 20px 2%; margin-bottom: 30px; box-shadow: 0 0 0 1px #e5e5e5 inset;}
    .project_cell .list_member li p { display: block; vertical-align: middle; padding-left: 0%; font-size: 90%; line-height: 1.5; width: 100%;}
    .project_cell .list_member li p span { font-size: 110%; font-weight: bold; color: #000;}
    .project_cell .list_member li:nth-child(6) p, .project_cell .list_member li:nth-child(7) p { display: block; width: 100%; margin-bottom: 0; line-height: 1.5;}
    .project_cell .list_member li p.txt_s { margin: 10px 0 0 3%; line-height: 1.4; width: 97%;}
    .project_cell .list_member li p.t_red{ color: #ff0000;}

    .project_cell .list_step { margin: 0 0% 20px;}
    .project_cell .list_step li { display: block; padding-bottom: 20px; padding-top: 20px; position: relative;}
    .project_cell .list_step li:first-child {padding-top: 0;}
    .project_cell .list_step li:nth-child(4) {padding-bottom: 30px;}
    .project_cell .list_step li div { display: block; width: 90%; background: #f3f3f3; padding: 20px 5% 20px 5%; box-shadow: 0 0 0 1px #e5e5e5 inset; position: relative;}
    .project_cell .list_step li:last-child::after { background: none;}
    .project_cell .list_step li p.step .num  { display: table-cell; width: 10%; text-align: left;}
    .project_cell .list_step li p.step .ttl  { display: table-cell; width: 90%; text-align: center;}
    .project_cell .list_step li:last-child{ font-size: 160%; font-weight: bold;}

    .project_cell .sub {}
    .project_cell .sub:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .sub li{ float: none; text-align: center; margin: 0 auto; margin-bottom: 20px;}
    .project_cell .sub li:nth-child(2n){ float: none;}

    .project_cell .project_place .img{ float: left; display: block; width: 20%; padding-right: 3%; height: 39px;}
    .project_cell .project_place .img img{ width: 60px;}
    .project_cell .project_place:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .project_place .link a {
        font-size: 12px;
    }
    .project_cell .place {margin-bottom: 50px;}
    .project_cell .project_exhibition {}
    .project_cell .project_exhibition:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .project_exhibition img { float: left; margin: 0 10px 20px 0; width: 20%;}
    .project_cell .project_exhibition p { display: block; overflow: hidden;}
    .project_cell .place dl {}
    .project_cell .place dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
    .project_cell .place dl dt { clear: both; float: none; width: 100%; margin-right: 1.5%; background: #e5e5e5; text-align: center;
                                 margin-bottom: 10px;}
    .project_cell .place dl dd { float: none; width: 100%; display: block; overflow: hidden; margin-bottom: 20px;}

    .project_cell .rf { float: none; margin: 0 auto; width: auto; text-align: center;}
    .project_cell .rf img { width: auto;}

    .project_cell .list_bonus li img { float: none; margin: 0 auto; margin-bottom: 20px; text-align: center; width: auto;}
    .project_cell .list_bonus li .txtArea { float: none;}
    .project_cell .list_bonus li .txtArea .sponsor { width: 100%; padding: 3px 0;}


    .project_cell .list_organ { width: 90%; margin: 0 5%;}
    .project_cell .list_organ li { width: 100%; display: block; overflow: hidden; float: none; margin-bottom: 30px;}
    .project_cell .list_organ li:nth-child(2n) { float: none;}
    .project_cell .list_organ li .img { float: left; display: block; width: 43%;}
    .project_cell .list_organ li .img img { width: 100%;}
    .project_cell .list_organ li .txtArea { float: right; display: block; overflow: hidden; width: 51%;}
    .project_cell .list_organ li .txtArea .ttl { border-bottom: 1px solid #b8d3eb; margin-bottom: 10px;}
    .project_cell .list_organ li .txtArea a { display: block; background: url(../images/about/project/icon_arrow.png) no-repeat left 7px; padding-left: 15px; margin-bottom: 10px; font-size: 85%;}
    .project_cell .list_organ li dl dt { width: 96%; padding: 0px 2%; background: #e6e6e6; margin-bottom: 5px; font-size: 85%;}
    .project_cell .list_organ li dl dd { font-size: 85%;}

    .project_tab { border-left: none; border-top: 1px solid #b5b5b5; margin-bottom: 40px}
    .project_tab li {
        border-right: none;
        width: 100%;
    }

    .link_back {
        width: 90%;
    }
    .project_cell .project_place .link{ display: block; width: 100%; vertical-align: middle; text-align: right;}
    .project_cell .project_place .name{
        float: left; display: block; width: 77%; height: 39px; line-height: 39px; vertical-align: middle; font-weight: bold;
        padding-top: 10px;
    }

}

/*
        art_artnewstokyo
*/
/* art_artnewstokyo_box01 */
.art_artnewstokyo_box01 {
    position: relative;
}

.art_artnewstokyo_box01 p.lh0 {
    line-height: 0;
}

.art_artnewstokyo_box01_box01 {
    background: #ededed;
}

.art_artnewstokyo_box01_box01 a {
    display: block;
    position: relative;
    font-size: 0;
    text-decoration: none;
}
.art_artnewstokyo_box01_box01 a:before {
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 33px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.art_artnewstokyo_box01_box01_box01 {
    display: inline-block;
    padding: 1px 32px 0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    line-height: 99px;
    background: #e5e5e5;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_box01_box01_box01 {
        padding: 1px 15px 0;
        font-size: 12px;
        line-height: 49px;
    }
}

.art_artnewstokyo_box01_box01_box02 {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 0 0 26px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_box01_box01_box02 {
        padding: 1px 0 0 20px;
        font-size: 18px;
    }
}

/* art_artnewstokyo_box02 */
.art_artnewstokyo_box02 {
    margin-top: 40px;
    padding: 140px 0 79px;
    background: url(../images/art_artnewstokyo_bg01.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_box02 {
        margin-top: 20px;
        padding: 80px 0 20px;		
    }
}

/* art_artnewstokyo_box03 */
.art_artnewstokyo_box03 {
    width: 705px;
}
.art_artnewstokyo_box03 .link01 {
    background: #fff;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_box03 {
        width: auto;
    }
}

/* art_artnewstokyo_box04 */
.art_artnewstokyo_box04 {
    font-family: 'Century Gothic';
    font-size: 20px;
}


/*
        art_artnewstokyo_interview
*/
.art_artnewstokyo_interview_box01_tit01 {
    float: left;
    margin-top: 2px;
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 1;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01_tit01 {
        float: none;
        margin-top: 0;
        text-align: center;
        font-size: 16px;
    }
    .art_artnewstokyo_interview_box01_tit01 a {
        display: block;
    }
}

.art_artnewstokyo_interview_box01_tit01 img {
    vertical-align: middle;
    padding: 0 24px 1px 0;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01_tit01 img {
        padding: 0 0 10px 0;
    }
}

.art_artnewstokyo_interview_box01_box01 {
    float: right;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01_box01 {
        float: none;
        margin-top: 20px;
        text-align: center;
    }
}

.art_artnewstokyo_interview_box01_box01 li {
    display: inline-block;
    margin-right: 19px;
    padding: 1px 19px 1px 0;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #b5b5b5;
}
.art_artnewstokyo_interview_box01_box01 li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.art_artnewstokyo_interview_box01_box01 li.act {
    position: relative;
}
.art_artnewstokyo_interview_box01_box01 li.act:after {
    position: absolute;
    bottom: 0;
    right: 16px;
    left: 0;
    height: 3px;
    background: #bfbfbf;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01_box01 li {
        display: inline-block;
        margin-right: 10px;
        padding: 1px 10px 1px 0;
        font-size: 14px;
    }
    .art_artnewstokyo_interview_box01_box01 li.act:after {
        right: 10px;
        height: 2px;
    }
}

.art_artnewstokyo_interview_box01_box01 li a {
    text-decoration: none;
}

/* art_artnewstokyo_interview_box01 */
.art_artnewstokyo_interview_box01 {
    background: #f6f6f6;    
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01 {
        padding: 0 15px 15px;
    }
}

@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01 .inner {
        margin: 0;
    }
}

.art_artnewstokyo_interview_box01_inner {
    margin: 0 auto;
    padding: 42px 80px 80px;
    background: #fff;
    position: relative;
    width: 860px;
}

.art_artnewstokyo_interview_box01_inner img {
    max-width: 100%;
    height: auto;
}

@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box01_inner {
        padding: 10px 15px 15px;
        width: auto;
        background: #fff;
        top: 0;
    }
}

/* art_artnewstokyo_interview_box07 */
.art_artnewstokyo_interview_box07 {
    margin: 5px -8px 0 0;
    font-size: 0;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box07 {
        margin: 15px -4px 0 0;
        font-size: 0;
        text-align: right;
    }
}

.art_artnewstokyo_interview_box07 li {
    display: inline-block;
    margin-right: 6px;
}
.art_artnewstokyo_interview_box07 li:last-of-type {
    margin-right: 0;
}

/* art_artnewstokyo_interview_box02 */
.art_artnewstokyo_interview_box02 {
    padding: 34px 0 33px;
    border-bottom: 1px solid #b5b5b5;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box02 {
        padding: 15px 0 13px;
    }
}

/* art_artnewstokyo_interview_tit01 */
.art_artnewstokyo_interview_tit01 {
    font-size: 24px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_tit01 {
        font-size: 20px;
    }
}

.art_artnewstokyo_interview_tit01_txt01 {
    position: relative;
    border-bottom: 6px #f5b090 solid;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_tit01_txt01:before {
        border-bottom: 3px #f5b090 solid;
    }
}

/* art_artnewstokyo_interview_box03 */
.art_artnewstokyo_interview_box03 {
    padding: 34px 40px 34px;
    border: 1px solid #a0a0a0;
    border-radius: 8px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box03 {
        padding: 15px 20px;
        border-radius: 4px;
    }
    .art_artnewstokyo_interview_box03 li {
        float: left;
    }
}

/* art_artnewstokyo_interview_box04 */
.art_artnewstokyo_interview_box04 li {
    border: 4px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box04 li {
        border: 2px solid #eee;
    }
}

.art_artnewstokyo_interview_box04 li a {
    position: relative;
    display: block;
    padding: 31px 27px;
    text-decoration: none;
}
.art_artnewstokyo_interview_box04 li a:after {
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 21px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.art_artnewstokyo_interview_box04 li span {
    position: absolute;
    width: 92%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box04 li a {
        padding: 15px 12px;
    }
    .art_artnewstokyo_interview_box04 li a:after {
        right: 12px;
        width: 4px;
        height: 4px;
    }
}

/* art_artnewstokyo_interview_box05 */
.art_artnewstokyo_interview_box05 {
    padding: 40px 0 33px;
    background: #e5e5e5;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box05 {
        padding: 15px;
    }
}

.art_artnewstokyo_interview_box05_tit01 {
    font-size: 18px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box05_tit01 {
        font-size: 16px;
    }
}


.art_artnewstokyo_interview_box05_tit01 img {
    display: block;
    margin: 0 auto 1px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box05_tit01 img {
        width: 78px;
    }
}

/* art_artnewstokyo_interview_box05_img01 */
.art_artnewstokyo_interview_box05_img01 li img {
    object-fit: cover;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box05_img01 {
        margin: 0 20px;
    }
}

.art_artnewstokyo_interview_box05_img01 .bx-wrapper {
    margin: 0 auto;
    border:none;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.art_artnewstokyo_interview_box05_img01 .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}
.art_artnewstokyo_interview_box05_img01 .bx-wrapper .bx-controls-direction .bx-prev {
    left: -44px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-bottom: 4px solid #bfbfbf;
    border-left: 4px solid #bfbfbf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
}
.art_artnewstokyo_interview_box05_img01 .bx-wrapper .bx-controls-direction .bx-next {
    right: -44px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #bfbfbf;
    border-right: 4px solid #bfbfbf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box05_img01 .bx-wrapper .bx-controls-direction .bx-prev {
        left: -20px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #bfbfbf;
        border-left: 2px solid #bfbfbf;
    }
    .art_artnewstokyo_interview_box05_img01 .bx-wrapper .bx-controls-direction .bx-next {
        right: -20px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #bfbfbf;
        border-right: 2px solid #bfbfbf;
    }
}

/* art_artnewstokyo_interview_box06 */
.art_artnewstokyo_interview_box06 {
    padding: 57px 0 101px;
    background: #eee;
    margin-top: 80px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box06 {
        padding: 20px 0;
    }
}

/* art_artnewstokyo_interview_tit02 */
.art_artnewstokyo_interview_tit02 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
}
.art_artnewstokyo_interview_tit02:after {
    position: absolute;
    top: 3px;
    bottom: 1px;
    left: 0;
    width: 5px;
    background: #a0a0a0;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_tit02 {
        font-size: 16px;
        padding-left: 12px;
    }
    .art_artnewstokyo_interview_tit02:after {
        top: 2px;
        bottom: 1px;
        width: 3px;
    }
}

/* art_artnewstokyo_interview_box08 */
.art_artnewstokyo_interview_box08 {
    background: #f6f6f6;
}

.art_artnewstokyo_interview_box08_box01 {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: right;
    font-size: 13px;
}
.itv_caption {
    text-align: right;
    padding: 2px 8px 16px 0;
    font-size: 12px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview_box08_box01 {
        bottom: 2px;
        font-size: 12px;
    }
}

/* art_artnewstokyo_interview_box09 */
.art_artnewstokyo_interview_box09 {
    margin: 0 auto;
    padding: 0 80px;
}

/* art_artnewstokyo_interview02_box01 */
.art_artnewstokyo_interview02_box01 {
    margin-top: 11px;
    text-align: center;
    margin-bottom: 12px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview02_box01 {
        margin-top: 5px;
    }
    
    .art_artnewstokyo_interview_box09 {
        padding: 0 18px;
    }
}

.art_artnewstokyo_interview02_box01 label {
    padding: 5px 24px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #141515;
    border-right: 3px solid #141515;
    border-bottom: 3px solid #141515;
    border-radius: 25px;
    background: #aacd03;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview02_box01 label {
        padding: 5px 15px;
        font-size: 14px;
    }
}

/* art_artnewstokyo_interview02_box02 */
.art_artnewstokyo_interview02_box02 {
    padding-bottom: 4px;
    border-bottom: 1px dotted #000;
}
.art_artnewstokyo_interview02_box02.dis_titl {
    border-bottom: 1px dotted #000;
}
.art_artnewstokyo_interview02_box02.none_titl {
    border-bottom: 1px solid #b5b5b5;
}

.art_artnewstokyo_interview02_box02_txt01 {
    float: left;
    font-size: 150%;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview02_box02_txt01 {
        font-size: 14px;
    }
}

.art_artnewstokyo_interview02_box02 .art_artnewstokyo_interview_box07 {
    float: right;
    margin-top: 12px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview02_box02 .art_artnewstokyo_interview_box07 {
        float: none;
        margin-top: 5px;
    }
}

/* art_artnewstokyo_interview02_box02 */
.art_artnewstokyo_interview02_box03 {
    font-size: 16px;
}

.art_artnewstokyo_interview02_box03 li {
    margin-bottom: 5px;
}

.art_artnewstokyo_interview02_box03 span {
    padding-right: 19px;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview02_box03 span {
        padding-right: 15px;
    }
}

/* art_column_box01 */
.art_column_box01 {
    padding-top: 13px;
    border-top: 1px solid #b5b5b5;
}
@media screen and ( max-width: 768px ) {
    .art_column_box01 {
        padding-top: 8px;
    }
}

.art_column_box01_box01 {
    float: left;
    padding-left: 2px;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .art_column_box01_box01 {
        float: none;
    }
}

.art_column_box01_box01 li {
    display: inline-block;
    font-size: 15px;
}
.art_column_box01_box01 li:first-of-type:after {
    padding: 0 6px;
    content: ":";
}
.art_column_box01_box01 li:last-of-type:after {
    content: "";
}
.art_column_box01_box01 li:after {
    padding: 0 4px;
    text-decoration: none;
    content: "／";
}
@media screen and ( max-width: 768px ) {
    .art_column_box01_box01 li {
        font-size: 14px;
    }
}

.art_column_box01_box01 li a {
    color: #a3a3a3;
}

.art_column_box01 .event_detail_box01 {
    float: right;
    margin: 2px -9px 0 0;
}
@media screen and ( max-width: 768px ) {
    .art_column_box01 .event_detail_box01 {
        float: none;
        margin: 8px 0 0 0;
    }
}

.art_column_box01 .event_detail_box01 li:first-of-type {
    padding: 0;
    color: #000;
    background: none;
}


/*
        art_column
*/

/* art_column_box01_crm4 */
.art_column_box01_crm4 li:nth-of-type(3n) ,
.art_column_box01_crm4 li {
    margin: 0 40px 33px 0;
}
.art_column_box01_crm4 li:nth-of-type(4n) {
    margin-right: 0;
}
.art_column_box01_crm4 li:nth-last-of-type(4) ,
.art_column_box01_crm4 li:nth-last-of-type(3) ,
.art_column_box01_crm4 li:nth-last-of-type(2) ,
.art_column_box01_crm4 li:last-of-type {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .art_column_box01_crm4 li:nth-last-of-type(4) ,
    .art_column_box01_crm4 li:nth-last-of-type(3) ,
    .art_column_box01_crm4 li:nth-last-of-type(2) ,
    .art_column_box01_crm4 li:nth-of-type(3n) ,
    .art_column_box01_crm4 li {
        margin-bottom: 19px;
    }
}

/*
        art_artnewstokyo_backnumber
*/
.art_artnewstokyo_backnumber_icon01 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    padding: 0px 12px;
    color: #fff;
    font-size: 12px;
    background: #0074bf;
}

.art_artnewstokyo_comic_tanhou_box08_box01 {
    bottom: 13px;
    right: 6px;
    left: 6px;
    color: #b5b5b5;
}

.art_artnewstokyo_comic_tanhou_box02 {
    margin: 33px 0 32px;
    padding-top: 60px;
    border-top: 1px solid #b5b5b5;
}

.art_artnewstokyo_comic_tanhou_box03 {
    padding: 33px 30px 23px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f3f3f3;
    margin: 42px 0 12px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_comic_tanhou_box03 {
        padding: 15px 20px;
    }
}

/* art_artnewstokyo_comic_tanhou_box01 */
.art_artnewstokyo_comic_tanhou_box01 li {
    position: relative;
    margin-bottom: 15px;
    font-size: 0;
    background: #fff;
}
.art_artnewstokyo_comic_tanhou_box01 li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0074bf;
    border-right: 2px solid #0074bf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_comic_tanhou_box01 li:after {
        right: 15px;
    }
}

.art_artnewstokyo_comic_tanhou_box01 a {
    display: block;
    text-decoration: none;
}

.art_artnewstokyo_comic_tanhou_box01_img01 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 47px 0 38px;
    line-height: 0;
}
.img01 {
    border: 1px solid #eee;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_comic_tanhou_box01_img01 {
        display: block;
        padding: 0 10% 0 0;
    }
}

.art_artnewstokyo_comic_tanhou_box01_txtbox01 {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_comic_tanhou_box01_txtbox01 {
        display: block;
        padding: 0 20px 14px;
        text-align: center;
        font-size: 14px;
    }
}

.art_artnewstokyo_comic_tanhou_box01_tit01 {
    font-size: 20px;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_comic_tanhou_box01_tit01 {
        font-size: 18px;
    }
}

/*
        art_artnewstokyo_comic_madori
*/
/* art_artnewstokyo_comic_madori_box01 */
.art_artnewstokyo_comic_madori_box01 {
    text-align: center;
    background: #e5e5e5;
}


/*
        art_artnewstokyo_special_box01
*/
/* art_artnewstokyo_special_box01 */
.art_artnewstokyo_special_box01 h2 {
    position: relative;
    padding-top: 13px;
    font-size: 24px;
    font-weight: bold;
}
.art_artnewstokyo_special_box01 h2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    border-top: 4px solid #a0a0a0;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_special_box01 h2 {
        padding-top: 8px;
        font-size: 18px;
    }
    .art_artnewstokyo_special_box01 h2:before {
        border-top: 2px solid #a0a0a0;
    }
}


/*
        art_artnewstokyo_interview03_box01
*/
/* art_artnewstokyo_interview03_box01 */
.art_artnewstokyo_interview03_box01 {
    padding: 105px 0 107px;
    text-align: center;
    background: url(../images/art_artnewstokyo_interview03_box01_txt01_bg01.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box01 {
        padding: 50px 20px 50px;
    }
}

.art_artnewstokyo_interview03_box01_txt01 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/art_artnewstokyo_interview03_box01_txt01.png) no-repeat center bottom;
}
.art_artnewstokyo_interview03_box01_txt01:before {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 48%;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    border-bottom: 3px solid #141515;
    content: "";
}
.art_artnewstokyo_interview03_box01_txt01:after {
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 48%;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    border-bottom: 3px solid #141515;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box01_txt01 {
        font-size: 20px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto;
    }
    .art_artnewstokyo_interview03_box01_txt01:before {
        bottom: 9px;
        width: 48%;
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
        border-bottom: 2px solid #141515;
    }
    .art_artnewstokyo_interview03_box01_txt01:after {
        bottom: 9px;
        width: 48%;
        width: -webkit-calc(50% - 6px);
        width: calc(50% - 6px);
        border-bottom: 2px solid #141515;
        border-bottom: 2px solid #141515;
    }
}

/* art_artnewstokyo_interview03_tit01 */
.art_artnewstokyo_interview03_tit01 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #7d7d7d;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_tit01 {
        padding: 0 0 10px 20px;
        font-size: 16px;
    }
}

.art_artnewstokyo_interview03_tit01:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7d7d7d;
    content: "";
}

/* art_artnewstokyo_interview03_icon01 */
.art_artnewstokyo_interview03_icon01 {
    display: inline-block;
    padding: 1px 14px 0;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    background: #e5e5e5;
}

/* art_artnewstokyo_interview03_box02 */
.art_artnewstokyo_interview03_box02 li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 140px;
    min-height: 130px;
}
.art_artnewstokyo_interview03_box02 li:nth-of-type(2n) {
    padding: 0 140px 0 0;
}
.art_artnewstokyo_interview03_box02 li:last-of-type {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box02 li {
        padding-left: 90px;
        min-height: 90px;
    }
    .art_artnewstokyo_interview03_box02 li:nth-of-type(2n) {
        padding: 0 90px 0 0;
    }
}

.art_artnewstokyo_interview03_box02_txt01 {
    position: relative;
    margin: 0 -12px 0 20px;
    padding: 22px 25px 23px 30px;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
}
.art_artnewstokyo_interview03_box02_txt01:after {
    position: absolute;
    top: 55px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url(../img/art_artnewstokyo_interview03_box02_icon01.png) no-repeat 0 0;
    content: "";
}
.art_artnewstokyo_interview03_box02 li:nth-of-type(2n) .art_artnewstokyo_interview03_box02_txt01 {
    margin: 0 7px 0 0;
    border-color: #eee;
    background: #eee;
}
.art_artnewstokyo_interview03_box02 li:nth-of-type(2n) .art_artnewstokyo_interview03_box02_txt01:after {
    right: -20px;
    left: auto;
    background: url(../img/art_artnewstokyo_interview03_box02_icon02.png) no-repeat 0 0;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box02_txt01 {
        margin: 0 0 0 20px;
        padding: 10px 15px;
        border-radius: 4px;
    }
    .art_artnewstokyo_interview03_box02_txt01:after {
        top: 30px;
    }
    .art_artnewstokyo_interview03_box02 li:nth-of-type(2n) .art_artnewstokyo_interview03_box02_txt01 {
        margin: 0 20px 0 0;
        border-color: #eee;
        background: #eee;
    }
}

.art_artnewstokyo_interview03_box02_img01 {
    position: absolute;
    top: 0;
    left: 0;
}
.art_artnewstokyo_interview03_box02 li:nth-of-type(2n) .art_artnewstokyo_interview03_box02_img01 {
    right: -12px;
    left: auto;
}
@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box02 li:nth-of-type(2n) .art_artnewstokyo_interview03_box02_img01 {
        right: 0;
    }
}

@media screen and ( max-width: 768px ) {
    .art_artnewstokyo_interview03_box02_img01 img {
        width: 80px;
    }
}

.project_cell .bx-wrapper { background: none; border: none; box-shadow: none; margin: 0 auto 20px;}
.project_cell div.slider {
    width:760px;
    display:block;
    margin:0px auto;
}

.project_cell ul.bxslider01 li img{
    display:block;
    width:100%;
    height:auto;
}

.project_cell ul.bxslider02 li a {
    display:block;
    height: 160px;
}
.project_cell ul.bxslider02 li a img{
    width:100%;
    height:100%;
    object-fit: contain;
}

.project_cell div.controlWrap {
    width:760px;
    display:block;
    position:relative;
    margin:0 auto;
}

.project_cell div.controlWrap p#PrevIcon a{
    display:block;
    width:40px;
    height:60px;
    position:absolute;
    background: url(../images/icon/btn_prev.png) left center no-repeat;
    color:#fff;
    top:0px;
    bottom: 0;
    left:0px;
    text-indent:-9999px;
    margin: auto auto auto 0;
}

.project_cell div.controlWrap p#NextIcon a{
    display:block;
    width:40px;
    height:60px;
    position:absolute;
    background: url(../images/icon/btn_next.png) left center no-repeat;
    color:#fff;
    top:0px;
    bottom: 0;
    right:0px;
    text-indent:-9999px;
    margin: auto 0 auto auto;
}

@media screen and (max-width: 768px) {
    .project_cell div.slider {
        width:100%;
        display:block;
        margin:0px auto;
    }

    .project_cell ul.bxslider01 li {
        display:block;
        width:100%;
        height:auto;
    }
    .project_cell ul.bxslider02 li {
        width:50%;
    }
    .project_cell ul.bxslider02 li a {
        display:block;
        width:100%;
        height:auto;
    }
    .project_cell ul.bxslider02 li a img{
        display:block;
        width:100%;
        height:auto;
    }

    .project_cell div.controlWrap {
        width:100%;
        display:block;
        position:relative;
        margin:0 auto;
    }
}
.about_cell ul.index_list { display: block; width: 100%; margin: 0 0 0;}
.about_cell ul.index_list:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.about_cell ul.index_list li { display: block; width: 31%; margin-right: 3.5%; float: left;}
.about_cell ul.index_list li:nth-child(3n) { margin-right: 0;}
.about_cell ul.index_list li img { width: 100%; vertical-align: bottom;}
.about_cell ul.index_list li ul li { width: 100%; margin-bottom: 5px;}
.about_cell ul.index_list li ul.link_ib li { width: 49%; float: none; display: inline-block; margin-right: 0;}
.about_cell ul.index_list li ul li a { background: url(../images/icon/arrow-next-single.png) no-repeat left 3px; padding-left: 13px; padding-right: 30px; text-decoration: underline; position: relative; font-size: 90%;}
.about_cell ul.index_list li h4 { border-bottom: 1px solid #b8d3eb; border-left: none; padding: 10px 0; margin-bottom: 20px; font-weight: bold;}
.about_cell ul.index_list li .index_link { display: block; width: 95%; height: 52px; line-height: 54px; font-size: 90%; background: url(../images/icon/arrow-next-single.png) no-repeat 95% 50%, #e5e5e5; text-align: left; color: #000; font-weight: bold; text-decoration: none; padding: 0 0 0 5%; margin: 0;}
.about_cell .link_back { margin-top: 60px;}
.about_cell ul.about_news { margin-bottom: 0px;}
.about_cell ul.about_news li { border-bottom: 1px solid #dcdcdc; padding: 20px 0px; font-size: 1.0vw;}
.about_cell ul.about_news li:first-child { border-top: 1px solid #dcdcdc;}
.about_cell ul.about_news li span.date { margin-right: 30px;}
.about_cell ul.about_news li span.cate01 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #0074bf; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
.about_cell ul.about_news li span.cate02 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #6eba3d; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
.about_cell ul.about_news li span.cate03 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #8ec8d6; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
.about_cell ul.about_news li a[href $='.pdf'] { padding-right: 30px; text-decoration: underline; position: relative;}
.about_cell ul.about_news li a[href $='.pdf']::after { content: ''; position: absolute; width: 16px; height: 18px; background: url(../images/icon_pdf.png) no-repeat; background-size: 16px 18px; right: 0px; top: 0px; bottom: 0px; left: 0; margin: auto 0 auto auto;}
.about_cell .txt { margin-bottom: 20px;}
.about_cell iframe { margin: 20px 0 0px;}
.about_cell .list_link { text-align: center; margin: 0 auto; margin-bottom: 0px; width: 100%;}
.about_cell .list_link li { display: inline-block; width: 48%; margin: 0 0; float: left;}
.about_cell .list_link li:last-child { float: right;}
.about_cell .list_link li a { display: block; margin: 0 0px 0px; width: 100%; height: 52px; color: #0074bf; line-height: 52px; text-decoration: none; font-weight: bold; box-shadow : 0 0 0 1px #0074bf inset;}
.about_cell .list_link li:first-child a { background: url(../images/icon_news_btn.png) no-repeat 75% 50%, #fff;}
.about_cell .list_link li:last-child a { background: url(../images/icon/icon_news_btn.png) no-repeat 75% 50%, #fff;}

@media screen and (max-width: 768px) {
    .about_cell { display: block; margin: 0px 0 50px;}
    .about_cell h4 { font-size: 3.6vw;}
    .about_cell h5 {border-bottom: 1px solid #b8d3eb; padding: 4px 0px 4px 0px; margin-bottom: 15px; font-size: 16px; font-weight: normal;}
    .about_cell ul.index_list li { display: block; width: 100%; margin-right: 0%; float: none;}
    .about_cell ul.index_list li:nth-child(3n) { margin-right: 0;}    
    .about_cell .link_back { margin-top: 20px;}

    .about_cell ul.about_news li { border-bottom: 1px solid #dcdcdc; padding: 20px 0px; font-size: 3.5vw;}
    .about_cell ul.about_news li:first-child { border-top: 1px solid #dcdcdc;}
    .about_cell ul.about_news li span.date { margin-right: 30px;}
    .about_cell ul.about_news li span.cate01 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #0074bf; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
    .about_cell ul.about_news li span.cate02 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #6eba3d; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
    .about_cell ul.about_news li span.cate03 { display: inline-block; margin-right: 30px; color: #fff; padding: 1px 0px; background: #8ec8d6; border-radius: 20px; width: 110px; text-align: center; font-size: 90%; font-weight: bold;}
    .about_cell ul.about_news li a { display: block; margin-top: 10px;}
    .about_cell ul.about_news li a[href $='.pdf'] { padding-right: 30px; text-decoration: underline; position: relative;}
    .about_cell ul.about_news li a[href $='.pdf']::after { content: ''; position: absolute; width: 16px; height: 18px; background: url(../images/icon_pdf.png) no-repeat; background-size: 16px 18px; right: 0px; top: 0px; bottom: 0px; left: 0; margin: auto 0 auto auto;}
    .about_cell .list_link { text-align: center; margin: 0 auto; margin-bottom: 0px; width: 100%;}
    .about_cell .list_link li { display: block; width: 100%; margin: 0 0 20px; float: none;}
    .about_cell .list_link li:last-child { float: none;}	

}

/**
*** Style for about/contact/inquiry
*/
.media_contact { width: 100%; display: table; margin-top: 30px;}
.media_contact input, .media_contact textarea {
    outline: none;
}
.media_contact input[type="text"] { display: block; width: 80%; padding: 10px 15px; background: #eeeeee; border: none; box-shadow:0px 3px 3px rgba(0,0,0,0.1) inset;}

.media_contact input.ls { width: 40%;}
.media_contact input[type="email"] { display: block; width: 80%; padding: 10px 15px; background: #eeeeee; border: none; box-shadow:0px 3px 3px rgba(0,0,0,0.1) inset;}
.media_contact input[type="tel"] { width: 15%; padding: 10px 15px; background: #fff; border: none; box-shadow:0px 3px 3px  rgba(0,0,0,0.1) inset;}
.media_contact textarea { display: block; width: calc(100% - 30px); height: 100px; padding: 10px 15px; background: #eee; border: none; box-shadow:0px 3px 3px rgba(0,0,0,0.1) inset;}
.media_contact select {
    padding: 8px 50px 8px 15px;
    background: url(../images/icon/icon_select.png) right 50% no-repeat, #eee; 
    background-size: auto 100%, 100%; 
    border: none; 
    box-shadow:0px 3px 3px rgba(0,0,0,0.1) inset; 
    margin-bottom: 10px; 
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}


.media_contact input[type="button"],
.media_contact input[type="button"] {
    display: block;
    text-align: center;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    background: url(../images/icon/icon_grutto_arrow05.png) no-repeat 28% 50%, #b5b5b5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #eee;
    font-size: 1.1vw;
}

.dl_contact {
    width: 100%;
    display: table;
    border-top: 1px solid #dbdbd0;
}
.dl_contact_row {
    width: 100%;
    display: table;
}
.dl_contact dd,
.dl_contact_row dd {
    display: table-cell;
    border-bottom: 1px solid #dbdbd0;
    padding: 25px 2%;
    font-size: 1.1vw;
}

/* add 20171110 */
.dl_contact dt,
.dl_contact_row dt {
    display: table-cell;
    border-bottom: 1px solid #dbdbd0;
    width: 25%;
    padding: 30px 2% 20px;
    background: #eeeeee;
    vertical-align: top;
}
.dl_contact dt:after,
.dl_contact_row dt:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.dl_contact dt span.contact_item,
.dl_contact_row dt span.contact_item {
    float: left;
}
.dl_contact dt span.must,
.dl_contact_row dt span.must {
    float: right;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0 5px;
}
.checkbox01-input {
    display: none;
}
.checkbox01-input + .mwform-checkbox-field-text{
    padding-left: 24px;
    position:relative;
    margin-right: 30px;
}
.checkbox01-input + .mwform-checkbox-field-text::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    box-shadow:0px 3px 3px rgba(0,0,0,0.1) inset;
    background: #eee;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #004aad;
    border-right: 2px solid #004aad;
}
.contact_btn li {
    padding: 0;
    margin: 0 1%;
    display: table;
    width: 98%;
}

.media_contact input.btnCoverage {
    display: table-cell;
    text-align: center !important;
    width: 41%;
    height: 54px;
    margin: 0 auto;
    background:#fff url(../images/link01_icon01.png) no-repeat 62% 50% !important;

    border-radius: 3px;
    color: #0074bf !important;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #0074bf;
    font-size: 1.0em;    

}



.media_contact .contact_btn { 
    list-style-type: none; 
    margin: 60px 0 0px; 
    display: block; text-align: 
        center; width: 100%;
}

.media_contact .contact_btn li.send input[type="submit"] { 
    display: block; 
    text-align: center; 
    width: 100%; 
    height: 54px; 
    line-height: 54px; 
    margin: 0 auto; 
    background: url(../images/icon/icon_grutto_arrow02.png) no-repeat 72% 50% #0074bf;
    border-radius: 3px; 
    color: #fff; 
    text-decoration: none; 
    font-weight: bold; 
    border: 1px solid #0074bf; 
    font-size: 1.1vw;
}

.contact_btn .btnReturn {
    display: table-cell;
    text-align: center;
    width: 41%;
    height: 54px;
    margin: 0 auto;
    background: url(../images/icon/link01_icon01_white.png) no-repeat 38% 50% #b5b5b5 !important;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #eee !important;
    font-size: 1.0em;
    margin-right: 22px;
}

@media screen and (max-width: 767px) {
    .dl_contact dt:after,
    .dl_contact_row dt:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .dl_contact dt span.contact_item,
    .dl_contact_row dt span.contact_item {
        float: left;
    }
    .dl_contact dt span.must,
    .dl_contact_row dt span.must {
        float: right;
        color: #ff0000;
        border: 1px solid #ff0000;
        padding: 5px 5px;
        margin-right: 20px;
        margin-top: 7px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    .dl_contact { border-top: none;}
    .dl_contact_row {
        width: 100%;
        display: block;
    }
    .dl_contact_row:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .dl_contact dt,
    .dl_contact_row dt {
        display: block;
        border-top: 1px solid #dbdbd0;
        border-bottom: 1px solid #dbdbd0;
        width: 96%;
        height: 50px;
        line-height: 50px;
        padding: 0px 2% 0px;
        background: #eee;
        vertical-align: middle;
    }	
    .media_contact textarea {
        width: calc(100% - 30px - 15px);
    }
    .dl_contact dd,
    .dl_contact_row dd {
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 25px 2%;
        font-size: 3.3vw;
    }
    .contact_btn {
        list-style-type: none;
        padding: 0px 0 100px;
        display: block;
        margin: 0 auto;
        width: 280px;
    }
    .contact_btn li {
        width: 280px;
        height: 54px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .media_contact dt {
        background: transparent;
    }	
    .comp_ttl {font-size: 3.4vw;}
    .clear_sp {
        display: block;
    }
    .contact_btn .btnReturn, .media_contact input.btnCoverage {
        width: 100%;
        margin-bottom: 8px;
    }
    .contact_btn .btnReturn {
        background-position: 34% !important;
    }
    .media_contact input.btnCoverage {
        background-position: 70% !important;
    }
}

/****************************

        nightmuseum 

*****************************/


body.nightmuseum .inner h3.tit01{
    display:none;
}

body.nightmuseum .event_detail h1, .event_detail h1 {
    float: left;
    margin: 0 0 22px;
    padding-left: 35px;
    font-size: 150%;
    font-weight: bold;
    background: url(../images/tit01_icon01.png) no-repeat 0 8px;
}
@media screen and ( max-width: 768px ) {
    body.nightmuseum .event_detail h1, .event_detail h1 {
        float: none;
        margin: 35px 0 8px;
        padding-left: 25px;
        font-size: 120%;
        -webkit-background-size: 18px auto;
        background-size: 18px auto;
        background-position: 0 2px;
    }    
}


/* nightmuseum_table01 */
.event_detail table.nightmuseum_table01 th {
    text-align: left;
    padding: 24px 21px 22px 61px;
}
.event_detail table.nightmuseum_table01 th a {
    text-decoration: none;
}
@media screen and ( max-width: 768px ) {
    .event_detail table.nightmuseum_table01 th {
        padding: 15px;
    }
}

.nightmuseum_box01 {
    padding: 20px 29px 21px 61px;
    border-top: 1px solid #b5b5b5;
    background: #e5f1f9;
}
@media screen and ( max-width: 768px ) {
    .nightmuseum_box01 {
        padding: 10px 15px;
    }
}

.nightmuseum_box01_box01 {
    float: left;
}
@media screen and ( max-width: 768px ) {
    .nightmuseum_box01_box01 {
        float: none;
    }
}

.nightmuseum_box01_box02 {
    float: right;
    margin-top: 10px;
}
@media screen and ( max-width: 768px ) {
    .nightmuseum_box01_box02 {
        float: none;
        margin: 10px auto 0;
        width: 150px;
        text-align:center;
    }
}


/******* nightmuseum  END *********/


/********** SITEMAP **********/
.sitemap_cell { display: block; margin: 0px 0 80px;}
.sitemap_cell:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.sitemap_cell .s_cell { display: block; margin: 0px 0 0px;}
.sitemap_cell .s_cell:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.sitemap_cell.s_first { margin: 80px 0 80px;}
.sitemap_cell.s_last { margin: 0px 0 0px;}
.sitemap_cell h3 a { display: block; height: 40px; line-height: 40px; background: url(../images/link01_icon01.png) no-repeat 16px 50%, #e5e5e5; padding-left: 35px; text-decoration: none; position: relative; margin-bottom: 15px; font-weight: bold;}
.sitemap_cell h4 { display: block; margin-bottom: 15px; padding-bottom: 0px; border-bottom: 1px solid #b8d3eb; font-weight: bold;}
.sitemap_cell h4 a { display: block; background: url(../images/link01_icon01.png) no-repeat 0px 8px; padding-left: 15px; text-decoration: none; position: relative;}
.sitemap_cell .sitemap_L { display: block; float: left; width: 48%;}
.sitemap_cell .sitemap_R { display: block; float: right; width: 48%;}
.sitemap_cell .list03 { display: block; width: 100%;}
.sitemap_cell .list03:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.sitemap_cell .list03 li { display: block; width: 31%; margin-right: 3.5%; float: left;}
.sitemap_cell .list03 li:last-child { margin-right: 0%;}

.sitemap_cell ul.link { display: block;}
.sitemap_cell ul.link:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.sitemap_cell ul.link li{ display: block; width: 100%;}
.sitemap_cell ul.link.s_link02 li{ display: block; width: 50%; float: left; margin-right: 0px;}
.sitemap_cell ul.link.s_link04 li{ display: block; width: 25%; float: left; margin-right: 0px;}
.sitemap_cell ul.link li a { display: block; background: url(../images/link01_icon01.png) no-repeat left 50%; padding-left: 15px; text-decoration: underline; position: relative; margin-bottom: 5px; font-size: 90%;}
.sitemap_cell .ttl { display: block; float: left; width: 35%; height: 90px; line-height: 90px; box-shadow : 0 0 0 1px #b8d3eb inset; margin-right: 4%; text-align: center; font-weight: bold;}
.sitemap_cell .lf { float: left;}
.sitemap_cell a[target="_blank"], .sitemap_cell ul.link li a[target="_blank"] { display: inline-block; padding-right: 20px; position: relative;}
.sitemap_cell a[target="_blank"]::after, .sitemap_cell ul.link li a[target="_blank"]::after { content: ''; position: absolute; width: 8px; height: 8px; background: url(../images/icon_blank.png) no-repeat; background-size: 8px 8px; right: 0px; top: 0px; bottom: 0px; left: 0; margin: auto 0 auto auto;}


@media screen and (max-width: 768px) {	

    .sitemap_cell { display: block; margin: 0px 0 0px;}
    .sitemap_cell.s_first { margin: 40px 0 0px;}
    .sitemap_cell .sitemap_L { display: block; float: none; width: 100%;}
    .sitemap_cell .sitemap_R { display: block; float: none; width: 100%;}
    .sitemap_cell .list03 { display: block; width: 100%;}
    .sitemap_cell .list03 li { display: block; width: 100%; margin-right: 0%; float: none; margin-bottom: 20px;}

    .sitemap_cell ul.link li{ display: block; width: 100%; font-size: 3.5vw; margin-bottom: 10px;}
    .sitemap_cell ul.link.s_link02 li{ width: 100%; float: none;}
    .sitemap_cell ul.link.s_link04 li{ width: 100%; float: none;}
    .sitemap_cell .ttl { display: block; float: none; width: 100%; height: 60px; line-height: 60px; box-shadow : 0 0 0 1px #b8d3eb inset; margin-right: 0%; margin-bottom: 15px; text-align: center; font-weight: bold;}
    .sitemap_cell .lf { float: none; width: 100%; margin-bottom: 20px;}	

}
/********** END SITEMAP **********/

.activity_cell { width: 100%; margin: 0 auto; margin-bottom: 0px;}
.activity_cell:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.activity_cell .activity_L { display: block; width: 48%; float: left; text-align: center;}
.activity_cell .activity_R { display: block; width: 48%; float: right; text-align: center;}
.activity_cell p { margin-bottom: 10px; text-align: left;}
.activity_cell p a {    
    background: url(../images/link01_icon01.png) no-repeat right 32px center, #e5f1f8;
    text-align: center;
    color: #0074bf;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0px;   
    display: block;
    width: 100%;
}
.activity_cell .activity_R img, .activity_cell .activity_L img { width: auto; max-width: 100%; margin-bottom: 40px;}

@media screen and (max-width: 768px) {
    .activity_cell .activity_L { display: block; width: 100%; float: none; text-align: center; margin-bottom: 50px;}
    .activity_cell .activity_R { display: block; width: 100%; float: none; text-align: center;}
    .activity_cell .activity_R img, .kasou_cell .activity_cell .activity_L img { width: 60%; max-width: 60%; margin-bottom: 20px;}	
    .activity_cell p a {
        background-position: right 12px center;		
    }
}

/********** START PAGE SEARCH **********/
.search #contents {
    margin-bottom: 0;
}
.result_search {
    text-align: center;
}
.result_search li {
    margin-bottom: 28px;
}
.result_search li:first-child span {
    background-color: #eee;
    padding: 18px 32px;
    border-radius: 12px;
    font-size: 14px;
}
.result_search li:first-child label {
    font-size: 16px;
}
/********** END PAGE SEARCH **********/
#cboxCurrent {
    text-indent: -99999px;
}

@media only screen and (max-width: 480px) {
    .drawer-navbar .drawer-navbar-header {
        text-align: left !important;
    }
    .drawer-navbar .drawer-navbar-header img {
        width: 84%;
    }
}

.week-day-cell li {
    position: relative;    
}
.week-day-cell li span.h {
    position: absolute;
    top: -18px;
    font-size: 10px;
    left: 0;
    right: 0;
    color: #ed85d9;
}
.week-day-cell li:hover span.h {
    display: block;    
}