.pcnone {
    display: block!important
}
.spnone {
    display: none!important
}
article.bkw {
    background: #fff;
    padding-top: 80px;
}
/* header */
header {
    justify-content: space-between;
    background:#fff;
}
header a.logo {
    width: 373px;
    margin-left: 35px;
    margin-top: 24px;
}
header a.logo img {
    width: 110px;
    margin: -20px 0 0 20px;
}
header nav header nav ul {
}
header nav ul li a {
    display: block;
    padding: 30px 0;
    color:#333;
}
.fixed{background: #fff;}
.fixed nav li a {
    padding: 20px 0;
}
.active a, header nav ul li a:hover {
    color: #0071BC;
    border-bottom: 4px solid #666;
    padding: 30px 0 26px;
}
.fixed nav li a:hover {
    color: #666;
    border-bottom: 4px solid #666;
    padding: 20px 0px;
}
#menu li {
    margin-left: 40px;
}
article{}
/* foot */
.foottop {
    padding-top: 80px;
}
a.entrybut {
    display: block;
    background: #fff;
    color:#333;
    text-align: center;
    width: 12em;
    padding: 10px 0;
    margin: 0px auto 0;border-radius: 13px;
}
footer {
    display: block;
    padding: 50px 0;
}
footer img {
    width: 374px;
    display: block;
    margin: 0 auto;
}
/* flex */
header, header nav ul, .w2, .w3, .w4, .viw2, .infobox article {
    display: flex;
}
/* width */
section {
    display: block;
    text-align: center;
    max-width: 1116px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
/* img width100% */
.mv img {
    width: 100%;
}
.viw2 img, .w2 img, .w3 img, .w4 img {
    display: block;
    width: 100%;
}
/* blue border-bottom */
.blbor {
    border-bottom: 8px solid #666;
    padding-top: 100px;
    padding-bottom: 40px;
}
/* container section */
.mv {
    width: 100%;
    max-width: 100%;
	height:100vh;
    background: url("../../images/common/mv.png") no-repeat center center;
    background-attachment: fixed;
	background-size:cover;
}
.mv-b {
    position: relative;
    text-align: center;
    margin-top: -48px;
    padding: 40px 0;
    font-size: 130%;
	color:#333;
}
.viw2 {
    max-width: 1576px;
    width: 100%;
    margin: 0 auto;
}
.viw2 a {
    width: 50%;
}
/* w3 */
.w3 div {
    width: 33.33%;
    padding-bottom: 25px;
}
.w3 div div{width:100%;}
.w3 div img {
    margin-bottom: 25px;
}
.w3 div h1, .w3 div p {
    margin: 0 30px;
}
.w3 div h1 {
    margin-bottom: 32px;
}
/* custom */
h1 {
    font-size: 25px;
    margin-bottom: 40px;
}
h1 span {
    font-size: 13px;
    display: block;
}
h1.title {
    margin: 72px 0 32px 4em;
    text-align: left;
}
h1.title span {
}
/* cathvi */
.cathvi {
    max-width: 100%!important;
    padding: 206px 0;
}
.cathvi1 {
    background: url(../../images/common/dummy03.png);
    background-size: cover;
}
.cathvi div {
    border: 1px solid #fff;
    width: 340px;
    margin: 0 auto;
}
.cathvi div h1 {
    color:#fff;
    margin: 30px 0;
}
/*more*/
.more1 {
    display: block;
    border: 1px solid #BDBDBD;
    background: url("../../images/common/arrow-bk.png") no-repeat 13px center;
    background-size: 11px;
    width: 13em;
    padding: 16px 0 13px 20px;
    margin: 30px auto;
    color:#fff;
    border-radius: 20px;
}
.more1:hover {
    background: url("../../images/common/arrow-wh.png") #0071BC no-repeat 18px center;
    background-size: 11px;
    color:#fff;
}
.more2 {
    display: block;
    background: url("../../images/common/arrow-wh.png") #0071BC no-repeat 13px center;
    background-size: 11px;
    padding: 16px 0 13px 20px;
    margin: 30px auto;
    color:#fff;
}
.more2:hover {
    background: url("../../images/common/arrow-bk.png") #fff no-repeat 18px center;
    background-size: 11px;
    color:#fff;
}



/* imgliner */
.imgliner1 {
    background: url(../../images/common/dummy04.png) no-repeat center center;
    background-size: cover;
    max-width:100%!important;
}
.imgliner1 div.imglinerin {
    width: 40%;
    margin-left:10%;
    padding: 110px 0;
}
.imgliner1 div.imglinerin div {
    background-color: rgba(0,0,0,0.8);
    padding: 40px;
	color: #fff;
    font-size:120%;
    line-height: 170%;
}
/* infobox */
.infobox {
    padding-top: 80px;
}
.infobox article {
    background: #efefef;
    margin-bottom: 16px;
    padding: 53px 70px;
    align-items: flex-start;
}
.infobox article:last-child {
    margin-bottom: 0;
}
.infobox article div {
    width: 650px;
    text-align: left;
}
.infobox article a {
    width: 284px;
    margin-top: 86px;
	color:#fff;
}
/* animation delay */
.more1, .more1:hover, .more2, .more2:hover {
    transition : all 300ms;
}
header nav ul li a, .fixed nav li a {
    transition : all 800ms;
}






.mv p{    width: 90%;
    margin-left:10%;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 170%;
    position: absolute;
    bottom: 30vh;
    color: #333;
    text-align: left;}
    .mv p strong{color:#333}
.faq div{    display: flex;
    width: 70%;
    margin: 0 auto 30px;}
.faq span{width:20%;}
.faq span img{width:100%;}


/* imgliner */
.liver {
    background: url(../../images/common/dummy04.png) no-repeat;
    background-size: 100%;
    max-width:100%!important;
}
.liver div.imglinerin {
    width: 40%;
    margin-left:50%;
}
.liver div.imglinerin div {
    background-color: rgba(0,0,0,0.8);
    padding: 40px;
	color: #fff;
}




.company{}
.company table{display:block;width:50%;margin:0 auto;}
.company table tbody{display:block;}
.company table tr{width:100%;display:flex;justify-content: space-between;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee;}
.company table tr th{width:30%; text-align: right;font-weight: normal;}
.company table tr td{width:68%; text-align: left;}



.balloon2-left {
    position: relative;
    display: block!important;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #999;
    box-sizing: border-box;
    border-radius: 30px;
  }
  
  .balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #999;
    z-index: 1;
  }
  
  .balloon2-left p {
    margin: 0;
    padding: 0;
  }







  .jump{margin-top:90px;padding-top:90px;display:block;}


.faqtab{}
.faqtab tbody{}
.faqtab tbody tr{width:100%;margin-bottom:3em;display: block;}
.faqtab tbody tr th{display: block;width:100%; text-align: left;}
.faqtab tbody tr td{display: block;width:100%; text-align: left;}



.faqbox{background: url(../../images/common/dummy05.png) center center!important;background-size:100%;    background-size: 100%;
    max-width: 100%!important; padding:6em 0;color:#fff;text-shadow: 1px 2px 3px #808080;font-size:130%;}
.faqtab{background: none;}