.pt-news {
  background-image: url(../img/pagetitle/001.jpg);
}
.pt-guide {
  background-image: url(../img/pagetitle/002.jpg);
}
.pt-stock {
  background-image: url(../img/pagetitle/003.jpg);
}
.pt-company {
  background-image: url(../img/pagetitle/004.jpg);
}
.pt-contact {
  background-image: url(../img/pagetitle/005.jpg);
}
.pt-privacy {
  background-image: url(../img/pagetitle/006.jpg);
}


.pt-galeon {
  background-image: url(../img/galeon/page-title.webp);
}




/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcov01 {
    width: 100%;
    height: 450px;
    display: block;
    background-color: rgba(0, 0, 0, 0.30);
  }
  .ptcov02 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../img/slidecov.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% auto;
  }
  .ptcc {
    width: 100%;
    height: 450px;
    display: block;
    padding: 130px 5% 50px 5%;
    text-align: center;
  }
  .ptcc h2 {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 45px;
    font-weight: 100;
    line-height: 1.25em;
    letter-spacing: -2px;
    margin-bottom: 5px;
    color: #fff;
  }
  .ptcc p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 25px !important;
  }
  .ptcc ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .ptcc ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
  }
  .ptcc ul li:after {
    content: " >";
  }
  .ptcc ul li:last-child:after {
    content: "";
  }
  .ptcc ul li a {
    text-decoration: underline;
    color: #fff;
  }
  /* Contents */
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 5%;
  }
  .mmcc h2.h2toptxt {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #333;
  }
  .mmcc h3.h3nom1 {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #273985;
  }
  .mmcc h4.h4nom1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px solid #273985;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #273985;
  }
  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
    color: #333;
  }
  .line_c2 {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 0 1%;
  }
  .bg_f5 {
    background-color: #f5f5f5;
  }
  /* Stock */
  .stncc {
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 5%;
  }
  /* Office */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Company */
  .catchtitle {
    font-size: 34px;
    text-align: center;
    color: #273985;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .catchtxt {
    font-size: 18px !important;
    text-align: center;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 0px !important;
  }
  /* Guide*/
  .pricetable {
    margin-bottom: 10px;
    width: 100%;
  }
  .pricetable th {
    width: 70%;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #273985;
    border-bottom: 1px dotted #ccc;
  }
  .pricetable td {
    width: auto;
    padding: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #222;
    border-bottom: 1px dotted #ccc;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 1024px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcov01 {
    width: 100%;
    height: 450px;
    display: block;
    background-color: rgba(0, 0, 0, 0.40);
  }
  .ptcov02 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../img/slidecov.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 140% auto;
  }
  .ptcc {
    width: 100%;
    height: 450px;
    display: block;
    padding: 170px 5% 50px 5%;
    text-align: center;
  }
  .ptcc h2 {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 32px;
    font-weight: 100;
    line-height: 1.25em;
    letter-spacing: -1px;
    margin-bottom: 5px;
    color: #fff;
  }
  .ptcc p {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 20px !important;
  }
  .ptcc ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .ptcc ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25em;
    color: #fff;
  }
  .ptcc ul li:after {
    content: ">";
  }
  .ptcc ul li:last-child:after {
    content: "";
  }
  .ptcc ul li a {
    text-decoration: none;
    color: #fff;
  }
  /* Contents */
  .mmcc {
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 5%;
  }
  .mmcc h2.h2toptxt {
    font-size: 28px;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #273985;
  }
  .mmcc h3.h3nom1 {
    font-size: 22px;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #273985;
  }
  .mmcc h4.h4nom1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px solid #273985;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #273985;
  }
  .mmcc p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2em;
    color: #333;
  }
  .line_c2 {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 0 1%;
  }
  .bg_f5 {
    background-color: #f5f5f5;
  }
  /* Stock */
  .stncc {
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 5%;
  }
  /* Office */
  .mapmm {
    width: 100%;
    height: auto;
    display: block;
  }
  .mapmm iframe {
    width: 100%;
    height: 500px;
    display: block;
  }
  /* Company */
  .catchtitle {
    font-size: 30px;
    color: #273985;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .catchtxt {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 0px !important;
  }
  .catchtxt br {
    display: none;
  }
  /* Guide*/
  .pricetable {
    margin-bottom: 10px;
  }
  .pricetable th {
    width: 70%;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #273985;
    border-bottom: 1px dotted #ccc;
  }
  .pricetable td {
    width: auto;
    padding: 15px;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #222;
    border-bottom: 1px dotted #ccc;
  }
}
/* Style for Smartphone */
@media screen and (max-width:640px) {
  .ptcov02 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../img/slidecov.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 220% auto;
  }
  /* Company */
  .catchtitle {
    font-size: 24px;
    color: #273985;
    font-weight: 100;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .catchtxt {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 0px !important;
  }
  .catchtxt br {
    display: none;
  }
  /* Guide*/
  .pricetable {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .pricetable th {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 5px 5px 5px;
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #273985;
    border-bottom: none;
  }
  .pricetable td {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 5px 20px 5px;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: #222;
    border-bottom: 1px dotted #ccc;
  }
}