@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html {
    line-height: 1;
    font-size: 14px;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: #464646;
    /*background-color:#b0ddf4;*/
}

* {
    box-sizing: border-box;
}

img{
	width: 100%;
}

ol, ul {
    list-style: none;
}

a img:hover {
    opacity: 0.8;
}


/*----------------------top-------------------------*/


.top{
    max-width: 1000px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flex_top_00{
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.top_01{
    display: flex;
    justify-content: space-between;
    width: 585px;
}

.top_01 >p:first-child{
	width: 316px;
	flex: 1;
}

.top_02{
    width: 406px;
}

.top_01_ss{
    padding: 0 7px 4px 7px;
    height: 240px;
    background: #004098;
	width: 269px;
}

.top_01_ss img{
    display: block;
}

.top_02_ss{
    display: flex;
    width: 100%;
}

.top_02_ss p:first-child img{
	width: 25px;
}

.flex_top_ss_02{
    display: flex;
    flex-wrap: wrap;
}

.search {
    position: relative;
}

.search ul.search_drop {
    width: 250px;
    position: absolute;
    display: none;
    float: none;
    z-index: 100;
    left: 55px;
    top: 35px;
    font-size: 80%;
    line-height: 135%;
    opacity: .95;
    filter: alpha(opacity=95);
    -ms-filter: "alpha(opacity=95)";
    -khtml-opacity: .95;
    -moz-opacity: .95;
}

.search ul.search_drop li {
    float: none;
    position: static;
}

.search ul.search_drop li a {
    display: block;
    background-color: #29a4e2;
    border-bottom: solid 1px #000;
    color: #FFF;
    padding: 8px;
    _zoom: 1;
    text-decoration: none;
}

.search ul.search_drop li a:hover {
	border-bottom:solid 1px #000;
	background-color: #0033FF;
	text-decoration: underline;
}

nav ul.gnav li img{
	vertical-align: bottom;
}

/*----------------------solution-------------------------*/
h3{
    text-align: center;
    font-size: 1.13em;
    color: #0071a8;
    margin-bottom: 10px;
}

.solution{
    margin-bottom: 10px;
}

section .solution_ss{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.flex_solution{
    display: flex;
    justify-content: space-between;
}

.flex_solution li{
	width: 330px;
}

.sp_nwtopi{
	position: relative;
}

/*----------------------new_link-------------------------*/
.new_link {
    font-size: 18px;
	margin-bottom: 25px;
}
.new_link a {
    text-decoration: none;
}
.new_link_head {
    color: #000000;
}
.new_link .new_link_keyword {
    color: #ED5412;
    font-weight: bold;
}
.new_link img {
    position: relative;
    bottom: -3px;
    left: 7px;
	width: 100px;
}
/*----------------------new product-------------------------*/
section .new_product_ss{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.flex_new_product{
    display: flex;
    justify-content: space-between;
}

.flex_new_product li{
	width: 328px;
	margin-right: 8px;
}

.flex_new_product li:last-child{
	margin-right: 0;
}

/*----------------------line_up-------------------------*/

section .line_up_ss{
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.flex_line{
    display: flex;
    justify-content: space-between;
}

.flex_line li{
	width: 246px;
}

/*----------------------news&topics-------------------------*/

.new_news a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(/images/pdf.gif) no-repeat;
}


.sp_nwtopi .news_title{
    margin: 0 auto;
    font-size: 2.28rem;
    text-align: center;
    padding-bottom: 30px;
    color: #000;
    white-space: nowrap;
}

.sp_nwtopi .news_title_sp{
    color: #004098;
    font-size: 1.8rem;
    font-weight: bold;
}

.flex_nw_topi li{
    width: 160px;
    height: 50px;
    margin-right: 2px;
    background: #e0e0e0;

}


.flex_nw_topi li:first-child{
    background: #004098;
    position: relative;
}

.flex_nw_topi li span{
	color: #fff;
    display: block;
    text-align: center;
    margin-top: 18px;
}

.flex_nw_topi li span::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #004098;
}



.flex_nw_topi{
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}



.flex_nw_topi li a {
    color: #000;
    height: 100%;
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.flex_nw_topi li a:hover{
    color: #fff;
    background: #004098;
}

.flex_nw_topi li:last-child a:hover{
    background: #fff;
    color: #000;
}

.news_tab{
    max-width: 1000px;
    margin: 0 auto;
}

.new_news{
    margin: 0 auto;
    max-width: 1000px;
    height: 250px;
    overflow-y: scroll;
    /* padding-top: 30px; */
    /* border-top: solid 1px #bababa; */
}

.new_news dl{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 1px dotted #bababa;
}


.new_news dt{
    width: 11em;
}

.new_news dd{
    width: 100%;
    flex: 1;
}

.new_news a{
text-decoration: none;
}

.new_news01{
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 30px;
}
.new_news01 dl{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-bottom: 1px dotted #bababa;
}


.new_news01 dt{
    width: 11em;
}

.new_news01 dd{
    width: 100%;
    flex: 1;
}

.new_news01 a{
text-decoration: none;
}


.sp_nwtopi{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
    white-space: nowrap;
	flex-wrap: wrap;
}

.sp_nwtopi .nt_bn{
    position: relative;
    font-size: 0.8em;
    margin-left: 10px;
    padding-left: 15px;
    padding-bottom: 20px;
    }

.sp_nwtopi .nt_bn a{
    text-decoration: none;
}

.sp_nwtopi .nt_bn a::before{
position: absolute;
content: "";
top: 0;
bottom: 20px;
margin: auto;
left: 0;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #0e3081;
}

.sp_nwtopi .nt_bn a::after{
position: absolute;
content: "";
top: 0;
bottom: 20px;
margin: auto;
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*----------------------footer_bnr------------------------*/

.footer_bnr{
    width: 100%;
    margin: 0 auto;
    padding:90px 0 40px 0;
}

.flex-bnr{
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-bnr li{
	margin: 4px;
}

.flex-bnr li a {
    display: block;
    height: 100%;
}


/*----------------------footer-------------------------*/

.footer_link{
    background: #e0e0e0;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}

.footer_link li {
    display: block;
    width: 160px;
    height: 60px;
    background: #fff;
    position: relative;
}

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

.flex-container{
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.flex-container li a {
    color: #000;
    height: 100%;
    display: flex;
    line-height: 1.5;
    align-items: center;
    justify-content:flex-start;
    padding-left: 22px;

}

.flex-container li ::before{
position: absolute;
content: "";
top: 0;
bottom: 0;
margin: auto;
left: 5px;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #0e3081;
}

.flex-container li ::after{
position: absolute;
content: "";
top: 0;
bottom: 0;
margin: auto;
left: 8px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.background_blue{
	color: #ffffff;
	background-color: #00bae7;
	padding: 10px;
	text-align: left;
}

.yellow {
	color: #FFD700;
}

.condenser{

	margin-top:  20px;
}


/*----------------↓pc_st↓-------------------------------------*/
@media print, screen and (min-width:769px){
	.natation_sp{
		display: none !important;
	}

main{
    margin: 0 auto;
}

section{
   width: 1000px;
    margin: 0 auto;
    }

.pankz{
    width: 1000px;
    margin: 15px auto;
}

/*----------------↓header_st↓-------------------------------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header .container {
    background: #fff;
}

header .container__inr__top {
    width: 100%;
    margin: 0 auto;
    background: url(../common/images/header_bg.png) repeat-x top;
}

header .container__inr__top_content {
    width: 1000px;
    margin: 0 auto;
}

header .container__inr__top_content .header_logo {
    float: left;
    height: 46px;
}


header .container__inr__top_content .header_submneu_wrap {
    padding-top: 12px;
    float: right;
    overflow: hidden;
}

header .container__inr__top_content .header_submneu_wrap li {
    float: left;
}

header .container__inr__top_content .header_submneu_wrap li.header_submneu_02 {
    margin-left: 26px;
}

header .container__inr__top_content .header_submneu_wrap li.header_submneu_03 {
    margin-left: 24px;
}

header .container__inr__top_content .header_submneu_wrap li.header_submneu_04 {
    margin-left: 12px;
}

header .container__inr__top_content nav {
    clear: both;
}

header .container__inr__top_content .gnav li {
    float: left;
    position: relative;
}

header .container__inr__top_content .gnav li ul.drop {
    width: 186px;
    position: absolute;
    display: none;
    float: none;
    z-index: 100;
    left: 0;
    top: 29px;
    font-size: 89%;
    line-height: 135%;
    opacity: .88;
}

header .container__inr__top_content .gnav li ul.drop li {
    float: none;
    position: static;
}

header .container__inr__top_content .gnav li ul.drop li a {
    display: block;
    background: #123390;
    border-bottom: solid 1px #000;
    color: #FFF;
    padding: 10px;
}

header .container__inr__top_content .gnav li ul.drop li a:hover {
    border-bottom: solid 1px #000;
    background-color: #0033FF;
}

header .container__inr__top:after {
    content: "";
    display: block;
    clear: both;
}

	ul.kyoto{
		padding-top: 10px;
        margin-bottom: -70px;
	}

/*----------------↑header_end↑-------------------------------------*/
    .nt_bn{
        display: none;
    }

    .news_title_sp{
        display: none;
    }

/*----------------↓foooter_st↓-------------------------------------*/
footer {
    position: relative;
    width: 100%;
    background: #313131;
}


footer .container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

footer .container ul {
    font-size: 12px;
    float: left;
}

footer .container ul li {
    float: left;
}

footer .container ul li a {
    text-decoration: none;
    color: #fff;
}

footer .container ul li.footer_li01 {
    padding-right: 16px;
    border-right: solid 1px #fff;
}

footer .container ul li.footer_li02 {
    padding-left: 16px;
    padding-right: 16px;
    border-right: solid 1px #fff;
}

footer .container ul li.footer_li03 {
    padding-left: 16px;
}

footer .container ul:after {
    content: " ";
    display: block;
    clear: both;
}

footer .container small {
    float: right;
    color: #fff;
    font-size: 10px;
}

footer .container:after {
    content: " ";
    display: block;
    clear: both;
}

.flex_nw_topi li:last-child{
   background: #fff;
   position: relative;
   text-align: right;
    display: flex;
    justify-content: flex-end;
    flex: 1;

}

.flex_nw_topi li:last-child a{
    position: relative;
    padding: 14px;
    font-size: 0.8rem;
}

.flex_nw_topi li:last-child a::before{
position: absolute;
content: "";
top: 0;
bottom: 0;
margin: auto;
left: 0;
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #0e3081;
}

.flex_nw_topi li:last-child a::after{
position: absolute;
content: "";
top: 0;
bottom: 0;
margin: auto;
left: 3px;
width: 3px;
height: 3px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	li.kyoto_img{
		width: 330px;
	}

	li.kyoto_img02{
		width: 666px;
	}

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

}
/*----------------↑footer_end↑-------------------------------------*/

/*----------------↑pc_end↑-------------------------------------*/

/*----------------↓sp_st↓-------------------------------------*/
@media screen and (max-width:768px){
	.natation_pc{
		display: none !important;

	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    color: #464646;
    }

.pankz{
        margin-top: 62px;
        margin-bottom: 20px;
		font-size: 12px;
        margin-left: 10px;
	}

a {
    color: inherit;
}

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

	.add_sp_text{
		padding: 0 15px 20px 15px;
	}

 .head_wrap01 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 62px;
    background-color: #fff;
}

.logo_wrap01 {
    float: left;
    width: 168px;
    margin: 12px 0 0 12px;
}

.main_navig_toggle {
    position: absolute;
    top: 11px;
    right: 14px;
    width: 40px;
    height: 40px;
    background: url(../common/images/main_navig_toggle_01.png) no-repeat 50% 50%;
    background-size: 40px 40px;
}

.ir {
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.main_navig_wrap {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.4s;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    min-width: 320px;
    padding: 62px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    background-color: #005A99;
}

.main_navig_wrap.js_main_navig_visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main_navig_close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../common/images/main_navig_close_01.png) no-repeat 50% 50%;
    width: 68px;
    height: 28px;
    background-size: 68px 18px;
}

.main_navig_wrap * {
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

.menu_list01 {
    margin: 0 0 15px 0;
}

.menu_list01 > li + li {
    margin-top: 5px;
}

.menu_list01 > li > a, .menu_list01 > li > span {
    display: block;
    padding: 15px;
    font-size: 14px;
    border-radius: 2px;
    background: #fff url(../common/images/ico_arrow_right_01.png) no-repeat 95% 50%;
    background-size: 12px 12px;
    color: #32323C;
    line-height: 1.2;
    text-decoration: none;
}

.menu_list01 .ml01_noicon {
    background-image: none;
}

.menu_list02 {
    background-color: #00508C;
}

.menu_list02 > li:first-of-type {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
}

.menu_list02 > li {
    border: 1px solid #4187BE;
    border-bottom-width: 0;
    overflow: hidden;
}

.menu_list02 > li + li {
    margin-top: 1px;
}

.menu_list02 > li:first-of-type > a {
    border-top-color: #00508C;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
}

.menu_list02 > li > a {
    display: block;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #00508C;
    border-bottom-color: #1E6EAA;
    border-top-color: #1E6EAA;
    background: #1E6EAA url(../common/images/ico_arrow_right_02.png) no-repeat 95% 50%;
    background-size: 6px 10px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
}

.menu_list02 > li:last-of-type {
    border-bottom-width: 1px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
}

.menu_list04 {
    background-color: #4187BE;
}

.menu_list04 > li {
    margin-bottom: 1px;
    border-bottom: 1px solid #00508C;
}

.menu_list04 > li > a {
    display: block;
    padding: 15px;
    font-size: 13px;
    background: #005592 url(../common/images/ico_arrow_right_02.png) no-repeat 95% 50%;
    background-size: 6px 10px;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    }

	.top{
		width: 100%;
		height: auto;
		padding-bottom: 40px;
	}

	.top, .solution, .new_product, .line_up{
		border-bottom: 1px #b8b8b8 solid;
		margin-bottom: 20px;
	}


	h3.solution{
		border-bottom: 0;
	}

	.flex_top_00{
		width: 100%;
		display: block;
	}

	.top_01{
		display: block;
		width: 100%;
	}

	.top_01 > p:first-child{
		width: 100%;
	}

	.top_02{
		width: 100%;
    }
    .top_02 a{
        display: block;
    }
    .top_02 a:first-of-type{
        margin-bottom: 15px;
    }

	.top_01_ss{
		height: auto;
		margin-bottom: 20px;
		width: 100%;
	}

	.top_01_ss h2{
	width: 306px;
	margin: 0 auto;
}

.flex_top_ss_01{
	width: 306px;
	margin: 0 auto;
}

.top_02_ss{
	width: 306px;
	margin: 0 auto;
}

.top_02_ss p{
	width: 50px;
}

.top_02_ss p:first-child img{
		width: 30px;
	}

.top_02_ss img{
    display: block;
}


.flex_top_ss_02 li{
    width: 50%;
}

.solution .flex_solution{
	display: block;
}

.solution .flex_solution li{
	width: 100%;
}

	.new_link{
		margin-left: 15px;
	}

.btn_topagetop01_wrap {
    position: relative;
}

.btn_topagetop01 {
    position: fixed;
    right: 16px;
    bottom: 75px;
    display: block;
    background: url(../common/images/btn_topagetop_01.png) no-repeat 50% 50%;
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
}

 .foot_wrap01 {
    padding: 15px 0;
    background-color: #333;
    color: #fff;
}

    .flex_footer_wrap01_sp{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    }

    .flex_footer_wrap01_sp li{
    width: 48%;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 13px;
    }

.foot_wrap01 ul li a{
    text-decoration: none;
    }

.copy_wrap01 {
    text-align: left;
    margin-left: 20px;
}

.copy_wrap01 small {
    font-size: 10px;
}

.footer_bnr{
     padding: 45px 20px;
    }

.flex-bnr{
	display: block;
    }

.flex-bnr::after{
  content:"";
  display: block;
  width:30%;
}

 .footer_bnr li{
    margin-right: 0;
    width: 100%;
    }

 .footer_bnr li a img{
        width: 100%;
    }

	.more{
		text-decoration: underline;
		text-align: center;
		padding: 15px;
	}

.footer_link{
        padding: 20px 15px;
    }

.flex-container{
    justify-content: space-between;
    flex-wrap: wrap;
    }

.flex-container li{
    width: 48%;
    margin-bottom: 10px;

    }

	.new_news{
		border-bottom: 1px #b8b8b8 solid;
	}

.new_news dl{
    display: block;
    }

	.sp_nwtopi{
		margin-bottom: 30px;
		align-items: center;
	}

.sp_nwtopi .news_title{
    font-size: 1.8rem;
	padding-bottom: 0;
	margin: 0;
    }

	.sp_nwtopi .nt_bn{
		margin-left: 0;
		padding-bottom: 0;
	}

	.sp_nwtopi .nt_bn a::before{
		bottom: 0;
	}
	.sp_nwtopi .nt_bn a::after{
		bottom: 0;
	}

    .flex_nw_topi li span{
        font-size: 80%;
    }

	.flex_nw_topi li a{
		font-size: 14px;
		text-align: center;
	}

.flex_line{
    display: block;
    padding: 10px 0;
    }


.flex_line li{
	width: 100%;
}

	section .line_up_ss{
		margin-bottom: 40px;
	}


	li{
    margin-right: 0;
    width: 100%;
    }

.flex_new_product{
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
		padding-bottom: 10px;
    }

.new_product_ss li{
       margin-right: 0;
    width: 100%;
    }

    .news_title {
        display: none;
    }
	ul.kyoto{
        padding-top: 10px;
		margin-top: -10px;
	}
	.condenser{
		margin-top: 80px;
	}

	h3{
		padding: 15px 0;
		margin-bottom: 20px;
	}

}

.pos{
	position: relative;
}
.pos01{
  position: absolute;
  top: 90px;
  right: 5px;
  width: 25%;
}

.pos02{
  position: absolute;
  top: 90px;
  left: 5px;
  width: 35%;
}

.pos03{
    position: absolute;
    top: 89px;
    left: 15px;
    width: 29%;
  }

.top_notice{
    margin-bottom: 20px;
}
.top_notice .top_notice_text{
    
}
.top_notice a{
    display: block;
    text-decoration: none;
    padding:10px 15px;
    border: 2px solid red;
    font-size: 16px;
    letter-spacing: 3px;
    color: red;
    font-weight: bold;
}
.top_notice a:hover{
    border: 2px solid red;
    background-color: red;
    color: #fff;
}

/* バーチャル展示会ここから */
.exhibition_banner{
   margin: 10px 0px;
   border: 1px solid #ccc !important;
   padding: 5px !important;
}

.exhibition_banner a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.exhibition_banner a figure{
    width: 550px;
    margin-right: 60px;
    margin-left: 120px;
}
.exhibition_banner p{
    color: #000;
    font-size: 16px;
    
}
.exhibition_banner p span{
   line-height: 1.5;
}
.exhibition_banner p .f-bold{
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
.exhibition_banner p .c-blue{
    color: blue;
}
.exhibition_banner p .c-orange{
    color: orange;
}


@media screen and (max-width:768px){
    .exhibition_banner{
    }
    .exhibition_banner a{
        display: block;
    }
    .exhibition_banner a figure{
        width: 100%;
    }
    .exhibition_banner a figure img{
        width: 100%;
    }
    .exhibition_banner p{
        font-size: 16px;
    }
}

.create_logo{
    margin-bottom: 20px;
    
    padding: 0;
    border:none;
    background: #ccc;
    background: #fff;
    background: -moz-linear-gradient( #ddd 0%, #ddd 41%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddd), color-stop(41%, #ddd), to(#fff));
    background: -webkit-linear-gradient( #ddd 0%, #ddd 41%, #fff 100%);
    background: -o-linear-gradient( #ddd 0%, #ddd 41%, #fff 100%);
    background: linear-gradient( #ddd 0%, #ddd 41%, #fff 100%);
}
.create_logo a{
    display: flex;
}
.create_logo a p{
    color: black;
    font-size: 24px;
    font-weight: bold;
}
.create_logo a figure{
    width: 350px;
}
.create_logo a figure img{
    width: 100%;
    vertical-align: bottom;
}

.create_logo img{
    width: auto;
}
@media screen and (max-width:768px){
    .create_logo a p {
        font-size: 16px;
    }
}
/* バーチャル展示会ここまで */

.link_logo{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.link_logo_btn{
    display: block;
    

}
.link_logo_img{
    width: 47%;
    margin: 0 auto;
}
.link_logo_img.sp{
    display: none;
}
@media screen and (max-width:768px){
    .link_logo{
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    .link_logo_btn{
        text-align: center;
    }
    .link_logo_img{
        
        text-align: center;
    }
    
}
