@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Config Condensed Medium',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    /*background:transparent;*/
	font-weight: normal;
}
nav {
display: block;
}
html {
}
img{
	vertical-align:top;
}
body {
    line-height:1;
}

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

ul {
    list-style:none;
}

/* 768px以下 スマホ向け
--------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.4;
}
.part_pc {
	display: none!Important;
}

/*-----------------------------------------------------
head
-------------------------------------------------------*/
header {
width:100%;
margin: 0 auto;
border-top: 20px solid #a93635;
}
.head_box {
display: flex;
margin: 0 auto;
padding: 20px 0;
width: 100%;
flex-direction: column;
}
h1 {
text-align: center;
}
h1 img {
height: 50px;
width: auto;
}
h2 {
font-size: 26px;
text-align: center;
padding: 20px 0 0;
color: #000;
font-weight: bold;
text-align: center;
}

/*-----------------------------------------------------
contents
-------------------------------------------------------*/
.border_block {
border-top: 20px solid;
border-image: linear-gradient(to right, #7e7e7e, #000000);
border-image-slice: 1;
}
.cont_block {
padding: 30px 10px;
margin: 0 auto;
}
.catch {
font-size: 18px;
line-height: 1.6;
color: #000;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.lead {
font-size: 15px;
line-height: 1.8;
color: #000;
padding-top: 30px;
}
.zentai {
width: 90%;
margin: 0 auto;
padding: 20px 0;
}
.zentai img {
width: 100%;
height: auto;
}
.img_booth {
width: 92%;
margin: 0 auto 150px;
display: block;
}
.img_booth_item {
width: 100%;
position: relative;
margin-bottom: 20px;
}
.img_booth_item span {
position: absolute;
bottom:5px;
right: 5px;
text-align: right;
font-size: 11px;
color: #fff;
}
.img_booth_item img {
width: 100%;
height: auto;
}

.bg_block {
background-color: #f9f9f9;
width: 100%;
margin: 0 auto 100px;
position: relative;
padding: 50px 0;
}

.fukidashi {
position: absolute;
top: -56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.arrow_box{
    position:relative;
    width:280px;
    background:#fff;
    padding:10px;
    text-align:left;
    border-bottom:1px solid #000;
    color:#000;
	text-align: center;
    font-size:26px;
	font-weight: 700;
	line-height: 36px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    border-top-color:#fff;
}
.arrow_box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    margin-top: 1px;
    border-top-color:#000;
}

.txt_booth {
font-size: 18px;
text-align: center;
line-height: 2;
}
.kakomi_booth {
background-color: #fff;
border:3px solid #a50133;
width: 80%;
margin: 0 auto;
}
.kakomi_booth p {
text-align: center;
font-size: 20px;
font-weight: bold;
padding:20px 0;
}
.kakomi_booth span {
font-size: 52px;
font-weight: 700;
font-weight: bold;
line-height: 1;
}
.img_layout {
width: 90%;
margin: 30px auto 0;
overflow: scroll;
}
.img_layout img {
width: 150%;
}


.btn {
width: 90%;
margin: 0 auto;
box-shadow: 4px 4px 0 #ddd;
}
.btn a {
  position: relative;
  display: block;
  padding: 25px 0;
  background-color: #a50133;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;

}
.btn-arrow-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 27px;
  width: 15px;
  height: 15px;
  background: url(../img/lp_logisTech2025/outlink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.txt_link {
font-size: 15px;
padding: 30px;
text-align: center;
line-height: 1.6;
}
.txt_link a {
color: #000;
}
.raijo_anno {
text-align: center;
font-size: 18px;
color: #a50133;
padding: 10px;
border-top:1px solid #a50133;
border-bottom:1px solid #a50133;
margin: 0 auto 30px;
width: calc(92% - 20px);
font-weight: 700;
font-weight: bold;
}

.outline_box {
width: 92%;
margin: 30px auto 0;
font-size: 16px;
box-sizing: border-box;
}
.outline_box th,.outline_box td {
border-collapse: collapse;
border: 1px solid #c6c6c6;
display: block;
}
.outline_box table {
width: 100%;
}
.outline_box td {
background-color: #fff;
}
.outline_box td,.outline_box th {
padding: 10px;
}
.outline_box th {
background-color: #adadad;
color: #fff;
text-align: left;
vertical-align: middle;
}
.outline_box a {
color: #000;
}
.outline_box_kakomi {
border-bottom: 1px solid #666;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#foot_logo {
width: 200px;
margin: 0 auto 20px;
}
#foot_logo img {
width: 100%;
}
#footer_copyright {
font-size: 11px;
text-align: center;
padding: 10px 0;
}

}


/* 769px以上 PC向け
--------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
body {
	min-width: 1200px;
}
a,img,a div,a span{
	transition: .3s;
	}
a:hover {
opacity: 0.6;
}
.part_sp {
	display: none!Important;
}



/*-----------------------------------------------------
head
-------------------------------------------------------*/
header {
width:100%;
margin: 0 auto;
border-top: 20px solid #a93635;
}
.head_box {
display: flex;
margin: 0 auto;
padding: 20px 0;
width: 960px;
align-items: center;
justify-content: space-around;
}
h1 {
}
h1 img {
height: 70px;
width: auto;
}
h2 {
font-size: 46px;
text-align: center;
padding: 20px 0;
color: #000;
font-weight: bold;
text-align: center;
}



/*-----------------------------------------------------
contents
-------------------------------------------------------*/
.border_block {
border-top: 20px solid;
border-image: linear-gradient(to right, #7e7e7e, #000000);
border-image-slice: 1;
}

.cont_block {
padding: 30px;
max-width: 1000px;
margin: 0 auto;
}
.catch {
font-size: 24px;
line-height: 2;
color: #000;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.lead {
font-size: 18px;
line-height: 1.8;
color: #000;
text-align: center;
}
.img_booth {
width: 1000px;
margin: 0 auto 150px;
display: flex;
justify-content: space-between;
}
.img_booth_item {
width: 48%;
position: relative;
}
.img_booth_item span {
position: absolute;
bottom:5px;
right: 5px;
text-align: right;
font-size: 11px;
color: #fff;
}
.img_booth_item img {
width: 100%;
height: auto;
}
.zentai {
width: 860px;
margin: 0 auto;
padding: 20px 0;
}
.zentai img {
width: 100%;
height: auto;
}

.bg_block {
background-color: #f9f9f9;
width: 100%;
margin: 0 auto 150px;
position: relative;
padding: 50px 0;
}

.fukidashi {
position: absolute;
top: -56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.arrow_box{
    position:relative;
    width:320px;
    background:#fff;
    padding:10px;
    text-align:left;
    border-bottom:1px solid #000;
    color:#000;
	text-align: center;
    font-size:36px;
	font-weight: 700;
	line-height: 1;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    border-top-color:#fff;
}
.arrow_box:before{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:21px;
    border-bottom-width:21px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -20px;
    margin-top: 1px;
    border-top-color:#000;
}

.txt_booth {
font-size: 18px;
text-align: center;
line-height: 2;
}
.kakomi_booth {
background-color: #fff;
border:3px solid #a50133;
max-width: 260px;
margin: 0 auto;
}
.kakomi_booth p {
text-align: center;
font-size: 24px;
font-weight: bold;
padding:30px 0;
}
.kakomi_booth span {
font-size: 62px;
font-weight: 700;
font-weight: bold;
}
.img_layout {
width: 80%;
margin: 30px auto 0;
}
.img_layout img {
width: 100%;
}


.btn {
width: 400px;
margin: 0 auto;
box-shadow: 4px 4px 0 #ddd;
}
.btn a {
  position: relative;
  display: block;
  width: 400px;
  padding: 25px 0;
  background-color: #a50133;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;

}
.btn-arrow-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 27px;
  width: 15px;
  height: 15px;
  background: url(../img/lp_logisTech2025/outlink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.txt_link {
font-size: 15px;
padding-top: 30px;
text-align: center;
}
.txt_link a {
color: #000;
}
.raijo_anno {
text-align: center;
font-size: 20px;
color: #a50133;
padding: 10px;
border-top:1px solid #a50133;
border-bottom:1px solid #a50133;
margin: 0 auto 30px;
width: 700px;
font-weight: 700;
font-weight: bold;
}

.outline_box {
width: 650px;
margin: 30px auto 0;
font-size: 18px;
box-sizing: border-box;
}
.outline_box table,.outline_box th,.outline_box td {
border-collapse: collapse;
border: 1px solid #c6c6c6;
}
.outline_box table {
width: 100%;
background-color: #fff;
}
.outline_box td,.outline_box th {
padding: 15px;
line-height: 1.4;
}
.outline_box th {
background-color: #adadad;
color: #fff;
width: 22%;
text-align: left;
}
.outline_box a {
color: #000;
}
.outline_box_kakomi {
border-bottom: 1px solid #666;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#foot_logo {
width: 200px;
margin: 0 auto 20px;
}
#foot_logo img {
width: 100%;
}
#footer_copyright {
font-size: 11px;
text-align: center;
padding: 10px 0;
}



}

