
/*# ★★paddingあふれ防止★★ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	color: #333333;
	position: relative;
	background-color: #fff;
	font-family :
	YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #484c50;
  line-height: 130%;
}

/*# ★★セクション★★ */

#ts-back1 {
	background-image: url(../images/topimg02.png);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	padding-top: 130px !important;
}

#ts-back1 h1 {
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	font-size: 60px;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	text-align: center;
	font-weight: 100;
}

#ts-back1 h2 {
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	font-size: 24px;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	text-align: center;
	margin-top: 40px;
	line-height: 170%;
	font-weight: 100;
}

.logowaku {
	position: absolute;
	width: 28%;
	top: -100px;
	text-align: center;
	left: 36%;
	z-index: 50;
}

.logo {
	width: 180px;
  left: 0;
  right: 0;
  margin:0 auto;
}

.logoimg {
	width:180px;
}

.logowaku-sp {
 display:none;
}

.logo-sp {
 display:none; 
}

.logoimg-sp {
 display:none; 
}

.topimgwaku {
	background-image: url(../images/img001.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: 400px;
	margin-top: 0px;
}

#header {
	background-color: rgba(0,117,156,1.00);
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 49;
}

#ts-back2 {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}

#ts-back3 {
	background-image: url(../images/img002.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: 950px;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

#ts-back4 {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}

#ts-back5 {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 70px !important;
	padding-bottom: 50px !important;
}

#ts-back6 {
	width: 100%;
	height: auto;
	background-color: rgba(130,190,235,1.00);
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

#ts-back7 {
	background-image: url(../images/img021.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: auto;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

#ts-back8 {
	background-image: url(../images/blue_back2.png);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: auto;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

#ts-back9 {
	width: 100%;
	height: auto;
	background-color: rgba(130,190,235,1.00);
}

#foo {
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(0,117,156,1.00);
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	text-align: center;
}

@media screen and (max-width:1300px) {
#ts-back3 {
	background-image: url(../images/img002.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	width: 100%;
	height: 800px;
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
}

@media screen and (max-width:1140px) {

#header {
	height: 70px;
}
	
.topimgwaku {
	height: 200px;
}
	
#ts-back1,
#ts-back2,
#ts-back3,
#ts-back4,
#ts-back5,
#ts-back6,
#ts-back7,
#ts-back8 {
	height: auto;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
	
#ts-back3 {
	background-image: none;
	width: 100%;
	background-color: #DCF0FA;
}
	
#ts-back1 h1 {
	font-size: 40px;
}

#ts-back1 h2 {
	font-size: 25px;
	margin-top: 20px;
	line-height: 150%;
}
	
.logowaku {
 display:none;
}

.logo {
 display:none;
}

.logoimg {
 display:none;
}
	
.logowaku-sp {
	display: inline-block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	margin-top: 20px;
	text-align: center;
}

.logo-sp {
	display: inline-block;
	width:auto;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}

.logoimg-sp {
	display: inline-block;
	width:auto;
	height: 150px;
}

}

@media screen and (max-width:768px) {
	
#ts-back1 h1 {
	font-size: 30px;
}

#ts-back1 h2 {
	font-size: 16px;
	margin-top: 20px;
	line-height: 150%;
}
	
#header {
 display:none; 
}
	
.logowaku-sp {
	position: relative;
	top: 0px;
}

.logo-sp {
	width:auto;
	height: 120px;
}

.logoimg-sp {
	width:auto;
	height: 120px;
}

}

/*# ★★メニュー★★ */

.menuhwaku {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}

.menuh0,
.menuh1,
.menuh3,
.menuh4,
.menuh5 {
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	display:inline-block;
	font-size: 20px;
	line-height: 90px;
	height: 90px;
	z-index: 100;
}

.menuh0 {
	width: 18%;
	float: left;
}

.menuh1 {
	width: 18%;
	float: left;
}

.menuh3 {
	width: 12%;
	float: right;
	text-align: right;
}

.menuh4 {
	width: 12%;
	float: right;
	text-align: right;
}

.menuh5 {
	width: 12%;
	float: right;
	text-align: right;
}

.menuh0 a,
.menuh1 a,
.menuh3 a,
.menuh4 a,
.menuh5 a{
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.menuh0 a:hover,
.menuh1 a:hover,
.menuh3 a:hover,
.menuh4 a:hover,
.menuh5 a:hover{
	color: #FFFAB5;
}

@media screen and (max-width:1140px) {

.menuhwaku {
	width: 95%;
	margin-top: 0px;
	text-align: center;
	height: 70px;
}

.menuh0,
.menuh1,
.menuh3,
.menuh4,
.menuh5 {
	width: 20%;
	font-size: 16px;
	display: inline-block;
	line-height: 70px;
	height: 70px;
	text-align: center;
}

}

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

.menuhwaku,
.menuh0,
.menuh1,
.menuh3,
.menuh4,
.menuh5 {
 display:none; 
}

}

/*# ★★トップの各項目ごと★★ */


.inner1140{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

#ts-back2 p {
	font-size: 21px;
	color: #333333;
	text-align: left;
	width: 100%;
	line-height: 140%;
}

.ti1 {
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.ti1-img {
	width: 100px;
	display: inline-block;
}

.ti2 {
	width: 100%;
	text-align: center;
}

.ti2-img {
	width: 120px;
	display: inline-block;
}



.syaze1 {
	width: 24%;
	display: inline-block;
}

.syaze1-2 {
	width: 24%;
	display: inline-block;
	margin-left: 13%;
}


.syaze2 {
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #65AADD;
	font-size: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #65AADD;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.syaze3 {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 21px;
}

.aisatsu {
	margin-top: 50px;
	width: 50%;
	display: inline-block;
	text-align: left;
	font-size: 21px;
	line-height: 140%;
}

.aisatsu2sp {
 display:none;
}

.aisatsu2sp-img {
 display:none;
}

.syosai {
	width: 100%;
	color: #1F286F;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
}

.bo-syosai {
	width: 100%;
	height: 40px;
	border: 1px solid #1F286F;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1F286F;
	background-color: #FFFFFF;
}

.bo-syosai a {
	color: #1F286F;
	display: block;
}

.bo-syosai a:hover{
	width: 100%;
	height: 40px;
	color: #ffffff;
	background-color: #1F286F;
}

.bo-syosai2 {
	width: 500px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #1F286F;
	margin-right: auto;
	margin-left: auto;
}

.bo-syosai2 a {
	color: #ffffff;
	display: block;
}

.bo-syosai2 a:hover{
	width: 100%;
	height: 40px;
	color: #1F286F;
	background-color: #ffffff;
}

.subti{
	width: 100%;
	font-size: 50px;
	color: #1F286F;
	text-align: center;
}

.img100{
	width: 100%;
}

.jigyo1{
	font-size: 30px;
}

.jigyo2{
	margin-top: 30px;
	font-size: 21px;
	margin-bottom: 20px;
}

.com1{
	margin-top: 30px;
	width: 100%;
}

.com2{
	font-size: 30px;
}

ul.com3{
	margin-top: 30px;
	font-size: 21px;
	list-style: none;
	line-height: 180%;
}

.cor{
color: #65AADD;
}

.csr1{
	width: 100%;
	height: 412px;
	padding: 35px;
	background-color: #65AADD;
}

.csr2{
	width: 100%;
	height: 412px;
	padding: 35px;
	background-color: #ffffff;
}

.csr3{
	margin-top: 30px;
	width: 100%;
	font-size: 21px;
	color: #ffffff;
}

.csr4{
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	margin-top: 0px;
	width: 100%;
	font-size: 55px;
	text-align: center;
color: #65AADD;
}


.csr5{
	margin-top: 20px;
	width: 100%;
	font-size: 21px;
}

.csr6{
	width: 100%;
	height: 412px;
	padding: 35px;
	background-color: #ffffff;
	background-image: url(../images/img022.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

.foot{
	width: 50%;
	float: left;
}

.ti3 {
	float: left;
}

.ti3-img {
	width: 120px;
	display: inline-block;
}

.foot2{
	margin-top: 25px;
	font-size: 15px;
	color: #ffffff;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
}

.foot3{
	width: 50%;
	float: right;
	text-align: right;
}

.bana{
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width:1140px) {
	
.inner1140{
	width: 90%;
}
	
#ts-back2 p {
	font-size: 18px;
	line-height: 140%;
}
	
.aisatsu {
	width: 100%;
	font-size: 18px;
	line-height: 140%;
}
	
.aisatsu2sp {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.aisatsu2sp-img {
	display: inline-block;
	width: 300px;
}
	
.syaze2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
	
.syaze3 {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
	
.syosai {
	font-size: 25px;
	margin-top: 30px;
}
	
.subti{
	font-size: 40px;
}
.jigyo1{
	font-size: 21px;
}

.jigyo2{
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 20px;
}
	
.com2{
	font-size: 25px;
}

ul.com3{
	margin-top: 15px;
	font-size: 18px;
	line-height: 150%;
}
	


.foot{
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 0px;
}
	
.ti3 {
	width: 100%;
	float: none;
	display: inline-block;
	margin-top: 0px;
}
	
.ti3-img {
	width: 120px;
	display: inline-block;
}
	
.foot2{
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	font-size: 15px;
	color: #ffffff;
	margin-left: 0px;
	float: none;
	text-align: center;
}
	
.foot3{
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
	margin-top: 0px;
}
	
.bana{
	display: inline-block;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
	
}

@media screen and (max-width:991px) {
.bana{
	margin-top: 5px;
	float: none;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	margin-left: 10px;
}
	
.csr1{
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #65AADD;
}

.csr2{
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #ffffff;
}
	
.csr6{
	width: 250px;
	height: 350px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(../images/img022.jpg);
	margin-right: auto;
	margin-left: auto;
}
	
}

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

.ti1 {
	margin-top: 50px;
}
.ti2-img {
	width: 100px;
	display: inline-block;
}
	
#ts-back2 p {
	font-size: 16px;
	line-height: 130%;
}
	
.syaze2 {
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.syaze3 {
	font-size: 18px;
	margin-bottom: 20px;
}
	
.aisatsu {
	margin-top: 30px;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 130%;
}
	
.subti{
	font-size: 30px;
}

.com2{
	font-size: 20px;
}

ul.com3{
	margin-top: 15px;
	font-size: 16px;
	line-height: 140%;
}

.bo-syosai2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #1F286F;
	margin-right: auto;
	margin-left: auto;
}
	
.cor{
color: #65AADD;
}



.csr3{
	margin-top: 30px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.csr4{
	font-family: "Sawarabi Mincho","游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo, serif";
	margin-top: 0px;
	width: 100%;
	font-size: 35px;
	text-align: center;
color: #65AADD;
}


.csr5{
	margin-top: 20px;
	width: 100%;
	font-size: 16px;
}


	
}


/*# ★★汎用設定★★ */

/*# 左右均等配置 */
.justify{
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
}

/*# ロールオーバーでイメージ半透明 */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*# 文字関係 */

.bold {
	font-weight: bold;
}

.cen {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.cen2 {
	margin-right: auto;
	margin-left: auto;
}

.f13 {
	font-size: 13px;
	line-height: 130%;
}

.f16 {
	font-size: 16px;
	line-height: 130%;
}

.f20 {
	font-size: 20px;
	line-height: 130%;
}

.f27 {
	font-size: 27px;
	line-height: 130%;
}

.f35 {
	font-size: 35px;
	line-height: 130%;
}

.f50 {
	font-size: 50px;
	line-height: 130%;
}

.f55 {
	font-size: 55px;
	line-height: 130%;
}

.fb {
	color: #333333;
}

.fr {
	color: #D0121B;
}

.fw {
	color: #ffffff;
}

.fg {
	color: #0D4737;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}
.lh170 {
	line-height: 170%;
}

.t-cen {
	text-align: center;
}

.t-lef {
	text-align: left;
}

.t-rig {
	text-align: right;
}

/*# 空き関係 */

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt20-5 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.mt30sp {
	padding-top: 0px;
}

/*# 文字サイズ調整 */
@media screen and (max-width:1140px) {

.mt20-5 {
	margin-top: 5px !important;
}

.mt30,
.mt40,
.mt50,
.mt60,
.mt70 {
	margin-top: 30px !important;
}

/*# スマホ時のみサイズ変更 */

.sf14 {
	font-size: 14px;
	line-height: 130%;
}
.sf18 {
	font-size: 18px;
	line-height: 130%;
}

.f20 {
	font-size: 18px;
}

.f27 {
	font-size: 23px;
}

.f35 {
	font-size: 27px;
}

.f50,
.f55 {
	font-size: 40px;
}

}

@media screen and (max-width:991px) {
.mt30sp {
	margin-top: 30px !important;
}
}

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

.f27 {
	font-size: 18px;
}

.f35 {
	font-size: 23px;
}

.f50,
.f55 {
	font-size: 30px;
}


}

/*# ★★PC、スマホの表示非表示★ */

/*# PCで改行しない */
.br-sp { display:none; }

/*# 1140以下では改行しない */
.br-1140 { display:inline; }

/*# 1140以上で改行しない */
.br-1139 { display:none; }

/*# スマホで改行しない */
.br-pc { display:inline; }

/*# PCで表示しない文字 */
.f-sp { display:none; }

@media screen and (max-width:1140px) {
.br-1140 { display:none; }
.br-1139 { display:inline; }
}

@media screen and (max-width:768px) {
.br-pc { display:none; }
.br-sp { display:inline; }
.f-sp { display:inline; }
}

/* Topへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 42px;
  height: 42px;
}

.arrow{
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  width: 42px;
  height: 42px;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  border: 1px solid #999999;
  background: #ffffff;
}

.arrow::after{
  content: '';
  width: 26px;
  height: 26px;
  border: 0px;
  border-top: solid 1px #999999;
  border-left: solid 1px #999999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}

.arrow a{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.arrow:hover::after{
  border-top: solid 1px #B4B4B4;
  border-left: solid 1px #B4B4B4;
}

.arrow a:hover{
	border: 1px solid #B4B4B4;
}

@media screen and (max-width: 640px) {
#page-top {
  right: 10px;
}
}

/* BOOTSTRAP修正分 */
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.row--nopadding {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* 5列 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* スマホ（767px以下） */
.col-xs-1-5 {width: 20%;float: left;}
.col-xs-2-5 {width: 40%;float: left;}
.col-xs-3-5 {width: 60%;float: left;}
.col-xs-4-5 {width: 80%;float: left;}
/* タブレット（768px〜991px） */
@media (min-width: 768px) {
    .col-sm-1-5 {width: 20%;float: left;}
    .col-sm-2-5 {width: 40%;float: left;}
    .col-sm-3-5 {width: 60%;float: left;}
    .col-sm-4-5 {width: 80%;float: left;}
}
/* PC（992px〜1119px） */
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%;float: left;}
    .col-md-2-5 {width: 40%;float: left;}
    .col-md-3-5 {width: 60%;float: left;}
    .col-md-4-5 {width: 80%;float: left;}
}
/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%;float: left;}
    .col-lg-2-5 {width: 40%;float: left;}
    .col-lg-3-5 {width: 60%;float: left;}
    .col-lg-4-5 {width: 80%;float: left;}
}
