@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* TTL
-------------------------------------------------------------*/
#mainTtl:after{
	background: url("../img_nikamet/bg_ttl.jpg") repeat-x 0 0;
	background-size: auto 100%;
}
#mainTtl .mainTtlInner .photo{
	overflow: visible;
	background: url("../img_nikamet/bg_ttl_photo.jpg") repeat-x 0 0;
	background-size: auto 100%;
}
#mainTtl .mainTtlInner .photo img{
	transform: translateX(50px);
}
/* #feature
-------------------------------------------------------------*/
#feature ul li{
	margin: 0 0 0 1em;
	list-style: disc;
}
#featureInner{
	margin: 40px 0 0;
	padding: 40px;
	border: 1px solid #00004c;
	border-radius: 10px;
}
#featureInner h3{
	font-size: 25px;
	color: #00004c;
}
#feature .boxClm{
	width: 100%;
	max-width: 1130px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#feature .boxL{
	width: 67.5%;
	padding: 40px 0 0;
}
#feature .boxR{
	padding: 40px 0 0;
}
#feature .boxTable{
	margin: 20px 0 0;
}
#feature .boxTable table{
	width: 100%;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#feature .boxTable table th{
	padding: 5px 10px;
	background-color: #eaf5fb;
}
#feature .boxTable table tr:nth-child(odd) th{
	background-color: #d5ebf7;
}
#feature .boxTable table tr td{
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	vertical-align: top;
}
#feature .boxTable table tr:nth-child(odd) td{
	background-color: #f1f1f1;
}
/* #dealing
-------------------------------------------------------------*/
#dealing .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#dealing .box{
	width: 48%;
}
#dealing ul li{
	margin: 0 0 0 1em;
	list-style: disc;
}
#dealing ul li{
	margin: 0 0 0 1em;
	list-style: disc;
}
#dealing .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto;
}
#dealing .boxClm .box{
	width: 48%;
	margin: 40px 0 0;
}
#dealing .boxClm .box figure{
	border: 1px solid #ccc;
}

/* #lineup01
-------------------------------------------------------------*/
#lineup01 .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#lineup01 .boxClm .boxTxt{
	width: 55%;
	padding: 20px 0 0;
	order: 1;
}
#lineup01 .boxClm .boxPhoto{
	width: 43%;
	padding: 30px 0 0;
}
#lineup01 .boxTable{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 0;
}
#lineup01 .boxTable table{
	width: 100%;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#lineup01 .boxTable table tr:nth-child(odd) td{
	background-color: #f1f1f1;
}
#lineup01 .boxTable table th{
	padding: 5px 10px;
	background-color: #009ce5;
	color: #fff;
	border-left: 1px solid #fff;
}
#lineup01 .boxTable table th:first-child{
	border-left: none;
}
#lineup01 .boxTable table th.line{
	border-left: 1px solid #fff;
}
#lineup01 .boxTable table tr td{
	padding: 5px 10px;
	border-left: 1px solid #ccc
}
#lineup01 .boxTable table tr td:first-child{
	border-left: none;
	text-align: left;
}
#lineup01 .boxTable table tr td strong{
	color: #009ce5;
}

#lineup01 ul.list{
	margin: 0 0 0 1em;
}
#lineup01 ul.list li{
	list-style: disc;
}
#lineup01 ul.btn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#lineup01 ul.btn li{
	width: calc((100% - 60px) / 4);
	margin: 20px 0 0;
}
#lineup01 ul.btn:after,
#lineup01 ul.btn:before{
	content: "";
	width: calc((100% - 60px) / 4);
	height: 0px;
	overflow: hidden;
}
#lineup01 ul.btn:before{
	order: 1;
}
#lineup01 ul.btn a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 15px 10px 15px 38px;
	background: url("../shared/img/arw_surcle_white.png") no-repeat 10px center;
	background-size: 28px 28px;
	line-height: 1.25;
	font-size: 18px;
	border: 1px solid #009ce5;
	border-radius: 10px;
}
/* #uses
-------------------------------------------------------------*/
#uses .boxTable{
	margin: 20px 0 0;
}
#uses .boxTable table{
	width: 100%;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#uses .boxTable table tr:nth-child(odd) td{
	background-color: #f1f1f1;
}
#uses .boxTable table th{
	padding: 5px 10px;
	background-color: #009ce5;
	color: #fff;
	border-left: 1px solid #fff;
	width: 150px;
}
#uses .boxTable table th:last-child{
	width: auto;
}
#uses .boxTable table th:first-child{
	border-left: none;
}
#uses .boxTable table tr td{
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	vertical-align: top;
}
#uses .boxTable table tr td:first-child{
	border-left: none;
}
#uses .boxTable table tr td ul{
	margin: 0 0 0 1em;
}
#uses .boxTable table tr td ul li{
	list-style: disc;
}
/* #example
-------------------------------------------------------------*/
#example .menu ul{
	width: 100%;
	display: flex;
}
#example .menu ul li+li{
	margin: 0 0 0 5px;
}
#example .menu ul li{
	display: flex;
	align-items: center;
	text-align: center;
	padding: 5px;
	line-height: 1.15;
	cursor: pointer;
	border: 1px solid #009ce5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #009ce5;
	background-color: #fff;
	transition:all 0.5s ease 0.2s;
}
#example .menu ul li:hover{
	opacity: 0.5;
}
#example.example01 .menu ul li.example01,
#example.example02 .menu ul li.example02,
#example.example03 .menu ul li.example03,
#example.example04 .menu ul li.example04,
#example.example05 .menu ul li.example05{
	color: #fff;
	background-color: #009ce5;
}
#example #example01,
#example #example02,
#example #example03,
#example #example04,
#example #example05{
	display: none;
}
#example.example01 #example01,
#example.example02 #example02,
#example.example03 #example03,
#example.example04 #example04,
#example.example05 #example05{
	display: block;
}
#example .boxTtl{
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 0 10px 0 240px;
}
#example #example01 .boxTtl{
	background: #009ce5 url("../img_nikamet/ex_bg_01.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example02 .boxTtl{
	background: #009ce5 url("../img_nikamet/ex_bg_02.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example03 .boxTtl{
	background: #009ce5 url("../img_nikamet/ex_bg_03.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example .boxFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#example .boxFlex .boxPhoto{
	width: 25%;
	padding: 20px 0 0;
}
#example .boxFlex .boxTxt{
	flex: 1;
	padding: 20px 0 0 20px;
}
#example .boxFlex .boxTxt strong{
	color: #009ce5;
}
#example .boxFlexHalf{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#example .boxFlexHalf .box{
	width: 34%;
	padding: 20px 0 0;
}
#example .boxFlexHalf .box + .box{
	width: 65%;
	padding: 0;
}
#example .boxFlexHalf .boxFlex .boxPhoto{
	width: 35%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 TUBLET
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
#mainTtl .mainTtlInner .photo img{
	transform: translateX(20px);
}
/* #feature
-------------------------------------------------------------*/
#featureInner h3{
	font-size: 20px;
	color: #00004c;
}
#feature .boxTable table{
	font-size: 16px;
}
/* #lineup01
-------------------------------------------------------------*/
#lineup01 .boxClm{
	display: block;
}
#lineup01 .boxClm .boxTxt{
	width: calc(100%);
}
#lineup01 .boxClm .boxPhoto{
	width: calc(100%);
	max-width: 480px;
	margin: 0 auto;
}
#lineup01 ul.btn a{
	font-size: 14px;
}
	
	
/* #uses
-------------------------------------------------------------*/
#uses .boxTable table{
	font-size: 16px;
}
/* #example
-------------------------------------------------------------*/
#example .boxTtl{
	font-size: 20px;
}
#example .boxFlexHalf{
	display: block;
}
#example .boxFlexHalf .box{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
#example .boxFlexHalf .box + .box{
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#example .boxFlexHalf .boxFlex .boxPhoto{
	width: 25%;
}
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
#mainTtl .mainTtlInner .photo img{
	transform: translateX(0px);
}
/* #feature
-------------------------------------------------------------*/
#featureInner{
	margin: 20px 0 0;
	padding: 20px;
	border: 1px solid #00004c;
	border-radius: 10px;
}
#featureInner h3{
	font-size: 17px;
}
#feature .boxClm{
	display: block;
}
#feature .boxL{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
#feature .boxR{
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
#feature .boxTable{
	margin: 20px 0 0;
}
#feature .boxTable table{
	font-size: 14px;
}
#feature .boxTable table th{
	display: block;
}
#feature .boxTable table tr:nth-child(odd) th{
	background-color: #eaf5fb;
}
#feature .boxTable table tr td{
	display: block;
	border: none;
}
#feature .boxTable table tr:nth-child(odd) td{
	background-color: #fff;
}
/* #dealing
-------------------------------------------------------------*/
#dealing .boxClm{
	display: block;
}
#dealing .boxClm .box{
	width: 100%;
	max-width: 280px;
	margin: 40px auto 0;
}
/* #lineup01
-------------------------------------------------------------*/
#lineup01 .boxClm .boxPhoto .box{
	width: calc((100% - 10px) / 2);
}
#lineup01 .boxClm .boxPhoto .box{
	width: calc((100% - 10px) / 2);
}
#lineup01 .boxClm .boxPhoto .box02{
	width: calc((100% - 20px) / 3);
}
#lineup01 .boxClm .boxPhoto02{
	max-width: calc((100% - 10px) / 2);
}
#lineup01 ul.btn{
	display: block;
	margin: 10px 0 0;
}
#lineup01 ul.btn li{
	width: calc(100%);
	margin: 10px 0 0;
}
#lineup01 ul.btn a{
	font-size: 14px;
}
/* #uses
-------------------------------------------------------------*/
#uses .boxTable table{
	width: auto;
	max-width: 900px;
	min-width: 900px;
	font-size: 14px;
}
#uses .boxTable table th{
	width: 110px;
}
#uses .boxTable table th:last-child{
	width: auto;
}
/* #example
-------------------------------------------------------------*/
#example .menu ul li+li{
	margin: 0 0 0 2px;
}
#example .menu ul li .txt1{
	white-space: nowrap;
}
#example .boxTtl{
	height: 70px;
	font-size: 17px;
	padding: 0 10px 0 100px;
}

#example .boxFlex{
	display: block;
}
#example .boxFlex .boxPhoto{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
#example .boxFlex .boxTxt{
	width: 100%;
	padding: 20px 0 0;
}
#example .boxFlexHalf{
	display: block;
}
#example .boxFlexHalf .box{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
#example .boxFlexHalf .box + .box{
	width: 100%;
	max-width: 100%;
	padding: 0;
}
#example .boxFlexHalf .boxFlex .boxPhoto{
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}
}
