@charset "shift_jis";

/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:bottom;
}

/*link*/	
a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}

/*Clearfix*/
/*.clr {
	/zoom : 1;
}*/
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/*画像サイズ縮小*/
/*img {
	zoom: 0.5;
}*/

/*iOS6で余白ができる場合*/
.windowFix {
	overflow-x:hidden;
}

/*--------.c-naviContents---------*/
.l-inner {
    padding: 0 15px;
}

.naviContents_ttl {
    color: #f641a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 30px !important;
    font-weight: bold;
}
.naviContents_ttl:before, .naviContents_ttl:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #f641a8;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.naviContents_ttl:before {
    margin-right: 1.3em;
}
.naviContents_ttl:after {
    margin-left: 1.3em;
}
    
/*--------.c-naviContents---------*/
.c-naviContents {
    padding-bottom: 50px;
}

.c-naviContents_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-naviContents_list li {
    width: 50%;
}
.c-naviContents_list li:nth-child(even) a {
    border-left: none;
}
.c-naviContents_list li:nth-child(n + 3) {
    border-top: none;
}
.c-naviContents_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #ddd;
}
.c-naviContents_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f641a8;
    height: 100%;
}
.c-naviContents_list a {
    color: inherit;
    text-decoration: none;
}
.c-naviContents_list_img {
    width: 100%;
}
.c-naviContents_list_img img {
    width: 100%;
    max-width: none;
}
.c-naviContents_list_body {
    padding: 12px 36px 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-naviContents_list_body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.c-naviContents_list_ttl {
    font-weight: bold;
    margin-left: 0;
    margin-right: -20px;
}
.c-naviContents_list_ttl {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
}
.c-naviContents_list_body::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f641a8 url(/brand/common/img/icon/ico_arrow_circle01_wt.svg) no-repeat center center/contain;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
/* シェア
--------------------------------------------*/
#shareArea {
	background-color:#ececec;
	overflow: hidden;
	position: relative;
	margin-bottom:35px;
}
#shareArea p {
	font-size:16px;
	text-align:center;
	padding:10px 0;
	background-color:#0080cc;
	color: #fff;
	font-weight:bold;
}

#shareArea ul {
	float: left;
	margin: 0;
	padding: 15px 0;
	position: relative;
	left: 50%;
}
#shareArea ul li {
	width:50px;
	float: left;
	margin-right: 20px;
	position: relative;
	left: -50%;
}
#shareArea ul li img {
    width: 50px;
    height: 50px;
}
#shareArea ul li:last-child {
	margin-right:0;
}

/* 関連情報
--------------------------------------------*/

#relationInfo h4 {
	font-size:16px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom:1px solid #b4b4b4;
}

#relationInfo li {
	border-bottom:1px solid #b4b4b4;
}
#relationInfo li a {
	display:table;
	width:100%;
	padding:13px 15px;
	overflow:hidden;
	background: url(/brand/ninocure/sp/img/common_arrow03.png) no-repeat 94% center;
	background-size:16px;
	-webkit-background-size:16px;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
#relationInfo li span.icon {
	display:table-cell;
}
#relationInfo li span.icon img {
	width:57px;
	height:57px;
}

#relationInfo li p {
	display:table-cell;
	vertical-align:middle;
	height: 57px;
	font-size: 13px;
	line-height: 1.5;
}
#relationInfo li p b {
	display: block;
	color: #f641a8;
}

/* ブランド情報
--------------------------------------------*/
#brandList h4 {
	font-size:17px;
	color:#0080cc;
	padding-bottom: 5px;
	padding-left: 10px;
}

#brandList ul {
	width: 100%;
	border-top:1px solid #0080cc;
	box-sizing: border-box;
}
#brandList ul li {
	width:50%;
	float: left;
	box-sizing: border-box;
	display: table;
	border-bottom: 1px solid #0080cc;
}
#brandList ul li:nth-child(odd) {
	border-right:1px solid #0080cc;
}
#brandList ul li a {
	display: block;
}
#brandList ul li a span {
	display: block;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	padding: 8px 5px;
	background-color:#e4efff;
	font-weight: lighter;
}


/* フッター
--------------------------------------------*/
footer {
	padding:35px 0;
}
footer ul {
	overflow:hidden;
	position:relative;
}

footer ul {
	margin:0 auto;
	padding: 0 10px;
	text-align:center;
}
footer ul li {
	margin-bottom:15px;
	line-height: 1;
	display: inline-block;
}
footer ul li :nth-child(2n+1) {
	margin-right: 5px;
}
footer ul li a {
	display: inline;
	color: #333;
	margin-bottom:15px;
}
footer ul li a span {
	background: url(/brand/ninocure/sp/img/common_arrow01.png) left center no-repeat;
	background-size: 5px auto;
	-moz-background-size: 5px auto;
	-webkit-background-size: 5px auto;
	-o-background-size: 5px auto;
	padding: 0 0 0 10px;
	font-size: 10px;
}
footer p {
	clear: both;
	padding: 10px 0;
	text-align: center;
	width: 42.8125%;
	margin: 0 auto;
}
footer p img{
	width:100% !important;
	height: auto !important;
}
footer small.footer_copyright {
	display: block;
	text-align: center;
	font-size: 9px;
}


