@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* TTL
-------------------------------------------------------------*/
#mainTtl:after{
	background: url("../img_bearee/bg_ttl.jpg") repeat-x 0 0;
	background-size: auto 100%;
}
/* #feature
-------------------------------------------------------------*/
#feature ul li{
	margin: 0 0 0 1em;
	list-style: disc;
}
#feature .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#feature .boxClm .boxL{
	width: 60%;
	padding: 40px 0 0;
}
#feature .boxClm .boxR{
	width: 35%;
	padding: 40px 0 0;
	order: 1;
}
/* #about
-------------------------------------------------------------*/
#about .boxTable{
	width: 100%;
	max-width: 700px;
	margin: 20px auto 0;
}
#about .boxTable table{
	width: 100%;
	font-size: 18px;
	text-align: center;
}
#about .boxTable table tr:nth-child(odd) td{
	background-color: #f1f1f1;
}
#about .boxTable table th{
	padding: 5px 10px;
	background-color: #009ce5;
	color: #fff;
	border-left: 1px solid #fff;
}
#about .boxTable table th:first-child{
	border-left: none;
}
#about .boxTable table tr td{
	padding: 5px 10px;
	border-left: 1px solid #ccc
}
#about .boxTable table tr td:first-child{
	border-left: none;
	text-align: left;
}
#about .boxTable table tr td strong{
	color: #009ce5;
}
/* #lineup01
-------------------------------------------------------------*/
#lineup01 .boxClm{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#lineup01 .boxClm .boxTxt{
	width: calc((100% - 72px) / 3);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxPhoto{
	display: flex;
	justify-content: space-between;
	width: calc((((100% - 72px) / 3) * 2) + 36px);
}
#lineup01 .boxClm .boxPhoto .box{
	width: calc((100% - 36px) / 2);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxPhoto .box02{
	width: calc((100% - 50px) / 3);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxTxt02{
	width: calc((((100% - 72px) / 3) * 2) + 36px);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxPhoto02{
	width: calc((100% - 72px) / 3);
	padding: 20px 0 0;
}
#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{
	content: "";
	width: calc((100% - 60px) / 4);
	height: 0px;
	overflow: hidden;
}
#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;
}
/* #gloabl
-------------------------------------------------------------*/
#global .boxClm{
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	padding: 20px 0 0;
}
/* #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;
}
/* #lineup02
-------------------------------------------------------------*/
#lineup02 .boxTable{
	margin: 20px 0 0;
}
#lineup02 .boxTable table{
	width: 100%;
	font-size: 18px;
	text-align: left;
}
#lineup02 .boxTable table th{
	width: 150px;
	padding: 5px 10px;
	background-color: #009ce5;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#lineup02 .boxTable table th:last-child{
	width: auto;
}
#lineup02 .boxTable table th:first-child{
	border-left: none;
	width: 320px;
}
#lineup02 .boxTable table th:nth-child(2){
	width: 120px;
}
#lineup02 .boxTable table tr td{
	padding: 5px 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#lineup02 .boxTable table tr td:first-child{
	border-left: none;
}
#lineup02 .boxTable a.icon_pdf{
	display: inline-block;
	background: url("../shared/img/icon_pdf.gif") no-repeat 0 center;
	padding: 0 0 0 18px;
}
#lineup02 li a img{
	vertical-align: text-top;
	margin: 4px 2px 0;
}
/* #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_bearee/ex_bg_01.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example02 .boxTtl{
	background: #009ce5 url("../img_bearee/ex_bg_02.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example03 .boxTtl{
	background: #009ce5 url("../img_bearee/ex_bg_03.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example04 .boxTtl{
	background: #009ce5 url("../img_bearee/ex_bg_04.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
#example #example05 .boxTtl{
	background: #009ce5 url("../img_bearee/ex_bg_05.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){
/* #about
-------------------------------------------------------------*/
#about .boxTable table{
	font-size: 16px;
}
/* #lineup01
-------------------------------------------------------------*/
#lineup01 .boxClm{
	display: block;
}
#lineup01 .boxClm .boxTxt{
	width: calc(100%);
}
#lineup01 .boxClm .boxPhoto{
	width: calc(100%);
}
#lineup01 .boxClm .boxPhoto .box{
	width: calc((100% - 36px) / 2);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxPhoto .box02{
	width: calc((100% - 50px) / 3);
	padding: 20px 0 0;
}
#lineup01 .boxClm .boxTxt02{
	width: calc(100%);
}
#lineup01 .boxClm .boxPhoto02{
	width: calc(100%);
	max-width: calc((100% - 36px) / 2);
	margin: 0 auto;
}
#lineup01 ul.btn a{
	font-size: 14px;
}
/* #uses
-------------------------------------------------------------*/
#uses .boxTable table{
	font-size: 16px;
}
/* #lineup02
-------------------------------------------------------------*/
#lineup02 .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){
/* #feature
-------------------------------------------------------------*/
#feature .boxClm{
	display: block;
}
#feature .boxClm .boxL{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#feature .boxClm .boxR{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
/* #about
-------------------------------------------------------------*/
#about .boxTable table{
	font-size: 13px;
}
/* #lineup01
-------------------------------------------------------------*/
#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;
}
/* #gloabl
-------------------------------------------------------------*/
#global .boxClm{
	max-width: 400px;
}
/* #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;
}
/* #lineup02
-------------------------------------------------------------*/
#lineup02 .boxTable table{
	width: auto;
	min-width: 900px;
	font-size: 14px;
}
#lineup02 .boxTable table th:first-child{
	width: 260px;
}
#lineup02 .boxTable table th:nth-child(2){
	width: 120px;
}
/* #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;
}
}
