@import url("https://smt.fuji.co.jp/wp-content/uploads/2023/05/jquery.bxslider.css");
@import url("https://smt.fuji.co.jp/wp-content/uploads/2023/05/web_expo_items.css");

.btn_area .btn {
    max-width: 600px;
    font-size: 24px;
    padding: 18px;
}

.row {
    padding: 3px;
    display: block;
    /*border: 1px solid #5e6576;*/
}

.itemimg {
    margin-top: 10px;
}

.webinar_box .itemimg {
    margin: 10px 70px 0;
}

.item_name {
    font-weight: bold;
    color: #004098;
    font-size: 1.3em;
}

.item_subname {
    font-weight: bold;
    color: #004098;
    font-size: 1em;
}

.itemimg img {
    background-color: none;
}

.iframe-wrapper {
    position: static;
    padding-bottom: 0;
    height: 315px;
    display: flex;
    justify-content: center;
}

.iframe-wrapper iframe {
    position: static;
    width: 800px;
    height: 450px;
}

@media screen and (max-width: 1000px) {
    .iframe-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-top: 30px;
    }

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .pc_view {
        display: none;
    }
}

.booth_text {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.contentsbox h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 5%;
    width: 90%;
    height: 1px;
    content: '';
    background: #000;
}

h3 {
    color: #333333;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.4px;
    position: relative;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 50px;
}

h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}

.itembtn {
    position: absolute;
    background: none;
    width: 18%;
    transform: translate(-50%, -50%);
}

hr {
    border: none;
    border-top: solid 1px #555;
    margin: 15px 0;
}

.expertise {
    padding: 1%;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.expertise2 {
    padding: 0 1%;
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

.webinar_box {
    /*background-color: #fafdff;*/
    padding: 2rem 1.5rem;
}

.webinar_box2 {
    background-color: #fafdff;
    padding: 2rem 1.5rem;
    border: 1px solid #5e6576;
    min-height: 461px;
}

.seminar_day {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
}

.seminar_time {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.625rem;
    text-align: center;
}

.seminar_title {
    color: #004098;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    text-align: center;
    margin-bottom: 0;
}

.boxContainer .box p {
    font-size: 0.9em;
    margin-bottom: 0;

}

.boxContainer {
    overflow: hidden;
    /* margin-bottom: 1em; */
}

.box {
    float: left;
}

.boxContainer .icon {
    width: 120px;
    margin-right: 1.125rem;
}

.boxContainer .icon img {
    width: 100%;
    border-radius: 15px;
}

.boxContainer .box p {
    font-size: 0.7em;
    width: 168px;
    line-height: 170%;
}

h5.h5_subtitle {
    color: #004098;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

h5.h5_title {
    margin: 40px 0 10px;
}

.main_text {
    font-size: 1.2em;
    margin: 30px 0;
    line-height: 1.7em;
}

@media (max-width: 1200px) {

    .expertise,
    .expertise2 {
        width: 100%;
    }
}

.page_pain {
    display: flex;
    font-size: 1.2em;
    margin: 30px 0;
    line-height: 1.7em;
    padding: 25px 8% 0;
}

.main_map {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(https://smt.fuji.co.jp/wp-content/uploads/2023/04/protec2023_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    padding-top: 68px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
    .main_map {
        height: 46.35vw;
        margin-top: 0px;
    }
}

.information_area_wrapper {
    margin-bottom: -32px;
}

.information_area {
    padding-bottom: 82px;
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
}

.information_contents {
    padding: 10px 40px;
    border: 1px solid;
    border-color: #d4d4d4;
    min-height: 150px;
    background-image: linear-gradient(-45deg, #f4f4f4 25%, #ffffff 25%, #ffffff 50%, #f4f4f4 50%, #f4f4f4 75%, #ffffff 75%, #ffffff);
    background-size: 5px 5px;
}

.information_contents .information_list {
    border-top: none;
    list-style: none;
    padding: 0;
}

.information_contents .information_list li {
    padding: 2px 0;
    border-bottom: none;
}

.information_contents .information_list li time {
    font-size: 12px;
    margin-right: 10px;
    width: 5em;
    display: inline-block;
}

.information_contents .information_list li .text {
    display: inline-block;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.information_contents .information_list li .text a {
    text-decoration: underline;
}

.contents {
    max-width: 1200px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}

img {
    -webkit-backface-visibility: inherit;
}

.case_button {
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
}

.itemimg img {
    width: 100%;
}

h5.h5_title {
    color: #004098;
    font-size: 16px;
    border-left: 6px #004098 solid;
    padding: 6px 0 6px 14px;
    position: relative;
    margin-bottom: 40px;
}

h5.h5_title::before {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: calc(30% + 6px);
    bottom: -4px;
    left: -6px;
    background-color: #004098;
}

h5.h5_title::after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 70%;
    bottom: -4px;
    right: 0;
    background-color: #dddddd;
}

.btn_area {
    text-align: center;
    margin-bottom: 100px;
}

.btn_area .btn {
    display: inline-block;
    margin: 0 15px 8px;
}

.btn {
    color: #004098;
    border: 1px #004098 solid;
    padding: 12px;
    display: block;
    text-align: center;
    font-size: 16px;
    width: 90%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.btn.arrow_r::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 12px;
    background: url(https://www.fuji.co.jp/img/common/ico_arrow_r_blue.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 12px;
    margin-top: -6px;
}

.btn.back {
    color: #fff;
    background-color: #004098;
}

.btn.back::before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 12px;
    background: url(https://www.fuji.co.jp//img/common/ico_arrow_l_wh.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 12px;
    margin-top: -6px;
}

.expo_menu .ulnone a {
    display: flex;
    height: 100%;
    border-left: #FFF solid 1px;
    border-right: #FFF solid 1px;
    padding: 0px 30px 0px 0;
    background-image: url(https://www.fuji.co.jp/data/uploads/event-arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    text-align: center;
    min-height: 50px;
    justify-content: center;
    align-items: center;
}

.expo_menu .ulnone a:hover {
    color: white;
}

.expo_menu .ulnone {
    display: flex;
    width: 100%;
    border-left: #FFF solid 1px;
    border-right: #FFF solid 1px;
    border-bottom: #fff solid 1px;
    font-size: 13px;

}

/*html { scroll-behavior: smooth;}*/
.soltion_area {
    margin-bottom: 50px;
    padding-top: 70px;
}

.anchor {
    padding-top: 60px;
}

/*回るボタン*/
.hovicon {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    margin: 20px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #004098;
    padding-top: 45px;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 1 */
.hovicon.effect-1 {
    background: rgba(242, 242, 242, 0.71);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #d1c6c6;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
    background: rgb(0, 64, 152);
    color: #ffffff;
}

.hovicon.effect-1.sub-a:hover i {
    color: #ffffff;
}

.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/**/
/*丸長ボタン*/
a.btn_04 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 320px;
    margin: auto;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border: 2px solid #004098;
    background: #004098;
    color: #fff;
    border-radius: 100vh;
    transition: 0.2s;
}

a.btn_04:hover {
    color: #004098;
    background: #fff;
}

/**/
/*見出し*/
.heading13 {
    position: relative;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

.heading13::before {
    content: attr(data-number);
    display: block;
    color: #004098;
    font-size: 30px;
}

.heading13::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #004098;
}

/**/
/*リボン風タイトル*/
.ribon_title {
    font-size: 20px;
    max-width: 460px;
    position: relative;
    padding: 0.5em;
    color: #ffffff;
    line-height: 1;
    text-align: left;
    background: #1cc95e;
    margin-bottom: 10px;
}

.ribon_title::before,
.ribon_title::after {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 0;
}

.ribon_title::after {
    right: 0;
    border-top: 1em solid #ffffff;
    border-right: 1em solid #ffffff;
    border-left: 1em solid transparent;
    border-bottom: 1em solid #ffffff;
}

/**/
.gray_bt {
    display: block;
    min-height: 60px;
    background-color: #4e4e4e;
    text-align: center;
    padding: 10px 0 0;
    color: #fff;
}

.pc_view .boot_bt {
    display: none;
}

.expo_menu {
    background-color: #000;
    /*position: fixed;*/
    width: 100%;
    z-index: 1;
    max-width: 1200px;
    /*top: calc(127 / var(--view-size) * 100vw);*/
}

.expo_logo {
    padding: 0 0 0 300px;
    max-width: 560px !important;
}

#detail_body .info_ct.flex p {
    font-size: 1.2em;
}

#detail_body .info_ct.flex {
    gap: 80px;
}

.booth_num {
    background-color: #004098;
    color: white;
    padding: 0px 10px;
}

.speaker_name {
    font-size: 1rem !important;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 1000px) {
    .expo_logo {
        padding: 0 0 20px 0;
        margin: 0 auto !important;
        max-width: 100% !important;
        width: 300px !important;
    }

    #detail_body .info_ct.flex p {
        text-align: center;
    }

    .ribon_title::after {
        display: none;
    }
}

.custom-thumb img {
    width: 145px;
    height: auto;
    margin: 10px 5px;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-caption {
    margin-bottom: 0.9em;
}

.bx-viewport max-height: 600px;
}

.top_title {
    padding: 20px 0;
    background-color: #ccc;
    margin-bottom: 50px;
}

.top_title_font {
    font-size: 2em;
    padding-left: 50px;
}

.top_subtitle_font {
    font-size: 2em;
    text-align: center;
}

.picture_note {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 10px;
}

.slide_main {
    width: 100%;
    max-width: 1000px;
}

.slide_select {
    margin: 30px 0% 0;
    padding: 0 10px;
}

.state_movie_area {
    margin: 15px auto 30px;
    display: flex;
    justify-content: center;
}

.state_movie_box {
    display: flex;
    justify-content: center;
}

.state_movie_box iframe {
    width: 992px;
    height: 558px;
}

@media screen and (max-width: 1000px) {
    .custom-thumb img {
        width: 125px;
    }

    .smapho_hidden {
        display: none;
    }

    .slide_main {
        width: 96vw;
    }

    .slide_select {
        margin: 50px 0% 0;
    }

    .state_movie_box iframe {
        width: 96vw;
        height: 54vw;
    }
}

.bx-default-pager {
    display: none;
}

.midokoro_image {
    max-width: 100%;
}

/****************************************************************
  サービス開始までのフローデザイン
****************************************************************/
.flow {
    padding-left: 120px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
    list-style-type: none;
}

.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}

.flow > li {
    position: relative;
}

.flow > li:not(:last-child) {
    margin-bottom: 3vh;
}

.flow > li .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107, 144, 219);
    background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
}

.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #66d5e9;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flow > li dl {
    padding-left: 70px;
    position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}

.flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #6b90db;
    border-radius: 50%;
    left: -4px;
}

.flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}

.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107, 144, 219);
    margin-bottom: 1vh;
}

/****************************************************************
  グラデーションボタン
　https://jajaaan.co.jp/css/button/
****************************************************************/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.gra_btn,
a.gra_btn,
button.gra_btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-c {
    font-size: 1.8rem;
    position: relative;
    padding: 2rem 4rem 2rem 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100vh;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#007adf),
            to(#00ecbc));
    background-image: -webkit-linear-gradient(left, #007adf 0%, #00ecbc 100%);
    background-image: linear-gradient(to right, #007adf 0%, #00ecbc 100%);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: block;
    width: 500px;
    margin: 0 auto;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
}

a.btn-c:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}
