@charset "utf-8";

/* =============================================================================
	トップページ
   ========================================================================== */





/*作成のポイント*/
#top-cont1 {
	padding-bottom: 30px;
}
#top-cont1 ul li {
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
#top-cont1 ul li .img {
	padding-bottom: 10px;
}


/*作りたいツールを用途別に探す*/
#top-cont2 {
	padding-bottom: 30px;
}
#top-cont2 h2 {
	font-size: 31px;
}
#top-cont2 h2 span {
	font-size: 25px;
}
#top-cont2 ul li {
	text-align: center;
}
#top-cont2 ul li .img {
	padding-bottom: 10px;
}
#top-cont2 ul li {
	padding: 0 10px 30px 10px;
	text-align: center;
	font-weight: bold;
}
/*ekubox大阪が選ばれる理由*/
#top-cont3 {
	background: #f7f7f7;
	padding: 30px 0;
	margin-bottom: 50px;
}
#top-cont3 h2 {
	font-size: 30px;
	line-height: 1.4em;
	position: relative;
}
#top-cont3 h2 span {
	font-size: 26px;
}
#top-cont3 h2:before {
	position: absolute;
	content: "";
	top: 17px;
	left: 140px;
	width: 74px;
	height: 56px;
	background: url(../img/ttl-sub3left.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 h2:after {
	position: absolute;
	content: "";
	top: 17px;
	right: 156px;
	width: 61px;
	height: 56px;
	background: url(../img/ttl-sub3right.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 ul li {
	border: 4px solid #ff7a22;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 50px;
	position: relative;
}
#top-cont3 ul li:first-child:before {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	margin-left: -25px;
	width: 56px;
	height: 50px;
	background: url(../img/01.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 ul li:nth-child(2):before {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	margin-left: -25px;
	width: 56px;
	height: 50px;
	background: url(../img/02.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 ul li:nth-child(3):before {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	margin-left: -25px;
	width: 56px;
	height: 50px;
	background: url(../img/03.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 ul li:nth-child(4):before {
	position: absolute;
	content: "";
	top: -30px;
	left: 50%;
	margin-left: -25px;
	width: 56px;
	height: 50px;
	background: url(../img/04.png) no-repeat 0 100%;
    background-size: contain;
}
#top-cont3 ul li .txt {
	padding: 20px;
}
#top-cont3 ul li .txt .ttl {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	text-align: center;
}
#top-cont3 ul li .txt .ttl em {
	font-size: 23px;
}
#top-cont3 ul li .txt .ttl .red {
	color: #f2011d;
}
#top-cont3 ul li .txt p {
	font-size: 13px;
}

/*新着情報*/
#top-cont4 {
	padding-bottom: 120px;
}
#top-cont4 ul{
	margin-bottom:30px;
}
#top-cont4 ul li {
	border-bottom: 1px solid #bfc2c4;
	padding: 20px 10px;
	display:flex;
	align-items:center;
}
#top-cont4 ul li:first-child {
	border-top: 1px solid #bfc2c4;
}
#top-cont4 ul li .day {
	color: #ff7a22;
	font-size: 15px;
	font-weight: bold;
	width:8em;
}
#top-cont4 ul li .title {
	font-size: 18px;
	font-weight: bold;
	flex:1;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}
/*
#top-cont4 ul li .txt {
	font-size: 15px;
	padding-bottom: 30px;
}
*/


@media screen and (min-width: 768px) {

/*作成のポイント*/
#top-cont1 ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
	max-width: 590px;
    margin: 0 auto;
}

/*作りたいツールを用途別に探す*/
#top-cont2 ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*//* ホームページ復活したら戻す*/
	flex-wrap: wrap;
}

/*ekubox大阪が選ばれる理由*/
#top-cont3 ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
}
#top-cont3 ul li {
	width: 291px;	
	}

}
@media screen and (max-width: 767px) {
/*作成のポイント*/
#top-cont1 {
	text-align: center;
}
#top-cont1 h2 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    letter-spacing: 0.1em;
}
#top-cont1 h2 div {
	padding-bottom: 10px;	
	}
/*作りたいツールを用途別に探す*/
#top-cont2 {
	text-align: center;
	}
#top-cont2 h2 {
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    letter-spacing: 0.1em;	
	}
#top-cont2 h2 div {
	padding-bottom: 10px;	
	}
#top-cont2 h2 span {
	font-size: 16px;	
	}
#top-cont2 ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}
#top-cont2 ul li {
		width: 48%;
	}
/*ekubox大阪が選ばれる理由*/
#top-cont3 {
	text-align: center;
	}
#top-cont3 h2 {
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 60px;
    letter-spacing: 0.1em;		
	}
#top-cont3 h2 span {
	font-size: 16px;	
	}
#top-cont3 h2:before {
	left: 0;	
	}
#top-cont3 h2:after {
	right: 0;	
	}
#top-cont3 ul li {
	width: 291px;
	margin: 0 auto;
	margin-bottom: 30px;
	}	
#top-cont3 ul li .txt p {
	text-align: left;
	}
/*新着情報*/
#top-cont4 {
	text-align: center;
	padding-bottom: 60px;
	}
#top-cont4 h2 {
	font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    letter-spacing: 0.1em;		
	}
#top-cont4 ul li {
	text-align: left;
	}
#top-cont4 ul li .day {
	padding-bottom: 10px;	
	}
#top-cont4 ul li .title {
	padding-bottom: 10px;	
	}
}
	
/* =============================================================================
	サイドバー
   ========================================================================== */


@media screen and (min-width: 768px) {
	
.content_right .wrap {
	padding: 0;
}
	
/**********ページレイアウト***/
.top_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.content_left {
	width: 296px;
	display: block;
	float: left;
}

.content_right {
	width: 690px;
	display: block;
	float: right;
}
.lower_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 170px;
}
	
/*サイドバー*/
.contactBtn {
	background: #ff7a22;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
}
.contactBtn .border {
	border: 2px solid #fff;	
	padding: 20px 10px;
	}
.contactBtn h2 {
	font-size: 23px;
	letter-spacing: 0;
	white-space: nowrap;
	padding-bottom: 5px;
	}

.contactBtn h2 span {
	font-size: 14px;
	display: block;
	}
.contactBtn .sideTel {
	font-size: 31px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	padding: 10px 0;
	font-family: Arial, Helvetica, "sans-serif";
	/*letter-spacing: 0.03em;*/
	}
.contactBtn .sideTel span {
	font-size: 14px;
	text-align: right;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	}
.contactBtn .sideTel a {
		color: #fff;
	}
.contactBtn .sideTel img {
	padding-bottom: 3px;
	padding-right: 10px;
	}
.contactBtn .btn3 {
	text-align: center;
}
.contactBtn .btn3 a {
	display: inline-block;
	width:236px;
	height:55px;
	background-color: #fff;
	box-shadow: 5px 5px 15px -5px #af9074;
	color: #ff7a22;
	text-decoration:none;
	line-height:55px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
}
.contactBtn .btn3 a:hover {
	/*background-color: #0097c9;*/
	transition:all .5s ease;
}
.contactBtn .btn3 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 38px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 16px;
	background: url(../img/icon-contact2.png) no-repeat 0 100%;
    background-size: cover;
	z-index: 1;
}
.package-wrap .package01 {
	background: url(../img/bk-pack.png) no-repeat 0 100%;
    background-size: cover;	
	/*padding: 10px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	}
.package-wrap .package01 h2 {
	font-size: 25px;
	padding-bottom: 10px;
	line-height: 1.4em;
	/*padding-top: 50px;*/
	}
.package-wrap .package01 h3 {
	font-size: 21px;
	font-weight: bold;
	padding-top: 20px;
    /*padding-bottom: 50px;*/
	}
.package-wrap .package01 h3 span {
	font-size: 18px;	
	}
.package-wrap .package02 {
	background: url(../img/bk-pack01.png) no-repeat 0 100%;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: top;
	}
.package-wrap .package02 .subTtl {
	padding-top: 50px;
	padding-bottom: 10px;
	}
.package-wrap .package02 h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 30px;
	}
.package-wrap .package02 h2 ul li {
	line-height: 1.2em;
	list-style-type: square;
	}
.package-wrap .package02 .price {
	position: relative;
	font-size: 44px;
	font-weight: bold;
	text-align: right;
	line-height: 45px;
	font-family: Arial, Helvetica, "sans-serif";
    /*padding-right: 12px;*/
	}
.package-wrap .package02 .price span {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	}
.package-wrap .package02 .price:before {
	position: absolute;
	content: "";
	top: -10px;
	left: -5px;
	width: 93px;
	height: 53px;
	background: url(../img/img-pack02.png) no-repeat 0 100%;
    background-size: contain;
	}
.package-wrap .package02 .text-narrow {
    display: inline-block;
    transform: scale(0.8, 1);
	margin-right: -13px;
}
.package-wrap .package02 .tax {
	text-align: right;
	font-weight: bold;
	line-height: 0.8em;
    padding-bottom: 10px;
	font-size: 20px;
	}
.package-wrap .package02 .tax span {
	font-size: 13px;
	}
.package-wrap .package02 .sideBtn {
	text-align: center;
	padding-bottom: 50px;
}
.package-wrap .package02 .sideBtn a {
	display: inline-block;
	width:254px;
	height:48px;
	background-color: #ff7a22;
	color: #fff;
	text-decoration:none;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.2em;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.package-wrap .package02 .sideBtn a:hover {
	/*background-color: #0097c9;*/
	transition:all .5s ease;
}

}

@media screen and (max-width: 767px) {
/**********ページレイアウト***/
.top_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.lower_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
}


.content_left {
		width: 100%;
	display: block;
}

.content_right {
	width: 100%;
	display: block;

}
}
