/******************************** PC ****************************/
body{
	text-align:center;
}
.navi3Out {
    position: relative;
    z-index: 700;
    background-color:#fff;
}

.header_maintenance{
    display:none;
}

#spNaviList .header_maintenance{
	display:block;
}

#catch {
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 23%;
    width: 100%;
}

.left{
	float:left;
}
.right{
	float:right;
}

#catch > img {
    max-width: 529px;
    width: 36%;
}
#bigNews.bigNavi {
    /*top: 50px;*/
}


#mainEye {
    position: relative;
}

#mainEye li img{
    width:100%;
    vertical-align: middle;
}

#naviOut {
    /*
    position: absolute;
    top: 0;
    */
}

.title {
    font-weight: bold;
}

#recBtn {
    bottom: 16%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}
#recBtn > a {
    background-image: radial-gradient(rgba(255, 255, 255, 0.6),rgb(255, 255, 255));
    color: #333333;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    padding: 1vw 1.5vw 1vw 1.2vw;
    border-radius:5px;
}
#recBtn img {
    max-width: 120px;
    vertical-align: middle;
    width: 6vw;
    min-width:4vw;
    height:10%;
}
#recBtn a:hover img {
    opacity:0.8;
}

#topNavi1 p {
    font-weight: bold;
}

.bg_topNavi {
    /*background-image: url("/images/bg_icons.png");
    background-position: center bottom;
    background-repeat: no-repeat;*/
	background-color:#e8ebf0;
    height: 321px;
}


#topNavi1 > ul {
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}

#topNavi1 li {
    display: table-cell;
	width:140px;

}

#topNavi1 li.last {
    padding-right: 0;
}

#topNavi1 li a{
	color:#000;
}

#topNavi2 {
    background-color: #fff;
    margin-bottom: 50px;
    margin-top: -140px;
    box-shadow:-8px 0 8px -10px #d1d1d1,8px 0 8px -10px #d1d1d1;
}

.commonBlock {
    border-right: 1px solid #e3e5e4;
    float: left;
    padding: 20px 20px 0;
    text-align: left;
    width: 279px;
}

#kojinBlock{
	border-top:3px solid #d1740d;
}

#houjinBlock{
	border-top:3px solid #1171c9;
}

#solutionBlock {
    border-right: medium none;
    border-top: 3px solid #7b4fc6;
    width: 280px;
}

.blockPic{
    float:left;
    width: 110px;
}

.blockTitle {
    float: left;
    font-size: 140%;
    font-weight: bold;
   padding-top: 10px;
    text-align: center;
    width: 160px;
}
#topPressArea {
    margin-bottom: 50px;
}

#topPressArea #newsOut .left,
#topPressArea .newsOut .left{
    border-left:none;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top:0px;
    text-align: left;
    width: 460px;
}

#topPressArea #newsOut .right ,
#topPressArea .newsOut .right {
    padding-left: 20px;
    padding-top:0px;
    text-align: left;
    width: 460px;
}

#topPressArea div.tri {
    display: none;
}


.bockLinks {
    padding: 20px 0 0;
}

#kojinBlock .blockTitle{
color:#d1740d;
}

#houjinBlock .blockTitle{
color:#1171c9;
}

#solutionBlock .blockTitle{
    color: #7b4fc6;
    padding-left: 10px;
    width: 155px;
}

.bockLinks > li {
    border-left: 1px solid #e3e5e4;
    border-right: 1px solid #e3e5e4;
    border-top: 1px solid #e3e5e4;    
}

.bockLinks > li.last{
    border-bottom: 1px solid #e3e5e4;    
}

 .bockLinks a{
	color:#000;
	display:block;
	width:100%;
	height:100%;
}

#kojinBlock .bockLinks a:hover{
	background-color:#eb8d31;
}

#houjinBlock .bockLinks a:hover{
	background-color:#70aaec;
}

#solutionBlock .bockLinks a:hover{
	background-color:#ab82ea;
}


.kojinArea ul li.areaLeft > ul li a:hover{
	background-color:#eb8d31;
}

.houjinArea ul li.areaLeft > div.l_block > ul.l_list > li a:hover{
	background-color:#70aaec;
}

.solutionArea ul li a:hover{
	background-color:#ab82ea;

}

.bockLinks a p {
    font-weight: bold;
    padding: 10px 5px;
}

#kojinBlock  .bockLinks p:before{
  background-image: url("/share/images/kojin_arrow.jpg");
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 15px;
    padding-right: 16px;
    vertical-align: middle;
}

#houjinBlock  .bockLinks p:before{
		content:" ";
		background-image:url(/share/images/houjin_arrow.jpg);
		padding-right:15px;
		background-repeat:no-repeat;
    display: inline-block;
    height: 15px;
    padding-right: 16px;
    vertical-align: middle;		
}

#solutionBlock .bockLinks p:before{
		content:" ";
		background-image:url(/share/images/solution_arrow.jpg);
		padding-right:15px;
		background-repeat:no-repeat;
		   display: inline-block;
    height: 16px;
    padding-right: 15px;
    vertical-align: middle;	
}

.bg_pink {
     background-color: #faecec;
}
/*台風停電*/
#teidenTyphoon {
    border: 3px solid #e8e8e8;
    box-sizing: border-box;
    margin: 14px auto 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}
	#teidenTyphoon li:not(:last-of-type) {
		margin-bottom:10px;
	}

		#teidenTyphoon p.ttl {
		    font-size: 116%;
		    font-weight: bold;
		    color: #b12c2c;
		}

		#teidenTyphoon .multi {
			text-align:left;
		}

		#teidenTyphoon .multi > p > a{
		    text-align: left;
		    font-size: 116%;
		    font-weight: bold;
		    color:#b12c2c;
		    display: inline-block;
		    padding-left: 1em;
		}


			#teidenTyphoon .multi > p > a::before {
			    border-bottom: 2px solid #cccccc;
			    border-right: 2px solid #cccccc;
			    content: "";
			    display: inline-block;
			    height: 0.5em;
			    margin-left: -1em;
			    position: relative;
			    transform: rotate(-45deg);
			    width: 0.5em;
			}

/*重要なお知らせ*/
#impAreaOuter{
	position:relative;
	margin: 20px auto;
}

#impArea {
    background: #faecec none repeat scroll 0 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    text-align: left;
    justify-content:space-between;
    border:1px solid #b12c2c;
}
	#impArea > *{
	    align-items: center;
	    display: flex;
		float:left;
	    box-sizing: border-box;

	}

	.impTitle {
	    background: #b12c2c none repeat scroll 0 0;
	    color: #ffffff;
	    padding: 0.7vw 1vw;
	    flex-grow:0;
             justify-content: center;
	}

		.impTitle:before{
		    background: #ffffff none repeat scroll 0 0;
		    border-radius: 100%;
		    color: #b12c2c;
		    content: "!";
		    display: inline-block;
		    font-size: 120%;
		    font-weight: bold;
		    line-height: 1.4;
		    padding: 0 0.5em;
		    vertical-align: middle;
		    margin-right:8px;
		}
	.impList {
	    overflow: hidden;
	    position: relative;
	    flex-grow: 4 !important;
	    width:73%;
	}
		.impList >div{
			width:100%;
			display:block;
			position:relative;
		}
			.impList li{
			    position:relative;
			}

			.impList:not(.impListOpen) .icon-external{
				display:none;
			}

	._open #impArea .impList.bg{
		background-color:#b12c2c;
	}

	#impArea .bt_list {
	    background: #b12c2c none repeat scroll 0 0;
	    color: #ffffff;
	    font-size: 96%;
	    justify-content: center;
	    padding: 0 0.7vw 0 2vw;
	    position: relative;
	}

	/*矢印*/
	#impArea .bt_list::before,
	#impArea .bt_list::after,
	.impList li a::before,
	.impList li a::after {
	    border: solid 6px #b12c2c;
	    border-width: 4px;
	    content: "";
	    display: inline-block;
	    position: absolute;
	    top: 50%;
	}

	#impArea .bt_list::before,
	#impArea .bt_list::after{
	    border-left-color: #ffffff;
	    border-bottom-color: #ffffff;
	    border-right-color: transparent;
	    border-top-color: transparent;
	    left:1vw;
	    margin-top:-6px;
	    transform: rotate(-45deg);
	}

	.impList li a::after{
	    border-color: #faecec;
	}

	#impArea .bt_list::after{
	    border-left-color: #b12c2c;
	    border-bottom-color: #b12c2c;
	}

	#impArea .bt_list::after{
	    border-width: 3px;
	    margin-left: 1px;
	}

	.impList .slick-slider{
		margin-bottom:0;
	}

	.impList li a p,
	.impList li a >span {
	    padding: 5px 7px;
	}

	.impList li a >span{
		display:inline-block;
	}
	.impList li a {
	    box-sizing: border-box;
	    color: #000;
	    height: 100%;
	    padding: 7px 24px;
	    width: 100%;
	    position:relative;
	    display:block;
	}
	#impArea .impList li a {
	    text-overflow: ellipsis;
	    overflow:hidden;
	}

	#impArea .impList li  p ,
	#impArea .impList li  span {
	    white-space:nowrap !important;
	    display:inline;
	}

	.impList li a:hover > span{
		text-decoration: underline;
	}

	.impList li a::before,
	.impList li a::after{
	    border-left-color: transparent;
	    border-bottom-color: transparent;
		border-width:5px;
		left:10px;
		transform: rotate(45deg);
		margin-top:-5px;
	}

	.impList li a::after{
	    border-width: 4px;
	    margin-top: -4px;
	}

	.impList li.high a::before{
	    content:"!";
	    background: #b12c2c;
	    border:none;
	    border-radius:100%;
	    display: inline-block;
	    color:#ffffff;
	    font-weight:bold;
	    font-size:96%;
	    transform:none;
	    padding: 0 0.5em;
	    vertical-align:baseline;
	    margin-top:-0.8em;
	}
	.impList li.high a::after{
		display:none;
	}
	.impList li.high a > span{
		margin-left:0.2em;
	}

	/*開いた状態*/
	.impListOpen {
	    background: #fff5f6 none repeat scroll 0 0;
	    box-shadow: 0 2px 2px #cccccc;
	    box-sizing: border-box;
	    position: absolute;
	    text-align: left;
	    width: 100%;
	}
	.impListOpen._close {
	    max-height:0;
	    transition: max-height 0.1s ease 0s;
	}
	.impListOpen._open {
	    max-height: 100vh;
	    transition: max-height 0.5s ease 0s;
	}

	.impListOpen.impList::after{
	    display:none !important;
	}
	.impListOpen > li {
	    display: block !important;
	    margin: 0 auto;
	    width: 95% !important;
	}
	.impListOpen > li:not(:last-of-type) {
	    border-bottom: 1px solid #cccccc;
	}
	.impListOpen > li:nth-of-type(1){
	    padding-top:10px;
	}
	.impListOpen > li:last-of-type{
	    padding-bottom:10px;
	}

	.impListOpen li {
	    padding: 0;
	}
	.impListOpen li a {
	    display: inline-block;
	    padding: 10px 18px;
	    vertical-align: middle;
	    width: auto !important;
	}
	.impListOpen li a::before,
	.impListOpen li a::after{
	    left:0;
	}

	.impListOpen li a >span,
	.impListOpen li a >span{
		display:inline;
	}
	.impListOpen li a::after {
	    border-color: #FFF5F6 !important;
	}

	.impList li.maintenance a::before {
	    background-image: url("/images/icon_spanner_red.png");
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    border: medium none;
	    content: "";
	    display: inline-block;
	    height: 1.7em;
	    margin-top: -0.85em;
	    transform: none;
	    vertical-align: middle;
	    width: 1.7em;
	}
	.impList li.maintenance a::after {
	    display: none;
	}

	#impArea li.maintenance a >p{
	   padding-left:1em;
	}

.picMoreBtn {
    line-height: 1;
    padding: 20px 0 32px;
}

.bg_pic {
    background-image: url("/images/more_bg.png");
}

.picupTop, .pressTop {
   line-height: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
}

#picupArea {
    padding-bottom: 0;
    padding-top: 20px;
    overflow:hidden;
}

.picMoreBtn .phone{
    width: 100%;
}

.pickup_large_area{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-shrink:200px;
	flex-basis:1;
	margin-bottom: 12px;
}
.pickup_large_area .picup1{
	background:#ffffff;
	padding-right:0;
}

.pickup_large_area .picup1:nth-of-type(odd){
	margin-right:12px;
}

.pickup_large_area .black{
	background:#000000;
}

.pickup_large_area >.picup1:nth-of-type(even){
 padding-right: 0px;
 flex-grow: 1;
 display: flex;
}
.pickup_large_area .image_only{
 align-items: center;
}

.pickup_large_area .image_only .pickups,
.image_only .pickups .pic,
.image_only .pic > a {
	height:100%;
	display:flex;
	align-items: center;
}
.image_only .pic > a{
    position: relative;
}

.image_only .pic > a::after {
    background: rgba(255,255,255,0) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.image_only .pic > a:hover::after {
    background:#ffffff;
    opacity:0.3;
}
.image_only .pic > a:hover >img{
    opacity:1;
}

.pickup_large_area .info{
	min-height:auto !important;
}

.picup1 {
    float: left;
    padding-right:12px;
    width: 440px;
}

.picup1.odd {
    float: right;
    padding-right: 0;
}

.picup2_5 {
    float: left;
    overflow: hidden;
    width:508px;
}

.picup2_5 > div {
    float: left;
    padding-right:12px;
    width: 248px;
}

.picup6_8 {
    display: table;
     margin: 0 auto;
     table-layout: fixed;
}

.picup6_8 > div {
    display: table-cell;
    padding-right:12px;
    vertical-align: top;
    
}
/** 2017/03/23	update **/
.pic a[target="_blank"]::before {
	content: url("/images/pic_external_linkout_btn.png");
	position: absolute;
	right: 3px;
	top: 5px;
	width: 15px;
	z-index: 1000;
}
.pic a[target="_blank"]:not([href^="http"])::before {
	content: url("/images/pic_external_linkin_btn.png");
	position: absolute;
	right: 3px;
	top: 5px;
	width: 15px;
	z-index: 1000;
}
.moviebox .pic a[target="_blank"]::before {
	content: "";
}



@media screen and (min-width:641px){

	.picup6_8 > div {
		width:33%;
	}
}

.picup2_5 > .pickups:nth-of-type(2n), .picup6_8 .pickups:nth-last-of-type(1) {
    padding-right: 0;
}

.pickups .pic {
    position: relative;
}

.pickups .pic > a > img {
    width: 100%;
}

.pic > a {
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0;
}

.movie {
    right: 5%;
    position: absolute;
    top: 7%;
	border-radius: 100%;
    box-shadow: 0 0 10px 1px rgba(29, 29, 29, 0.3);
}

.movie > img {
    max-width: 100%;
}

.picup1 .movie {
    right: 5%;
    position: absolute;
    top: 7%;
}

.picup6_8 .movie {
    right: 3%;
    position: absolute;
    top: 5%;
}

.picup6_8 > div:nth-of-type(1) {
    padding-right: 8px;
}
.picup6_8 > div:nth-of-type(2) {
    padding-left: 4px;
    padding-right: 4px;
}
.picup6_8 > div:nth-of-type(3) {
    padding-left: 8px;
}

.pickups .info {
    background-color: #fff;
    margin-bottom:12px;
    min-height: 48px;
    padding: 10px;
    text-align: left;
    position:relative;
}
.picup1 .info {
    min-height: 170px;
}
.date {
    background-color: #fff;
    float: left;
    font-size: 120%;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 0;
    padding: 5px 5px 6px;
}

:not(.picup1) > .pickups > .info .date {
    position: absolute;
    top: -1.3em;
}


p.new{
    float:left;
    width:61px;
}


.picup1 .title {
    font-size: 120%;
    font-weight: bold;
}


.picup1 .date {
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.pic > div {
    bottom: 0;
    left: 10px;
    line-height: 0;
    position: absolute;
}

#topPressArea .left {
    border-right: medium none;
}

#topPressArea a{
    color:#000;
}



/******************************** tablet ****************************/

@media screen and (max-width:979px) and (min-width:641px){

.bgBlack #naviSp{
    background-color:#000;
}

.picup1 .info {
    min-height:241px;
}  
    
    
.pickups .info {
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 72px;
    padding: 10px;
    text-align: left;
}
    

#catch {
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 8%;
    width: 100%;
}

.impListOpen{
    width:96%;
}

#impArea .bt_list::before, #impArea .bt_list::after{
	left: 0.5vw;
}

    
#spNaviList {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 100%;
     z-index: 500;
}
    
    #topNavi2.minSize{
    padding: 0;
    width: 100%;
    }    
    
    .picMoreBtn{
        width:60%;
        margin:0 auto;
        max-width:381px;
    }


#catch > img {
    max-width: 529px;
    width: 50%;
}

#recBtn {
    bottom: 8%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

#recBtn img{
   width:70%;
}

    
.impTitle{
    font-size:96%;
}

.bg_topNavi {
    /*background-image: url("/images/bg_icons_phone.png");*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: auto;
}
    
    #topNavi1 li {
        display: block;
        float: left;
        padding-right: 2%;
    }
    
#topNavi1 p {
    font-size: 90%;
    font-weight: bold;
    margin: 2% 3%;
    min-height: 50px;
}   
    

#topNavi1 li {
    display: block;
    float: left;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-right: 0;
    width: 14.1%;
}
    
#topNavi2 {
    background-color: #fff;
    margin-bottom: 5%;
    margin-top: 0;
    box-shadow:none;
}    
    
    
.commonBlock {
    border-right: 1px solid #e3e5e4;
    float: left;
    padding: 2% 1% 0;
    text-align: left;
    width: 31.5%;
}
    
  
#solutionBlock {
    width: 31%;
}  

.commonBlock {
    border-right: 1px solid #e3e5e4;
    float: left;
    font-size: 95%;
    padding: 2% 1% 0;
    text-align: left;
    width: 31.3%;
}    

.blockPic {
    float: left;
    max-width: 110px;
    width: 45%;
}    
    
.blockTitle {
    float: left;
    font-size: 101%;
    font-weight: bold;
    padding-top:8%;
    text-align: center;
    width: 40%;
     padding-left: 10%;
}

.bockLinks a p {
    font-size: 78%;
    font-weight: bold;
    padding: 5% 2%;
}    

#solutionBlock .blockTitle {
    color: #7b4fc6;
    font-size: 90%;
    padding-left: 10%;
    width: 44%;
}
    
.pic p:not(.movie) img {
    height: auto;
    width: 100%;
} 

.pickups .info{
    margin-bottom:0;
}

.pickups .info{
	margin-bottom:0;
}

.picup1 {
    float: left;
    padding-right: 2%;
    width: 40%;
}

.picup2_5 {
    float: left;
    overflow: hidden;
    width: 58%;
} 

.picup2_5 > div {
    float: left;
    margin-right: 4%;
    width: 48%;
}

.picup2_5 > div:nth-of-type(even) {
    margin-right:0;
}
.picup6_8 > div {
    float: left;
    margin-right: 2%;
    width: 32%;
}
    
.picup6_8 {
    margin: 0 auto 2%;
}    

.picup2_5,
.picup6_8 {
    display: flex;
    justify-content: space-between;
}
.picup2_5{
    flex-wrap: wrap;
}	

.picup2_5 > div,
.picup6_8 > div {
    background:#ffffff;
    padding:0 !important;
    margin-bottom:12px;
}

.movie {
    right: 5%;
    position: absolute;
    top: 7%;
}     

.movie > img {
    max-width: 100%;
}
    
.picup1 .movie {
    right: 5%;
    position: absolute;
    top: 7%;
}   

.picup6_8 .movie {
    right: 3%;
    position: absolute;
    top: 5%;
}   
    
.pic > div {
    bottom: 0;
    left: 3%;
    line-height: 0;
    position: absolute;
}       
    
p.new {
    float: left;
    max-width: 59px;
}    

.picupTop, .pressTop {
    background-image: url("/images/pic_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 50px;
    margin: 0 auto;
    padding-bottom:2%;
    padding-top:2%;
    width: 70%;
        max-width:414px;    
}    

p.pressTop {
    height: auto;
    padding-bottom:5%;
    padding-top: 3%;
}
    .naviSpOut{
        background-color:#000;
    }    
    

#topNavi1 a img {
    margin: 0 auto;
    width: 90%;
}

#topPressArea {
    margin-bottom: 5%;
}


#topPressArea #newsOut .left,
#topPressArea .newsOut .left  {
    border-left: medium none;
    padding-bottom: 0;
    padding-right: 2%;
    padding-top: 0;
    text-align: left;
    width: 50%;
}

#topPressArea #newsOut .right,
#topPressArea .newsOut .right  {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    text-align: left;
    width: 48%;
}



}
/******************************** Phone *****************************/

@media screen and (max-width:640px){
    #topPressArea #newsOut .left,
    #topPressArea .newsOut .left  {
        border-left: medium none;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-top: 30px;
        text-align: left;
        width: 100%;
    }
    #topPressArea #newsOut .right ,
    #topPressArea .newsOut .right{
        width: 100%;
    }
.bgBlack #naviSp{
    background-color:#000;
}

    .naviSpOut{
        background-color:#000;
    }    


#impArea {
    background: #faecec none repeat scroll 0 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}
#impArea > * {
    display: block;
}

.impTitle {
    padding: 5px 10px;
}

#impArea .bt_list {
    position: absolute;
    font-size: 96%;
    right: 0;
    top: 0;
    color: #ffffff;
    padding: 5px 0.5em;
    display: inline-block;
    vertical-align: middle;
    text-decoration:none;
}

#impArea > *{
    float:none;
}

#impArea .bt_list:before {
    border: none;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    left: -12px;
    transform: none;
    box-sizing: border-box;
    background: #ffffff;
}
#impArea .bt_list:after {
    border: none;
    border-top: solid 3px #b12c2c;
    border-bottom: solid 3px #b12c2c;
    margin-top: 4px;
    transform: none;
    content: "";
    display: inline-block;
    height: 2px;
    width: 14px;
    left: -14px;
    margin-top: -4px;
}

#impAreaOuter._open .impList:not(.impListOpen){
	height:0;
}

	.impList{
		width:auto !important;
	}

	.impList::after{
		display:none !important;
	}

	.impListOpen{
		position:relative;
		width:100%;
	}
	.impListOpen li a > span,
	.impListOpen li a > p{
	        white-space: normal !important;
                padding-top:0;
                padding-bottom:0;

	}
	.impListOpen li a::before, .impListOpen li a::after {
	    top: 1.5em;
	}


.pickups .info {
    background-color: #fff;
    margin-bottom: 20px;
    min-height: 72px;
    padding: 10px;
    text-align: left;
}    
    
#spNaviList {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 500;    
}    


#recBtn {
    bottom: 14%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}    

#recBtn > a{
    padding: 3vw 1vw 3vw 0;
}

img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
}    
    
    #recBtn img {
        width:60%;
    }

    #recBtn img.sp-only {
        display:inline !important;
    }
    

    
    .bg_top {
        background-color: rgba(0, 0, 0, 0.2);
        height:auto;
        position: absolute;
        top: 0;
        width: 100%;
    }


    

 
#topNavi1 > ul > li > a > img {
    max-width: 82px;
}
#topNavi1 > ul > li > a > img.sp-only {
   display:inline-block !important;
}

#topNavi1 p {
    font-size: 80%;
}    
    
    
.bg_topNavi {
    /*background-image: url("/images/bg_icons_phone.png");*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
        height: auto;

}

#topNavi1 li {
    float: left;
    padding-bottom: 5%;
    padding-right: 0;
    text-align: center;
    width: 33%;
}
    
    
    .commonBlock,#solutionBlock {
        padding: 3%;
        width:97%;
    }    
    
.blockPic {
    float: left;
    min-width: 138px;
     position: relative;
    width: 40%;
}    

.blockTitle {
    padding-top: 4%;
}
    
.commonBlock > a > p.blockTitle {
    float: left;
    font-size: 120%;
    font-weight: bold;
    padding-top: 4%;
    position: relative;
    text-align: center;
    width: auto !important;
    padding-left:8%;
}  
    
 


#solutionBlock .blockTitle {
    font-size: 115%;
    padding-left: 0;
}


.commonBlock > a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 100;
}   

.commonBlock > a > p {
    padding: 7% 4%;
    text-align: right;
}
    
.commonBlock > a > p img {
    max-width: 40px;
    width: 70%;
    padding-top: 3%;
}
    
.blockPic img{
    width:80%;
    max-width:136px;
}    
    
#topNavi2 {
    background-color: #fff;
    margin-bottom:0;
    margin-top:0;
    box-shadow:none;
}


.picupTop, .pressTop {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    margin: 0 auto;
    max-width: 434px;
    padding-bottom:3%;
    padding-top:5%;
    width: 80%;
    height:auto;
} 
.impTitle img ,.picupTop img, .pressTop img{
   width:100%;
}

.pickups{
       margin-bottom:12px;

}

.picup1 {
    clear: left;
    float: left;
    padding-right: 0;
    width: 100%;
} 
    
.picup1 .movie {
    right: 5%;
    position: absolute;
    top: 7%;
}   

.picup2_5 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}    

.picup2_5 > div {
    float: left;
    padding-right: 1%;
    width: 49%;
    background:#ffffff;
}    

.pickups .info {
    margin-bottom:0;
}

    
.pickup_large_area{
	display:block;
}
.pickup_large_area .picup1{
	margin-bottom:12px;
}

.movie {
    right: 5%;
    position: absolute;
    top: 7%;
} 
    
.movie > img {
    max-width: 100%;
}
.picup6_8 {
    display: table;
    margin: 0 auto;
    width: 100%;
}
    

.picup6_8 > div {
    display: block;
    padding-right: 0;
}    
 
.picup6_8 .movie {
    right: 3%;
    position: absolute;
    top: 5%;
}    
 
.pic > div {
    bottom: 0;
    left: 3%;
    line-height: 0;
    position: absolute;
}    
    

p.new {
    float: left;
    max-width: 59px;
}
    

p.pressTop {
    height: auto;
    padding-bottom:3%;
    padding-top:5%;
}


 
    .picMoreBtn{
        width:70%;
        max-width:440px;
        margin:0 auto;
    }

    
#picupArea {
    padding-bottom: 3%;
    padding-top:0%;
}    


#topNavi2.minSize {
    padding: 0;
    width: 100%;
}    
    
    .spClose{
        display:none;
    }    
    
.bockLinks {
    margin-top: 3%;
    padding: 4% 0;
    width: 96%;
} 
    
.bockLinks a p {
    padding: 5% 2%;
}    

#topPressArea {
    margin-bottom:0;
}

}

/*newyear新年掲載終了時削除*/
#newyearbox img {
    width: 100%;
}

@media screen and (max-width:640px){
    .picMoreBtn .sp-only{
        display:inline !important;
       width:100%;
    }
    #recBtn .sp-only{
       display:inline !important;
    }
}