/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.pt-privacy {background-image: url(../img/pagetitle/pt-privacy.jpg);}
.pt-contact {background-image: url(../img/pagetitle/pt-contact.jpg);}
.pt-company {background-image: url(../img/pagetitle/pt-company.jpg);}
.pt-license {background-image: url(../img/pagetitle/pt-license.jpg);}
.pt-stock {background-image: url(../img/pagetitle/pt-stock.jpg);}
.pt-about {background-image: url(../img/pagetitle/pt-about.jpg);}
.pt-blog {background-image: url(../img/pagetitle/pt-blog.jpg);}

.acl_car {background-image: url(../img/header/ic-car_b.png)}
.acl_train {background-image: url(../img/header/ic-train_b.png)}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Pagetitle */
.pagetitle {
width:100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptbg {
width:100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0) 62%);
}
.ptbg2 {
width:100%;
height: auto;
display: block;
background: #0054B7;
background: linear-gradient(45deg, rgba(0, 84, 183, 0.8) 0%, rgba(0, 84, 183, 0.5) 29%, rgba(0, 84, 183, 0) 60%);
}
.ptbody {
  width:100%;
height: auto;
display: block;
background-image: url(../img/index/tsacc.png);
background-repeat: no-repeat;
background-position: 90% bottom;
background-size: auto 80%;
}
.ptcc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
padding:15% 5% 5% 5%;
background-image: url(../img/pagetitle/ptcov.png);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
}
.ptcc h2 {
font-size:18px;
font-family: var(--font-min);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 1em 0;
order:2;
}
.ptcc p {
font-size:60px;
font-family: var(--font-en);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 0.2em 0;
order:1;
}
.ptcc ul {
  width:100%;
  height: auto;
  display: flex;
  order:3;
}
.ptcc ul li {
  font-size:12px;
  line-height: 1.5em;
  color: var(--color-white);
  margin:0;
}
.ptcc ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.ptcc ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ptcc ul li:after {
  content:" > ";
  margin-right:0.5em;
}
.ptcc ul li:last-child:after {
  content:"";
  margin-right:0;
}


/* Main */
main {
  width:100%;
  height: auto;
  display: block;
}

/* Map */
.mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
ul.accesslist li {
  width:100%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:2px 0 15px 55px;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px auto;
}


/* Stock tab */
.stntab {
  width:100%;
  max-width:1600px;
  height: 50px;
  display: flex;
  justify-content:center;
  border-bottom: 1px solid var(--color-ccc);
  margin:0 auto 40px;
}
.stntab li {
  width:300px;
  height: 50px;
  display:block;
  font-size:16px;
  font-weight: 400;
  margin:0 0.2%;
}
.stntab li.stntab_selected {
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  text-align: center;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
}
.stntab li a {
  width: 100%;
  height: 49px;
  display: block;
  line-height: 49px;
  text-align: center;
  text-decoration: none;
  color:var(--color-666);
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
}
.stntab li a:hover {
  color:var(--color-1st);
  background-color: var(--color-3rd);
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Pagetitle */
.pagetitle {
width:100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptbg {
width:100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0) 62%);
}
.ptbg2 {
width:100%;
height: auto;
display: block;
background: #0054B7;
background: linear-gradient(45deg, rgba(0, 84, 183, 0.8) 0%, rgba(0, 84, 183, 0.5) 29%, rgba(0, 84, 183, 0) 60%);
}
.ptbody {
  width:100%;
height: auto;
display: block;
background-image: url(../img/index/tsacc.png);
background-repeat: no-repeat;
background-position: 90% bottom;
background-size: auto 80%;
}
.ptcc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
padding:25% 5% 10% 5%;
background-image: url(../img/pagetitle/ptcov.png);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
}
.ptcc h2 {
font-size:18px;
font-family: var(--font-min);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 1em 0;
order:2;
}
.ptcc p {
font-size:60px;
font-family: var(--font-en);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 0.2em 0;
order:1;
}
.ptcc ul {
  width:100%;
  height: auto;
  display: flex;
  order:3;
}
.ptcc ul li {
  font-size:12px;
  line-height: 1.5em;
  color: var(--color-white);
  margin:0;
}
.ptcc ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.ptcc ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ptcc ul li:after {
  content:" > ";
  margin-right:0.5em;
}
.ptcc ul li:last-child:after {
  content:"";
  margin-right:0;
}


/* Main */
main {
  width:100%;
  height: auto;
  display: block;
}

/* Map */
.mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
}
ul.accesslist li {
  width:45%;
  height: auto;
  min-height:50px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:2px 0 0 55px;
  margin:0 2% 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px auto;
}


/* Stock tab */
.stntab {
  width:100%;
  max-width:1600px;
  height: 50px;
  display: flex;
  justify-content:center;
  border-bottom: 1px solid var(--color-ccc);
  margin:0 auto 40px;
}
.stntab li {
  width:300px;
  height: 50px;
  display:block;
  font-size:16px;
  font-weight: 400;
  margin:0 0.2%;
}
.stntab li.stntab_selected {
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  text-align: center;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
}
.stntab li a {
  width: 100%;
  height: 49px;
  display: block;
  line-height: 49px;
  text-align: center;
  text-decoration: none;
  color:var(--color-666);
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
}
.stntab li a:hover {
  color:var(--color-1st);
  background-color: var(--color-3rd);
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* Pagetitle */
.pagetitle {
width:100%;
height: auto;
display: block;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
}
.ptbg {
width:100%;
height: auto;
display: block;
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 4%, rgba(0, 0, 0, 0) 62%);
}
.ptbg2 {
width:100%;
height: auto;
display: block;
background: #0054B7;
background: linear-gradient(45deg, rgba(0, 84, 183, 0.8) 0%, rgba(0, 84, 183, 0.5) 29%, rgba(0, 84, 183, 0) 60%);
}
.ptbody {
  width:100%;
height: auto;
display: block;
background-image: url(../img/index/tsacc.png);
background-repeat: no-repeat;
background-position: 90% bottom;
background-size: auto 70%;
}
.ptcc {
width:100%;
height: auto;
display: flex;
flex-direction: column;
padding:35% 5% 15% 5%;
background-image: url(../img/pagetitle/ptcov.png);
background-repeat: no-repeat;
background-position: 0 100.1%;
background-size: 100% auto;
}
.ptcc h2 {
font-size:16px;
font-family: var(--font-min);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 1em 0;
order:2;
}
.ptcc p {
font-size:40px;
font-family: var(--font-en);
font-weight: 400;
line-height: 1em;
color:var(--color-white);
margin:0 0 0.2em 0;
order:1;
}
.ptcc ul {
  width:100%;
  height: auto;
  display: flex;
  order:3;
}
.ptcc ul li {
  font-size:12px;
  line-height: 1.5em;
  color: var(--color-white);
  margin:0;
}
.ptcc ul li a {
  color:var(--color-white);
  text-decoration: none;
}
.ptcc ul li a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ptcc ul li:after {
  content:" > ";
  margin-right:0.5em;
}
.ptcc ul li:last-child:after {
  content:"";
  margin-right:0;
}


/* Main */
main {
  width:100%;
  height: auto;
  display: block;
}

/* Map */
.mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
}

ul.accesslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
ul.accesslist li {
  width:100%;
  height: auto;
  min-height:40px;
  display: block;
  font-size:14px;
  line-height: 1.5em;
  color: var(--color-black);
  padding:5px 0 15px 45px;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
}


/* Stock tab */
.stntab {
  width:100%;
  max-width:1600px;
  height: 50px;
  display: flex;
  justify-content:center;
  border-bottom: 1px solid var(--color-ccc);
  margin:0 auto 40px;
}
.stntab li {
  width:300px;
  height: 50px;
  display:block;
  font-size:16px;
  font-weight: 400;
  margin:0 0.2%;
}
.stntab li.stntab_selected {
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  text-align: center;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
}
.stntab li a {
  width: 100%;
  height: 49px;
  display: block;
  line-height: 49px;
  text-align: center;
  text-decoration: none;
  color:var(--color-666);
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
}
.stntab li a:hover {
  color:var(--color-1st);
  background-color: var(--color-3rd);
}

}




/*ニュース詳細*/

.news-left{
  float: left;
  width: 70%;
}

.news-right{
  float: right;
  width: 25%;
}

.news-left h3{
  font-size: 26px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.6;
}



.single-content p{
  margin-bottom: 30px;
  font-size: 14px;
}


.single-content img{
  max-width: 100%;
  width: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.nav-below{
  display: table;
  margin:0 auto; 
  margin-top: 50px;
}

.nav-below span{
padding: 0 10px; 
}



/*ウィジェット*/

.widget-title{
  font-size: 14px;
  background: #333;
  color: #ffffff !important;
  padding: 8px;
  font-weight: normal;


}
.widget_archive li a,
#archives-2 li a,
#recent-posts-3 li a,
#archives-3 li a,
#categories-3 li a,
#custom-post-type-recent-posts-3 li a,
#custom-post-type-categories-3  li a{
  border-bottom:1px dotted #555;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
.widget_archive li:hover,
#archives-2 li:hover,
#recent-posts-3 li:hover,
#archives-3 li:hover,
#categories-3 li:hover,
#custom-post-type-recent-posts-3 li:hover,
#custom-post-type-categories-3 li:hover{
  background: #fff;
}

#recent-posts-3,
#calendar-2,
#archives-3,
#archives-2,
#categories-3,
#custom-post-type-calendar-2,
#custom-post-type-recent-posts-3,
#custom-post-type-categories-3{
margin-bottom: 30px;

  list-style: none;
}



/* Calendar */
#calendar_wrap {
  padding-top: 0.8rem;
  margin-top: 1px;

}

/* Calendar */
.calendar_wrap {
  padding-top: 0.8rem;
  margin-top: 1px;

}




#wp-calendar {
  width: 100%;
}


table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.1rem;
}


#wp-calendar caption {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.0em;
  padding-bottom: 5px;
  text-align: center;
}


#wp-calendar thead {
  font-size: 0.6rem;
  color: #666;
}


#wp-calendar thead th {
  text-align: center;
}


#wp-calendar tbody {
  color: #454545;
}


#wp-calendar tbody td {
  background: rgba(255,255,255,0.1);
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
}


#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#wp-calendar tfoot td {
  padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
  text-align: right;
}


#wp-calendar tbody td a, 
#wp-calendar tfoot td a {
}


#wp-calendar tbody td a:hover, 
#wp-calendar tfoot td a:hover {
  text-decoration: none;
}






.wp-calendar {
  width: 100%;
}


table.wp-calendar {
  border-collapse: separate;
  border-spacing: 0.1rem;
}


.wp-calendar caption {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.0em;
  padding-bottom: 5px;
  text-align: center;
}


.wp-calendar thead {
  font-size: 0.6rem;
  color: #666;
}


.wp-calendar thead th {
  text-align: center;
}


.wp-calendar tbody {
  color: #454545;
}


.wp-calendar tbody td {
  background: rgba(255,255,255,0.1);
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
}


.wp-calendar tbody .pad {
  background: none;
  border: none;
}


.wp-calendar tfoot td {
  padding: 0.2rem 0;
}


.wp-calendar tfoot #next {
  text-align: right;
}


.wp-calendar tbody td a, 
.wp-calendar tfoot td a {
}


.wp-calendar tbody td a:hover, 
.wp-calendar tfoot td a:hover {
  text-decoration: none;
}




/*ページネーション*/

.pagenationclumn span.current{
  border: 1px solid #0054b7;
  display: inline-block;
  margin:  2px !important;
  padding: 8px 8px !important;
 color: #0054b7;
}

.pagenationclumn span.current{
  background: #0054b7;
  color: #fff;
}

.pagenationclumn a{

  display: inline-block;
  border: 1px solid #0054b7;
  margin:  2px !important;
  padding: 8px 8px !important;
  color: #0054b7;

}

.pagenationclumn a {
    width: auto !important;
    height: auto;
    text-decoration: none;

}
.pagenationclumn a:hover {
    box-shadow:none!important;
}

.pagenationclumn span.current a{
  background: #0054b7;
  color: #fff;
  padding: 8px 8px !important;
}

.pagenationclumn a:hover{
  background: #0054b7;
  color: #fff;
}
.pagenationclumn a:hover{
  color: #fff;
}

.pagenationclumn{
  padding-top: 60px;
  display: table;
  margin: 0 auto;

}

.single-categry{
  font-size: 12px;
  background: #353535;
  color: #fff;
  display: table;
  padding: 3px 6px;
  margin-bottom: 10px;

}

.single-categry.nwc01{
}


.single-categry.nwc01 {
  background:#353535;
}

.single-category{
      margin-bottom: 10px;
}

.nwcate-single{
width: fit-content;
    height: auto;
    display: inline-block;
    font-size: 10px !important;
    line-height: 1em !important;
    margin: 0 !important; 

}



.nwcate-single span{
width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 3px 8px;

}


.img-news-only{

  display: flex;
  flex-wrap: wrap;

}

.img-news-only .img-container-bbs{
width: 49.5%;
display: block;
}

.img-news-only .img-container-bbs:nth-child(odd){

display: block;
margin-right: 1%;
}



.img-news-only .img-container-bbs:last-child{
  margin-bottom: 30px;
}

.archive-tit{
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  margin-bottom: 30px;

}



@media screen and (max-width: 768px) {

.news-left{
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
.news-right{
  float: none;
  width: 100%;
}





}



.nwtab-02 {
  width:100%;
  max-width:1600px;
  height: 50px;
  display: flex;
  justify-content:center;
  border-bottom: 1px solid var(--color-ccc);
  margin:0 auto 40px;
}
.nwtab-02 li {
  width:300px;
  height: 50px;
  display:block;
  font-size:16px;
  font-weight: 400;
  margin:0 0.2%;
  cursor: pointer;


}

.nwtab-02 li a {


    width: 100%;
  height: 49px;
  display: block;
  line-height: 49px;
  text-align: center;
  text-decoration: none;
  color:var(--color-666);
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
}

.nwtab-02 li.nwtab_selected a{
  line-height: 50px;
  font-weight: 700;
  color:var(--color-black);
  text-align: center;
  border-top: 1px solid var(--color-ccc);
  border-right: 1px solid var(--color-ccc);
  border-left: 1px solid var(--color-ccc);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:var(--color-white);
  background-color: var(--color-1st);
}
.nwtab-02 li.nwtab_selected a {
}

.nwtab-02 li a {
  text-decoration: none;
}
.nwtab-02 li:hover {
  color:var(--color-1st);
  background-color: var(--color-3rd);
}



@media screen and (max-width: 768px) {
.nwtab-02 li {

  font-size:12px;


}
  }