@charset "utf-8";
@media screen and (min-width: 769px){
.header_inner {
    padding: 29px 0 28px;
}
}

.breadcrumb_items.current{
	margin-right: 0;
}

/* wrapper*/
.wrapper .main{
	width: 100%;
	margin: 0 auto;
	max-width: 2000px;
	background-image: url(/japana/assets/img/template/nurseshoes_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.contents{
	width: 1000px;
	margin: 0 auto 50px;
	padding-top: 380px;
}
.contents_ttl{
	font-size: 32px;
	font-weight: normal;
	margin: 140px 0 110px 0;
	background-image: url(/japana/assets/img/template/nav_news.png);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: -25px 22px;
	padding-bottom: 20px;
}

.contents-inner p{
	margin: 0;
}
.product_slogan_container{
	text-align: center;
	margin-bottom: 120px;
}
.ttl-type1{
	margin: 100px auto 80px;
	font-size: 441%;
	line-height: 1.5;
	border-bottom: 9px solid #b1d3e6;
	line-height: 28px;
	display: inline-block;
}
.ttl-type1 span{
	font-weight: bold;
}

/** nurseshoes **/
p, h2, h3, h4, ul {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

/* type-box*/
.type-box{
	margin-bottom: 50px;
}
.type-box.bd-top{
	padding: 100px 0 0;
	border-top: 1px solid #cccccc;
}
.type-box .txt-area{
	width: 300px;
	margin-right: 50px;
	float: left;
}
.ttl-type2{
	font-size: 260%;
	color: #2481b3;
	margin: 0 0 30px;
	font-weight: normal;
}
.type-box .txt-area p{
	font-size: 150%;
	line-height: 1.8;
}
.type-box .img-area{
	width: 650px;
	float: left;
	font-size: 130%;
	line-height: 1.8;
}
.type-box .img-area-1{
	margin-right: 50px;
	float: left;
	width: 300px;
}
.type-box .img-area-2{
	float: left;
	width: 300px;
}
.type-box .img-area img{
	width: 100%;
}

/* item-box */
.ttl-type3 {
	position: relative;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #2481b3;
	color: #333;
	font-size: 200%;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.ttl-type3:before {
	position: absolute;
	left: 0;
	content: "";
	width: 8px;
	height: 20px;
	background: url(/japana/assets/img/template/section_post_img_short.gif)0 -15px;
}
.item-box{
	margin-bottom: 60px;
}
.ttl-type3 .kenyo{
	padding-left: 20px;
}
.ttl-type3 .kenyo img{
	vertical-align: top;
}
.item-box-inner{
}
.item-box-inner .item-ph{
	float: right;
	width: 475px;
}
.item-box-inner .item-ph img{
	width: 100%;
}
.item-box-inner .item-detail{
	float: left;
	width: 475px;
	position: relative;
}
.item-box-inner .item-txt{
	margin-bottom: 30px;
	font-size: 130%;
	width: 300px;
	line-height: 1.8;
	border-spacing: 0;
}
.item-box-inner .item-txt th{
	text-align: right;
	font-weight: normal;
	width: 4em;
	vertical-align: top;
	padding-right: 3px;
}
.item-box-inner .item-icon{
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0;
}
.item-box-inner .item-icon li{
	width: 50px;
	float: left;
	margin-right: 7px;
}
.item-box-inner .item-detail img{
	width: 100%;
}
.item-box-inner .out-sole{
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}

/* top_page_button */
.top_page_button{
	border-top:1px solid #cccccc;
}
.top_page_button a {
	color: inherit;
	display: block;
	position: relative;
	width: 30%;
	margin: 0 auto;
	margin-top: 60px;
	padding: 12px 0;
	border: 1px solid #bbb;
	border-radius: 30px;
	font-size: 141%;
	text-align: center;
}
.top_page_button a:hover{
	color: #327ea7;
}
.top_page_button a:before {
	position: absolute;
	content: '';
	background: url(/japana/assets/img/template/arrow_before.png) no-repeat;
	background-size: 8px;
	left: 10px;
	width: 8px;
	height: 10px;
	top:16px;	
}


/* Tablet */
@media screen and (max-width: 768px){
	.wrapper .main{
		background-image: none;
		margin: 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}
	.contents-inner{
		width: 87.5%;
		margin: 0 auto;
	}
	.contents .mv img{
		width: 100%;
		height: auto;
	}
	.ttl-type1 {
		margin: 0 auto;
		margin-top: 8%;
		margin-bottom: 6%;
		font-size: 275%;
		border-bottom: none;
		line-height: 1.5;
		display: block;
	}
	.ttl-type1 span{
		background: url(/japana/assets/img/nurseshoes/bg_border_blue_tab.gif) repeat-x left top;
	}
	.product_slogan_container{
		margin-bottom: 8.46%;
	}
	.product_slogan_container img{
		width: 100%;
	}
	
	/* type-box*/
	.type-box{
		margin-bottom: 4.94%;
	}
	.type-box .txt-area{
		width: 100%;
		margin-right: 0;
		float: none;
		text-align: center;
	}
	.ttl-type2{
		font-size: 220%;
	}
	.type-box .txt-area p{
		font-size: 130%;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	.type-box .img-area{
		width: 100%;
		float: none;
	}
	.type-box .img-area-1{
		margin-right: 0;
		float: left;
		width: 47.95%;
	}
	.type-box .img-area-2{
		float: right;
		width: 47.95%;
	}
	.type-box .img-area .txt{
		margin-top: 4.23%;
	}
	.type-box .img-area img{
		width: 100%;
	}
	.type-box .col1 .img-area-1{
		float: none;
		margin: 0 auto;
	}
	

	/* item-box */
	.type-box.bd-top{
		padding: 8.46% 0 0;
		border-top: 1px solid #cccccc;
	}
	.ttl-type3 {
		font-size: 180%;
	}
	.ttl-type3:before {
	}
	.item-box{
		margin-bottom: 60px;
	}
	.ttl-type3 .kenyo{
		padding-left: 20px;
	}
	.ttl-type3 .kenyo img{
		vertical-align: top;
		width: 73px;
	}
	.item-box-inner{
	}
	.item-box-inner .item-ph{
		width: 52.47%;
	}
	.item-box-inner .item-ph img{
		width: 100%;
	}
	.item-box-inner .item-detail{
		float: left;
		width: 47.53%;
		position: relative;
	}
	.item-box-inner .item-txt{
		margin-bottom: 20px;
		font-size: 100%;
		width: 70.65%;
	}
	.item-box-inner .item-txt th{
		text-align: right;
		font-weight: normal;
		vertical-align: top;
		padding-right: 3px;
	}
	.item-box-inner .item-icon{
		padding: 0;
		margin-bottom: 5.43%;
	}
	.item-box-inner .item-icon li{
		width: 12.45%;
		float: left;
		margin-right: 1.04%;
	}
	.item-box-inner .item-detail img{
		width: 100%;
	}
	.item-box-inner .out-sole{
		position: absolute;
		top: 0;
		right: 0;
		width: 31.99%;
	}

	/* top_page_button */
	.top_page_button a {
		width: 43%;
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
}

/* SP */
@media screen and (max-width: 640px){
	.wrapper{
		margin-bottom:15.5%;
	}
	.main-ttl-area {
			position: relative;
	}
	.main-ttl {
			top: 36.36%;
			left: 6.25%;
	}
	.main-ttl .main-ttl-txt-jp {
			font-size: 22px;
	}
	.main-ttl .main-ttl-txt-en {
			margin-bottom: 30px;
	}
	.ttl-type1 {
		/* width: 80%; */
		margin-top: 15%;
		margin-bottom: 15%;
		margin-right: auto;
		margin-left: auto;
		font-size: 200%;
	}
	.ttl-type1 span{
				background: url(/japana/assets/img/nurseshoes/bg_border_blue_sp.gif) repeat-x left top;
	}

	/* type-box*/
	.type-box{
		margin-bottom: 11.76%;
	}
	.type-box .txt-area{
		text-align: left;
	}
	.ttl-type2{
		font-size: 180%;
		margin-bottom: 20px;
	}
	.type-box .txt-area p{
		font-size: 150%;
		margin-bottom: 20px;
	}
	.type-box .img-area{
		width: 100%;
		float: none;
	}
	.type-box .img-area-1{
		margin-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 9.08%;
	}
	.type-box .img-area-2{
		float: none;
		width: 100%;
	}
	.type-box .img-area .txt{
		margin-top: 4.23%;
	}
	.type-box .img-area img{
		width: 100%;
	}

	/* item-box */
	.type-box.bd-top{
		padding: 0;
		border-top: none;
	}
	.ttl-type3 {
		font-size: 160%;
		margin-bottom: 0;
	}
	.item-box{
		margin-bottom: 16.81%;
	}
	.ttl-type3 .kenyo{
		padding-left: 20px;
	}
	.ttl-type3 .kenyo img{
		vertical-align: top;
		width: 73px;
	}
	.item-box-inner .item-ph{
		width: 100%;
		float: none;
		margin-bottom: 5.04%;
	}
	.item-box-inner .item-detail{
		float: none;
		width: 100%;
	}
	.item-box-inner .item-txt{
		margin-bottom: 5.55%;
		font-size: 130%;
		width: 100%;
	}
	.item-box-inner .item-icon{
		margin-bottom: 5.43%;
		width: 56.81%;
		float: left;
	}
	.item-box-inner .item-icon li{
		width: 24.86%;
		margin-right: 1.04%;
		margin-bottom: 1.04%;
	}
	.item-box-inner .item-detail img{
		width: 100%;
	}
	.item-box-inner .out-sole{
		position: static;
		width: 40.19%;
		float: right;
	}
	.item-box-inner .color-img{
		clear: both;
		padding-top: 6.72%;
	}
	
	/* top_page_button */
	.top_page_button {
		margin-bottom: 0;
	}
	.top_page_button a {
		width: 100%;
		margin-top: 14%;
		margin-bottom: 0;
	}
	
}

/* MV main-ttl*/
.contents{
    position: relative;
}
.main-ttl {
    position: absolute;
	top: 210px;
    left: 0;
}
.main-ttl .main-ttl-txt-jp {
    color: #222222;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0;
	letter-spacing:2px;
}
.main-ttl .main-ttl-txt-en {
    color: #2280b3;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 0;
	letter-spacing:2px;
}
.main-ttl .main-ttl-line {
    background: #2280b3;
    width: 50px;
    height: 2px;
    margin: 0;
}
.bCrumbs {
    position: absolute;
    display:block;
    width:100%;
    padding:15px 0 0;
	height:30px;
    top: 178px;
    left: 0;
    background: #ffffff;
    opacity: 0.85;
    z-index:7;
}
.topBCrumbs{
	width: 1000px;
	margin:0 auto;
}
.topBCrumbs p.current {
	position: relative;
    padding-right: 3%;
	color: #327ea7;
	font-size: 13px;
	display: inline-block;
}
.topBCrumbs p.current:after {
	position: absolute;
	top: 25%;
	left: 79%;
	width: 10px;
	height: 10px;
	background: url(/japana/assets/img/template/arro_down.png) no-repeat;
	background-size: 10px;	
	content: "";
}
.topBCrumbs a {
    font-size: 13px;
    color: #222222;
    position: relative;
	padding-right: 3.9%;
}
.topBCrumbs a:after {
	position: absolute;
	top: 25%;
	right: 24px;
	width: 10px;
	height: 10px;
	background: url(/japana/assets/img/template/arro_right.png) no-repeat;
	background-size: 8px;	
	content: "";
}
.topBCrumbs p{
	margin: 0;
}


@media screen and (max-width: 768px){
.main-ttl-area {
    position: relative;
}
.main-ttl {
    position: absolute;
    top: 43.26%;
    left: 3.91%;
}
.main-ttl .main-ttl-txt-jp {
    font-size: 26px;
    margin-bottom:15px;
}
.main-ttl .main-ttl-txt-en {
    margin-bottom: 30px;
}
.main-ttl .main-ttl-line {
    width: 50px;
    height: 2px;
    margin: 0;
}
}
@media screen and (max-width: 640px){
.main-ttl-area {
    position: relative;
}
.main-ttl {
    top: 36.36%;
    left: 6.25%;
}
.main-ttl .main-ttl-txt-jp {
    font-size: 22px;
}
.main-ttl .main-ttl-txt-en {
    margin-bottom: 30px;
}
}