@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
.mb80{
  margin-bottom: 80px !important;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
footer p a{
  color: #FFF;
}
@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  .inner{
    width: 94%;
    margin: 0 auto;
  }
  
  /* footer */
  footer{
    background: #002596;
  }
  .footerInner{
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #FFF;
  }
  .footerCompanyInfo{
  }
  .footerCompanyInfo h3{
    font-size: 21px;
    margin-bottom: 20px;
  }
  .footerCompanyInfo h3 strong{
    font-size: 12px;
    display: block;
  }
  .footerCompanyInfo h3 span{
    font-size: 12px;
  }
  .companyInfoBox{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footerRight{
  }
  .pmark{
    background: #FFF;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .pmark p,.pmark .pmarkIcon{
    vertical-align: top;
    display: table-cell;
  }
  .pmark p{
    padding: 10px 15px;
    color: #000;
    font-size: 12px;
  }
  .pmark .pmarkIcon{
    width: 95px;
  }
  .sitemap{
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemapBox ul{
    display: none;
  }
  .sitemapBox:last-child{
    margin-right: 0;
  }
  .sitemapBox a{
    color: #FFF;
    text-decoration: none;
  }
  .sitemapBox a:hover{
    text-decoration: underline;
  }
  .sitemapBox h4{
    margin-bottom: 13px;
    border-bottom: 1px solid #FFF;
    font-weight: 400;
  }
  .sitemapBox ul{
    margin:0 0 15px 15px;
  }
  .sitemapBox li{
    font-size: 14px;
  }
  .copy{
    clear: both;
  }
  .copy p{
    text-align: right;
    font-size: 12px;
  }
  .exampleImage{
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
  }
  .exampleImage img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .groupWap .groupCompany{
    margin: 20px auto;
  }
  .groupCompany{
    width: 100%;
    border: 1px solid #CCC;
    margin: 40px auto 20px;
  }
  .groupCompany .groupBox{
    display: block;
  }
  .groupCompany .groupBox h3{
    text-align: center;
    padding: 15px 25px;
  }
  .groupCompany .groupBox a,.groupCompany .groupBox span{
    display: block;
    margin: 5px 10px;
    font-size: 14px;
  }
  .groupCompany .groupBox a:hover{
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .sp{
    display: none !important;
  }  
  
  /* footer */
  footer{
    background: #002596;
  }
  .footerInner{
    padding: 20px 40px;
    max-width: 1200px;
    width: 96%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #FFF;
  }
  .footerCompanyInfo{
    float: left;
    width: 35%;
  }
  .footerCompanyInfo h3{
    font-size: 21px;
    margin-bottom: 20px;
  }
  .footerCompanyInfo h3 strong{
    font-size: 12px;
    display: block;
  }
  .footerCompanyInfo h3 span{
    font-size: 12px;
  }
  .companyInfoBox{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footerRight{
    width: 62%;
    float: right;
  }
  .pmark{
    background: #FFF;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .pmark p,.pmark .pmarkIcon{
    display: table-cell;
    vertical-align: middle;
  }
  .pmark p{
    padding: 0 15px;
    color: #000;
    font-size: 12px;
  }
  .pmark .pmarkIcon{
    width: 95px;
  }
  .sitemap{
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemapBox{
    display: table-cell;
    padding-right: 20px;
  }
  .sitemapBox:last-child{
    margin-right: 0;
  }
  .sitemapBox a{
    color: #FFF;
    text-decoration: none;
  }
  .sitemapBox a:hover{
    text-decoration: underline;
  }
  .sitemapBox h4{
    margin-bottom: 15px;
  }
  .sitemapBox ul{
    margin:0 0 15px 15px;
  }
  .sitemapBox li{
    font-size: 14px;
  }
  .copy{
    clear: both;
  }
  .copy p{
    text-align: right;
    font-size: 12px;
  }
  .exampleImage{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .exampleImage img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .groupWap .groupCompany{
    margin: 30px auto;
  }
  .groupCompany{
    display: table;
    width: 100%;
    border: 1px solid #CCC;
    margin: 40px auto 20px;
  }
  .groupCompany .groupBox{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
  }
  .groupCompany .groupBox h3{
    text-align: center;
    padding: 15px 25px;
  }
  .groupCompany .groupBox a,.groupCompany .groupBox span{
    display: block;
    margin: 5px 0;
    font-size: 14px;
  }
  .groupCompany .groupBox a:hover{
    text-decoration: none;
  }
}
@media screen and (min-width: 1400px) {
  .sp{
    display: none !important;
  }
  
  /* footer */
  footer{
    background: #002596;
  }
  footer p a{
    text-decoration: none;
  }
  .footerInner{
    padding: 20px 40px;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #FFF;
  }
  .footerCompanyInfo{
    float: left;
  }
  .footerCompanyInfo h3{
    font-size: 21px;
    margin-bottom: 20px;
  }
  .footerCompanyInfo h3 strong{
    font-size: 12px;
    display: block;
  }
  .footerCompanyInfo h3 span{
    font-size: 12px;
  }
  .companyInfoBox{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footerRight{
    width: 570px;
    float: right;
  }
  .pmark{
    background: #FFF;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .pmark p,.pmark .pmarkIcon{
    display: table-cell;
    vertical-align: middle;
  }
  .pmark p{
    padding: 0 15px;
    color: #000;
    font-size: 12px;
  }
  .pmark .pmarkIcon{
    width: 95px;
  }
  .sitemap{
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemapBox{
    display: table-cell;
    padding-right: 20px;
  }
  .sitemapBox:last-child{
    margin-right: 0;
  }
  .sitemapBox a{
    color: #FFF;
    text-decoration: none;
  }
  .sitemapBox a:hover{
    text-decoration: underline;
  }
  .sitemapBox h4{
    margin-bottom: 15px;
  }
  .sitemapBox ul{
    margin:0 0 15px 15px;
  }
  .sitemapBox li{
    font-size: 14px;
  }
  .copy{
    clear: both;
  }
  .copy p{
    text-align: right;
    font-size: 12px;
  }
  .exampleImage{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .exampleImage img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .groupWap .groupCompany{
    margin: 30px auto;
  }
  .groupCompany{
    display: table;
    width: 100%;
    border: 1px solid #CCC;
    margin: 40px auto 20px;
  }
  .groupCompany .groupBox{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
  }
  .groupCompany .groupBox h3{
    text-align: center;
    padding: 15px 25px;
  }
  .groupCompany .groupBox a,.groupCompany .groupBox span{
    display: block;
    margin: 5px 0;
    font-size: 14px;
  }
  .groupCompany .groupBox a:hover{
    text-decoration: none;
  }
}

@media print{
  /* footer */
  footer{
    background: #002596;
  }
  .footerInner{
    padding: 20px 40px;
    max-width: 1200px;
    width: 96%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #FFF;
  }
  .footerCompanyInfo{
    float: left;
    width: 35%;
  }
  .footerCompanyInfo h3{
    font-size: 21px;
    margin-bottom: 20px;
  }
  .footerCompanyInfo h3 strong{
    font-size: 12px;
    display: block;
  }
  .footerCompanyInfo h3 span{
    font-size: 12px;
  }
  .companyInfoBox{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footerRight{
    width: 62%;
    float: right;
  }
  .pmark{
    background: #FFF;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .pmark p,.pmark .pmarkIcon{
    display: table-cell;
    vertical-align: middle;
  }
  .pmark p{
    padding: 0 15px;
    color: #000;
    font-size: 12px;
  }
  .pmark .pmarkIcon{
    width: 95px;
  }
  .sitemap{
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  .sitemapBox{
    display: table-cell;
    padding-right: 20px;
  }
  .sitemapBox:last-child{
    margin-right: 0;
  }
  .sitemapBox a{
    color: #FFF;
    text-decoration: none;
  }
  .sitemapBox a:hover{
    text-decoration: underline;
  }
  .sitemapBox h4{
    margin-bottom: 15px;
  }
  .sitemapBox ul{
    margin:0 0 15px 15px;
  }
  .sitemapBox li{
    font-size: 14px;
  }
  .copy{
    clear: both;
  }
  .copy p{
    text-align: right;
    font-size: 12px;
  }
  .exampleImage{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  .exampleImage img{
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
  .groupWap .groupCompany{
    margin: 30px auto;
  }
  .groupCompany{
    display: table;
    width: 100%;
    border: 1px solid #CCC;
    margin: 40px auto 20px;
  }
  .groupCompany .groupBox{
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
  }
  .groupCompany .groupBox h3{
    text-align: center;
    padding: 15px 25px;
  }
  .groupCompany .groupBox a,.groupCompany .groupBox span{
    display: block;
    margin: 5px 0;
    font-size: 14px;
  }
  .groupCompany .groupBox a:hover{
    text-decoration: none;
  }
}