@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
		"Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #fff;
text-decoration:none;
display: block;
}


a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

form label {
  cursor: pointer;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}


img {
  margin: 10px 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}


/* layout */
html{
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  /* ベースのフォントサイズを14px相当に設定 */
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  background: #fff;
  margin: 0;
}

.wrapper_02{
  padding: 0 20px;
}


/* header */
header{
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header p.contactBtn a{
  display: block;
  background-color: #ff9b00;
  margin: 20px;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
}

.headLineBox{
  position: absolute;
  top: 0px;
  left: 20px;
}


.headerBox{
  margin-top: 5px;
}

.logo {
  padding: 14px 20px 18px 20px;
}
.logo img{
  width: 150px;
  height: auto;
}
.siteTitle{
  display: none;
}

/* title */
.titleWarp{
  background: url(../img/bg_title.png) no-repeat center top ;
  background-size: auto 60px;
}
.title{
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.title h1{
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-bottom: 20px;
}
.title h1 span{
  font-weight: 700;
  font-size: 4rem;
  color: #00aabe;
}
.title h1 span span{
  font-size: 1.3rem;
}

.title .titleH1{
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-bottom: 20px;
}
.title .titleH1 span{
  font-weight: 700;
  font-size: 4rem;
  color: #00aabe;
}
.title .titleH1 span span{
  font-size: 1.3rem;
}

.title p{
  font-size: 1.4rem;
}


/* block02 */

.block02{
  padding-top: 30px;
  background-color: #Fff;
  text-align: center;
}

.block02 h2{
  font-size: 1.5rem;
  font-weight: 500;
}

.block02 h2 span {
  font-size: 2.2rem;
}

.conBox{
  margin-top: 60px;
  display: flex;
  justify-content:center;
}

.checkBox,
.checkBox_02{
  width: 475px;
  height: 308px;
  border: #D5D5D5 3px solid;
  border-radius: 5px;
  margin-right: 40px;
  font-weight: bold;
}

.checkBox_02{margin-right: 0px;}


.checkBox h3,
.checkBox_02 h3{
  background-color: #099CB5;
  color: #fff;
  height: 54px;
  width: 386px;
  font-size: 2.2rem;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
  margin-top: -29px;
}

.checkBox h4,
.checkBox_02 h4{
  font-size: 3.1rem;
  margin-top: 27px;
}

.checkBox li,
.checkBox_02 li{
  font-size: 2.0rem;
  text-align: left;
  line-height: 60px;
  background-image: linear-gradient(to right, #454545 0px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0px 45px;
  position: relative;
  padding-left: 35px;
}

.checkBox li:last-child,
.checkBox_02 li:last-child{
  background: none;
}

.checkBox_03{
  width: auto;
  margin: 0 auto;
  border: #D5D5D5 3px solid;
  border-radius: 5px;
  text-align: left;
  padding: 10px 20px;
  margin-top:30px;
}

.checkBox_03 li {
  font-size: 1.8rem;
  text-align: left;
  line-height: 25px;
  background-image: linear-gradient(to right, #454545 0px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  padding: 17px 0 17px 37px;
}

.checkBox_03 li:last-child{
  background: none;
}

.checkBox_03 li span{
  font-weight: bold;
}

.checkBox_03 li::before {
  position: absolute;
  content: url(../img/image/task_icon.png);
  left: 0;
  top: 22px;
}



.arrowImage {
  margin: 40px 0;
  text-align: center;
  width: 60px;
  margin: 0 auto;
}

.block02> .wrapper_02> h5 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
}

.block02> .wrapper_02> h5 span {
  font-size: 3.0rem;
  background: linear-gradient(transparent 70%, #FFF503 0%);
}



/*  block03 */

.block03{
  background-color:#F5F8F9;
  padding-bottom: 20px;
}

.block03 > p{
  text-align: center;
  margin: 0 20px 20px 20px;
}

.block03 h3{
  text-align: left;
  margin: 0;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.block03 h3 span{
  font-size: 1.1rem;

}

.block03 h4{
  font-size: 1.6rem;
  font-weight: 600;
}


.block03_01,
.block03_02,
.block03_03{
  padding: 20px;
  background-color: #fff;
  border-left: #099CB5 solid 4px;
  margin-bottom: 20px;
}



.textBlock> .button {
  padding-top: 7px;
  font-size: 1.3rem;
  color: #099CB5;
  border: 1px solid #099CB5;
  text-align: center;
  margin-top: 17px;
  height: 35px;
  width: 120px;
}


.textBlock> .button a{
  color: #099CB5;
}


.block03_01_txt{
  margin-bottom:10px ;
}

.block03_01_txt h4{
  font-size: 2.57rem;
  color: #099CB5;
}

.block03_01_txt_txt{
  font-size: 1.5rem;
  line-height: 28px;
}

.block03_01_txtSystem{
  margin-top: 20px;
}

.block03_01_txtSystem > h5{
  margin: 10px 0;
  margin-bottom:10px ;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 1.6rem;
}

.block03_01_txtSystem > h6{
  color: #174a84;
  font-size: 1.6rem;
  font-weight: bold;
}


.emphasis{
  font-size:1.8rem;
  font-weight: bold;
}

.notes{
  font-size: 1.3rem;
  font-weight: 100;
}


/* block04 */

.wrapper_02 .B04box_01> ul li {
  list-style: none;
  margin-left: 15px;
  font-size: 1.3rem;
}

.wrapper_02 .B04box_01> ul li::before {
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #333;
}

.modal-001__wrap input {
  display: none;
}

.modal-001__wrap input {
  display: none;
}

.wrapper_02 .B04box_02> p> a {
  color: #333;
  display: inline-block;
  text-decoration: underline;
  margin-top: 20px;
}

.baseBtn {
  background-color: #FF7C23;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 1.7rem;
  width: 330px;
  height: 50px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  margin-top: 20px;
  position: relative;
}


/* .baseCta */

.baseCta {
  background-color: #219FB5;
  padding: 45px 0;
}

.baseCtaImage {
display: none;
}

.baseCta h2,
.ctaText{
  color: #fff;
  font-size:2.2rem;
  text-align: center;

}

.ctaText {
  font-size: 1.5rem;
}

.baseCtaBtn_box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.baseCtaBtn_01, 
.baseCtaBtn_02 {
  position: relative;
  width: 300px;
  height: 56px;
  border-radius: 5px;
  background-color: #FF7C23;
  font-size: 1.7rem;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  margin:0 auto;
  margin-bottom: 20px;
}

.baseCtaBtn_02 {
  width: 300px;
  height: 56px;
  color: #219FB5;
  background-color: #FFF;
}

.baseCtaBtn_02 a{
  color: #219FB5;
}


.logistics_business{
  background-color: #F5F8F9;
}

.logistics_business> .wrapper_02> h3{
  margin: 0 auto;
  margin-bottom: 20px;
}


.logistics_business_01_02 > h5 {
  text-align: center;
  font-size: 2rem;
  color: #099CB5;
}

.logistics_business_01_02 img{
  width: 80%;
}



.logistics_business_01_01 {
  display: flex;
  gap: 0px 40px;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-top: 10px;
}

.logistics_business_01_02 li::before {
  position: relative;
  top: -4px;
  left: -10px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #000;
}


.logistics_business_01_02 {
  width: 130px;
}

.logistics_business_02 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.logistics_business_02 h4 {
  background-color: #099CB5;
  height: 71px;
  text-align: center;
  padding-top: 14px;
  font-size: 2.4rem;
  color: #fff;
}

.logistics_business_02_01 {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 1px solid #ddd;
}

.logistics_business_02_01_02 {
  width: 50%;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  padding: 22px 18px;
}

.logistics_business_02_01_02 > p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}


.logistics_business_02_01_02 > h5 {
  font-size: 2.1rem;
  margin: 5px 0;
  color: #099CB5;
}

.logistics_business_02_01_02 > p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}


.logistics_business_02_01_03 {
  border-left: 1px #DDDDDD solid;
  border-right: 1px #DDDDDD solid;
  padding: 40px;
}


.logistics_business_02_01_02_img, .logistics_business_02_01_02 > h5 {
  text-align: center;
}

.logistics_business_02_01_02_img img{
  width: 70px;
}

.logistics_business_02_01_02_text {
}

.logistics_business_02_01_02_text> h5 {
  font-size: 2.4rem;
  margin: 5px 0;
  color: #099CB5;
  text-align: center;
}

.logistics_business_02_01_02_text> p {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.logistics_business_02_01_04 {
  padding: 40px;
  padding-top: 0px;
  border-left: 1px #DDDDDD solid;
  border-right: 1px #DDDDDD solid;
  border-bottom: 1px #DDDDDD solid;
}

.logistics_business_02_02 {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.logistics_business_02_01_02_text_02 h6 {
  font-size: 2.0rem;
  border-bottom: #ddd 1px solid;
  color: #099CB5;
  padding-bottom: 10px;
}

.logistics_business_02_01_02_text_02 ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logistics_business_02_01_02_text_02 ul li {
  font-size: 1.4rem;
  list-style: none;
  padding-left: 8px;
}

.logistics_business_02_01_02_text_02 ul li::before {
  position: relative;
  top: -2px;
  left: -5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  content: '';
  border-radius: 100%;
  background: #333;
}

.logistics_business_02_01_02_text_03 h6 {
  font-size: 1.7rem;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  padding-left: 15px;
}


.logistics_business_02_01_02_text_03 ul {
  padding-top: 20px;
}

.logistics_business_02_01_02_text_03 ul li {
  font-size: 1.4rem;
  list-style: none;
  padding-left: 13px;
}


.logistics_business_03 h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #099CB5;
  margin-bottom: 10px;
}

.logistics_business_03_01 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 24px;
}

.Lb_03_02Image{
  text-align: center;
}

.Lb_03_02Image img {
  padding: 10px 26px;
  width: 90%;
}

.logistics_business_04 p{
  padding-bottom: 20px;
}


.logistics_business_04 h3
 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0 ;
  font-weight: bold;
}

.logistics_business_04_02> h3{
  font-size: 2.4rem;
  color: #099CB5;
  text-align: left;
  margin: 20px 0 10px 0;
}

.logistics_business_04 p {
  font-size: 1.4rem;
}

.logistics_business_04 ul, 
.logistics_business_04_02 ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.logistics_business_04 ul li,
.logistics_business_04_02 ul li {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 30px;
  margin-left: 10px;
  line-height: 30px;
}

.logistics_business_04 ul li::before,
.logistics_business_04_02 ul li::before {
  position: relative;
  top: -5px;
  left: -7px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #333;
}




/* pageCta */

.pageCta {
  background-color: #219FB5;
  height:auto;
  color: #fff;
  padding: 20px 0;
}

.pageCta p {
  text-align: center;
}

.pageCta> .wrapper_02> .pcNone{
  height: auto;
  width: auto;
  margin-bottom: 20px;
}

.pageCta> .wrapper_02> .pcNone img{
  width: auto;
}



.pageCta> .wrapper_02> .ctaBtn, .pageCta> .wrapper_02> .ctaBtn_02 {
  background-color: #FF7C23;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 1.5rem;
  width: 330px;
  height: 50px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  position: relative;
}

.pageCta> .wrapper_02> h3{
  font-size: 2.5rem;
  text-align: center;
}

.pageCta> .wrapper_02> h3 span .marker {
  color: #FFF500;
  border-bottom: 2px solid #FFF500;
}

/* block05 */

.block05> .wrapper_02 p {
  margin: 0 auto;
  margin-bottom: 20px;
}

/*  case */

.case_box{
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  padding: 0px 20px 20px 20px;
}

.case_title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.case_no{
  height: 96px;
  border-radius: 0 0 4px 4px;
  background-color: #099CB5;
  color: #C2E5E3;
  font-size: 0.714em;
  text-align: center;
  font-family: Helvetica;
  line-height: 33px;
  padding: 23px 10px 0 10px;
  font-weight: 500;
  font-size: 5.4rem;
}

.case_no span{
  font-size: 1rem;
  border-top: 1px solid #C2E5E3;
  letter-spacing: -0.5px;
}

.case_title h3{
  color: #099CB5;
  text-align: left;
  margin: 0px;
  padding-left: 10px;
}

.title_tag{
  border: 1px solid #099CB5;
  height: 25px;
  text-align: center;
  font-size: 1.3rem;
  color: #099CB5;
  margin-top: 10px;
  line-height: 22px;
}

.case_detail{
  margin-top: 15px;
}


.brCase{
  width: 100%;
}

.caseTxtBox_02{
  width: 100%;
  background-color: #F6F6F6;
  padding: 10px;
  line-height: 20px;
  font-size: 1.4rem;
  display:table;
}


.td01{
  width: 30%;
  margin-right: 20px;
}

.td02{
  width: 60%;
  font-weight: 700;
}

.case_img{
  margin-right: 18px;
}

.case_txt h4{
  font-size: 1.8rem;
  margin: 10px 0 0 0;
}

.case_txt ul{
  font-size: 1.5rem;
  margin: 10px 18px;
}

.case_txt li{
  font-size: 1.4rem;
  line-height: 24px;
}

.case_txt> p{
  margin-bottom: 10px;
}





/*  interview */

.interview_02 {
  background-color: #F5F8F9;
  padding: 20px 0;
}

.interview_wrap{
  margin: 0 20px 20px 20px;
  font-size: 2.0rem;
}
.interview_wrap + .interview_wrap { margin-top: 0px; padding-top: 15px; border-top: #ddd solid 1px; }

.interview_img img{
  width: 100%;
  height: auto;
  border: #ddd solid 1px;
}



.interview_wrap h3{
  font-size: 2rem;
  text-align: left;
  margin: 0;
}

.interview_txt{
  font-size: 2rem;
}
.interview_txt .cat { color: #999; font-size: 15px; }

.interview_txt ul{
  display: flex;
  padding-top: 10px;
  flex-wrap: wrap;
}

.interview_txt ul li{
  color: #099CB5;
  font-size: 1.2rem;
  line-height: 22px;
  margin-right: 3px;
  margin-bottom: 10px;
}
.interview_txt ul li a { border: 1px solid #099CB5; background-color: #fff; padding: 0 9px; height: 24px; display: block; color: #099CB5; }

.interview_txt p{
  font-size: 1.5rem;
  line-height: 25px;
}

.interview_txt p span{
  background:linear-gradient(transparent 60%, #FDEE34 60%);
  font-weight: bold;
}

.interview_txt> .interviewLink {
  font-size: 1.7rem;
  text-decoration: underline;
  margin-top: 3px;
  position: relative;
}

.interview_txt> .interviewLink a {
  color: #000;
}



/* schedule */

.schedule{
  background-color: #099CB5;
  margin: 0 auto;
  padding: 20px;

}

.schedule h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #FFF;
  line-height: 30px;
  padding-bottom: 20px;
}

.schedule p {
  text-align: center;
  font-size:1.3rem;
  color: #FFF;
  padding-bottom: 10px;
}

.schedule img{
  margin-top: 20px;
  width: auto;
}


/* service */

.service {
  background-color: #F5F8F9;
  padding: 20px 0;
}

.service a{
  color: #666;
  text-decoration: underline;
}

.service h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 10px;
}

.serviceBox h4 {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}

.serviceBox h4::before {
  content: url(../img/image/service_arrow_icon.png);
  position: absolute;
  left: 0px;
  top: 7px;
}

.serviceBox {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.serviceBox div {
  margin-bottom: 25px;
}

.blogLink {
  border-top: #ccc 1px solid;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 1.3rem;
}

.blogLink h4 {
  font-weight: bold;
}


/* block04_03 */

.block04_03_sp img,.b05_content_sp img{width: 100%;height: auto;}


/* seminarBoxWarp */
.seminarBoxWarp{
  padding: 30px 20px;
  background: url(../img/bg_semi.jpg) no-repeat center top ;
  box-sizing: border-box;
  background-size: auto 100%;
}
.seminarBox{
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.seminarBox h2{
  line-height: 1.3;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
.seminarBox h2 span{
  font-size: 1.2rem;
  color: #ff9b00;
}
.seminarBox p.read{
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.seminarItem{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.seminarItem figure{
  width: 100%;
}
.seminarItem figure img{
  width: 100%;
}
.seminarTxt{
  width: 100%;
}
.seminarTxt p.date{
  font-weight: 700;
  font-size: 1.5rem;
  padding: 10px 0 0 0;
  margin-bottom: 5px;
}
.seminarTxt p.date span { display: inline-block; color: #fff; background-color: #f00; font-size: 12px; padding: 0px 8px; margin: 4px 0px 0px 8px; vertical-align: top; }
.seminarTxt h3{
  color: #00aabe;
  font-weight: 700;
  font-size: 2rem;
}
.seminarTxt h3 br { display: none; }
.seminarTxt p{
  line-height: 1.8;
  padding: 10px 0 15px 0;
}
.seminarTxt p.link {
  padding: 0;
}
.seminarTxt a { color: #00aabe; }
.link a {
  display: block;
  position: relative;
  background: #ff9b00;
  padding: 1.5rem;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}

.link a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.link a:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}


.link2 a {
  display: block;
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 100px;
  color: #00adba;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}

.link2 a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #00adba;
  transform: rotate(45deg);
}

.link2 a:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #00adba;
  transform: rotate(-45deg);
}

.link3 a {
  display: block;
  position: relative;
  background: #00aabe;
  padding: 1.5rem;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  transition: .5s;
}

.link3 a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.link3 a:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}





/* FAQ */
dl.qaItem,
dl.qaItem_last,
.qaItem dt,
.qaItem_last dt,
.qaItem dd ,
.qaItem_last dd{
  margin: 0;
  padding: 0;
}

dl.qaItem,
dl.qaItem_last {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 #ccc;
  margin:0 auto 15px auto;
  background-color: #fff;
}

.qaItem dt,
.qaItem_last dt {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: left;
}
.qaItem dt b,
.qaItem_last dt b{
  font-size: 4rem;
  font-weight: 500;
  padding-right: 14px;
  vertical-align: middle;
  color: #00adba;
  position: relative;
  text-align: left;
  top: -10px;
}
.qaItem dt p,
.qaItem_last dt p{
  padding-right: 30px;
}

.qaItem dd ,
.qaItem_last dd{
  padding: 20px 20px 20px 20px;
  border-radius: 6px;
  background: #f6f6f6;
  vertical-align: middle;
  display: flex;
  text-align: left;
  box-sizing: border-box;
}

.qaItem dd b,
.qaItem_last dd b{
  font-size: 4rem;
  font-weight: 500;
  padding-right: 20px;
  vertical-align: middle;
  color: #ff9b00;
  position: relative;
  top: -10px;
  text-align: left;
}

.qaItem span::before,
.qaItem span::after ,
.qaItem_last span::before,
.qaItem_last span::after{
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background-color: #aaaaaa;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
  
.qaItem span::after ,
.qaItem_last span::after{
  background-color: #aaaaaa;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.qaItem .active::after ,
.qaItem_last .active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
  border-bottom: #000 1px solid;
}

/*タブのスタイル*/
.tab_item,
.tab_item_02,
.tab_item_last {
  width: 103.5px;
  font-size: 1.1rem;
  background-color: #fff;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border: #d8d8d8 solid 1px;
  border-radius: 3px;
  height: 50px;
  margin-right: 8px;
  padding-top: 16px;
  margin-bottom: 10px;
  z-index: 9;
}


.tab_item_02{
  padding-top: 7px;
}

.tab_item_last {
  margin-right: 0px;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#ec_content,
#borderCrossing_content,
#spot_content,
#acceptingOrders_content,
#customer_content,
#wms_content{
  margin-top: -1px;
}

/*選択されているタブのコンテンツのみを表示*/
#ec:checked ~ #ec_content,
#borderCrossing:checked ~ #borderCrossing_content,
#spot:checked ~ #spot_content, 
#acceptingOrders:checked ~ #acceptingOrders_content,
#customer:checked ~ #customer_content,
#wms:checked ~ #wms_content{
  display: inline-block;
  width: 100%;


}

/*選択されているタブのスタイルを変える*/
.QAWrap input:checked + .tab_item,
.QAWrap input:checked + .tab_item_02,
.QAWrap input:checked + .tab_item_last{

  position: relative;
  padding-bottom:10px ;
  border-top: #00aabe 4px solid;
}





/* contactBoxWarp */
.contactBoxWarp{
  background-color: #00adba;
}
.contactBox{
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
.contactBox h2{
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.contactBox p.read{
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
}

.contactBox ul{
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}
.contactBox ul li:first-child a{
}
.contactBox ul li{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.contactThanks h2{
  font-size: 3rem;
}
.contactThanks p{
  padding-bottom: 30px;
}

.wrapper{
  padding-bottom: 15px;
}


/* f_cta */

.footer_cta{
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
}


.footer_cta::before, .footer_cta::after {
  border-top: 1px solid;
  content: "";
  width: 80px;
}

.footer_cta::before{
  margin-right: 10px;
}

.footer_cta:after{
  margin-left: 10px;
}

.contactBox ul {
  padding-top: 10px;
}


.contactBox> h3{
  font-size: 1.4rem;
  text-align: center;
  margin: 7px;
  color: #fff;
}


.f_ctaTel,
.f_ctaForm,
.f_ctaMail{
  border-top: #fff 1px solid;
  padding: 10px 0;
    margin: 10px 0;
    color: #fff;
}

.f_ctaTel h4{
  font-size: 2rem;

}

.f_ctaImage img{
  width: auto;
  margin-bottom: 0px;
}


.f_ctaForm h4,
.f_ctaMail h4{
  font-size: 2rem;

}

.f_ctaForm p,
.f_ctaMail p{
  padding-bottom: 10px;
}


.f_ctaButton_01,
.f_ctaButton_02{
  background-color: #FF7C23;
  width: 264px;
  height: 50px;
  margin: 0 auto;
  padding-top: 13px;
  border-radius: 4px;
  align-items: center;
}
  
.f_ctaButton_02{
  background-color:#fff;
}

.f_ctaButton_02 p a{
  color:#00adba;
}

/* footer */
footer{
  background-color: #333;
}
.footer{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.footer ul{
}
.footer ul li a{
  color: #fff;
  text-decoration: none;
}
.footer ul.menu01 li{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.footer ul.menu01 li a{
  display: block;
  padding: 20px;
  border-bottom: 1px solid #777;
}

.footerTitle{padding: 10px 0 0 20px;}


.footer ul.menu02 li{
  font-size: 1.4rem;
  line-height: 1;
  padding: 0;
}
.footer ul.menu02 li a{
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #777;
}

.copyright{
  background-color: #fff;
  font-size: 1rem;
  padding: 20px;
  text-align: center;
}
.copyright p{
  margin: 10px 0;
}

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

.copyright_02{
  background-color: #fff;
  font-size: 1rem;
  padding: 20px;
  text-align: center;
}
.copyright_02 p{
  margin: 10px 0;
}

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


.management{
  display: flex;
  justify-content: center;
  align-items: center;

}

  .r-mark{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.logoJpx{
    width: 30%;
}







 .txt{    
  text-align: left;
}



#price{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#price h2{
  text-align: center;
  font-size: 3.2rem;
  padding-top: 50px;
}
#price p.read{
  text-align: center;
  font-size: 1.6rem;
  padding: 12px 0 20px 0;
}
#price p.note{
  text-align: left;
  font-size: 1.2rem;
  padding: 6px 0 40px 0;
}

#price .prTbl1 {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  border: #ddd 1px solid;
}
#price .prTbl1 th {
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  padding: 5px;
  line-height: 1;
}
#price .prTbl1 th em {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  font-style: normal;
}
#price .prTbl1 th span {
  font-size: 1rem;
  font-weight: normal;
}
#price .prTbl1 td {
  background-color: #fff;
  border: #ddd 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
}
#price .prTbl1 .pTtl th {
  background-color: #00aabe;
  text-align: center;
  color: #fff;
  padding: 18px;
  font-size: 1.5rem;
  font-weight: normal;
}
#price .prTbl1 .pTtl th em {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
#price .prTbl1 .pTtl th span {
  font-size: 2rem;
  font-weight: bold;
}
#price .prTbl2 {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: #ddd 1px solid;
}
#price .prTbl2 tr:first-child th {
  border-top: none;
}
#price .prTbl2 th {
  border-right: solid 1px;
  border-top: #ffffff 1px solid;
  background-color: #00aabe;
  text-align: center;
  padding: 5px 5px;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
#price .prTbl1 .prTxt,
#price .prTbl2 .prTxt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
  font-style: normal;
}
.nowarp{
  white-space: nowrap
}

.prTbl2 th span {
  color: #FFF85E;
}

#price .prTbl2 th .prTbl2_st {
  font-weight: normal;
  font-size: 0.75em;
  color: #FFFFFF;
}
#price .prTbl2 td {
  background-color: #ffffff;
  border-top: #ddd 1px solid;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 3px;
  vertical-align: middle;
  width: 30%;
}
#price .prTbl2note {
  text-align: right;
  font-size: 1.4rem;
}
#price .simArea {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 1px 27px 3px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
}
#price .leadCopy {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#price .simArea h3 {
  text-align: center;
  font-size: 2rem;
  color: #00aabe;
  font-weight: bold;
  padding-bottom: 5px;
}
#price .simArea h3 span {
}
#price .simArea .prTbl3note {
  text-align: left;
  font-size: 1.3rem;
  padding: 0;
}
#price .simArea .prTbl3 {
  width: 100%;
  border-collapse: collapse;
  border: #ddd 1px solid;
}
#price .simArea .prTbl3 th {
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  padding: 10px 3px 5px;
  line-height: 1.4;
  background-color: #f6f6f6;
}
#price .simArea .prTbl3 th em {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
}
#price .simArea .prTbl3 th span {
  font-size: 1rem;
}
#price .simArea .prTbl3 td {
  background-color: #ffffff;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 3px;
}
#price .simArea .prTbl3 .pTtl th {
  background-color: #00aabe;
  text-align: left;
  color: #fff;
  font-size: 2rem;
  padding: 15px;
}
#price .simArea .prTbl3 .pTtl th span {
  font-size: 1.5rem;
  font-weight: normal;
}
#price .simArea .prTbl3 .pTtl th em {
  display: inline-block;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
#price .simArea .prTbl3 .pTtl th span {
  display: inline;
  color: #ffffff;
  font-size: 1.4rem;
}
#price .simArea .simRbox {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
}
#price .simArea .simRbox .resultTtl {
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 0;
}
#price .simArea .simRbox .resultTtl .estzk {
  display: inline-block;
  color: #f34b27;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 6px;
  line-height: 1.5;
}
#price .simArea .simRbox .resultTtl span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  transform: rotate(90deg);
  margin: 0 2px;
}
#price .simArea .simRbox .resultTtl span.tr1 {
  color: #f9a593;
}
#price .simArea .simRbox .resultTtl span.tr2 {
  color: #f6785d;
}
#price .simArea .simRbox .resultTtl span.tr3 {
  color: #f34b27;
}
#price .simArea .simRbox .result {
  background-color: #efefef;
  color: #ffffff;
  font-size: 2rem;
  font-weight: normal;
  padding: 12px;
  line-height: 1;
  margin-left: 10px;
  width: 250px;
  text-align: right;
  color: #00aabe;
}
.resultEn{
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 10px;
}
.resultEn span{
  font-weight: normal;
  font-size: 1rem;
}


.result_note {
  text-align: center;
  margin-top: 20px;
}

#price .wdt40 {
  width: 40px;
  text-align: center;
}
#price input[type="text"] {
  padding: 6px 5px;
  border: #dddddd 2px solid;
  font-size: 1.6rem;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: right;
}
#price input::-webkit-input-placeholder {
  color: #aaaaaa;
}
#price input::-moz-placeholder {
  color: #999999;
}
#price input:-ms-input-placeholder {
  color: #aaaaaa;
}
#price input:focus::-webkit-input-placeholder, #price input:focus::-moz-placeholder, #price input:focus:-ms-input-placeholder {
  color: transparent !important;
}


#price .arrow{
  text-align: center;
  padding: 20px 0 10px 0;
}

.kihonryo{
  position: relative;
  top: 30px;
  background-color: #00aabe;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 0;
  border: 1px solid #ddd;
  z-index: 10;
}
.plus{
  position: relative;
  z-index: 100;
  top: 16px;
  text-align: center;
}

.page .seminarItem{
  width: 100%;
  margin: 0 auto 20px auto;
  box-shadow: 0 0 5px 0 #ccc;
}


.page {
  padding-top: 20px;
  width: 100%;
  margin:0 auto;
}

.page_02 {
  width: 100%;
  margin:0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.soon{
  padding-top: 0px;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  color: #999;
}


.wp figure img{
  width: 100%;
  height: auto;
}


.formContents > div{
}

.formContents > div > div{
  padding-left: 0;
}
.formContents > div .ph img{
  width: 100%;
  height: auto;
}
.formContents h1{
  clear: both;
  margin: 0;
  padding: 20px 0 5px 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00aabe;
  letter-spacing:-1px;
  text-align: center;
}
.formContents h2{
  clear: both;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ed6102;
  letter-spacing:-1px;
  text-align: center;
}
.formContents{
  clear: both;
  margin: 0;
  padding: 0 0 50px;
}

.sum{
  margin: 0px auto;
  text-align: left;
  border-radius: 4px;
}
.sum-th{
  margin: 0px auto;
  text-align: left;
  border-radius: 4px;
  padding: 14px;
  border: 4px solid #ddd;
}



/* pagetop */
#pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 10px;
  font-size: 1rem;
  z-index: 100000000;
}
#pagetop a {
  background: #777;
  text-decoration: none;
  color: #fff;
  padding: 8px 14px;
  text-align: center;
  display: block;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
#pagetop a:hover {
  text-decoration: none;
  background: #999;
}



/* mainvis */
.mainvisWarp{
  margin: 0;
  padding: 0;
}
.mainvisWarp .video{
  display: none;
}
.mainvisBg{
  width: 100%;
  background: url(../img/bg_mainvis.png) no-repeat left top;
  background-size: 1000%;
}
.mainvis{
  width: 100%;
  margin: 0 auto;
  padding:26px 20px 30px 20px;
}

.mainvis p img{
  width: 335px;
}
.mainvis ul{
  display: block !important;
  padding-top: 10px;
}
.mainvis ul li{
  margin-right: 0px !important;
  padding-top: 10px;
}

.top01Warp{
  background: url(../img/read_top.png) no-repeat left top;
  background-size: auto 1160px;

}
.top01{
  width: 100%;
  margin: 0 auto;
  padding:30px 20px;
  box-sizing: border-box;
}

.top01 h2{
  font-size: 2rem;
  color: #fff;
  padding-bottom: 10px;
}
.top01 p{
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 0 25px 0;
}
.top01 figure{
  text-align: center;
}
.top01 figure img{
  width: 100%;
}

.top02Warp{

}
.top02{
  width: 100%;
  margin: 0 auto;
  padding:30px 20px;
  box-sizing: border-box;
}

.top02 h3{
  font-size: 1.6rem;
  color: #00aabe;
}

.top02 h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 10px 0;
}

.top02 p{
  line-height: 2;
  padding: 0 0 20px 0;
}
.top02 figure{
  text-align: center;
}
.top02 figure img{
  width: 100%;
}


.top03Warp{
  padding: 30px 20px 50px 20px;
  background: url(../img/bg_top01.png) repeat-y center top;
  box-sizing: border-box;
}
.top03{
  width: 100%;
  margin: 0 auto;
  padding:0 0 0 0;
  text-align: center;
}

.top03 h2 span{
  font-size: 1.6rem;
  color: #00aabe;
}

.top03 h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 25px 0;
}

.top03 ul li{
  padding-bottom: 25px;
}
.top03 .link3{
  padding-top: 0px;
}


.topCaseWarp{
  padding: 30px 20px 50px 20px;
  box-sizing: border-box;
}
.topCase{
  width: 100%;
  margin: 0 auto;
  padding:0 0 0 0;
  text-align: center;
}

.topCase h2 span{
  font-size: 1.6rem;
  color: #00aabe;
}

.topCase h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 25px 0;
}




.top04Warp{
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #f2f6f6;
}
.top04{
  width: 100%;
  margin: 0 auto;
  padding:0 0 0 0;
  text-align: center;
}

.top04 h2 span{
  font-size: 1.6rem;
  color: #00aabe;
}

.top04 h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 20px 0;
}
.top04 p{
  font-size: 1.4rem;
  padding-bottom: 20px;
}

.top04 figure{
  overflow-x: scroll;
  text-align: center;
}

.qaWarp{
  text-align: center;
  margin: 0;
  padding: 30px 20px 20px 20px;
  background-color: #f2f6f6;
}

.qaWarp h2 span{
  font-size: 1.6rem;
  color: #00aabe;
}

.qaWarp h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 30px 0;
}
.qaWarp p{
  padding-bottom: 15px;
}


.top05Warp{
  padding: 30px 20px;
  box-sizing: border-box;
  background-color: #f2f6f6;
}
.top05{
  width: 100%;
  margin: 0 auto;
  padding:0 0 0 0;
  text-align: center;
}

.top05 h2 span{
  font-size: 1.6rem;
  color: #00aabe;
}

.top05 h2{
  line-height: 1.3;
  font-size: 2rem;
  padding: 10px 0 20px 0;
}

.top05 figure{
  text-align: center;
}
.top05 figure img{
  width: 100%;
}



/* about */
.about01{
}
.about01 h2{
  color: #00aabe;
  font-size: 2rem;
}
.about01 p{
  font-size: 1.4rem;
  line-height: 2;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.about01 img{
  width: 100%;
}

.about02{
  padding-top: 30px;
}
.about02 h2{
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  color: #00aabe;
}
.about02 h2 span{
  font-size: 1.6rem;
  color: #333;
}

.about02Item{
  margin-top: 20px;
  padding: 50px 0 20px 0;
}
.about02ItemTxt{
}
.about02ItemTxt h3{
  font-size: 2rem;
  line-height: 1.3;
}
.about02ItemTxt h4{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #00aabe;
  padding: 10px 0 10px 0;
}
.about02ItemTxt p{
  font-size: 1.4rem;
  line-height: 2;
}

.about02Item .about02ItemTxt figure{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
}

.about02Item figure{
  width: 100%;
  padding-top: 30px;
}
.about02Item figure img{
  width: 100%;
}

.bg01{
  background: url(../img/bg01.png) no-repeat;
  background-size: 100px auto;
}
.bg02{
  background: url(../img/bg02.png) no-repeat;
  background-size: 100px auto;
}
.bg03{
  background: url(../img/bg03.png) no-repeat;
  background-size: 100px auto;
}

.about03{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.about03 p{
  line-height: 2;
}
.about03 figure{
  padding: 20px 0 20px 0;
  text-align: center;
}
.about03 img{
  width: 100%;
}
.about04 h2{
  padding-bottom: 30px;
}
.about04 img{
  width: 100%;
}
.tableScroll{
  /* overflow-x: scroll; */
}

.tableScroll table{
  width: 100% !important;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #2bb6b9;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color:rgba(255, 0, 0, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #00aabe;
  transition: all 0.5s;/*アニメーション設定*/
  overflow: scroll;
}
.menu-content ul {
    padding: 70px 20px 0 20px;
}
.menu-content ul li {
    border-top: solid 1px #65bcc1;
    list-style: none;
    color: #ddd;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 0;
    position: relative;
}
.menu-content 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: 11px;
    top: 28px;
}

.menu_second-level{
  padding: 0px 20px!important;
}

.nav_menu-title{
  padding-top: 20px;

}

.menu_third-level,
.menu_third-level_02{
  padding-top: 0px!important;
  margin-top: 20px;
  color: #fff;
}


.menu_forth-level,
.menu_forth-level_02{
  padding-top: 0px!important;
  color: #fff;
}



.menu_third-level> ul,
.menu_third-level_02> ul,
.menu_forth-level> ul,
.menu_forth-level_02> ul{
  margin-bottom: 20px;
  color: #fff;
}


#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

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

.spNone{
  display: none;
}

/* アイミツバナー */
.bnrAimitsu{
  text-align: center;
  padding-top: 30px;
}
.mainvis p.bnrAimitsu img{
  width: 250px;
}


/* セミナー詳細 */
.seminarPage{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.seminarPage h1{
  font-size: 22px;
  border-bottom: 5px solid #00aabe;
  padding-bottom: 14px;
}

.seminarPage p.seminarVis{
  padding: 30px 0 0 0;
}

.seminarPage p.seminarVis img{
  width: 100%;
}

.seminarPage p.dateIco{
  color: #999;
  padding: 5px 0;
}

.seminarPage p.dateIco span{
  font-size: 12px;
  background-color: #f00;
  color: #fff;
  line-height: 1 !important;
  padding: 4px 10px;
  margin: 4px 0px 0px 6px;
  display: inline-block;
  vertical-align: top;
}

.finished{
  background-color:#868686 !important;;
}
.sem_end { color: #f00; text-align: center; margin-top: 5px; font-size: 14px; background-color: #ffecec; padding: 10px; }

.seminarPage h2{
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 60px 0px 30px 0px;
  padding: 15px 20px;
  background-color: #F7F7F7;
  border-left: #00aabe solid 5px;
}

.seminarPage h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 30px 0px 10px 0px;
  padding: 4px 15px;
  border-left: #00aabe solid 5px;
}
.seminarPage h4 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 25px 0px 10px 0;
  padding: 0px 0px 0px 30px;
  position: relative;
}
.seminarPage h4:before {
  content: '';
  height: 4px;
  width: 15px;
  background-color: #00aabe;
  position: absolute;
  top: 12px;
  left: 0px;
}
.seminarPage p{
  line-height: 1.8;
}
.seminarPage p span {
  font-weight: bold;
}

.seminarPage ul{
  list-style: square;
  margin: 10px 24px;
}

.instructorBox{
  padding: 20px 15px 10px 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  display: flex;
}
.instructorPh {
  width: 80px;
  margin-right: 15px;
}

.instructorPh img{
  width: 80px;
}
.instructorBox p{
  line-height: 1.5;
  font-size: 14px;
  padding-bottom: 20px;
}
.instructorBox h5{
  font-size: 20px;
}

.seminarPage table{
  border-collapse:collapse;
  border-spacing:0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.seminarPage table th,
.seminarPage table td{
  display: block;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.seminarPage table th{
  width: 100%;
  background-color: #f9f9f9;
  text-align: left;
}
.seminarPage table td{
  line-height: 1.6;
}




/* 導入事例 */
.caseItem p.caseVis{
  max-width: 100%;
  width: 100%;
}

.caseItem p.caseVis img{
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.caseItem{
  width: 90%;
  margin: -40px auto 0 auto;
}
.caseItem h1{
  font-size: 21px;
  padding: 20px 0 20px 0;
}
.caseItem h2{
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 30px 0px 10px 0px;
  padding: 10px 0;
  color: #00aabe;
  border-bottom: #00aabe solid 1px;
}

.caseItem h3{margin-top: 30px; margin-bottom: 10px;}

.caseItem p{
  font-size: 1.5rem;
  line-height: 1.8;
}
.caseItem p span {
  font-weight: bold;
}
.caseItem p.ph{
  max-width: 780px;
  width: 100%;
  margin-top: 30px;
}

.caseItem p.ph img{
  max-width: 780px;
  width: 100%;
  height: auto;
}
.caseItem p.ph span{
  font-weight: normal;
  color: #999;
  font-size: 1.4rem;
}
.caseItem p.date {
  font-size: 1.4rem;
  color: #777;
  padding-bottom: 30px;
}
.caseItem div.data {
  padding: 20px;
  background-color: #f6f6f6;
}
.caseItem div.data a{
color: #0000ee;
}
.caseItem div.data p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}

.caseItem div.data p span {
  font-size: 1.6rem;
}
.caseItem div.data ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.caseItem div.data ul li{
  color: #00aabe;
  font-size: 1.3rem;
  margin-right: 5px;
  margin-bottom: 5px;
}
.caseItem div.data ul li a { border: 1px solid #00aabe; background-color: #fff; display: block; padding: 2px 6px; color: #00aabe; }

.case_text> a, .case_text> p>a {color: #0000ee;}


.point h2 {
  font-size: 1.6rem;
  padding-left: 25px;
  margin: 30px 0 0 0;
  background-color: rgba(0, 170, 190, 1);
  color: #fff;
}
.point ul{
  padding: 10px 16px;
  border: 5px solid rgba(0, 170, 190, 0.2);
  border-top: none;
}

.point ul li{
  font-size: 1.6rem;
  margin: 8px 0;
  padding: 0 0 0 36px;
  background: url(../img/ico_check.svg) no-repeat left 0.2em;
  background-size: 27px 22px;
}
.point ul li span{
  font-weight: bold;
}


/* トップページ（導入事例ブロック） */
.topCaseList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.topCaseList a {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.topCaseListItem{
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
  border-radius: 4px;
}
.topCaseListItem p.thum img{
  width: 100%;
  height: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.caseTxt{
  padding: 15px;
  text-align: left;
}
.caseTxt p{
  color: #777;
  font-size: 1.3rem;
}
.caseTxt h3{
  color: #333;
  font-size: 1.6rem;
  padding-top: 2px;
}
.topCaseListItem ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.topCaseListItem ul li{
  color: #00aabe;
  border: 1px solid #00aabe;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 3px 8px 4px 8px;
  margin-right: 4px;
}

.topCaseListItem p.btn{
  line-height: 1;
  display: block;
  text-align: center;
  background: #ff9b00;
  color: #fff;
  padding: 8px 14px 9px 14px;
  border-radius: 4px;
  margin-top: 15px;
}



/* メディア掲載（ECのミカタ） */

.media_title{
  text-align: center;
  margin-bottom: 20px;
}

.media_title h3{
  margin: 0;
  margin-top: 20px;

}


.media_title p img{
  width: auto;
}

.media_block,
.media_block_02{
  margin: 0 auto;
  padding-bottom: 10px;
  
  
}

.media_block_02{
  background-color: #F5F8F9;

}

.mediaMark{
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}
.mediaMark h2{
  text-align: center;
  font-size: 2rem;
  padding-bottom: 20px;
}

.media{
  display: block;
}

.media div{
  padding-left: 30px;
}
.media div h3{
  font-size: 1.5rem;
  font-weight: bold;
  color: #2bb6b9;
  letter-spacing: 0.5px;
  margin: 0 0 16px 0;
  padding: 10px 0 12px 0;
  border-bottom: 1px solid #ddd;
}
.media div h4{
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.media div p{
  font-size: 1.4rem;
  line-height: 2;
}

.mark{
  border-top: 1px solid #ddd;
  margin-top: 0px;
  padding-top: 30px;
  display: block;
}
.mark li{
    width: 100%;
    padding:10px 0px;
    text-align: center;
    text-align: center;
    
}
.mark li img{
  width: 70%;
  height: auto;
}
.mark li:first-child{
    border-left: none;
}

.mediaEcmikataHead{
  border-top: 1px solid #ddd;
  text-align: center;
  color: #34a4a7;
  padding: 20px 0 30px 0;
}
.mediaEcmikata{
  display: block;
}

.mediaMarkItem{
  width: 340px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.mediaMarkItem h4{
  font-size: 1.6rem;
  padding: 10px 0 6px 0;
}
.mediaMarkItem p{
  font-size: 1.4rem;
  line-height: 1.7;
}



/* お知らせバナー */
.bnrNews{
  text-align: center;
  padding-top: 30px;
}
.mainvis p.bnrNews img{
  width: 100%;
}


/*  Q&A */


.qa_block,
.qa_block_02{
  padding-bottom: 10px;
  background-color: #F5F8F9;
}

.qa_block_02{
  background-color: #fff;
}

.qa_block_02> .wrapper_02> h2{
  margin-bottom: 20px;
}

dl.qaItem,
dl.qaItem_last {
  width: 96%;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 #ccc;
  margin: 10px 0px 20px 2px;
  background-color: #fff;
}

.qaItem dt,
.qaItem_last dt {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: left;
}

.qaItem dt b,
.qaItem_last dt b {
  font-size: 6rem;
  font-weight: 500;
  padding-right: 20px;
  vertical-align: middle;
  color: #00adba;
  position: relative;
  text-align: left;
  top: -10px;
}

.qaItem dd,
.qaItem_last dd {
  padding: 20px;
  background: #f6f6f6;
  vertical-align: middle;
  display: flex;
  text-align: left;
}

.qaItem dd b,
.qaItem_last dd b {
  font-size: 4rem;
  font-weight: 500;
  padding-right: 20px;
  vertical-align: middle;
  color: #ff9b00;
  position: relative;
  top: -10px;
  text-align: left;
}

.qaItem dd a,
.qaItem_last dd a{
  text-decoration: none;
  color: #1486FA;
  display: inline-block
}


.form{
  padding: 0 20px;
}
.cms .form { padding: 0px; }
.formHead{
  text-align: center;
  padding-bottom: 30px;
}
.formHead h2{
  font-size: 3.4rem;
}

.formContents{
  padding: 0 20px;
}

.pager { text-align: center; font-size: 0px; margin-top: 30px; margin-bottom: 30px; }
.pager a, .pager span { display: inline-block; line-height: 20px; width: 26px; height: 26px; color: #999; border: #999 solid 1px; box-sizing: border-box; font-size: 13px; padding-top: 2px; margin: 0px 2px; border-radius: 3px; }
.pager a:hover { background-color: #eee; color: #666; }
.pager span.current { background-color: #666; border-color: #666; color: #fff; }
.pager .prev, .pager .next { width: auto; padding: 2px 10px 0px 10px; }
.pager span.prev, .pager span.next { pointer-events: none; opacity: 0.2; }

.title .stitle { padding-bottom: 0px; margin-bottom: 20px; position: relative; }
.title .stitle:before { content: ''; width: 100%; height: 2px; background-color: #00aabe; position: absolute; top: 50%; left: 0px; }
.title .stitle b { display: inline-block; font-weight: normal; background-color: #fff; padding-right: 12px; position: relative; z-index: 1; }

.breadcrumb { text-align: center; padding: 30px 20px 20px 20px; margin-top: 0px; }
.breadcrumb ul { max-width: 1100px; margin: 0 auto; text-align: left; font-size: 12px; }
.breadcrumb li { display: inline; }
.breadcrumb li a { display: inline; color: #099CB5; text-decoration: underline; }
.breadcrumb li a:hover { text-decoration: none; }
.breadcrumb li:not(:last-child):after { content: '>'; margin: 0px 4px 0px 6px; color: #ccc; }
.breadcrumb li br { display: none; }
.qa_block + .breadcrumb { background-color: #F5F8F9; }
.logistics_business_base + .breadcrumb { background-color: #F5F8F9; }

.p404 { padding: 0px 20px 40px 20px; }
.p404 h2 { font-size: 20px; font-weight: bold; margin-bottom: 20px; }
.p404 p { line-height: 2; }

.news_top { background-color: #F5F8F9; padding: 10px 20px 40px 20px; }
.news_top .cont { max-width: 900px; margin: 0 auto; }
.news_top .block_title { margin-bottom: 0px; }
.news_top .more_btn { margin-top: 30px; }
.news_top .nwlist { margin-top: -10px; }
.nwlist li { border-bottom: #ddd solid 1px; padding: 5px 0px; }
.nwlist a { display: block; position: relative; color: #333; padding: 10px; }
.nwlist a span { display: block; color: #999; text-decoration: none; }
.nwlist a:hover { text-decoration: underline; color: #099CB5; }

.more_btn a { height: 45px; width: 220px; border-radius: 4px; background-color: #099CB5; color: #fff; text-align: center; font-size: 1.6rem; line-height: 1.3; padding-top: 12px; margin: 0 auto; position: relative; box-sizing: border-box; }
.more_btn a::after { position: absolute; top: 16px; right: 18px; content: url(../img/image/ctaarrow_01.png); transition: all .3s; }

.nw_page { padding-left: 20px; padding-right: 20px; padding-top: 0px; padding-bottom: 10px; }

.nw_page { padding-top: 20px; }
.news_desc { padding-top: 0px; padding-bottom: 20px; }
.news_desc p.date { padding-bottom: 10px; border-bottom: #ddd solid 2px; margin-bottom: 20px; }
.news_desc h1 { padding-top: 0px; margin-bottom: 10px; }
.news_desc h3 { color: #00aabe; font-size: 1.6rem; }
.news_desc h4 { font-weight: bold; margin-bottom: 10px; margin-top: 20px; font-size: 1.4rem; }
.news_desc .cms > *:first-child { margin-top: 0px; }
.news_desc .cms table { border-collapse: collapse; display: table; }
.news_desc .cms table th, .news_desc .cms table td { background-color: #eee; border: #ddd solid 1px; padding: 10px; }
.news_desc .cms table td:nth-of-type(1), .news_desc .cms table td { background-color: #fff; }
.news_desc .cms a { display: inline; text-decoration: underline; color: #00aabe; }
.news_desc .cms a:hover { text-decoration: none; }

.cms a { display: inline; color: #00aabe; }