@charset "UTF-8";
/* CSS Document */
/* obentoMenu
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.obentoMenu {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #000 solid;
	transition: 0.5s;
}
.navFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	padding: 0 20px;
	box-sizing: border-box;
}
.obentoMenu div img{
	float:right;
}
.obentoMenu div ul {
	list-style: none;
	display: flex;
	clear: both;
	font-size: 16px;
	margin: 20px 0 0 0;
}
.obentoMenu div ul li {
	padding: 4px 20px;
	border-left: 1px solid #000;
}
.obentoMenu div ul li:last-child{
	border-right: 1px solid #000;
}
.obentoMenu div ul li a{
	color:#000;
}
.ctsArea{
	margin: 0 0 100px;
}

/* mainTitArea
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mainTitArea {
	margin: 0 0 100px 0;
}
.mainLeadTxt {
	font-size: 21px;
	font-weight: bold;
	width: 550px;
	text-align: center;
	margin: 80px auto 0;
	line-height: 38px;
}
.mainLeadTxt span{
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #000;
}
.mainTitImg {
	display: block;
	margin: 50px auto 90px;
	width: 860px
}
.mainTit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.mainRead {
	width: 760px;
	margin: 0 auto 30px;
	line-height: 28px;
}
.commentsTxt {
	width: 750px;
	margin: 0 auto 30px;
	line-height: 15px;
	font-size: 10px;
	text-indent: -10px;
	padding-left: 10px;
}

/* 3つのコンセプト
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ctsArea.selectCts .ctsTit img {
	width: 330px;
	display: block;
	margin: 0 auto;
}
.selectImg{
	width: 900px;
	display: block;
	margin: 50px auto 0;
	position: relative;
}
.selectImg:before{
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	border-top:1px solid #000;
}
.selectCts ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	width: 900px;
	margin: 50px auto 0;
}
.selectCts ul li{
	width: 31%;
}
.selectType {
	background: #bfdbd5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 1px 0;
}
.selectTit {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 8px 0 5px;
}

/* OBENTOオフィスの作り方
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.howToMakeArea {
	padding: 0 40px;
}
.howToMakeArea .ctsTit img{
	display: block;
	margin: 0 auto;
	width:410px;
}
.howToMakeImg{
	display: block;
	margin: 0 auto 30px;
	width: 500px;
}
.howToMakeArea > p{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 60px 0 
}
.howToMakeInner {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.howToMakeInner li h3 {
	border-bottom: 2px #000 solid;
	padding: 0 0 8px 0;
	margin: 0 0 1px 0
}
.howToMakeInner > li {
	width: 192px;
}
.howToMakeInner li > p {
	border-top: 1px #000 solid;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin: 1px 0 17px;
	padding: 10px 0 0;
}
.howToMakeDetail {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 0 0;
}
.howToMakeDetail > li{
	color: #00ACA8;
	background: #DDEFEE;
	width: 48%;
	box-sizing: border-box;
	text-align: center;
	padding: 6px 0px;
	border-radius: 5px;
	border: #00ACA8 solid 1px;
	font-weight: bold;
}
.howToMakeDetail > li:nth-child(n+3){
	margin: 5px 0 0 0;
}
.howToMakeDetail.listLine1 li {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	padding: 13px 0 0 0;
}
li.listLine2 {
	padding: 13px 0 0 0;
}
.pictImg img {
	width: 100%;
}

/* btnArea
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.btnArea {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.btnArea a {
	background: #5d9fa9;
	color: #FFF;
	display: inline-block;
	padding: 20px 0;
	border-radius: 10px;
	font-size: 16px;
	box-shadow: 0px 6px 0px 0px rgba(80,138,147,1);
}
.btnArea a:hover {
	text-decoration: none;
}
.howToMakeBtn{
	width: 305px;
}

/* relationArea
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.relationArea {
	background: #c8e0e4;
	padding: 100px 45px;
}
.relationArea ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.relationArea ul li {
	background: #fff;
	padding: 0 0 50px;
}
.relationTit {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 30px;
	font-size: 45px;
	font-weight: bold;
	line-height: 55px;
	box-sizing: border-box;
}
.relationTxt {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
}
.relationArea ul li .btnArea a {
	width: 86%;
	box-sizing: border-box;
}

/* titArea
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.titArea {
	height: 120px;
	background: url(../solution/obento/images/mainTit-bk.png) repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}
.titArea h1 {
	font-size: 60px;
	font-weight: bold;
	display: inline-block;
	line-height: normal;
	letter-spacing: 0.5px
}
.mainTit02{
	font-size: 18px;
	line-height: 30px;
	margin: 50px auto 0;
	text-align: center;
}

/* TOOL UNIT
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.toolUnitCA {
	padding: 40px 30px;
	width: 900px;
	margin: 65px auto 100px;
	border: #F2F2F2 solid 2px;
	position: relative;
}
.toolUnitCA .ctsTit {
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -143px;
}
.toolUnitCA .ctsAreaInner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.toolUnitCA .ctsAreaInner ul li{
	width: 48%;
}
.toolUnitCA .ctsAreaInner ul li:nth-child(n+3){
	margin: 35px 0 0 0 ;
}
.toolUnitCA .ctsAreaInner ul li h3 {
	margin: 0 0 10px 0;
	border-bottom: 1px #000 dotted;
	padding: 0 0 5px 0;
}
.TUCtsOut {
	background: #f2f2f2;
	border-top: 20px #00ACA8 solid;
	padding: 0 40px 40px;
}
.TUCtsOut > ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}
.TUCtsOut > ul > li:last-child {
	margin: 40px 0px 0 50px;
	font-size: 16px;
}
.TUCts {
	background: #fff;
	padding: 40px 60px;
}
.TUProductCts {
	list-style: none;
}
.TUProductCts > li {
	border-bottom: 1px #000 dotted;
}
.TUProductCts > li:last-child {
	border-bottom: none;
}
.TUProductCts > li:first-child {
	padding:0 0 40px;
}
.TUProductCts > li:nth-child(n+2) {
	padding: 40px 0;
}

/*Main*/
.TUProductCts.TUMainInner li div {
	display: flex;
	align-items: center;
}
.TUProductCts.TUMainInner li div h3{
	border-right: 1px #000 dotted;
}
.TUProductCts.TUMainInner li div h3 img{
	margin: 0 20px 0 0;
}
.TUProductCts.TUMainInner li div p{
	margin: 0 0 0 20px;
}
.TUProductCts.TUMainInner li > img {
	margin: 40px 0 0;
}
/*Side*/
.TUSideSubTit {
	width: 156px;
}
.TUSideSubTit > ul {
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	margin: 10px 0 0 0;
	text-indent: -12px;
	padding: 0 0 0 11px;
}
.TUSideSubTit > ul li{
	padding: 0 0 5px 0;
}
.TUSideDetail {
	display: flex;
	justify-content: space-between;
}
.TUSideDescription {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 600px;
}
.TUSideDescription > li {
	width: 48%;
	display: flex;
	justify-content: space-between;
}
.TUSideDescription > li:nth-child(n+3) {
	margin: 35px 0 0 0;
}
.TUSideDescription > li div {
	width: 110px
}
.TUSideDescription > li div p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0 0 0;
}
/*Line&Spot*/
.TULineSpotInner > li:nth-child(2) {
	display: flex;
	justify-content: space-between;
}
.LSDetail2col {
	display: flex;
	justify-content: space-between;
	width: 365px;
}
.TU-LSDetail {
}
.TU-LSDetail p {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.TULineSpotInner li section h3 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #000;
}
.TULineSpotInner li section:nth-child(2){
	margin: 0 35px;
}
section.addCts {
	margin: 0 35px 0 0;
}

/* SET PLAN
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.plantTitArea {
	width: 780px;
	margin: 60px auto;
	border-top: 2px solid #000;
}
.plantTitInner {
	border-top: 1px solid #000;
	margin: 2px 0 25px 0;
	border-bottom: 1px solid #000;
}
.plantTitInner h2 {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #000;
	padding: 30px 0;
}
.plantTitInner p {
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 2px solid #000;
		margin: 0 0 2px 0;
}
.plantTitInner img {
	width: 100%;
}
.planDetailArea {
	padding: 0 5px 0;
}
.planDetailArea > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.planDetailArea > ul > li {
	width: 31%;
}
.planDetailArea > ul > li:nth-child(n+4) {
	margin: 30px 0 30px 0;
}
.planDetailType {
	margin: 0 0 10px 0;
}
.planDetailTit {
	display: flex;
	align-items: center;
}
.planDetailTit p:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	padding: 2px 0;
	box-sizing: border-box;
	text-align: center;
}
.planDetailTit p:last-child {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.planDetailType p {
	margin: 5px 0 10px 0;
}
.planDetailType ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.planDetailType ul li{
	text-align: center;
	font-weight: bold;
	width: 32%;
	padding: 2px 0;
}
.planDetailType ul.type2 li {
	width: 48.5%;
}
li.typeP {
	color: #f9687d;
	border: 1px solid #f9687d;
}
li.typeB {
	color: #689fca;
	border: 1px solid #689fca;
}
li.typeY {
	color: #ffb300;
	border: 1px solid #ffb300;
}
li.typeG {
	color: #4db26d;
	border: 1px solid #4db26d;
}
/* COLOR TYPE
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ctImage {
	margin: 50px auto;
	display: block;
}
.CTCtsOut {
	width: 780px;
	margin: 0 auto 100px;
}
.CTCtsOut ul {
	list-style: none;
}
.CTCtsOut ul li{
	display: flex;
	justify-content: space-between;
	margin: 0 0 35px 0;
	padding: 30px 0 0 0px;
	position: relative;
	border-top: 2px solid #000;
}
.CTCtsOut ul li:last-child{
	margin: 0 0 0 0;
}
.CTCtsOut ul li:before{
	content: '';
	border-top: 1px solid #000;
	position: absolute;
	top: -5px;
	width: 100%;
}
.CTCtsOut ul li div {
	display: flex;
	justify-content: space-between;
	width: 330px;
}
.CTCtsOut ul li section {
	width: 430px;
}
.CTtit {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.CTdescription {
	font-size: 12px;
}