/**********************************
 *
 * キービジュアル
 *
 **********************************/

#keyVisual {
    width:100%;
    height:auto;
    position:relative;
}

#keyVisual .keyText {
    position:absolute;
    width:100%;
    height:350px;
	top: 0;
	bottom: 30px;
    left:0;
    right:0;
	margin: auto;
}

#keyVisual .keyText h2 {
    font-size:48px;
    color:#fff;
    line-height:170%;
    text-align:center;
    letter-spacing: 0.05em;
}

#keyVisual .keyText h3 {
    font-size:14px;
    color:#fff;
    line-height:120%;
    text-align:center;
    letter-spacing: 0.01em;
    padding:40px 0;
}


/**********************************
 *
 * 動画
 *
 **********************************/
#iconPlay1 {
    width: 85px;
    margin: 0 auto;
    cursor:pointer;
}




#movie {
	position:fixed;
	z-index:100;
	top:7%;
	left:50%;
	width:90%;
	height:90%;
	margin-left:-45%;

}
#playMovie {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	z-index:1000;
    height:100%;
	width:100%;
}



i {
    position: absolute;
    right: -35px;
    top: -30px;
    cursor: pointer;
}
i img{
	width:30px;
}


#mv {
    height: 0;
    overflow: hidden;
    position: relative;
	padding: 0 0 56.25%;
    background-color:#000000;
    background-image:url("../img/pc/maxresdefault.jpg");
    background-size:cover;
    width:100%;
}

#mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mv:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,255,0);
}


/**********************************
 *
 * ABOUT
 *
 **********************************/

#about {
    background-color:#93272c;
    margin-top: -3%;
    z-index:100;
    padding: 100px 0 60px 0;
    background-image:url("../img/pc/maxresdefault.jpg");
    background-size:cover;
    width:100%;
}

#about .title {
    color:#fff;
}


#about ul {
    width:100%;
    padding-top: 80px;
}

#about ul li:first-child {
    width:45%;
    padding-left:0;
    float:left;
}


#about ul li:first-child .btn{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:150px;
    height:88px;
    cursor:pointer;
}


#about ul li {
    width:50%;
    padding-left:5%;
    float:left;
    text-align:left;
    line-height:240%;
    color:#fff;
    position:relative;
    text-shadow: 3px 3px 2px #000000;
    font-size:15px;
    font-weight: bold;

}

#about .pcClass .panel {
    text-align: center;
}
#about .pcClass .panel iframe {
    max-width: 560px;
    width: 100%;
    height: 315px;
}



#about2 {
    background: #000000  center 100px;
}

#about2 .title {
    color:#fff;
}


#about2 ul {
    width:100%;
    padding-top: 80px;
}

#about2 ul li:first-child {
    width:45%;
    padding-left:0;
    float:left;
}


#about2 ul li:first-child .btn{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:150px;
    height:88px;
    cursor:pointer;
}


#about2 ul li {
    width:50%;
    padding-left:5%;
    float:left;
    text-align:left;
    line-height:240%;
    color:#fff;
    position:relative;
    text-shadow: 3px 3px 2px #000000;
    font-size:15px;
    font-weight: bold;

}

#about2 .pcClass .panel {
    text-align: center;
}
#about2 .pcClass .panel iframe {
    max-width: 560px;
    width: 100%;
    height: 315px;
}



/**********************************
 *
 * PRODUCTS
 *
 **********************************/

#products {
    background-color:#f7f7f7;
    padding: 90px 0 30px 0;

}

#products ul {
    width:100%;
    margin-top: 30px;
    padding: 2%;
    background-color:#fff;
    border:solid 1px #dddddd;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #dedede;
}

#products ul li {
    width: 50%;
    padding: 2%;
    float: left;
    color: #222222;
}

#products ul li:first-child h4 {
    width:242px;
}

#products ul li h4 {
    width:259px;
    padding-bottom:30px;
}

#products .title {
    color:#0b395b;
}

#products ul li:first-child {
    text-align: left;
    line-height: 200%;
}


#products .right li {
    float:right;
}

#products .right li:first-child {
    padding-right: 0;
    padding-left: 2%;
}

#products .right li:nth-child(2) {
    padding-left: 0;
}

#products ul li h4 {
    line-height: 130%;
}

#products ul li p{
    padding-bottom:30px;
}

#products .detailButton {
    width:154px;
    height:44px;
    background-color:#0b395b;
    text-align:center;
    line-height:44px;
}

#products .detailButton a {
    width:154px;
    height:44px;
    display:block;
    text-decoration:none;
    color:#fff;
}

#products .spacer {
    padding-top:50px;
}

/**********************************
 *
 * NEWS
 *
 **********************************/

#news {
    background-color:#fff;
    padding: 90px 0 30px 0;
}

#news .title {
    color:#000000;
}


#news ul {
    width:100%;
    padding: 20px 0 0 0;
}

#news ul li {
    float: left;
    width:31%;

    overflow: hidden;
    text-align:left;
    line-height:150%;
    color:#000000;
    margin-left: 2%;
    margin-bottom:20px;
    border:solid 1px #a9a9a9;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #a9a9a9;
    background-color: #fff;
}
#news ul li > a {
    display: block;
    padding: 6.5%;
    min-height: 180px;
}
#news ul li .tags{
    background-color:#c0c0c0;
    color:#000000;
    padding:3px 10px;
    margin-left:10px;
    font-size:10px;
}

#news ul li p{
    padding:20px 0 0 0;
}

#news ul li p a{
    color:#fff;
    text-decoration:none;
}


/**********************************
 *
 * MEDIA
 *
 **********************************/
#media {
    background-color:#ededed;
    padding: 70px 0 100px 0;

}

#media .pt_bottom {
    margin-bottom: 40px;
}

#media .title {
    color:#0b395b;
}

#media .logoList {
    border-top:solid 2px #f0f0f0;
}

#media ul {
    width:100%;
}

#media ul li,
#company ul li,
#partner ul li{
    width:23%;
    height:auto;
    float:left;
    padding:2%;
    margin-left:2%;
    background-color: #fff;
    border:solid 1px #dddddd;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #dedede;
}

#media .logoList{
    padding-top: 20px;
}



/**********************************
 *
 * 会社情報
 *
 **********************************/

#company {
    background: #000000 url("../img/pc/bg_company.png") no-repeat center 100px;
}

#company ul {
    padding-top: 80px;
    width:100%;
    max-width:980px;
    margin:0 auto;
}

#company ul li {
    width:46%;
    margin-left:4%;
    padding-top:24px;
    float:left;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

#company ul li:first-child {
    margin-left:0;
    margin-right:4%;
}

#company .ptSpace {
    padding-top:30px;
}

#company dl {
    clear:both;
    width:100%;
}

#company ul li .btnCompany {
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    width: 140px;
}

#company dl dt {
    width:120px;
    float:left;
    clear: left;
    display: block;
}

#company dl dd {
    width:290px;
    display: block;
    float: left;
}

#company .detailBtn {
    position:absolute;
    top:0;
    right:10%;
    width:125px;
    height:45px;
    text-align:center;
    line-height:45px;
    color:#fff;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 10;
}

#company .detailBtn a {
    width:125px;
    height:45px;
    display:block;
    text-decoration:none;
    color:#0b395b;
}



/**********************************
 *
 * PARTNER
 *
 **********************************/
#partner {
    background-color: #e2e2e1;
    padding-bottom:30px!important;
}

#partner .title {
    color:#0b395b;
    margin-bottom: 40px;

}
#partner .logoList{
    padding-top: 20px;
}

#partner ul {
    width:100%;
}

#partner ul li{
    width:23%;
    height:auto;
    float:left;
    padding:2%;
    margin-left:2%;
    background-color: #fff;
    border:solid 1px #dddddd;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
    box-shadow:5px 5px 10px #dddddd;
}

#partner .pt_bottom {
    margin-bottom: 80px;
}

#companyList {
    margin-top:110px;
}




/**********************************
 *
 * CONTACT
 *
 **********************************/
#contact {
    padding-bottom:0!important;
    background-image: url("../img/pc/bg_con.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 90px;
}


#contact ul{
    width:100%;
    padding:80px 0 110px 0;
    text-align:center;
}

#contact ul li{
    width:100%;
    height: 400px;
    float:left;
    position:relative;
}

#contact ul li:first-child figure {
    width:130px;
    margin:0 auto;
}

#contact ul li:last-child figure {
    width:105px;
    margin:0 auto;
}

#contact ul li h4 {
    font-size:24px;
    text-align:center;
    padding:30px 0;
}

#contact ul li p {
    width:55%;
    margin:0 auto;
    padding:0 0 30px 0;
}

#contact ul li .contactButtonArea {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
}

#contact ul li .contactButton{
    width:250px;
    height:60px;
    line-height:60px;
    background-color:#0b395b;
    margin:0 auto;
}

#contact ul li .contactButton a{
    width:250px;
    height:60px;
    display:block;
    text-decoration:none;
    color:#fff;
    text-align:center;
}


/*------------------------------------------------------------*/
/* PC画面大サイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 900px) {

    #news ul li {
        float: none;
        width:100%;
        margin-left: 2%;
        margin-bottom: 15px;
    }
    #news ul + ul {
        padding-top: 0;
    }

}


/*------------------------------------------------------------*/
/* スマホサイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 780px) {

    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }


    /**********************************
     *
     * 動画
     *
     **********************************/
    #mv {
        display: none;
    }
    #iconPlay1 {
        width: 45px;
    }
	#movie {
	    top: 50%;
		left:50%;
	    width: 320px;
	    height: 180px;
	    margin-left: -160px;
	    margin-top: -90px;
	}
	i {
		right:0;
	}


    /**********************************
     *
     * キービジュアル
     *
     **********************************/
    #keyVisual .keyText {
        position:absolute;
        width:100%;
        height:90px;
    	top: 0;
    	bottom: 40px;
        left:0;
        right:0;
    	margin: auto;
    }

    #keyVisual .keyText h2 {
        font-size:18px;
        line-height:150%;
        letter-spacing: 0.05em;
    }

    #keyVisual .keyText h3 {
        font-size:10px;
        line-height:150%;
        padding:10px 0 15px 0;
    }


    /**********************************
     *
     * ABOUT
     *
     **********************************/
     #about {
        margin-top: 0;
        padding:40px 0;
     }

    #about ul {
        width:100%;
        padding-top: 25px;
    }

    #about ul li {
        line-height:180%;
    }


    #about ul li:first-child {
        width:100%;
        padding-left:0;
        margin-bottom: 30px;
        float:none;
    }

    #about ul li:first-child p {
        letter-spacing: 1px;
    }


    #about ul li {
        width:100%;
        padding-left:0%;
        float:none;
        text-align:left;
        line-height:200%;
        color:#fff;
        position:relative;
    }
    #about .spClass .panel {
        text-align: center;
    }
    #about .spClass .panel iframe {
        height: 50vw;
        width: 97%;
    }
    
    #about2 {
        margin-top: 0;
        padding:40px 0;
     }

    #about2 ul {
        width:100%;
        padding-top: 25px;
    }

    #about2 ul li {
        line-height:180%;
    }


    #about2 ul li:first-child {
        width:100%;
        padding-left:0;
        margin-bottom: 30px;
        float:none;
    }

    #about2 ul li:first-child p {
        letter-spacing: 1px;
    }


    #about2 ul li {
        width:100%;
        padding-left:0%;
        float:none;
        text-align:left;
        line-height:200%;
        color:#fff;
        position:relative;
    }
    #about2 .spClass .panel {
        text-align: center;
    }
    #about2 .spClass .panel iframe {
        height: 50vw;
        width: 97%;
    }


    /**********************************
     *
     * PRODUCTS
     *
     **********************************/
     #products {
        padding:40px 0;
     }

    #products ul {
        width:100%;
        margin-top: 28px;
        padding: 25px 0;
        box-shadow: 0px 9px 3px -3px #dedede;
    }

    #products ul li {
        width:100%;
        padding-left:0;
        padding-right:0;
        float: none;
        padding-top:25px;
    }

    #products ul li:first-child {
        width:100%;
        padding-left:0;
        padding-right:0;
        padding-top:0;
        line-height:180%;
    }

    #products ul li:last-child {
        width:90%;
        margin: 0 auto;
    }

    #products ul li:first-child h4 {
        width:40%;
        margin:0 auto;
    }

    #products ul li:first-child p{
        padding: 0 3% 25px 3%;
    }

    #products .right li:first-child {
        padding-left: 0;
    }

    #products .detailButton {
        width:127px;
        height:30px;
        background-color:#0b395b;
        text-align:center;
        line-height:30px;
        margin: 0 auto;
    }

    #products .detailButton a {
        width:127px;
        height:30px;
    }


    /**********************************
     *
     * NEWS
     *
     **********************************/
    #news {
        padding: 40px 0;
    }

    #news .newsList {
        padding-top: 19px;
    }

    #news ul {
        width:100%;
        padding: 15px 0 0 0;
    }

    #news .space {
        padding:0!important;
    }

    #news ul li {
        min-height: auto;
        float: none;
        width:100%;
        margin-bottom: 15px;
        margin-left: 0;
        padding: 10% 4%;
        box-shadow: 0px 9px 3px -3px #c0c0c0;
    }

    #news ul li p a {
        text-decoration: underline;
        line-height: 200%;
    }






    /**********************************
     *
     * MEDIA
     *
     **********************************/
    #media {
        padding: 40px 0;
    }

    #media ul {
    }

    #media ul li,
    #company ul li,
    #partner ul li{
        width:48%;
        height:auto;
        float:left;
        padding:10px 0;
        margin-bottom: 10px;
        box-shadow: 0px 9px 3px -3px #dedede;

    }
    #company ul li {
        box-shadow: none;
    }

    #media .logoList {
        padding-top: 0px;
    }

    #media .pt_bottom {
        margin-bottom: 25px;
    }

    /**********************************
     *
     * 会社情報
     *
     **********************************/

    #company {
        background-image:none;
        background-color: #000000;
        padding: 40px 0;

    }


    #company ul {
        max-width: 100%;
        width: 100%;
        padding-top: 25px;
    }

    #company ul li {
        width:100%;
        margin-left:0;
        padding-top:15px;
        float:none;
    }

    #company ul li:first-child {
        margin-left:0;
        margin-right:0;
        padding-bottom: 0;
    }

    #company .ptSpace {
        padding-top:15px;
    }

    #company dl dt {
        width:100%;
        float:none;
        clear: both;
    }

    #company dl dd {
        width:100%;
        float: none;
    }

    #company .detailBtn {
        position:static;
        margin: 25px auto;
    }


    /**********************************
     *
     * PARTNER
     *
     **********************************/
    #partner .title {
        color: #0b395b;
        margin-bottom: 25px;
    }

    #partner ul li{
        width:48%;
        height:auto;
        float:left;
        padding:10px 0;
        margin-bottom: 10px;
        box-shadow: 0px 9px 3px -3px #cecece;
    }

    #partner .pt_bottom {
        margin-bottom: 20px;
    }


    #companyList {
        margin-top:55px;
    }

    #companyList  .companyLogoList ul {
        padding: 0;
    }

    #partner .logoList {
        padding-top: 0px;
        color:black;
    }

    /**********************************
     *
     * CONTACT
     *
     **********************************/
    #contact {
        padding-top: 45px;
    }


    #contact ul{
        padding:25px 0 40px 0;
    }

    #contact ul li{
        width:100%;
        height: auto;
        float:none;
    }

    #contact ul li:first-child figure {
        width:80%;
        text-align: center;
    }

    #contact ul li:last-child {
        padding-top:30px;
    }

    #contact ul li:last-child figure {
        width:80%;
        text-align: center;
    }

    #contact ul li h4 {
        font-size:16px;
        text-align:center;
        padding:15px 0;
    }

    #contact ul li p {
        width:100%;
        margin:0 auto;
        padding:0 0 15px 0;
    }

    #contact ul li .contactButtonArea {
        position:static;
    }

    #contact ul li .contactButton{
        width:185px;
        height:45px;
        line-height:45px;
    }

    #contact ul li .contactButton a{
        width:185px;
        height:45px;
    }

}



/*update section news*/
.btnDefault {
    display: block;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    background-color: #0e456d;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .75);
    color: white;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 780px) {
    .btnDefault {
        padding: 13px 0;
        font-size: 15px;
    }
}
#news {padding-bottom: 100px;}
#news ul li a {text-decoration: none;}
#news ul li a .term,
#news ul li a p {
    color: #000000;
}
#news .list-btn {
    text-align: center;
    margin-top: 50px;
}
#news .list-btn .btnDefault {
    margin: 0;
    margin-top: 20px;
    display: inline-block;
}
@media screen and (max-width: 900px) {
    #news ul li {
        padding: 0;
    }
    #news ul li a {
        display: block;
        padding: 2%;
        text-decoration: none;
    }
    #news ul li a .term,
    #news ul li a p {
        color: #000000;
    }
}
@media screen and (max-width: 780px) {
    #news {padding-bottom: 31px;}
    #news ul li a {
        padding: 10% 4%;
    }
    #news ul li a p {
        text-decoration: underline;
        line-height: 1.9;
    }
    #news .btnNews {
        margin-top: 18px;
    }
}

/*update section company*/
#company {padding-bottom: 50px;}
#company .listBtnCompany {
    margin-top: 72px;
    display: block;
    text-align: center;
}
#company .listBtnCompany .btnCompany {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#company .listBtnCompany .btnCompany:last-child {
    margin-right: 0;
}

@media screen and (max-width: 780px) {
    #company {padding-bottom: 46px;}
    #company .listBtnCompany {
        margin-top: 47px;
    }
}

@media screen and (max-width: 374px) {
    #company .listBtnCompany .btnCompany {
        width: 135px;
    }
}


