/* style_sp.css */

body, html {
    min-width: initial;
}

div, ul, li, p, ol, form, input, section, a, span, dl, dt, table, tr, th, td {
    line-height: normal;
}

header {
    box-shadow: 0px 6px 5px -5px rgba(195,195,195,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.header_top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 65px);
    padding: 9px 0;
    z-index: 999;
}

.h_logo {
    width: 148px;
    margin-left: 20px;
}

.h_search {
    display: none;
}

.jst_logo {
    display: none;
}

a.entry_bt {
    display: block;
    margin-left: auto;
    text-decoration: none;
    border: 1px solid #001040;
    padding: 8px 7px 8px 7px;
    border-radius: 5px;
    margin-right: 10px;
}

a.entry_bt span {
    font-size: 0.688em;
    color: #001040;
    display: inline-block;
    line-height: 1.2;
}

a.entry_bt img {
    width: 25px;
    height: 24px;
    margin-right: 5px;
}


form.sp_search {
    text-align: center;
    padding: 20px 20px;
}

input.f_bt {
    background-color: #016ACF;
    padding: 6px 20px;
}

.jst_logo_sp {
    padding: 30px 20px;
    text-align: right;
}

.jst_logo_sp img {
    width: 190px;
}

input.f_text {
    width: calc(100% - 90px);
}



/*---------------------------------------------
  Content
  ---------------------------------------------*/

.contents {
    width: 100%;
    padding: 0 20px 20px;
}

.bread {
    display: none;
}

.sp {
    display: block!important;
}

/*---------------------------------------------
  conts_wrap
  ---------------------------------------------*/

.conts_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 67px;
    padding-top: 35px;
    padding-bottom: 40px;
}

/*---------------------------------------------
  side_cont
  ---------------------------------------------*/

.side_cont {
    width: 100%;
    padding-top: 50px;
}

a.previous_bt {
    margin: 0 auto;
}

.side_ban_area {
    margin-top: 20px;
}

/*---------------------------------------------
  main_cont
  ---------------------------------------------*/

.main_cont {
    width: 100%;
}


.main_cont h1 {
    font-size: 1.5em;
    margin-top: 0;
}

.main_cont .intro {
    display: block;
}

a.apply_bt {
    margin: 30px auto 0;
}

.announce_block {
    margin-top: 30px;
    padding: 20px 18px;
}

.main_cont h2 {
    font-size: 1.25em;
    margin-bottom: 20px;
    line-height: 1.2;
}

/*---------------------------------------------
  Details
  ---------------------------------------------*/

.profile {
    text-align: left;
}

.pre_list {
    padding: 25px 20px 25px 20px;
}

.pre_list a.pdf {
    margin-left: 20px;
    font-size: 0.875em;
}

.pre_list a.movie {
    margin-left: 20px;
    font-size: 0.875em;
}

a.pdf, a.movie {
    margin-left: 20px;
}

a.pdf:before {
    margin-right: 5px;
}

a.movie:before {
    margin-right: 5px;
}

a.pdf:after {
    margin-left: 5px;
}

a.movie:after {
    margin-left: 5px;
}




/*---------------------------------------------
  Contact
  ---------------------------------------------*/

.contact_box {
    padding: 20px 15px 20px 15px;
}

.contact_box h5 {
    margin-bottom: 10px;
}

/*---------------------------------------------
  Footer
  ---------------------------------------------*/

.ft_inner {
    width: 100%;
    padding: 10px 20px 0;
}

.ft_border {
    width: 100%;
    margin: 0;
}

ul.ft_links {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 0 10px;
}

.ft_links li {
    margin-bottom: 15px;
}

.ft_links li a {
    display: block;
    margin-left: 0;
    padding-bottom: 5px;
}


/*---------------------------------------------
  LIST PAGE
  ---------------------------------------------*/

.flex01 {
    display: block;
}

.main_cont h2.individual {
    margin-top: 30px;
}

.page_list > dl {
    display: block;
}

.page_list > dl > dt {
    width: 100%;
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.page_list > dl > dd {
    width: 100%;
}

.side_cont.list_side {
    margin-top: 30px;
}


/*---------------------------------------------
  PICKUP
  ---------------------------------------------*/

.block.pickup_item {
    margin-top: 30px;
}

.more_bt {
    max-width: 100%;
    margin-right: auto;
}

.main_cont .pickup_item h2 {
    padding-left: 0;
    text-indent: 0;
}

.main_cont .pickup_item h2 span {
    margin-top: 7px;
}


/*---------------------------------------------
  マッチング事例
  ---------------------------------------------*/

.flex01 .f366 {
    width: 100%;
    margin-bottom: 20px;
}

.flex01 .f310 {
    width: 100%;
}

img.w310 {
    display: block;
    width: 310px;
    margin: 0 auto;
}

/*---------------------------------------------
  新技術説明会とは
  ---------------------------------------------*/

.w_imgbox {
    padding: 15px 15px;
}

ul.keishiki {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.keishiki li {
    width: 49%;
    margin-bottom: 20px;
}

ul.keishiki li > div {
    padding: 10px 10px 15px;
}

ul.keishiki li p {
    font-size: 1.125em;
}

.link_tx {
    text-align: left;
}

.his_data {
    width: 100%;
    padding: 20px 15px 20px 15px;
    margin: 0 auto 20px;
}

.his_data.grid01 {
    margin-left: auto;
}

.his_data.grid02 {
    margin-bottom: 0;
}

.his_data.grid03 {
    margin-right: auto;
}

.his_data.grid04 {
    margin-top: 0;
}

.his_data.grid05 {
    margin-top: 0;
}

.his_data .number {
    font-size: 5.25em;
}

.his_data .number.number01 {
    font-size: 4.375em;
}


/*---------------------------------------------
  発表機関一覧
  ---------------------------------------------*/

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

.organ_list > li {
    width: 48%;
    margin-right: 0;
}

.organ_list > li:first-child {
    -webkit-order: 1;
    order: 1;
}

.organ_list > li:nth-of-type(2) {
    -webkit-order: 3;
    order: 3;
}

.organ_list > li:nth-of-type(3) {
    -webkit-order: 2;
    order: 2;
}

.organ_list > li:nth-of-type(4) {
    -webkit-order: 4;
    order: 4;
}

.organ_list > li > ul > li {
    font-size: 0.875em;
}

/*---------------------------------------------
  アクセス
  ---------------------------------------------*/

.access_wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.access_wrap_r {
    width: 100%;
    margin-bottom: 30px;
}

.access_wrap_l {
    width: 100%;
    
}

.access_wrap_r h3 {
    font-size: 1.125em;
}


/*---------------------------------------------
  お問い合わせ
  ---------------------------------------------*/

dl.contact_links {
    display: block;
}

dl.contact_links dt {
    width: 100%;
    margin-bottom: 0;
}

dl.contact_links dd {
    width: 100%;
    margin-bottom: 15px;
}

/*---------------------------------------------
  よくある質問
  ---------------------------------------------*/

.qa_wrap .question p {
    font-size: 14px;
}

.qa_wrap .answer > p {
    font-size: 14px;
}

.qa_wrap .answer > a {
    font-size: 14px;
}


/*---------------------------------------------
  開催機関向け
  ---------------------------------------------*/

.pre_list.pre_list01 {
    padding: 25px 15px 20px 15px;
}

.pre_list.pre_list01 a.pdf {
    margin-left: 0;
}

.pre_list.pre_list01 a {
    font-size: 0.75em;
}

/*---------------------------------------------
  分野別実績
  ---------------------------------------------*/

.result_list > ul li {
    padding-bottom: 15px;
}

.result_list > ul li > div {
    display: block;
}

.result_list > ul li > div p {
    font-size: 0.875em;
    margin-bottom: 5px;
}

.result_list > ul li > p {
    margin-left: 0;
}

.side_ban_area a.about_ban {
    width: 228px;
    display: block;
    margin: 10px auto 10px;
}


/*---------------------------------------------
  グローバルメニュー
  ---------------------------------------------*/

.menu-content ul li.m_drop  a::before {
    content: none;
}

.menu-content ul li.m_drop {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-content ul li.m_drop a {
    display: inline-block;
    width: 80%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.menu-content ul li.m_drop label {
    width: 20%;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.pd {
    width: 100%;
    height: 100%;
    display: block;
}

.c01 {
    background: #182858;
}

.c01Cont_r ul {
    background: rgba(39,56,110,0.5);
    padding: 0;
}

.c01Cont_r {
    border-top: 1px solid #fff;
}

#navi li div.c01 {
    margin: 0;
    height: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.menu-content ul li:last-child {
    border-bottom: none;
}

.c01Cont {
    font-size: 0.875em;
}

.c01Cont_r ul li {
    width: 100%;
/*    padding: 0 10px;*/
    background: #27386E;
}

.menu-content ul li .c01Cont_l > a {
    width: 100%;
    padding-left: 10px;
    padding: 12px 15px 12px 10px;
}

.menu-content ul li .c01Cont_l > a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 19px;
}

.menu-content ul li .c01Cont_r ul li a {
    width: 100%;
    padding-left: 10px;
    background: #27386E;
    padding: 10px 15px 10px 10px;
}

.menu-content ul li .c01Cont_r ul li a:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 16px;
}

.c01Cont_r > p {
    padding: 12px 15px 12px 10px;
}

/* クリックされた時 */
#navi input[type="checkbox"]:checked ~ .menu-child {
    position: static;
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    width: 100%;
/*
    width: calc(100% + 20px);
    margin: 0 -10px;
*/
    background: #182858;
    padding: 0;
}

.angletoggle:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -6px;
    transform: rotate(45deg);
}

#navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    border-bottom: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
}

/*---------------------------------------------
  202207
  ---------------------------------------------*/

ul.numbers01 {
    display: block;
}

ul.numbers01 li {
    width: 100%;
    margin-bottom: 20px;
}

.tec_area {
    width: 100%;
    margin-top: 20px;
}

.fig_box {
    padding: 20px 15px 20px 15px;
}

.audience02 {
    margin-top: 20px;
}

p.gene {
    margin-top: 25px;
}

.fig_block {
    margin-top: 25px;
}

.fig_box h3 {
    margin-bottom: 15px;
}

.fig_box .fig img {
    max-width: 100%;
}

/*---------------------------------------------
  Privacy Policy
  ---------------------------------------------*/

.privacy_wrap h2.center {
    font-size: 1.125em;
}

.privacy_wrap ol {
    margin: 10px 0 10px 10px;
}

/*---------------------------------------------
  パルステック工業株式会社
  ---------------------------------------------*/

.mt0_sp {
    margin-top: 0!important;
}

.mt10_sp {
    margin-top: 10px!important;
}

.mt20_sp {
    margin-top: 20px!important;
}

.mt30_sp {
    margin-top: 30px!important;
}

.mt40_sp {
    margin-top: 40px!important;
}

.mt50_sp {
    margin-top: 50px!important;
}

.mb0_sp {
    margin-bottom: 0!important;
}

.mb10_sp {
    margin-bottom: 10px!important;
}

.mb20_sp {
    margin-bottom: 20px!important;
}

.mb30_sp {
    margin-bottom: 30px!important;
}

.mb40_sp {
    margin-bottom: 40px!important;
}

.mt50_sp {
    margin-bottom: 50px!important;
}

.float_l,
.float_r {
    float: none;
    margin: 10px auto 10px;
}

.flex01 .f310 {
    width: 310px;
    margin: 10px auto 10px;
}

.pickup_item a.detail_bt {
    margin: 25px auto 10px;
}

.main_cont .pickup_item .pickup_title {
    display: block;
}

.main_cont .pickup_item .pickup_title h2 {
    padding-bottom: 0;
}

.main_cont .pickup_item h2 span {
    margin-top: 0;
}

/*202310*/

.li_box_tit {
    font-size: 1.0em;
}

.li_box {
    padding: 25px 20px 15px 20px;
}

.flex_50 {
    display: block;
}

.flex_50 > div {
    width: 100%;
}

.flex_50 > div:first-child {
    margin-bottom: 30px;
}

.matchList {
    margin-top: 30px;
}

.matchList li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.matchList li > div:first-child {
    width: 100px;
    margin-right: 15px;
}

.matchList li > div:last-child {
    width: calc(100% - 115px);
}

.matchList li .ml_title01 {
    font-size: 17px;
}

.matchList li .ml_title02 {
    font-size: 15px;
}

.matchList li .ml_date {
    font-size: 14px;
    margin-top: 10px;
}

/*20231030*/

.matchList li > div:first-child .img_caption {
    font-size: 11px;
}

/*20240521*/

.side_ban_area a.fastar_ban {
        width: 228px;
        display: block;
        margin: 10px auto 10px;
}

/*---------------------------------------------
  case04
  ---------------------------------------------*/

.product_prof {
    display: block;
}

.product_prof li.product_prof_text {
    width: 100%;
}

.product_prof li.product_prof_img {
    width: 100%;
    max-width: 484px;
    margin: 25px auto 0;
}

.two_img {
    display: block;
}

.two_img > li {
    width: 100%;
    margin: 0 auto;
}

.two_img > li:nth-child(2) {
    margin-top: 15px;
}
