@charset "Shift_JIS";

/* reset*/
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;
}
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:top;
}

/*link*/	
a:link {
	color:#df0000;
	text-decoration:underline;
}
a:visited {
	color:#df0000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}

/*Clearfix*/
.clr {
	/zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/*alpha*/
img.alpha:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*-------------.l-headerTop --------------*/
.l-inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.l-headerTop {
    width: 100%;
    background-color: #f641a8;
    color: #fff;
    /*padding-top: 5px;
    padding-bottom: 6px;*/
    position: absolute;
    top: 0;
    box-sizing: border-box;
    min-height: 30px;
}

.l-headerTop_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size:12px;
}
.l-headerTop_navi li {
    position: relative;
}
.l-headerTop_navi li a {
    display: block;
    position: relative;
}
.l-headerTop_navi li a:link {
    color: #fff;
    text-decoration: none;
}
.l-headerTop_navi li a:visited {
    color: #fff;
    text-decoration: none;
}

.l-headerTop_navi li+li {
    margin-left: 19px;
}
.l-headerTop_navi li a[target='_blank'].is-brackets {
    padding-right: 9px;
}
.l-headerTop_navi li a.is-arrow {
    padding-left: 11px;
}
.l-headerTop_navi li a.is-arrow {
    padding-right: 15px;
}
.l-headerTop_navi li a.is-arrow:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/brand/common/img/icon/ico_caret01_wt.svg);
    background-size: contain;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.l-headerTop_navi li a.is-arrow[target='_blank']:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/brand/common/img/icon/ico_blank01_wt.svg);
    background-size: contain;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.l-headerTop_navi li.separate {
    padding-left: 20px;
}
.l-headerTop_navi li.separate:before {
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.l-headerTop_navi li a.is-store {
    padding-left: 5px;
    padding-right: 0;
}
.l-headerTop_navi li a.is-store svg {
    vertical-align: text-bottom;
}
.l-headerTop_navi li a.is-cart {
    padding-left: 5px;
    padding-right: 0;
}
.l-headerTop_navi li a.is-cart svg {
    vertical-align: text-bottom;
}
.l-headerTop_inner:after {
    content: '';
    display: block;
    clear: both;
}
.l-headerTop_navi_home {
    fill: #fff;
}


/*---------footer-------------*/
footer {
	border-top: 2px solid #0080cc;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 30px;
	font-size: 12px;
}
footer ul {
	margin-bottom: 16px;
}
footer ul li {
	display: inline-block;
	padding: 1px 9px 1px 11px;
	border-left: 1px solid #0080cc;
	line-height: 1;
}
footer ul li:first-child {
	border: none;
	padding-left: 0;
}
footer ul li a {
	color: #0080cc !important;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer ul li a:link{
    text-decoration: none;
}
footer ul li a:hover{
    text-decoration: none;
}
footer p {
	float: right;
	margin-right: 28px;
}
footer small {
	color: #5c5c5c;
	float: right;
	margin-right: 28px;
}

/* .pageTop
---------------------------------------------*/
.pageTop {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
.pageTop img:hover {
	cursor: pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"alpha( opacity=50 )";
}
/*---------.share--------------*/
.share {
    overflow: hidden;
    position: relative;
    margin: 60px auto 0;
    width: 920px;
    font-size: 14px;
}
.share dt {
    background: #ccc;
    width: 328px;
    font-size:16px;
}
.share dd {
    background: #fefefe;
    width: 350px;
    position: relative;
}
.share dt, .share dd {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.share dd img {
    margin-right: 10px;
}
.share dd a {
    display: table-cell;
    height: 60px;
    width: 350px;
    vertical-align: middle;
    text-decoration: none;
}
.share dd a:visited {
    color: inherit;
    text-decoration: none;
}
.share dd:nth-child(2) a:after {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background: #dbdbdb;
    position: absolute;
    top: 13px;
    right: 0;
}
.share a {
    color: inherit;
    text-decoration: none;
}
.share a:hover {
        background: #fafafa
    }

/*---------.contentsNav--------------*/
.contentsNav {
	padding: 80px 0 40px;
}
.contentsNav nav ul {
	text-align: center;
}
.contentsNav nav ul li {
	display: inline-block;
}
.contentsNav nav ul li a {
	padding: 1px 13px 1px 20px;
	border-left: 1px solid #333;
	line-height: 1;
	display: block;
	font-size:14px;
	color:#333;
}
.contentsNav nav ul li a:link {
	text-decoration: none;
}
.contentsNav nav ul li a::visited {
	text-decoration: none;
}
.contentsNav nav ul li a:hover {
	text-decoration: underline;
}
.contentsNav nav ul li:first-child a {
	border: none;
	background: url(/brand/ninocure/img/icon_home.png) left 2px no-repeat;
}
.contentsNav nav ul:nth-child(2) li:first-child a {
	background: none;
}
.contentsNav nav ul:nth-child(3) li:first-child a {
	background: none;
}
/*---------.naviContents_ttl--------------*/
.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: 28px;
        margin-bottom: 30px;
        font-weight: normal
    }

    .naviContents_ttl:before,.naviContents_ttl:after {
        content: '';
        display: block;
        height: 3px;
        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
    }

/*---------.relationInfo--------------*/


.relationInfo  {
    width: 960px;
    margin: 0 auto;
	padding: 60px 0 120px;
}

.relationInfo li {
	width: 242px;
	margin-right: 20px;
	float: left;
}
.relationInfo li:last-child {
	margin: 0;
}
.relationInfo li a {
	display: block;
	height: 100%;
	position: relative;
}
.relationInfo li a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/ninocure/img/icon_blank02.gif) left top no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
}
.relationInfo li a.iconWhite:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/ninocure/img/icon_blank01.gif) left top no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
}
.relationInfo li p {
	padding: 15px 20px 20px 20px;
	box-sizing : border-box;
	vertical-align: middle;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
    font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 6px;
    
}
.relationInfo li a p{
    color: #333;
    text-decoration: none;
}
.relationInfo li a:link{
    text-decoration: none;
}
.relationInfo li a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.relationInfo li a:visited{
    text-decoration: none;
}

.pageTop {
    width: 960px;
    margin: 0 auto;
    text-align: right;
}

/*---------c-titleUnderLine-------------*/

.c-naviContents_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-naviContents_list li {
    width: 50%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.c-naviContents_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #f547a6;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-naviContents_list a:hover {
        -webkit-box-shadow: 0 0 0 5px #f1f1f1 inset;
        box-shadow: 0 0 0 5px #f1f1f1 inset
    }

.c-naviContents_list a:link,
.c-naviContents_list a:visited {
    color: #f547a6;
    text-decoration: none;
}

.c-naviContents_list_img img {
    width: 100%;
    max-width: none
}

.c-naviContents_list_ttl {
    color: #f547a6;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6
}

.c-naviContents_list_body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.c-naviContents_list_body::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background:  #f547a6 url(/brand/common/img/icon/ico_arrow_circle01_wt.svg) no-repeat center center/contain;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}
.c-naviContents_list_body::after {
    width: 28px;
    height: 28px;
    right: 15px;
    border: 1px solid #ccc;
}
.c-naviContents_list li:nth-child(even) {
    border-left: none;
}
.c-naviContents_list li:nth-child(n+3) {
    border-top: none;
}
.c-naviContents_list_img {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    box-sizing: border-box;
}
