/*== ネットイヤーテンプレートを博報堂テンプレートに寄せる ==*/


/* 共通部分の書き換え */
.container {
    font-family: 'Noto Sans Japanese', sans-serif;
	color:#2e2e2e;
	font-size:14px
}
.container a {
	color:#2e2e2e;
}

.container h1 {
	font-size:40px;
	font-weight:200;	
}
.container h2 {
	font-size:32px;
	font-weight:200;
	margin:1em 0;	
}
.container h3 {
	font-size:22px;
	font-weight:200;
	margin:3em 0 1em;	
}

.container h2.heading__lv2-3 {
	
}
.container .link--blank span {
  padding-right: 15px;
  background-image: url(../../d_common_v2/images/icon_blank_link.png);
}


@media (max-width: 640px) {
.container {
	border-top: 1px solid #bfbfbf;
}
.container h1 {
	font-size:1.6rem;
}
.container h2 {		
	font-size:1.4rem;
}
.container h3 {		
	font-size:1.2rem;
}
}



/*はんくず*/
@media screen and (min-width: 641px) {
    .breadcrumb-nav {
       /* position: absolute;
        top: 56px;
        left: 0;*/
        width: 100%;
    }
    .breadcrumb-nav p {
        margin: 0 auto;
        padding: 15px 10px;
        width: 940px;
        text-align: left;
        color: #2f2f2f;
        font-size: 0.7rem;
        font-weight: 400;
    }
    .breadcrumb-nav p a {
        color: #2f2f2f;
        text-decoration: none;
        transition-property: color;
        transition-duration: 0.15s;
        transition-timing-function: ease-in-out;
    }
    .breadcrumb-nav p.wh a {
        color: #fff;
        font-weight: 200;
    }
    .breadcrumb-nav p a:hover {
        color: #ff6800;
    }

}
@media screen and (max-width: 640px) {
    .breadcrumb-nav p {
        padding: 1em;
        text-align: left;
        color: #2f2f2f;
        font-size: 12px;
        line-height: 1.4;
		margin-top:0;
    }
    .breadcrumb-nav p a {
        color: #2f2f2f;
        text-decoration: underline;
    }


}



/*========== フッタリンクエリア ==========*/


/* リンク集*/

.footer_link a {
	color: #2e2e2e;
	text-decoration: none;
	outline: none;
}

@media screen and (min-width: 641px) {

    .footer_link {
        padding: 4em 0 4.5em;
		text-align:center;
    }
    .footer_link ul {
        display: inline-block;
        max-width: 864px;
        text-align: left;
    }
    .footer_link li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .footer_link li._no_bottom_border {
        border-bottom: none;
    }
    .footer_link li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #e6e6e6;
    }
    .footer_link li._no_right_border:after {
        background: #fff;
    }
    .footer_link a {
        display: inline-block;
        height: 82px;
        overflow: hidden;
    }
    .footer_link a.size1 {
        width: 432px;
    }
    .footer_link a.size2 {
        width: 216px;
    }
}
@media screen and (max-width: 640px) {
    .footer_link {
        padding: 1em 0 2em;
    }
    .footer_link li {
        position: relative;
        margin: 0 auto;
        padding: 5%;
        width: 90%;
        border-top: 1px solid #e6e6e6;
    }
    .footer_link li:first-child {
        border-top: none;
    }
    .footer_link a {
        display: block;
        width: 98%;
        margin: 0 auto;
        text-align: left;
        background: url(../images/icon_arrow_bk_2x.png) right center no-repeat;
        background-size: 0.5em;
    }
}
    .ie8 .footer_link {
        padding: 4em 0 4.5em;
		text-align:center;
    }
    .ie8 .footer_link ul {
        display: inline-block;
        max-width: 864px;
        text-align: left;
    }
    .ie8 .footer_link li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .ie8 .footer_link li._no_bottom_border {
        border-bottom: none;
    }
    .ie8 .footer_link li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        width: 1px;
        height: 80%;
        background: #e6e6e6;
    }
    .ie8 .footer_link li._no_right_border:after {
        background: #fff;
    }
    .ie8 .footer_link a {
        display: inline-block;
        height: 82px;
        overflow: hidden;
    }
    .ie8 .footer_link a.size1 {
        width: 432px;
    }
    .ie8 .footer_link a.size2 {
        width: 216px;
    }




/* SNS */
	.snsLink a {
		color: #2e2e2e;
		text-decoration: none;
		outline: none;
	}
@media screen and (min-width: 641px) {
    .snsLink {
		position: relative;
        display: table;
		padding: 30px 0;
		background-color: #f8f8f8;
        width: 100%;
    }
    .snsLink a {
        position: relative;
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle;
    }
    .snsLink a p {
        margin: 0 auto;
        min-height: 50px;
        text-align: left;
        line-height: 1.6;
        font-size: 0.65rem;
        color: #616161;
    }
    .snsLink a .tw p {
        width: 12em;
        padding-left: 70px;
        background: url(../images/icon_tw.png) left center no-repeat;
    }
    .snsLink a .fb p {
        width: 20em;
        padding-left: 70px;
        background: url(../images/icon_fb.png) left center no-repeat;
    }
    .snsLink a p span {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .snsLink:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 25%;
        width: 1px;
        height: 50%;
        background: #e7e7e7;
    }
}
@media screen and (max-width: 640px) {
    .snsLink {
        position: relative;
        display: table;
		padding: 30px 0;
		background-color: #f8f8f8;
        width: 100%;
    }
    .snsLink a {
        position: relative;
        display: table-cell;
        padding: 0;
        width: 50%;
        text-align: center;
        vertical-align: middle;
    /*    background: #fff;*/
        color: #616161;
    }
    .snsLink a p {
        margin: 0 auto;
        line-height: 1.6;
        padding-top: 60px;
        font-size: 0.65rem;
        text-align: center;
    }
    .snsLink a .tw p {
        background: url(../images/icon_tw.png) center top no-repeat;
    }
    .snsLink a .fb p {
        background: url(../images/icon_fb.png) center top no-repeat;
    }
    .snsLink a p span {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
    }
    .snsLink:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 25%;
        width: 1px;
        height: 50%;
        background: #e7e7e7;
    }
}
    .ie8 .snsLink {
		position: relative;
        display: table;
		padding: 30px 0;
		background-color: #f8f8f8;
        width: 100%;
    }
    .ie8 .snsLink a {
        position: relative;
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: middle;
    }
    .ie8 .snsLink a p {
        margin: 0 auto;
        min-height: 50px;
        text-align: left;
        line-height: 1.6;
        font-size: 0.65rem;
        color: #616161;
    }
    .ie8 .snsLink a .tw p {
        width: 12em;
        padding-left: 70px;
        background: url(../images/icon_tw.png) left center no-repeat;
    }
    .ie8 .snsLink a .fb p {
        width: 20em;
        padding-left: 70px;
        background: url(../images/icon_fb.png) left center no-repeat;
    }
    .ie8 .snsLink a p span {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
    }
    .ie8 .snsLink:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 25%;
        width: 1px;
        height: 50%;
        background: #e7e7e7;
    }



/* ページトップへ戻るボタン */
.nv_pagetop {
    display:none;
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}
.nv_pagetop a {
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 9999;

    display: block;
    background-color: rgba(255,255,255,0.15);
    background-image: url(../images/btn_pagetop.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
@media screen and (max-width: 640px) {
    .nv_pagetop a {
        bottom: 0;
        right: 0;
		background-size: 14px;
    }
}

/*--------------------------------------------------
	＜ブラウザ出し分け＞
--------------------------------------------------*/

@media screen and (min-width: 641px) {
	.forSP {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.forPC {
		display: none !important;
	}
	.forSP {
		display: block !important;
	}
}

