@charset "UTF-8";


/* override
----------------------------------------*/
.color_red,
p.color_red {
    color: #990000;
    font-style: normal;
}

#cboxContent {
    max-width: none;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.75);
}

#cboxLoadedContent {
    /*height: 800px;*/
}

/* 自動車・カーエレクトロニクス業界向け テーマカラー */
.zoneclolor_car {background-color: #1F497D !important;}


.color_blue {
    color: #1F497D;
    font-style: normal;
}

/* 下水道業界向け テーマカラー */
.zoneclolor_sewer {background-color:#008000 !important;}

.transfer_sewer {background-color:#4F6228 !important;}

.color_green {
    color: #008000;
    font-style: normal;
}



.m_auto { margin: 0 auto !important;}
.d_flex { display: flex !important;}


/* event
----------------------------------------*/
.ttl_online {
    font-size: 24px;
    text-align: left;
    margin: 0 0 20px;
    padding: 40px 0;
    background-image: url(../img/event/2020/img_fooma_title.jpg);
    background-position: center center;
    background-size: cover;
}

.mainimage {
    color: #fff;
    background-image: url(../img/event/2020/img_fooma_01.jpg);
    background-size: cover;
    height: 560px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 10px;
    margin-top: 20px;
    background-position: bottom;
}

.ttl_online_car {
    background-image: url(../img/event/2020/img_car_title.jpg);
    background-position: right bottom;
}

.mainimage_car {
    background-image: url(../img/event/2020/img_car_01.jpg);
}


.ttl_online_sewer {
    background-image: url(../img/event/2020/img_sewer_title.jpg);
    background-position: top;
}

.mainimage_sewer {
    background-image: url(../img/event/2020/img_sewer_01.jpg);
}


.mainimage .leadtext {
    color: #fff;
    text-align: left;
    margin-left: 20px;
}
.mainimage .leadtext:first-line {
    font-size: 1.5em;
}

.ttl_online h1 {
    color: #fff;
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
}

.ttl_online h1 small {
    font-weight: normal;
}

.flexrow {
    display: flex;
    justify-content: space-between;
}

.flexcolumn {
    display: flex;
    flex-flow: column;
}

.stretch {
    flex: 1;
}

.flexrow li {
    width: calc(33% - 2px);
    padding: 10px 10px 20px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../img/common/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center bottom 3px;
    transition: 0.3s;
}
.flexrow li a {
    display: block;
}

.flexrow li.topix_wide a {
	display: flex;
}

.flexrow li:hover,
.flexrow li.topix_wide:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.flexrow li.topix_wide {
	width: calc(100% - 2px);
    padding: 10px 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../img/common/icon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center bottom 3px;
    transition: 0.3s;
}


.flexrow span {
    display: block;
}

.flexrow .zone {
    color: #fff;
    background-color: #990000;
    display: inline-block;
    padding: 3px 5px;
    margin: -0 -5px 3px 0;
}

.flexrow .title {
    font-size: 20px;
    font-weight: bold;
}

.flexrow .cate {
    font-size: 12px;
    font-feature-settings: "palt" 1;
}

ul.zoneindex_sewer .title {
	line-height: 1em;
	margin-right: 3px;
}

ul.zoneindex_sewer p {
	margin: 4px 0 0 0;
	display: flex;
}


.topix_wide .title {
	line-height: 1.2em;
}


.ttl_zone {
    font-size: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-top: 40px;
    background-color: #fafafa;
}

.ttl_zone .zone {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #990000;
    display: block;
    padding: 5px 10px;
}

.ttl_zone .zone_car {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-color: #990000;
    display: block;
    padding: 5px 10px;
}

.ttl_zone .zonetitle {
    font-size: 24px;
    line-height: 1;
    padding-left: 10px;
    padding: 5px 10px;
    flex: 1;
}

.zonetitle_flexnone {
    font-size: 24px;
    line-height: 1;
    padding-left: 10px;
    padding: 5px 10px;
}


.ttl_zone .zonecate {
    font-size: 14px;
    font-weight: normal;
}

.ttl_series {
    background-color: #e9e9e9;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ttl_lineup {
    border: solid 1px #999;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ttl_relation {
	text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}

p.textleft {
    text-align: left;
}

p.textlead {
    font-size: 16px;
    margin-bottom: 20px;
}

p.beginner {
    font-size: 20px;
    font-weight: bold;
    background-image: url(../img/event/2020/icon_beginner.png);
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 640px;
    padding: 20px 50px;
    margin: 20px auto 0;
}

.movie80 {
    max-width: 640px;
    border: solid 1px #999;
    margin: 0 auto 40px;
    display: flex;
}

.movietitle {
    font-size: 16px;
    text-align: center;
    width:240px;
    padding-top: 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

p.movietext {
    color: #fff;
    background-color: #999;
}

.movie80item {
    flex: 1;
}
.movie80item img {
    vertical-align: top;
}

.zonearea + .zonearea {
    margin-top: 50px;
}

.detaillink,
.detaillink02 {
    text-align: right;
}

.detaillink a {
    color: #fff;
    display: inline-block;
    padding: 10px 30px 10px 15px;
    margin-top: 20px;
    transition: 0.3s;
    background-color: #999;
    background-image: url(../img/common/icon_arrow01.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
}

.detaillink a:hover {
    color: #333;
    background-color: #ccc;
    background-image: url(../img/common/icon_arrow02.png);
}

.detaillink02 a {
	color: #1F497D !important;
    display: inline-block;
    padding: 0 34px 0 0;
    transition: 0.3s;
    background-image: url(../img/common/icon_arrow02.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 17px 17px;
}

.detaillink02 :hover {
    color: #333;
    background-image: url(../img/common/icon_arrow02.png);
}

p.seriestext {
    font-size: 20px;
    text-align: left;
}

.movie {
    width: 407px;
    max-width:50%;
    margin-left: 40px;
}
.movie iframe {
    max-width:100%;
}

.panel {
    text-align: right;
    width: 407px;
    max-width:50%;
    margin-left: 40px;
}
.panel img {
    vertical-align: top;
    border: solid 1px #999;
    width: 600px;
}
.panel a:hover img {
    border: solid 1px #cdb5b5;
}

.transfer {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    flex: 1;
}

.transfer dt,
.transfer dd {
    padding: 5px 10px;
}

.transfer dt {
    color: #fff;
    background-color: #00930b;
    white-space: nowrap;

}

.transfer02 dt {
	line-height: 3em;
}

.visitor_block .btn a {
    min-width: 222px;
    display: inline-block;
    background: #7faca6 url(../img/index/icon_arrow02.png) no-repeat right 21px center;
    background-size: 20px auto;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 2.7px;
    padding: 7px 55px 7px 25px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.event_block .btn a:hover,
.visitor_block .btn a:hover {
    text-decoration: none;
    opacity: .6;
}

.visitor_block {
    text-align: center;
    margin: 35px 0;
}
.visitor_block h3 {
    color: #f00;
    font-size: 1.8rem;
    margin-bottom: 23px;
}
.visitor_block p {
    text-align: center;
    letter-spacing: -.7px;
}
.visitor_block .btn {
    margin: 45px 0 0;
}
.visitor_block .btn a {
    letter-spacing: 7px;
    padding: 7px 45px 7px 25px;
    line-height: 1.5;
    background-position: right 38px center;
}

.relation_inner {
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
    background: #ebebeb;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px;
}

.relation_inner figure  {
    width: 47%;
    text-align: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.relation_inner_support figure  {
    width: 33% !important;

}

.relation_inner .seriestext {
	width: 53%;
    padding: 10px 0px 10px 14px;
}

.relation_inner_support .seriestext {
	width: 68% !important;
	font-size: 16px;
}


.example2 {
	background-color: #ebebeb;
	padding: 20px 10px;
	display: flex;
}

.example2 p {
	margin: 0 10px;
}

.ttl_beginner_pc::after {
	content:"";
	display: inline-block;
	background-image: url(../img/event/2020/icon_beginner.png);
	width: 25px;
	height: 32px;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.ttl_beginner_sp {
	display: none;
}

.about_movie img {
	border: solid 1px #999;
}

.headline {
	text-align: center !important;
	font-size: 20px !important;
	font-weight: bold;
	color: #fff !important;
	background-color: #999;
	width: 70px;
	height: 40px;
	position: relative;
	margin: 0 0 8px 0;
}

.headline::after {
	content: '';
	width:0;
	height: 0;
	position:absolute;
	border:20px solid transparent;
	border-left-color:#999;
	top:0%;
	left:100%;
}

.btn_01 a{
	display: inline-block;
	background: #668396 url(../img/index/icon_arrow02.png) no-repeat right 21px center;
	background-size: 20px auto;
	color: #fff !important;
	font-size: 1.6rem;
	padding: 7px 55px 7px 15px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	margin: 15px 0 0 0;
}



@media only screen and (max-width: 1280px) {
    .visitor_block .btn a {
        background-size: 1.562vw auto;
    }
}

@media only screen and (min-width: 736px) {
    .sponly {
        display: none;
    }
}

@media only screen and (max-width: 736px) {
    .pconly {
        display: none;
    }
    .ttl_online {
        background-position: right 30% center;
        background-size: cover;
    }
    
   .ttl_online_car {
    background-position: 43% 0%;
        }

    .mainimage {
        color: #fff;
        background-color: #333;
        background-image: url(../img/event/2020/img_fooma_01.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 120vw;
        padding: 0;
        margin: 20px -20px;
        background-position: top;
    }
    
    .mainimage_car {
        background-image: url(../img/event/2020/img_car_01_sp.jpg);
        height: 130vw;
    }

    .mainimage_sewer {
        background-image: url(../img/event/2020/img_sewer_01_sp.jpg);
        height: 160vw;
        background-position: top;
        padding: 0 0 10px 0;
        background-color: #a0a9b2;
    }

    .mainimage .leadtext {
        text-shadow: 1px 1px 1px #000;
        margin-left: 10px;
    }
    
    .mainimage .leadtext:first-line {
        font-size: 1.2em;
    }
    
    .spwrap {
        flex-wrap: wrap;
    }
    
    .spcolumn {
        display: flex;
        flex-flow: column;
    }
    .mainimage .flexrow {
        margin: 0 10px 0px 10px;
        }
     
    .mainimage .flexrow_sp {
        margin: 0 10px 10px 10px;
        }
     
    .flexrow li {
        width: calc(50vw - 20px);
    }
    
    .flexrow li:first-child {
        width: 100vw;
    }

    .flexrow_sp li:first-child {
        width: 100vw;
        margin-bottom: 10px;
    }

    .flexrow span {
        display: block;
    }
    
    .flexrow .zone {
        color: #fff;
        background-color: #990000;
        display: inline-block;
        padding: 3px 5px;
        margin: -0 -5px 3px 0;
    }
    
    .flexrow .title {
        font-size: 20px;
        font-weight: bold;
    }
    
    .flexrow .cate {
        font-size: 12px;
        font-feature-settings: "palt" 1;
    }
    
    	
	ul.zoneindex_sewer .zone {
	line-height: normal;
	}
	
	ul.zoneindex_sewer p {
	display: block;
}

    .ttl_zone {
        flex-wrap: wrap;
    }
    
    .ttl_zone .zone {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        background-color: #990000;
        display: block;
        padding: 5px 10px;
    }
    
    .ttl_zone .zonetitle {
        white-space: nowrap;
    }
    .ttl_zone .zonecate {
        margin-left: auto;
    }
    
    .ttl_series {
        background-color: #e9e9e9;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    p.beginner {
        font-size: 16px;
        padding: 20px 0 20px 40px;
        max-width: none;
    }
    
    
    .movietitle {
        width:auto;
    }
    .movietitle p {
        text-align: center;
    }
    
    p.movietext {
        color: #fff;
        background-color: #999;
    }
    
    .movie80item {
        width: 100%;
    }
    
    p.seriestext {
        font-size: 20px;
    }
    
    p.productimage {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .productimage img {
        max-height: 300px;
    }
    
    .movie {
        text-align: center;
        width: auto;
        max-width:100%;
        margin-left: 0;
    }
    .movie iframe {
        max-width:100%;
    }
    
    .panel {
        text-align: center;

        margin-left: 0;
    }
    .panel img {
        max-height: 200px;
    }
    
    .transfer {
        display: block;
    }
    .transfer dd {
        padding: 0;
    }
    
    .transfer02 dt {
	    line-height: normal;
    }
    
    .visitor_block p {
        text-align: left;
        letter-spacing: -.7px;
    }
   .visitor_block .btn {
        text-align: center;
        margin: 30px 0 0;
    }
    .visitor_block .btn a {
        background-size: 20px auto;
        background-position: right 14px center;
    }
    
    
    .relation_inner {
    width: auto;
    display: block;
    }
    
    .relation_inner figure {
     width: 100% !important;
    }
    
    .relation_inner .seriestext  {
	width: 100% !important;
    padding: 16px 14px;
    font-size: 14px;
    }

.example2 {
	padding: 10px;
	display: flex;
}

.example2 p {
	margin: 8px;
}

.example2 p {
	line-height: 1.5;
}

.example2 p img {
	margin-bottom: 4px;
}

.ttl_beginner_pc::after {
	display: none;
}

.ttl_beginner_sp {
	content:"";
	display: inline-block;
	background-image: url(../img/event/2020/icon_beginner.png);
	width: 17px;
	height: 28px;
	margin: 5px 0 5px 8px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.btn_01 a {
	width: 100%;
	margin: 10px 0 5px 0;
	font-size: 14px;
}

}
