@charset "utf-8";
/* ===================================================================
CSS Document

 file name  : product.css
 style info : Unique style
  
=================================================================== */



/* --------------------------------------------------------------------------

   COMMON STYLE（PC,SP,TABLET共通）

-------------------------------------------------------------------------- */
@media all and (max-width: 767px) {
    .ttl {
        width: 100%;
        border-bottom: #F7F7F7 2px solid;
        margin-bottom: 2em;
        text-align: center;
        padding: 1.3em 0 0.8em 0;
    }
    .ttl img {
        max-width: 220px;
        width: auto;
        height: 44px;
    }
    p.desc {
        font-size: 108%;
        line-height: 1.7;
        padding: 0 5% 2.5em 5%;
    }

    /*-------------------------
     Anchor Link
    -------------------------*/
    .anchor {
        width:100%;
        background: #F7F7F7;
        margin: -42px 0 50px 0;
    }
    .anchor p {
        display: none;   
    }
    .anchor ul {
        width: 320px;
        margin: 0 auto;
        padding: 20px 0 0 0;
        overflow: hidden;
        text-align: center;
    }
    .anchor li {
        padding: 0 6px;
        display: inline-block;
    }
    .anchor li:nth-child(5) {
        display: none;
    }
    .anchor li img {
        width: auto;
        height: 40px;
    }
    
    
    /*-------------------------
     Section Common
    -------------------------*/
    section[id^="sec0"] {
        width: 100%;
    }
    .secInr {
        padding: 0 4%;
        overflow: hidden;
    }
    .secInr h4 {
        margin: 50px 0 15px 0;
    }
    .secInr h4 img {
        max-height: 55px;
        width: auto;
    }
    .secInr .row {
        position: relative;
        margin: 0 auto;
    }
    .secInr .lead {
        line-height: 1.8;
    }
    .secInr p {
        position: relative;
        z-index: 10;
    }
    .secInr .list {
        margin: 20px 0 28px 0;
        position: relative;
        z-index: 10;
    }
    .secInr .list li {
        font-size: 93%;
        margin-left: 1em;
        text-indent: -1em;
    }
    .secInr .list li span {
        color: #9F9F9F;
        padding: 0 1px 0 0;
        top: 1px;
    }
    .secInr .img {
        position: relative;
    }
    .secInr .btn {
        display: table;
        clear: both;
        margin: -12px 0 2.5em 0;
    }
    .secInr .btn li {
		display: table-cell;
		padding: 0 7px;
	}
    
    
    
    
    /*-------------------------
     Section01
    -------------------------*/
    #sec01 {
        margin-bottom: 60px;
    }
    #sec01 h3 {
        width: 90%;
        position: relative;
        left: -6%;
    }
    #sec01 .img {
        width: 110%;
        position: relative;
        left: -10%;
        margin: 2em 0 0 0;
    }
    #sec01 .flow01 {
        overflow: hidden;
        margin: 1.5em 5% 2.5em;
    }
    #sec01 .flow01 li {
        float: left;
        width: 50%;
        margin: 0 0 1em 0;
    }
    #sec01 .flow01 li img {
        width: auto;
    }
    #sec01 .flow01 li:nth-of-type(4) {
    }
    .iconSet {
        float: left;
        margin: 0 0 0 0;  
    }
    .iconSet:first-of-type {
        position: relative;
        left: -1%;
    }
    .iconSet:last-of-type {
        float: right;
        position: relative;
        left: -2%;
    }    
    .icon dl {
        display: table; 
    }
    .icon dl:nth-of-type(even) {
        position: relative;
        top: 0;
        left: 20px;
        margin: -6px 0 0 0;
    }
    .icon dt, .icon dd {
        display: table-cell;
        vertical-align: middle;
        font-size: 85%;
        letter-spacing: -0.05em;
        line-height: 1.5;
    }
    .icon dl dt img {
         width: 38px;
         height: auto;
    }
    .icon dl dd {
        padding-left: 8px;
    }    
    /*  */
    .list02 {
        margin: 30px 0 0 0;   
    }
    .list02 li {
        margin: 0 0 8px 0;
        line-height: 2.25;
        font-size: 93%;
    }
    .list02 li img {
        padding: 0 8px 8px 0;
        height: 26px;
        width: auto;
        display: block;
    }
	#sec01 .btn img {
		min-height: 20px;
		width: auto;
	}
    
 
 
     /*-------------------------
     Section02
    -------------------------*/
    #sec02 {
        margin-bottom: 80px;
    }
    #sec02 h3 {
        width: 90%;
        position: relative;
        left: -6%;
    }
    #sec02 h4 img {
		max-height: 24px;
	}
    #sec02 .specIcon {
        overflow: hidden;
        width: 90%;
        max-width: 320px;
        margin: 0 0 1.4em 0;
        position: relative;
        left: -6px;
    }
    #sec02 .specIcon li {
        float: left;
        padding: 0 5px;
    }
    #sec02 .specIcon li:nth-child(2) {
    }
    #sec02 .specIcon li:nth-child(3) {
    }
    #sec02 .specIcon li img {
        height: 90px;
        width: auto;
    }
	#sec02 .specIcon li img.bt {
		height: 70px;
		width: auto;	
	}
    #sec02 .img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    #sec02 .flow01 {
        margin: 1em 5% 0;
        overflow: hidden;
    }
    #sec02 .flow01 li {
        float: left;
        width: 50%;
        margin: 0 0 1em 0;
    }
    #sec02 .flow01 li img {
        width: auto;
    }
	#sec02 .flow01 + .btn {
		text-align: center;
		width: 45%;
		margin: 0 auto;
		padding: 1.5em 0 0 0;
	}

    /*-------------------------
     Section03
    -------------------------*/
    #sec03 {
        margin-bottom: 70px;
    }
    #sec03 h3 {
        width: 90%;
        position: relative;
        left: -6%;
    }    
    #sec03 .img {
        width: 80%;
        display: block;
        margin: 3em auto 0 auto;
    }
    #sec03 h4 img {
		max-height: 20px;
	}

    /*-------------------------
     Section04
    -------------------------*/
    #sec04 {
    	overflow: hidden;
    }
    #sec04 h3 {
        width: 90%;
        position: relative;
        left: -6%;
    }
    #sec04 h4 img {
	    max-height: 55px;
	   }
    #sec04 .img {
        position: relative;
        left: 0;
        width: 150%;
        margin: 3em 0 0 0;
    }
    
    #sec04 .thumb {
        display: table;
        margin: 3em 0 4em 0;
    }
    #sec04 .thumb li {
        display: table-cell;
        width: 33.333%;
        font-size: 85%;
        line-height: 1.5;
        text-align: center;
        padding: 0 7px;
    }
    #sec04 .thumb li:last-child {
        margin-right: 0;
    }
    #sec04 .thumb li img {
        margin-bottom: 6px;
        display: block;
    }
    
    
    .pp_pic_holder.pp_default {
        margin-top: -40px;   
    }
    iframe {
        margin-top: 40px;   
    }

}


/* --------------------------------------------------------------------------

   375 - 767

-------------------------------------------------------------------------- */
@media all and (min-width: 375px) and (max-width: 767px) {
    .anchor ul {
        width: 350px;   
    }
    .anchor li {
        padding: 0 9px;
    }
    .anchor li img {
        height: 42px;
    }
    .iconSet:first-of-type {
        left: 0;   
    }
    .iconSet:last-of-type {
        left: -4%;
    }
    .icon dt, .icon dd {
        font-size: 90%;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }
    .icon dl dt img {
        width: 36px;
    }
}


/* --------------------------------------------------------------------------

   568 - 767

-------------------------------------------------------------------------- */
@media all and (min-width: 568px) and (max-width: 767px) {
    .iconSet:first-of-type {
        left: 13%;   
    }
    .iconSet:last-of-type {
        left: -11%;
    }
    .icon dl:nth-of-type(even) {
        left: 27px;
    }
    .icon dt, .icon dd {
        font-size: 100%;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    .icon dl dt img {
        width: 44px;
    }
    #sec01 .flow01 li img,



    #sec02 .flow01 li img {       
        height: 180px;
    }
    #sec04 .thumb {
        width: 100%;   
    }
    #sec04 .thumb li img {
        display: block;
        margin: 0 auto 8px auto;
    }
}



/* --------------------------------------------------------------------------

   PC STYLE（768以上）

-------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
    .ttl {
        width: 100%;
        min-width: 950px;
        border-bottom: #F7F7F7 2px solid;
        margin-bottom: 95px;
    }
    .ttl span {
        display: block;
        width: 950px;
        padding: 50px 0 35px 0;
        margin: 0 auto;
        text-align: center;
    }
    p.desc,
    #conteInr {
        width: 900px;
        padding: 0 25px;
        margin: 0 auto;
    }
    p.desc {
        font-size: 114%;
        padding: 0 0 70px 0;
    }

    /*-------------------------
     Anchor Link
    -------------------------*/
    .anchor {
        width:100%;
        background: #F7F7F7;
        margin-bottom: 115px;
    }
    .anchorInr {
        width: 950px;
        margin: 0 auto;
        overflow: hidden;
    }
    .anchor p,
    .anchor ul {
        float: left;
    }
    .anchor p {
        padding: 27px 80px 0 20px;
    }
    .anchor ul {
        overflow: hidden;
        width: 630px;
        margin: 0 0 0 0;
        padding: 25px 0 0 0;
    }
    .anchor li {
        float: left;
    }
    .anchor li:nth-child(6) {
        display: none;
    }    
    .anchor li:nth-child(2) {
        margin: 0 81px 0 72px;
    }
    .anchor li:nth-child(4) {
        margin: 0 88px 0 82px;
    }
 
    /*-------------------------
     Section Common
    -------------------------*/
    section[id^="sec0"] {
        width: 100%;
        min-width: 950px;
        overflow: hidden;
    }
    [id$="Inr"] {
        width: 900px;
        margin: 0 auto;
        position: relative;
    }
    .secInr {
        padding: 0 30px;
        margin: 0 auto;   
    }
    .secInr h4 {
        margin: 58px 0 28px 0;
        width: 390px;
    }
    .secInr .row {
        position: relative;
        min-height: 550px;
    }
    .secInr .lead {
        line-height: 2;
        font-size: 100%;
        width: 480px;
        letter-spacing: -.005em;
    }
    .secInr p {
        position: relative;
        z-index: 10;
    }
    .secInr .list {
        margin: 25px 0 38px 0;
        position: relative;
        z-index: 10;
    }
    .secInr .list li {
        font-size: 85%;
    }
    .secInr .list li span {
        color: #9F9F9F;
        font-size: 123.1%;
        padding: 0 1px 0 0;
    }
    .secInr .img {
        position: absolute;
    }
    .secInr .btn {
        clear: both;
        position: relative;
        top: 20px;
        z-index: 10;
    }
    .secInr .btn li {
		display: inline-block;
		margin-right: 5px;
	}

    /*-------------------------
     Section01
    -------------------------*/
    #sec01 {
    }
    #sec01 .img {
        bottom: 0px;
        left: 160px;
        z-index: 0;
    }
    #sec01 .flow01 {
        width: 740px;
        margin: 60px 0 -210px 95px;
    }
    #sec01 .flow01 li {
        display: inline-block;
        position: relative;
    }
    #sec01 .flow01 li:nth-of-type(2) {
        margin: 0 60px 0 57px;
    }
    #sec01 .flow01 li:nth-of-type(4) {
        margin: 0 0 0 50px;
    }
    #sec01 .flow01 li:after {
         content: '';
         display: block;
         width: 10px;
         height: 15px;
         position: absolute;
         top: 32%;
         right: -32px;
         background:url(../img/product/arrow.png) no-repeat 0 0;
    }
    #sec01 .flow01 li:last-child:after {
        display: none;
    }
    /* ICON */
    .icon {
        float: left;
        margin-right: 15px;
        margin-bottom: 35px;
    }



    .icon01 {
        width: 260px; 
    }
    .icon02 {
        width: 225px;   

    }
    .icon03 {
        width: 195px;   
    }
    .icon04 {
        width: 166px;
        margin-right: 0;
    }
    .icon dl {
        display: table; 
    }
    .icon dl:nth-of-type(even) {
        position: relative;
        top: 0;
        left: 27px;
        margin: -6px 0 -6px 0;
    }
    .icon dt, .icon dd {
        display: table-cell;
        vertical-align: middle;
        font-size: 93%;
        line-height: 1.5; 
    }
    .icon dl dd {
        padding-left: 10px;
    }
    
    /* List */
    .list02 {
        margin: 30px 0 0 0;   
    }
    .list02 li {
        margin: 0 0 18px 0;
        line-height: 2.25;
        font-size: 93%;
    }
    .list02 li img {
        display: block;
        padding: 0 8px 8px 0;
    }

    /*-------------------------
     Section02
    -------------------------*/
    #sec02 {
        margin-bottom: 130px;
    }
    #sec02 .specIcon {
            overflow: hidden;   
    }
    #sec02 .specIcon li {
        display: inline-block;
    }
    #sec02 .specIcon li:nth-child(2) {
        margin: 0 0 0 12px;
    }
    #sec02 .specIcon li:nth-child(3) {
        margin: 0 10px 0 10px;
    }
    #sec02 .specIcon li:nth-child(4) {
        position: relative;
        top: 11px;
    }
    #sec02 .img {
        top: 0px;
        right: 80px;
        z-index: 0;
    }
    #sec02 .flow01 {
        width: 710px;
        overflow: hidden;
        margin: 70px 0 55px 95px;
    }
    #sec02 .flow01 li {
        display: inline-block;
        position: relative;
    }
    #sec02 .flow01 li:nth-of-type(2) {
        margin: 0 60px 0 57px;
        position: relative;
    }
    #sec02 .flow01 li:nth-of-type(4) {
        margin: 0 0 0 50px;
        position: relative;
    }
    #sec02 .flow01 li:after {
        content: '';
        display: block;
        width: 10px;
        height: 15px;
        position: absolute;
        top: 34%;
        right: -32px;
        background:url(../img/product/arrow.png) no-repeat 0 0;
    }
    #sec02 .flow01 li:nth-child(2):after {
        top: 34.5%;
    }
    #sec02 .flow01 li:nth-child(3):after {
        top: 34.5%;
    }
    #sec02 .flow01 li:nth-child(4):after {
        display: none;
    }
    #sec02 .flow01 + .btn {
		width: 710px;
		margin: 0 auto;
	}

    /*-------------------------
     Section03
    -------------------------*/
    #sec03 {
        margin-bottom: 200px;
    }
    #sec03 .img {
        top: 0px;
        right: -50px;
        z-index: 0;
    }
	#sec03 .secInr .lead {
		width: 380px;
	}
	
	
    /*-------------------------
     Section04
    -------------------------*/
    #sec04 {
        margin-bottom: 120px;
    }
	#sec04 .secInr .lead {
		width: 360px;
	}
    #sec04 .img {
        top: 120px;
        right: -329px;
        z-index: 0;
    }
    #sec04 .thumb {
        width: 531px;
        overflow: hidden;
        margin: -150px 0 10px 412px; /* 非表示対応 */
    }
    #sec04 .thumb li {
        display: block;
        float: left;
        margin-right: 20px;
        width: 160px;
        font-size: 90%;
        text-align: center;
        line-height: 1.4;
        letter-spacing: -.035em;
    }
    #sec04 .thumb li:last-child {
        margin-right: 0;
    }
    #sec04 .thumb li img {
        margin-bottom: 6px;
    }
    
    iframe {
        margin: 0 0 -30px 40px !important;
    }
}   