@charset "UTF-8";
/*　印刷のとき非表示　*/
@media print {
.spMenu,
nav {
	display: none;
	}
}

/*　メインビジュアル　*/

#mainVisual {
	width: 100%;
	margin-top: 0px;
	background: url(../img/bg-green.jpg) repeat top left;
}
.visualPhoto {
	position: relative;
	width: 960px;
	height: 520px;
	margin: 0 auto;
	overflow: hidden;
}
.visualPhoto .frame {
	position: absolute;
	top: 0;
	left: 0;
}
.visualPhoto ul {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.visualPhoto ul li {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}
.visualText {
	position: relative;
	width: 960px;
	z-index: 3;
	margin: -80px auto -6px;
}
.visualText img.sp {
	display: none;
}
/*　共通　*/


ul.best5 {
	display: -webkit-flex;
	display: flex;
	margin: 60px 0 80px;
}
ul.best5 li {
	position: relative;
	-webkit-flex: 0 0 184px;
	flex: 0 0 184px;
	margin: 0 5px;
	padding: 5px 5px 0;
	background-color: #fff;
	border-radius: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #e76400;
	text-align: center;
}
ul.best5 li span {
	display: block;
	position: absolute;
	top: -40px;
	left: 40px;
}
ul.best5 li p {
	padding: 40px 0 10px;
}
/*　ボタン　*/
.btnArea {
	padding: 0 0 80px;
}
.btnArea .btn01,
.btnArea .btn02,
.btnArea .btn03,
.btnArea .btn04,
.btnArea .btn06 {
	width: 509px;
	height: 90px;
	margin: 0 auto;
}
.btnArea .btn05 {
	width: 910px;
	height: 194px;
	margin: 0 auto;
} 
.btnArea .btn07 {
	width: 691px;
	height: 90px;
	margin: 0;
}
.btnArea .btn01 a,
.btnArea .btn02 a,
.btnArea .btn03 a,
.btnArea .btn04 a,
.btnArea .btn06 a {
	width: 509px;
	height: 90px;
	display: block;	
}
.btnArea .btn05 a {
	width: 910px;
	height: 194px;
	display: block;	
} 
.btnArea .btn07 a {
	width: 691px;
	height: 90px;
	display: block;
} 

#tokuchou .btnArea,
#kakuyasu .btnArea,
#about .btnArea {
	position: relative;
}
#tokuchou .imgBtn {
	position: absolute;
	bottom: -6px;
	left: 0;	
}
#kakuyasu .imgBtn {
	position: absolute;
	bottom: -6px;
	right: 0;
}
#about .imgBtn {
	position: absolute;
	bottom: -6px;
	left: 0;
}
/* 新校舎 */
#newschool {
	padding: 60px 0 80px;
	background: url(../img/bg-midashi.jpg) repeat top left;
}
#newschool h2 {
	padding-bottom: 30px;
	font-size: 3.4rem;
	color: #c91c24;
	line-height: 1.2;
	text-align: center;
}
#newschool .newphoto {
	position: relative;
	width: 750px;
	margin: 0 auto 20px;
}
#newschool .newphoto .newphoto1 {
	display: block;
	position: absolute;
	top: -10px;
	left: -20px;
}
#newschool .newphoto .newphoto2 img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cacaca;
}
#newschool .lead {
	padding-bottom: 1em;
}
#newschool .newAdd {
	width: 750px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	background-color: #fff;
	border-radius: 10px;
}
/*　格安の理由　*/
.chargeBox {
	margin: 60px 0 80px;
	padding: 20px 0;
	background-color: #f5ee87;
	border-radius: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.chargeBox h4 {
	font-size: 3.4rem;
	color: #c91c24;
	line-height: 1.2;
}
.chargeBox h4 span {
	font-size: 2.5rem;
	color: #000;
}
.chargeBox p.kakaku {
	margin-top: 20px;
	font-size: 3.0rem;
	color: #006547;
}
/* B&D English Schoolとは */
.has-lines {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 3.0rem;
	font-weight: bold;
	color: #006547;
}
.has-lines:after {
	content: '';
	flex-grow: 1;
	height: 1px;
	margin-top: 20px;
	border-bottom: 1px dashed #006547;
}
.has-lines:after {
	 margin-left: 20px;
}
.nintei {
	display: -webkit-flex;
	display: flex;
	margin: 30px 0 60px;
}
.nintei .lead {
	text-align: left;
}
.nintei .ninteiPhoto {
	margin: 0 15px;
	padding: 5px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
}
.schoolInfo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 1px dashed #bf956d;
}
.schoolInfo .infoBox {
	-webkit-flex: 0 0 184px;
	flex: 0 0 184px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #ffffee;
	border-radius: 10px;
}
.schoolInfo h4 {
	width: 100%;
	padding: 30px 0;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.3;
	color:  #006547;
	text-align: center;
	border-bottom: 1px dashed #006547;
}
.schoolInfo .infoBox:nth-child(3) h4,
.schoolInfo .infoBox:nth-child(5) h4 {
	padding: 15px 0;
}
.schoolInfo p {
	padding: 10px 10px;
	font-size: 1.7rem;
	color: #333;
}
.schoolInfo .btnArea a {
	display: block;
	width: 180px;
	height: 53px;
	background-position: 0px;
	background-repeat: no-repeat;
	background-image: url(../img/index/btn-index11-hover.png);
}
.schoolInfo .btnArea {
	padding: 0;
	width: 180px;
	height: 53px;
	margin: auto auto 10px;
}
/*　お知らせ・体験談　*/
.wpArea {
	padding-bottom: 80px;
}
.column {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.column:last-child {
	margin-bottom: 0;
}
.column .day {
	position: absolute;
	top: 30px;
	right: 20px;
	color: #666666;
}
.column .title a {
	font-size: 2.0rem;
	font-weight: bold;
	color: #006547;
	text-decoration: none;
}
.column .title a:hover {
	color: #ba272d;
	text-decoration: underline;
}
.column .day + * {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px dashed #006547;
	font-size: 1.6rem;
}
.wpArea .contentBox {
	margin-bottom: 50px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.wpArea .contentHeader {
	width: 100%;
	padding-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px dashed #006547;
}
.wpArea .contentHeader > * {
	box-sizing: content-box;
}
.wpArea .contentHeader h4 {
	-webkit-flex: 0 0 370px;
	flex: 0 0 370px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.wpArea .contentHeader h4 a {
	color: #ed6400;
	text-decoration: none;
}
.wpArea .contentHeader .courseImg {
	-webkit-flex: 0 0 150px;
	flex: 0 0 150px;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 10px;
	background-color: #b5e9ce;
}
.wpArea .contentHeader p {
	position: relative;
	-webkit-flex: 0 0 360px;
	flex: 0 0 360px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #006547;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.wpArea .contentHeader p:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #006547;
}
.wpArea .categoryArea {
	margin: 10px 0;
	padding: 10px 20px;
	background-color: #e1f8e3;
	font-size: 1.7rem;
	font-weight: bold;
	color: #947b00;
}
.wpArea .textArea {
	padding: 10px;
	font-size: 1.6rem;
}
/*　ドゥマゲティの生活　*/
ul.seikatsu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}
ul.seikatsu li {
	-webkit-flex: 0 0 230px;
	flex: 0 0 230px;
}
ul.seikatsu li a {
	display: block;
	padding: 20px 5px 7px;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
}
ul.seikatsu li a span {
	display: block;
	background: url(../img/index/arrow.png) no-repeat right center;
	background-size: 25px 25px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #006547;
	text-align: center;
}
ul.seikatsu li img {
	margin-top: 21px;
}
ul.seikatsu li:last-child a {
	padding: 8px 5px;
}
ul.seikatsu li:last-child img {
	margin-top: 7px;
}
ul.seikatsu li:nth-child(n+3) a span {
	text-align: left;
	padding-left: 10px;
}

/*　留学後プラン　*/
#plan .boxInner {
	display: -webkit-flex;
	display: flex;
	padding: 50px 0 80px;
}
#plan .btnArea {
	padding: 0 0 10px;
}
.leftBox {
	-webkit-flex: 0 0 715px;
	flex: 0 0 715px;
	padding-right: 24px;
}
.leftBox p {
	padding-left: 15px;
	font-size: 1.8rem;
}
.blogArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
}
.blogArea .has-lines {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #4d4d4d;
}
.blogArea .has-lines:after {
	content: '';
	flex-grow: 1;
	height: 1px;
	margin-top: 20px;
	border-bottom: 1px dashed #929292;
}
.blogArea .has-lines:after {
	 margin-left: 20px;
}
.box01 {
	-webkit-flex: 0 0 430px;
	flex: 0 0 430px;
}
.box02 {
	-webkit-flex: 0 0 210px;
	flex: 0 0 210px;
}
.leftBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.leftBox ul li {
	-webkit-flex: 0 0 210px;
	flex: 0 0 210px;
	font-size: 1.4rem;
}
.leftBox ul li a {
	display: block;
	width: 210px;
	height: 80px;
	margin-bottom: 10px;
	background-color: #929292;
	border-radius: 10px;
}

.leftBox ul li a:hover {
	background-color: #b3af9b;
}

.rightBox {
	-webkit-flex: 0 0 245px;
	flex: 0 0 245px;
	border-left: 1px dashed #bf956d;
	padding-left: 25px;
}
#facebook {
width:100%;
	height:100%;
	text-align: center;
	margin-bottom: 5px;	
 }

	
.rightBox #timeline {
	width: 100%;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	background-color: #fff;
}
/* ----------------------------------------------
スマホ用CSS
----------------------------------------------*/
@media screen and (max-width:767px) {

/*　メインビジュアル　*/
#mainVisual {
	width: 100%;
	margin-top: 0px;
	background: url(../img/bg-green.jpg) repeat top left;
}
.visualPhoto {
	position: relative;
	width: 350px;
	height: 190px;
	margin: 0 auto;
	overflow: hidden;
}
.visualPhoto .frame img,
.visualPhoto ul li img,
.visualText img {
	width: 100%;
	height: 190px;
}
.visualPhoto .frame {
	position: absolute;
	top: 0;
	left: 0;
}
.visualPhoto ul {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.visualPhoto ul li {
	flex:0 0 100%;
}
.visualText {
	position: relative;
	width: 100%;
	margin: -20px auto 0;
}
.visualText img.pc {
	display: none;
} 
.visualText img.sp {
	display: block;
} 
/*　共通　*/

.bgG .lead {
	color: #1a1a1a;
}
ul.best5 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 60px 0 0;
}
ul.best5 li {
	position: relative;
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
	margin: 0 0 50px;
	padding: 5px 5px 0;
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #e76400;
	text-align: center;
}
ul.best5 li span {
	display: block;
	position: absolute;
	top: -40px;
	left: 10px;
}
ul.best5 li span img {
	width: 100%;
	max-width: 95px;
	height: auto;
}
ul.best5 li p {
	padding: 40px 0 10px;
}
ul.best5 li img {
	width: 100%;
	max-width: 170px;
	height: auto;
}
ul.best5 li:last-child {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
	padding-left: 15px;
}
ul.best5 li:last-child img {
	margin-left: 10px;
}
.btnArea {
	width: 100%;
	padding: 0 0 50px;
}
.btnArea .btn01,
.btnArea .btn02,
.btnArea .btn03,
.btnArea .btn04,
.btnArea .btn05,
.btnArea .btn06,
.btnArea .btn07 {
	width: 100%;
	height: auto;
	margin: 0;
}
.btnArea .btn03 a,
.btnArea .btn06 a {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.btnArea .btn05 a,
.btnArea .btn07 a{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.btnArea img {
	width: 100%;
	height: auto;
}
.btnArea .btn01 a,
.btnArea .btn02 a,
.btnArea .btn04 a {
	width: 80%;
	height: auto;
	margin: 0 0 0 auto;
}
.imgBtn {
	width: 40%;
}
.imgBtn img {
	width: 100%;
	height: auto;
}
#tokuchou .imgBtn {
	position: absolute;
	bottom: -6px;
	left: -10px;	
}
#kakuyasu .imgBtn {
	position: absolute;
	bottom: -6px;
	right: auto;
	left: -20px;
}
#about .imgBtn {
	position: absolute;
	bottom: -6px;
	left: 0;
}
#about .imgBtn img {
	width: 90%;
	height: auto;
}
/* 新校舎 */
#newschool {
	padding: 60px 0 80px;
	background: url(../img/bg-midashi.jpg) repeat top left;
}
#newschool h2 {
	padding-bottom: 30px;
	font-size: 2.2rem;
	color: #c91c24;
	line-height: 1.2;
	text-align: center;
}
#newschool .newphoto {
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
}
#newschool .newphoto .newphoto1 {
	display: block;
	position: absolute;
	top: -10px;
	left: -20px;
}
#newschool .newphoto .newphoto1 img {
	width: 80%;
	max-width: 205px;
	height: auto;
}
	
#newschool .newphoto .newphoto2 img {
	width: 100%;
	height: auto;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #cacaca;
}
#newschool .lead {
	padding-bottom: 1em;
}
#newschool .newAdd {
	width: 100%;
	margin: 20px auto 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
#newschool .newAdd iframe {
	width: 100%;
	height: 250px;
}
/*　格安の理由　*/
.chargeBox {
	margin: 0 0 50px;
	padding: 20px 10px;
	background-color: #f5ee87;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.chargeBox h4 {
	font-size: 2.2rem;
	color: #c91c24;
	line-height: 1.2;
}
.chargeBox h4 span {
	font-size: 1.6rem;
	color: #000;
}
.chargeBox p.kakaku {
	margin-top: 20px;
	font-size: 1.7rem;
	color: #006547;
}
	
/* B&D English Schoolとは */
.has-lines {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #006547;
}
.has-lines:after {
	content: '';
	-webkit-flex-grow: 1;
	flex-grow: 1;
	height: 1px;
	margin-top: 15px;
	border-bottom: 1px dashed #006547;
}
.has-lines:after {
	 margin-left: 20px;
}
.nintei {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 60px;
}
.nintei .lead {
	text-align: left;
}
.nintei .ninteiPhoto {
	width: 48%;
	margin: 15px 1% 0;
	padding: 5px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
}
.nintei .ninteiPhoto img {
	width: 100%;
	height: auto;
}
.schoolInfo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 1px dashed #bf956d;
}
.schoolInfo .infoBox {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #ffffee;
	border-radius: 10px;
}

.schoolInfo h4 {
	width: 100%;
	padding: 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color:  #006547;
	text-align: center;
	border-bottom: 1px dashed #006547;
}
.schoolInfo h4 br {
	display: none;
}
.schoolInfo .infoBox:nth-child(3) h4 {
	padding: 15px 0;
}


.schoolInfo p {
	padding: 10px 10px;
	font-size: 1.4rem;
	color: #333;
}
.schoolInfo .btnArea a {
	display: block;
	width: 100%;
	height: auto;
	background:none;
}
.schoolInfo .btnArea {
	padding: 0;
	width: 100%;
	height: auto;
	margin: auto auto 10px;
	text-align: center;
}
.schoolInfo .btnArea a img {
	width: 100%;
	max-width: 169px;
	height: auto;
}
.schoolInfo .infoBox:nth-child(5) {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 20px;
	background-color: #ffffee;
	border-radius: 10px;
}
.schoolInfo .infoBox:nth-child(5) .btnArea {
	margin: 10px auto 0;
	text-align: center;
}

/*　お知らせ・体験談　*/
.wpArea {
	padding-bottom: 80px;
}
.column {
	position: relative;
	margin-bottom: 20px;
	padding: 35px 15px 20px;
	background-color: #fff;
	border-radius: 10px;
}
.column:last-child {
	margin-bottom: 0;
}
.column .day {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #666666;
	font-size: 1.2rem;
}
.column .title a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #006547;
	text-decoration: underline;
	line-height: 1.3;
}
.column p {
	font-size: 1.4rem;
}
.wpArea .contentBox {
	margin-bottom: 50px;
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.wpArea .contentHeader {
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px dashed #006547;
}
.wpArea .contentHeader > * {
	box-sizing: border-box;
}
.wpArea .contentHeader h4 {
	width: 100%;
	display: block;
	padding: 10px 10px 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ed6400;
	line-height: 1.3;
}
.wpArea .contentHeader .courseImg {
	width: 100%;
	display: block;
	padding: 10px 10px 5px;
	background-color: #b5e9ce;
}
.wpArea .contentHeader p {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px;
	background-color: #006547;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}
.wpArea .contentHeader p:before{
	content: "";
	position: absolute;
	top: -15px;
	left: 10%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #006547;
}
.wpArea .categoryArea {
	margin: 10px 0;
	padding: 10px 20px;
	background-color: #e1f8e3;
	font-size: 1.5rem;
	font-weight: bold;
	color: #947b00;
}
.wpArea .textArea {
	padding: 10px;
	font-size: 1.4rem;
}
/*　ドゥマゲティの生活　*/
ul.seikatsu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 0;
}
ul.seikatsu li {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
ul.seikatsu li a {
	display: block;
	margin-bottom: 15px;
	padding: 15px 5px 7px;
	background-color: #fff;
	border-radius: 10px;
	text-decoration: none;
}
ul.seikatsu li a span {
	display: block;
	background: url(../img/index/arrow.png) no-repeat right center;
	background-size: 25px 25px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	color: #006547;
	text-align: center;
}
ul.seikatsu li img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
ul.seikatsu li:last-child a {
	padding: 8px 5px;
}
ul.seikatsu li:last-child img {
	margin-top: 7px;
}
ul.seikatsu li:nth-child(n+3) a span {
	text-align: left;
	padding-left: 10px;
}


/*　留学後プラン　*/
#plan .boxInner {
	display: block;
	padding: 50px 0 80px;
}
#plan .btnArea {
	padding: 0 0 10px;
}
.leftBox {
	width: 100%;
	padding: 0;
}
.leftBox p {
	padding-left: 0;
	font-size: 1.6rem;
}
.blogArea {
	display: block;
	margin-top: 40px;
}
.blogArea .has-lines {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #4d4d4d;
}
.blogArea .has-lines:after {
	content: '';
	-webkit-flex-grow: 1;
	flex-grow: 1;
	height: 1px;
	margin-top: 10px;
	border-bottom: 1px dashed #929292;
}
.blogArea .has-lines:after {
	 margin-left: 20px;
}
.box01 {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}
.box02 {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 20px;
}
.leftBox ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.leftBox ul li {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
	font-size: 1.4rem;
}
.leftBox .box02 ul li {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}
.leftBox ul li a {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-color: #929292;
	border-radius: 10px;
}
.leftBox .box02 ul li a {
	width: 48%;
}
.leftBox ul li a img {
	width: 100%;
	height: auto;
}
.rightBox {
	width: 100%;
	margin-top: 30px;
	padding: 35px 0 0;
	border-left:none;
	border-top: 1px dashed #bf956d;
}
.rightBox #facebook{

	width: 100%;
	height: 100%;
	margin: 0 auto 15px;
	text-align: center;
}

}

