@charset "utf-8";

/***** base style *****/
body {
	color:#000;
	font-size:14px;
	line-height:1;
	background-color:#fff;
}
a {
	color:#000;
	text-decoration:none;
}
/*
a:hover {
	color:#d70c19;
}
*/
.open_sans_300 {
	font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
}
.open_sans_400 {
	font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
}
.open_sans_600 {
	font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}
.open_sans_700 {
	font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
}
.open_sans_800 {
	font-family: 'Open Sans', Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 800;
}


#wrapper {
}

/* sidemenu
=====================*/
#sidemenu {
	display:none;
}


/* main
=====================*/
#main {
	background-color:#fff;
	position:relative;
	overflow:hidden;
}


/******* header *******/

/* header
=====================*/
header {
	background:#f7f7f7;
	height:70px;
	border-bottom:1px solid #ededed;
}
header > .inner {
	width:980px;
	margin:0 auto;
	padding-top:14px;
	position:relative;
}

header h1 {
	float:left;
	padding-top:4px;
}

header #top_nav {
	float:right;
}
header #top_nav > li {
	float:left;
	margin-right:56px;
	padding-bottom:15px;
}
header #top_nav > li:last-of-type {
	margin-right:0;
}
header #top_nav > li > a {
	display:block;
	height:41px;
	line-height:41px;
}
header #top_nav > li.on > a {
	border-bottom:1px solid #d70c19;
}
header #top_nav > li:hover > a {
	border-bottom:1px solid #d70c19;
}



header .sub_nav {
	position:absolute;
	left:0;
	top:65px;
	z-index:1000;
	display:none;
}
header .sub_nav > .inner {
	position:relative;
	background:#232323;
	width:924px;
	padding:28px;
	margin-top:6px;
	
	color:#fff;
	font-size:14px;
}
header .sub_nav > .inner:before{
	content:"";
	position:absolute;
	top:-12px;
	border:6px solid transparent;
	border-bottom-color:#232323;
}
header #sub_nav_products > .inner:before{
	left:402px;
}
header #sub_nav_buytenga > .inner:before{
	left:558px;
}
header #sub_nav_contents > .inner:before{
	left:694px;
}
header #sub_nav_aboutus > .inner:before{
	left:937px;
}
header #sub_nav_buytenga > .inner,
header #sub_nav_contents > .inner,
header #sub_nav_aboutus > .inner{
	padding:28px 28px 0 28px;
}

header .sub_nav ul li {
	padding-right:14px;
	float:left;
}
header .sub_nav ul li:nth-of-type(3n) {
	padding-right:0;
}
header .sub_nav ul li a {
	display:block;
	color:#fff;
	background:#232323;
}
header .sub_nav ul li dl {
	float:left;
	padding:12px 0 14px 14px;
}
header .sub_nav ul li dl dt {
	font-size:18px;
	margin-bottom:6px;
}
header .sub_nav ul li dl dd {
	font-size:10px;
}
header .sub_nav ul li p {
	float:left;
	padding:22px 0 21px 0;
	font-size:14px;
	line-height:1.2;
}
header #sub_nav_products ul li:nth-of-type(7) p{
	padding:14px 0 12px 0;
}

/* #sub_nav_products */
header #sub_nav_products ul li:nth-of-type(n+4) {
	padding-top:14px;
}
header #sub_nav_products ul li a {
	width:215px;
	border:1px solid #414141;
}
header #sub_nav_products ul li a:hover {
	background-color:#414141;
}
header #sub_nav_products ul li dl {
	padding-left:0;
}
header #sub_nav_products .content_name {
	margin-bottom:14px;
}
header #sub_nav_products .tenga_box {
	float:left;
	width:692px;
	border-right:1px solid #414141;
}
header #sub_nav_products .img_box {
	float:left;
	width:60px;
	height:60px;
	background:center center no-repeat;
	-webkit-background-size:60px auto;
	-moz-background-size:60px auto;
	background-size:60px auto;
}
header #sub_nav_products ul li:nth-of-type(1) .img_box {
	background-image:url(../images/common/cate/cup.png);
}
header #sub_nav_products ul li:nth-of-type(2) .img_box {
	background-image:url(../images/common/cate/egg.png);
}
header #sub_nav_products ul li:nth-of-type(3) .img_box {
	background-image:url(../images/common/cate/pocket.png);
}
header #sub_nav_products ul li:nth-of-type(4) .img_box {
	background-image:url(../images/common/cate/airtech.png);
}
header #sub_nav_products ul li:nth-of-type(5) .img_box {
	background-image:url(../images/common/cate/hole_3d.png);
}
header #sub_nav_products ul li:nth-of-type(6) .img_box {
	background-image:url(../images/common/cate/hole_flipzero.png);
}
header #sub_nav_products ul li:nth-of-type(7) .img_box {
	background-image:url(../images/common/cate/kh.png);
}
header #sub_nav_products ul li:nth-of-type(8) .img_box {
	background-image:url(../images/common/cate/flex.png);
}
header #sub_nav_products ul li:nth-of-type(9) .img_box {
	background-image:url(../images/common/cate/lotion.png);
}
header #sub_nav_products ul li:nth-of-type(10) .img_box {
	background-image:url(../images/common/cate/options.png);
}
header #sub_nav_products ul li:nth-of-type(11) .img_box {
	background-image:url(../images/common/cate/vibrator.png);
}
header #sub_nav_products ul li:nth-of-type(12) .img_box {
	background-image:url(../images/common/cate/others.png);
}

header #sub_nav_products .iroha_box {
	float:right;
}
header #sub_nav_products .iroha_box div {
	line-height:0;
}
header #sub_nav_products .iroha_box div a {
	display:block;
}

/* #sub_nav other */
header #sub_nav_buytenga ul li a,
header #sub_nav_contents ul li a,
header #sub_nav_aboutus ul li a {
	width:299px;
}
header #sub_nav_contents ul li:nth-of-type(3n-1) a, 
header #sub_nav_aboutus ul li:nth-of-type(3n-1) a {
	width:298px;
}
header #sub_nav_buytenga ul li dl,
header #sub_nav_contents ul li dl,
header #sub_nav_aboutus ul li dl {
	padding:9px 0 28px 0;
}
header #sub_nav_buytenga ul li dl dt,
header #sub_nav_contents ul li dl dt,
header #sub_nav_aboutus ul li dl dt {
	margin-bottom:6px;
}

header #sub_nav_buytenga .img,
header #sub_nav_contents .img,
header #sub_nav_aboutus .img {
	width:100%;
	height:106px;
	background:center top no-repeat;
	-webkit-background-size:298px auto;
	-moz-background-size:298px auto;
	background-size:298px auto;
}

header #sub_nav_buytenga ul li a {
	width:455px;
}
header #sub_nav_buytenga ul li:nth-of-type(2n){
	padding-right:0;
}
header #sub_nav_buytenga ul li p{
	padding:9px 0 28px 0;
}

header #sub_nav_buytenga .img{
	width:100%;
	height:126px;
	background:center top no-repeat;
	-webkit-background-size:455px auto;
	-moz-background-size:455px auto;
	background-size:455px auto;
}

header #sub_nav_buytenga ul li:nth-of-type(1) .img {
	background-image:url(../images/common/nav/nav_2_1.jpg);
}
header #sub_nav_buytenga ul li:nth-of-type(2) .img {
	background-image:url(../images/common/nav/nav_2_2.jpg);
}

header #sub_nav_contents ul li:nth-of-type(1) .img {
	background-image:url(../images/common/nav/nav_3_1.jpg);
}
header #sub_nav_contents ul li:nth-of-type(2) .img {
	background-image:url(../images/common/nav/nav_3_2.jpg);
}
header #sub_nav_contents ul li:nth-of-type(3) .img {
	background-image:url(../images/common/nav/nav_3_3.jpg);
}
header #sub_nav_contents ul li:nth-of-type(4) .img {
	background-image:url(../images/common/nav/nav_3_5.jpg);
}
header #sub_nav_contents ul li:nth-of-type(5) .img {
	background-image:url(../images/common/nav/nav_3_6.jpg);
}

header #sub_nav_aboutus ul li:nth-of-type(1) .img {
	background-image:url(../images/common/nav/nav_5_1.jpg);
}
header #sub_nav_aboutus ul li:nth-of-type(2) .img {
	background-image:url(../images/common/nav/nav_5_2.jpg);
}
header #sub_nav_aboutus ul li:nth-of-type(3) .img {
	background-image:url(../images/common/nav/nav_5_3.jpg);
}
header #sub_nav_aboutus ul li:nth-of-type(4) .img {
	background-image:url(../images/common/nav/nav_5_4.jpg);
}
header #sub_nav_aboutus ul li:nth-of-type(5) .img {
	background-image:url(../images/common/nav/nav_5_5.jpg);
}
header #sub_nav_aboutus ul li:nth-of-type(6) .img {
	background-image:url(../images/common/nav/nav_5_6.jpg);
}


header .inner .sp_tab_btn {
	display:none;
}

/******* content *******/

.btn {
	display:block;
	background:#fff;
	width:500px;
	height:38px;
	margin:0 auto;
	border:1px solid #c9c9c9;
	text-align:center;
	line-height:38px;
	font-size:16px;
}

a.btn:hover {
	background:#e9e9e9;
}

.btn_arrow {
	position:relative;
	background:#fcfcfc;
}
.btn_arrow:before {
	content:"";
	display:inline-block;
	color:#d70c19;
	font-size:18px;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	
	position:absolute;
	top:50%;
	right:14px;
	margin-top:-10px;
}
.btn_arrow_left {
	position:relative;
}
.btn_arrow_left:before {
	content:"";
	display:inline-block;
	color:#000;
	font-size:18px;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	
	position:absolute;
	top:50%;
	left:14px;
	margin-top:-10px;
}

.view_more {
	font-size:16px;
}
.view_more .fa {
	padding-right:7px;
	font-size:14px;
}
.btn_buy {
	background:#d70c19;
	border-color:#d70c19;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.btn_buy:before {
	color:#fff;
}
a.btn_buy:hover{
	background:#FFF;
	color:#d70c19;
}
a.btn_buy:hover:before{
	color:#d70c19;
}



/* article
=====================*/
.content {
	width:980px;
	margin:0 auto 56px;
	padding-top:24px;
	min-height:400px;
}
.content > h1 {
	margin-bottom:25px;
	font-size:24px;
}
.content > h1.border {
	padding-bottom:28px;
	border-bottom:1px solid #ccc;
}
.content > h1.font_jp{
	font-size:20px;
}
.content > h1 .sub {
	padding-left:14px;
	font-size:18px;
}
.content > h1 .kana {
	padding-left:14px;
	font-size:14px;
}
.content > h1 .bottom {
	display:block;
	padding-top:7px;
	font-size:18px;
}
.content > section > h1,
.content section > h1.subhead {
	position:relative;
	padding-left:21px;
	margin-bottom:28px;
	font-size:20px;
}
.content > section > h1:before,
.content section > h1.subhead:before {
	content:"";
	display:block;
	background:#d70c19;
	width:7px;
	height:2px;
	position:absolute;
	top:3px;
	left:0;
}
.content > section > h1.font_jp,
.content section > h1.subhead.font_jp{
	font-size:18px;
}
.content > section > h1.font_jp:before,
.content section > h1.subhead.font_jp:before {
	top:1px;
}
.content > section > h1 .sub {
	padding-left:14px;
	font-size:14px;
}
.content > section > h1 .bottom {
	display:block;
	padding-top:7px;
	font-size:14px;
	line-height:1.3;
}

.btn_box {
	margin-top:56px;
}

.jsBorderLink a .img {
	position:relative;
}
.jsBorderLink a .cover,
.jsBoxLink a .cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0 solid #d70c19;
	-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.jsBorderLink a .cover.s4,
.jsBoxLink a .cover.s4 {
	border-width:4px;
}

/******* list_index *******/

/* .list_index
=====================*/
.list_index {
}
.list_index li {
	float:left;
	width:476px;
	padding-right:28px;
}
.list_index li:nth-of-type(n+3) {
	padding-top:28px;
}
.list_index li:nth-of-type(2n) {
	padding-right:0;
}
.list_index li a {
	display:block;
	background:#fcfcfc;
	padding:60px 28px;
	border:1px solid #c9c9c9;
}
.list_index li a:hover {
	background:#e9e9e9;
}
.list_index li .title {
	display:block;
	font-size:20px;
}
.list_index li .sub {
	display:block;
	margin-top:14px;
	margin-bottom:2px;
	font-size:11px;
}
.list_index li .btn_arrow:before {
	color:#d70c19;
	font-size:24px;
	right:28px;
	margin-top:-13px;
}



/* .link_list
=====================*/

.link_list{
}
.link_list li:nth-of-type(2n+1){
	float:left;
}
.link_list li:nth-of-type(2n){
	float:right;
}
.link_list li{
	padding:0 0 28px 0;
}
.link_list li a{
	display:block;
	width:476px;
	position:relative;
}
.link_list li .ttl{
	background:#e9e9e9;
	padding:14px;
}
.link_list li .ttl p{
}
.link_list li .ttl p:nth-of-type(1){
	font-size:20px;
	padding-bottom:7px;
}
.link_list li .ttl p:nth-of-type(2){
}


/******* footer *******/

/* footer
=====================*/
footer {
}

.footer_upper {
	width:980px;
	margin:0 auto;
}
.footer_upper .breadcrumb {
	float:left;
	font-size:12px;
	padding-top:23px;
}
.footer_upper .breadcrumb li {
	display:inline;
}
.footer_upper .breadcrumb li .fa-home{
	font-size:14px;
}
.footer_upper .breadcrumb li .fa-angle-right {
	padding:0 7px;
}
.footer_upper .pagetop {
	float:right;
}
.footer_upper .pagetop a {
	color:#fff;
	display:block;
	width:56px;
	height:56px;
	text-align:center;
	line-height:56px;
	font-size:20px;
	background:#d70c19;
}


footer .footer_banner {
	background:#232323;
}
footer .footer_banner ul {
	width:980px;
	margin:0 auto;
	padding:28px 0;
}
footer .footer_banner ul li {
	float:left;
	padding-right:28px;
}
footer .footer_banner ul li:nth-of-type(4n) {
	padding-right:0;
}
footer .footer_banner ul li:nth-of-type(n+5) {
	padding-top:28px;
}


footer .footer_lower {
	background:#000;
	color:#fff;
}
footer .footer_lower .inner {
	width:980px;
	margin:0 auto;
	padding:14px 0;
}

footer .footer_lower .sns {
	float:left;
}
footer .footer_lower .sns dl dt, 
footer .footer_lower .sns dl dd {
	float:left;
	padding-right:14px;
	height:24px;
	line-height:24px;
}
footer .footer_lower .sns dl dt {
	font-size:12px;
}
footer .footer_lower .sns dl dd {
	font-size:24px;
}
footer .footer_lower .sns dl dd a {
	color:#fff;
}


footer .footer_lower .language {
	float:right;
}
footer .footer_lower .language a {
	display:block;
	color:#fff;
	background:#2d2d2d;
	width:100px;
	height:24px;
}
footer .footer_lower .language a:hover {
	background:#414141;
}
footer .footer_lower .language div {
	float:right;
	line-height:1;
	width:100px;
	position:relative;
}
footer .footer_lower .language div ul {
	position:absolute;
	bottom:24px;
	display:none;
}
footer .footer_lower .language div ul li {
	border-bottom:1px solid #414141;
}
footer .footer_lower .language div .language_flag {
	display:inline-block;
	height:24px;
	padding:0 10px;
	font-size:11px;
	line-height:24px;
}
footer .footer_lower .language div .language_flag img {
	padding-right:5px;
	vertical-align:middle;
}
footer .footer_lower .language div .language_arrow {
	float:right;
	display:inline-block;
	background:#414141;
	width:24px;
	height:24px;
	font-size:12px;
	text-align:center;
	line-height:24px;
}
footer .footer_lower .language div a:hover .language_arrow {
	background:#555;
}
footer .footer_lower .language p {
	float:left;
	height:24px;
	padding-right:14px;
	font-size:10px;
	line-height:24px;
}

/******* not_found *******/

.not_found p{
	line-height:1.8;
	margin-bottom:28px;
}
.not_found p a{
	text-decoration:underline;
}
.not_found p a:hover{
	color:#d70c19;
}



@media screen and (max-width:768px) {
	img {
		max-width:100%;
		height:auto;
	}
	
	body {
	}
	body.android,
	body.menu_opened {
		background-color:#363636;
	}
	#wrapper {
		overflow:hidden;
	}
	#main {
		width:100%;
		margin-top:45px;
		
		-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		   -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		        transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	body.menu_opened #main {
		margin-left:274px;
	}
	.overlay{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0, 0, 0, 0.6);
	}
	
	/******* sidemenu *******/	
	
	/*sidemenu
	================*/
	#sidemenu .btn_arrow:before {
		color:#d70c19;
		right:10px;
	}
	
	#sidemenu {
		display:block;
		position:absolute;
		width:274px;
		background-color:#363636;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
	}
	#sidemenu .inner {
		margin-top:45px;
	}
	
	#sidemenu_link dt {
		border-bottom:1px solid #363636;
	}
	#sidemenu_link dt a {
		display:block;
		background:#000;
		padding:15px 25px 15px 10px;
		color:#fff;
		font-size:16px;
	}
	#sidemenu_link dd {
	}
	#sidemenu_link dd ul {
	}
	#sidemenu_link dd ul li {
		border-bottom:1px solid #363636;
	}
	#sidemenu_link dd ul li a {
		display:block;
		background:#232323;
		padding:15px 25px 15px 20px;
		color:#fff;
	}
	#sidemenu_link dd ul li p {
		font-size:14px;
		position:relative;
	}
	#sidemenu_link dd ul li p span {
		position:absolute;
		top:50%;
		right:0;
		font-size:9px;
		margin-top:-4px;
	}



	#sidemenu_link .product_link {
	}
	#sidemenu_link .product_link ul {
		border-left:1px solid #363636;
	}
	#sidemenu_link .product_link ul li {
		float:left;
		width:90px;
		border-bottom:1px solid #363636;
		border-right:1px solid #363636;
	}
	#sidemenu_link .product_link ul li a {
		padding:8px;
		background:#232323;
		height:90px;
	}
	#sidemenu_link .product_link ul li .product_img {
		text-align:center;
		padding-bottom:7px;
		line-height:1;
	}
	#sidemenu_link .product_link ul li .product_name {
		font-size:10px;
		text-align:center;
	}
	
	
	
	/******* header *******/	
	
	/*header
	================*/
	header {
		height:44px;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:1000;
	}
	header > .inner {
		width:100%;
		padding-top:8px;
	}
	
	header > .inner h1 {
		float:none;
		text-align:center;
		padding-top:0;
	}
	header > .inner h1 img {
		width:auto;
		height:30px;
	}
	
	header > .inner .sp_tab_btn {
		display:block;
		position:absolute;
		left:0;
		top:0;
	}
	header > .inner .sp_tab_btn a {
		display:block;
		width:44px;
		height:44px;
		font-size:18px;
		text-align:center;
		line-height:44px;
	}
	.sp_tab_btn a i {
		-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
		   -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
		        transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	.sp_tab_btn a i.fa-times {
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	

	header #top_nav {
		display:none;
	}
	
	
}
@media screen and (max-width:768px) and (min-width:571px) {


	/******* article *******/
	/* article
	=====================*/
	.content {
		width:auto;
	}
	.content > h1 {
		margin:0 28px 28px 28px;
	}
	.content > h1 > .kana {
		display:block;
		padding-left:0;
		padding-top:7px;
	}

	.content > section {
		margin-left:28px;
		margin-right:28px;
	}
	.content > section > h1.font_jp,
	.content section > h1.subhead.font_jp{
		line-height:1.3;
	}

	/******* list_index *******/
	
	/* #list_index
	=====================*/
	.list_index{
		padding:0 28px;
	}
	.list_index li {
		width:48%;
		padding-right:4%;
	}
	.list_index li a {
		padding:30px 28px 30px 14px;
		border:1px solid #c9c9c9;
		height:60px
	}
	.list_index li .title {
		font-size:16px;
	}
	.list_index li .sub {
		line-height:1.4
	}
	.list_index li .btn_arrow:before {
		right:14px;
	}

	/* .link_list
	=====================*/
	.link_list {
		padding:0 28px;
	}
	.link_list li{
		width:48%;
	}
	.link_list li a{
		width:100%;
		height:auto;
	}
	.link_list li .ttl p{
		font-size:11px;
	}
	.link_list li .ttl p:nth-of-type(1){
		font-size:16px;
	}


	/******* footer *******/
	
	/* footer
	=====================*/
	.footer_upper {
		width:auto;
		margin:0 28px;
	}
	.footer_upper .breadcrumb {
		width:80%;
		line-height:1.5;
		padding-top:20px;
	}
	footer .footer_banner ul {
		width:auto;
		margin:0 28px;
	}
	footer .footer_banner ul li {
		width:22%;
	}
	footer .footer_lower .inner {
		width:auto;
		margin:0 28px;
	}
}

@media screen and (max-width:570px) {
	



	/******* content *******/
	
	.btn {
		width:auto;
		font-size:14px;
	}
	
	.btn_buy {
		font-size:14px;
	}


	/* article
	=====================*/
	.content {
		width:auto;
		margin:0 10px 30px;
		padding-top:20px;
		min-height:0;
	}
	.content > h1 {
		margin-bottom:20px;
		font-size:20px;
	}
	.content > h1.border {
		padding-bottom:20px;
	}
	.content > h1.font_jp{
		font-size:18px;
	}
	
	.content > h1 .sub,
	.content > h1 .kana {
		display:block;
		padding-left:0;
		padding-top:5px;
		font-size:12px;
	}
	.content > h1 .bottom {
		font-size:12px;
		padding-top:5px;
	}
	.content > section > h1,
	.content section > h1.subhead {
		margin-bottom:20px;
		padding-left:14px;
		font-size:18px;
	}
	.content > section > h1.font_jp,
	.content section > h1.subhead.font_jp{
		font-size:16px;
		line-height:1.3;
	}
	.content > section > h1:before,
	.content section > h1.subhead:before {
		top:4px;
		left:0;
	}
	.content > section > h1 .sub {
		display:block;
		padding-left:0;
		padding-top:5px;
		font-size:12px;
		line-height:1.5;
	}
	.content > section > h1 .bottom {
		padding-top:5px;
		font-size:12px;
	}
	.jsBorderLink a .img img {
		width:100%;
	}
	
	.btn_box {
		margin-top:30px;
	}
	

	/******* list_index *******/

	/* .list_index
	=====================*/
	.list_index {
	}
	.list_index li {
		float:none;
		width:auto;
		padding-right:0;
		padding-bottom:10px;
	}
	.list_index li:nth-of-type(n+3) {
		padding-top:0;
	}
	.list_index li a {
		padding:28px 28px 28px 14px;
	}
	.list_index li .title {
		font-size:18px;
	}
	.list_index li .sub {
		margin-top:10px;
		font-size:10px;
	}
	.list_index li .btn_arrow:before {
		right:14px;
	}
	
	
	/* .link_list
	=====================*/
	.link_list li a{
		width:100%;
	}
	.link_list li .ttl{
		padding:10px;
	}
	.link_list li .ttl p:nth-of-type(1){
		font-size:16px;
	}
	.link_list li .ttl p:nth-of-type(2){
		font-size:12px;
	}
		
	.link_list li:nth-of-type(2n+1){
		float:none;
	}
	.link_list li:nth-of-type(2n){
		float:none;
	}
	.link_list li .img img{
		width:100%;
	}
	
	/******* footer *******/

	/* footer
	=====================*/
	.footer_upper {
		width:auto;
		padding:0 10px;
	}
	.footer_upper .breadcrumb {
		display:none;
	}
	.footer_upper .pagetop a {
		width:40px;
		height:40px;
		line-height:40px;
		font-size:15px;
	}
	
	footer .footer_banner ul {
		width:auto;
		padding:10px 10px 0;
	}
	footer .footer_banner ul li {
		padding:0 0 10px 0;
		width:50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	footer .footer_banner ul li:nth-of-type(n+5) {
		padding-top:0;
	}
	footer .footer_banner ul li:nth-of-type(2n) {
		padding-left:5px;
	}
	footer .footer_banner ul li:nth-of-type(2n-1) {
		padding-right:5px;
	}
	footer .footer_banner ul li img{
		width:100%;
	}
	
	footer .footer_lower .inner {
		width:auto;
		padding:20px 0;
	}
	
	footer .footer_lower .sns {
		float:none;
		padding-bottom:20px;
	}
	footer .footer_lower .sns dl {
		text-align:center;
	}
	footer .footer_lower .sns dl dt, 
	footer .footer_lower .sns dl dd {
		float:none;
		height:auto;
		line-height:1;
	}
	footer .footer_lower .sns dl dt {
		padding:0 0 10px;
	}
	footer .footer_lower .sns dl dd {
		display:inline-block;
		font-size:40px;
		padding-right:15px;
	}
	footer .footer_lower .sns dl dd:last-of-type {
		padding-right:0;
	}

	
	footer .footer_lower .language {
		float:none;
	}
	footer .footer_lower .language a {
		height:34px;
	}
	footer .footer_lower .language div {
		float:none;
		margin:0 auto 20px;
	}
	footer .footer_lower .language div ul {
		bottom:34px;
	}
	footer .footer_lower .language div .language_flag {
		height:34px;
		line-height:34px;
	}
	footer .footer_lower .language div .language_arrow {
		width:24px;
		height:34px;
		line-height:34px;
	}
	footer .footer_lower .language p {
		float:none;
		height:auto;
		padding-right:0;
		line-height:1;
		text-align:center;
	}

	
}




