@charset "UTF-8";
/* ========== ========== ========== ========== ==========
出展のお問い合わせ　inquiry
========== ========== ========== ========== ==========*/
.after_event_Wrap {
  text-align: center;
}
.after_event_Wrap figure{
  margin: 0 auto;
  max-width: 650px;
}
.inquiry_copy {
  margin: 50px auto 0;
}
.inquiry_copy h4 {
  display: inline-block;
  background: var(--navy);
  padding: 15px 25px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.inquiry_copy p {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px auto 0;
}
.inquiry_copy p span{
	font-weight: bold;
}

/* ========== ========== 選ばれる理由 ========== ==========*/
.inquiry_point_Wrap{
    width: 100%;
    background: url(../img/inquiry_bg.jpg) center top no-repeat;
    background-size: cover;
}
.inquiry_point_Wrap .Wrap_ttl {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.inquiry_point_Wrap .Wrap_ttl img{
	width: 270px;
}
.inquiry_point_Wrap .Wrap_ttl p {
    margin: 10px 0 0 10px;
    font-weight: bold;
}
.inquiry_point_Wrap .Wrap_ttl p span {
    position: relative;
    margin-left: 10px;
	font-weight: bold;
}
.inquiry_point_Wrap .Wrap_ttl p span::after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-image: repeating-linear-gradient(-45deg, var(--ttl) 0px, var(--ttl) 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 10px 10px;
}
.inquiry_point_Wrap ul {
	position:relative;
}
.inquiry_point_Wrap li {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid var(--navy);
    text-align: center;
    padding: 20px 10px 10px;
}
.inquiry_point_Wrap li:last-of-type{
	margin-bottom: 0;
}
.inquiry_point_Wrap .point_title {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border-bottom: dotted 3px var(--navy);
    padding: 0 0 10px;
    font-weight: bold;
}
.inquiry_point_Wrap .point_title span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.4;
    color: var(--ttl);
}
.inquiry_point_Wrap .point_title h4 {
    font-size: 20px;
    font-weight: bold;
}
.inquiry_point_Wrap li img {
    margin: 0 auto 20px;
    max-width: 700px;
}
.inquiry_point_Wrap li p {
    margin: 20px auto;
    letter-spacing: 0.05em;
}
.inquiry_point_Wrap li p span {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 1.4em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -1em;
    text-decoration-skip-ink: none;
}
.inquiry_point_Wrap li em {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--kanri);
}
.inquiry_point_Wrap li a {
    display: inline;
    text-decoration: underline;
    margin: 0 3px;
    padding-bottom: 2px;
    font-weight: bold;
    opacity: 1;
    transition: 0.3s;
}
.inquiry_point_Wrap li a:hover {
    opacity: 0.5;
}

/* ========== ========== 出展企業の声 ========== ==========*/
.voice_Wrap .voice_list li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    padding: 0;
}
.voice_Wrap .voice_list li .txt{
    position: relative;
    flex: 1;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 15px;
}
.voice_Wrap .voice_list li .txt::before{
    position: absolute;
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.voice_Wrap .voice_list li .txt strong{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 0.4em;
    text-decoration-color: var(--yellow);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
.scroll {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 50px;
    text-align: center;
}
.scroll h3{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: var(--ttl);
    border-radius: 50px;
    padding: 5px 20px;
}
._scroll_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding: 0;
}
._scroll_wrap ul li {
    width: auto !important;
    margin: 0 10px;
}
._scroll_wrap ul li img {
    display: block;
    height: 34px;
}
_:-ms-lang(x)::-ms-backdrop, /*IE11対策*/
.scroll {
    display: -ms-grid;
    overflow: hidden;
}
.slider > div{
    width: auto;
}

/* ==============================================================
SP(~768px)
============================================================== */
@media screen and (max-width:768px) {

    .after_event_Wrap figure {
        width: 80%;
    }
    .after_event_Wrap p {
        font-size: 16px;
        line-height: 1.6em;
    }
    .after_event_Wrap img {
        max-width: 100%;
    }
    .after_event_Wrap .btn_area {
        margin-top: 15px;
    }
    .inquiry_copy {
        margin: 30px auto 0;
    }
    .inquiry_copy h4 {
        font-size: 24px;
        padding: 10px 15px;
    }
    .inquiry_copy p {
        font-size: 14px;
        margin: 15px auto 0;
    }

    .inquiry_point_Wrap {
        padding: 20px 0 10px;
    }
    .inquiry_point_Wrap .Wrap_ttl {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .inquiry_point_Wrap .Wrap_ttl img {
        width: 45%;
    }
    .inquiry_point_Wrap .Wrap_ttl p {
        margin: 15px 0 0 5px;
    }
    .inquiry_point_Wrap .Wrap_ttl p span {
        margin-left: 0;
    }
    .inquiry_point_Wrap .Wrap_ttl p span::after {
        top: 25px;
        height: 5px;
    }
    .inquiry_point_Wrap .point_title span {
        font-size: 20px;
    }
    .inquiry_point_Wrap .point_title h4 {
        font-size: 16px;
        line-height: 1.4;
    }
    .inquiry_point_Wrap li {
        padding: 20px 15px 10px;
    }
    .inquiry_point_Wrap li img {
        margin: 0 auto 20px;
        max-width: 80%;
    }
    .inquiry_point_Wrap li p {
        margin: 15px auto;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
    .inquiry_point_Wrap li p.left {
        text-align: left;
    }
    .inquiry_point_Wrap li em {
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
    }
    .inquiry_point_Wrap li a {
        margin: 0;
        padding-bottom: 0px;
    }
    .inquiry_point_Wrap .btn_area {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
    }
    .voice_Wrap .voice_list li {
        flex-direction: row;
    }
    .voice_Wrap .voice_list li .txt {
        width: 82%;
        flex: none;
        padding: 15px 12px;
        font-size: 14px;
        line-height: 1.4;
        text-align: justify;
    }
    .voice_Wrap .voice_list li .txt::before {
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 15px solid #fff;
        border-left: none;
        top: 10%;
        left: -3%;
        transform: none;
    }

    .scroll {
        margin-top: 30px;
    }
    .scroll h3 {
        font-size: 18px;
        padding: 3px 15px;
    }
    ._scroll_wrap {
        width: 100%;
    }
    ._scroll_wrap ul li img {
        height: 30px;
    }

    .example {
        padding: 5px 0 0;
        width: 90%;
    }
    .example h4.border {
        width: 90%;
        margin: 10px auto;
    }
    ._scroll_wrap .btn_area {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
    }
    .animation {
        animation :infinity-scroll-left 70s infinite linear 0.5s both;
    }
    .scroll_wrap ul {
        display: flex;
    }
    .scroll_wrap ul li {
        margin: 15px 5px 0;
    }
    .scroll_wrap ul li img {
        max-width: 130px;
        width: auto;
        height: auto;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {

    .after_event_Wrap {
        width: 100%;
    }
    .inquiry_copy {
        width: 100%;
    }
    .inquiry_point_Wrap .Wrap_ttl {
        font-size: 34px;
        width: 100%;
    }
    .inquiry_point_Wrap .Wrap_ttl p {
        margin-top: 20px;
    }
    .inquiry_point_Wrap li {
        width: 95%;
    }
    .inquiry_point_Wrap .point_title span {
        font-size: 26px;
    }
    .inquiry_point_Wrap .point_title h4 {
        font-size: 20px;
    }
    .inquiry_point_Wrap li img {
        width: 90%;
    }
    .inquiry_point_Wrap li p {
        width: 90%;
        font-size: 1.6rem;
        font-weight: 500;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .inquiry_point_Wrap li p span {
        font-size: 16px;
    }
    ._scroll_wrap {
        width: 100%;
    }
    ._scroll_wrap ul li {
        width: 32%;
    }
    ._scroll_wrap ul li .voice {
        height: auto;
    }
    @keyframes loop-slide {
        to {
            transform: translateX(-2720px);
        }
    }
}