@charset "utf-8";
.bg_color01 {
  background: #000;
}
.bg_color02 {
  background: #eee;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .font_h2 {
    font-size: 6vw !important;
    line-height: 1.5em;
  }
  .font_h3 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .font_h4 {
    font-size: 5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
	display: flex;
		justify-content: space-between;
		background: #000;
		
  }
	.article_box{
		margin: 0 auto;
    padding: 0;
		width: 50%;
		height: auto;
		position: relative;
	}
.article_box h1{
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 5vw;
		line-height: 2em;
	color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {}
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper_box {
    margin: 0 auto;
    padding: 3em 0 0;
    width: 100%;
    height: auto;
  }
  .swiper {
    margin: 30px 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .box48 {
    margin: 0;
    padding: 0;
    width: 48%;
    box-sizing: border-box;
  }
  .box70 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .box30 {
    margin: 0 auto 2em;
    padding: 0;
    width: 330px;
    box-sizing: border-box;
  }
  .h2box {
    margin: 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .h2box2 {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    width: auto;
    display: inline-block;
    background: #000;
  }
  .btnbox {
    position: absolute;
    bottom: -20px !important;
    left: 5%;
    width: 90%;
    z-index: 3;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff7d27;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  .btn_img2 {
    position: relative;
    background: url("../images/top/bg_btn1.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .btn_img .caption {
    font-size: 1.2em;
    color: #fff !important;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn_img:hover .mask {
    top: 0; /* 下に降りてくるように見せる */
    color: #fff !important;
  }
	dl{
		margin: 0 auto 1em;
		padding: 0;
		width: 97;
		border-bottom: 1px dotted #666;
		line-height: 1.5em;
		text-align: left;
		font-size: 1em;	
		display: flex;
	}
	dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 3px solid #666;
	}
	dd{
		margin: 0;
		width: 70%;
	}
}
@media screen and (min-width:481px) and (max-width:768px) {
  .font_h2 {
    font-size: 4vw !important;
    line-height: 1.5em;
  }
  .font_h3 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .font_h4 {
    font-size: 4vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
	display: flex;
		justify-content: space-between;
		background: #000;
		
  }
	.article_box{
		margin: 0 auto;
    padding: 0;
		width: 50%;
		height: auto;
		position: relative;
	}
.article_box h1{
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 4vw;
		line-height: 2em;
	color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {}
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper_box {
    margin: 0 auto;
    padding: 3em 0 0;
    width: 100%;
    height: auto;
  }
  .swiper {
    margin: 30px 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff7d27;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  .btn_img2 {
    position: relative;
    background: url("../images/top/bg_btn1.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .btn_img .caption {
    font-size: 1.2em;
    color: #fff !important;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn_img:hover .mask {
    top: 0; /* 下に降りてくるように見せる */
    color: #fff !important;
  }
	dl{
		margin: 0 auto 1em;
		padding: 0;
		width: 97;
		border-bottom: 1px dotted #666;
		line-height: 1.5em;
		text-align: left;
		font-size: 1em;	
		display: flex;
	}
	dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 3px solid #666;
	}
	dd{
		margin: 0;
		width: 70%;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .font_h2 {
    font-size: 3vw !important;
    line-height: 1.5em;
  }
  .font_h3 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .font_h4 {
    font-size: 1.3vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
	display: flex;
		justify-content: space-between;
		background: #000;
		
  }
	.article_box{
		margin: 0 auto;
    padding: 0;
		width: 50%;
		height: auto;
		position: relative;
	}
.article_box h1{
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 3vw;
		line-height: 2em;
	color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper_box {
    margin: 0 auto;
    padding: 3em 0 0;
    width: 100%;
    height: auto;
  }
  .swiper {
    margin: 30px 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff7d27;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  .btn_img2 {
    position: relative;
    background: url("../images/top/bg_btn1.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .btn_img .caption {
    font-size: 1.2em;
    color: #fff !important;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn_img:hover .mask {
    top: 0; /* 下に降りてくるように見せる */
    color: #fff !important;
  }
	dl{
		margin: 0 auto 1.5em;
		padding: 0;
		width: 600px;
		border-bottom: 1px dotted #666;
		line-height: 1.5em;
		text-align: left;
		font-size: 1.1em;	
		display: flex;
	}
	dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 3px solid #666;
	}
	dd{
		margin: 0;
		width: 70%;
	}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .font_h2 {
    font-size: 3vw !important;
    line-height: 1.5em;
  }
  .font_h3 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .font_h4 {
    font-size: 1.3vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
	display: flex;
		justify-content: space-between;
		background: #000;
		
  }
	.article_box{
		margin: 0 auto;
    padding: 0;
		width: 50%;
		height: auto;
		position: relative;
	}
.article_box h1{
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 3vw;
		line-height: 2em;
	color:#fff;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .swiper {
    margin: 50px 0;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff7d27;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  .btn_img2 {
    position: relative;
    background: url("../images/top/bg_btn1.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .btn_img .caption {
    font-size: 1.2em;
    color: #fff !important;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn_img:hover .mask {
    top: 0; /* 下に降りてくるように見せる */
    color: #fff !important;
  }
	dl{
		margin: 0 auto 1.5em;
		padding: 0;
		width: 600px;
		border-bottom: 1px dotted #666;
		line-height: 1.5em;
		text-align: left;
		font-size: 1.1em;	
		display: flex;
	}
	dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 3px solid #666;
	}
	dd{
		margin: 0;
		width: 70%;
	}
}
@media screen and (min-width:1441px) {
  .font_h2 {
    font-size: 3vw !important;
    line-height: 1.5em;
  }
  .font_h3 {
    font-size: 2.5vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .font_h4 {
    font-size: 1.3vw !important;
    line-height: 1.5em;
    text-align: center !important;
  }
  .tx_150 {
    font-size: 1.6vw;
    line-height: 1.5em;
  }
  .tx_110 {
    padding: 0;
    font-size: 1.1vw;
    line-height: 1.5em;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
	display: flex;
		justify-content: space-between;
		background: #000;
		
  }
	.article_box{
		margin: 0 auto;
    padding: 0;
		width: 50%;
		height: auto;
		position: relative;
	}
.article_box h1{
		position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		font-size: 2vw;
		line-height: 2em;
	color:#fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper {
    margin: 50px 0;
    padding: 0;
    width: 100%;
	  height: auto;
    position: relative;
    overflow: hidden;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #ff7d27;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
  .btn_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    color: #fff;
  }
  .btn_img2 {
    position: relative;
    background: url("../images/top/bg_btn1.jpg");
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  .btn_img .caption {
    font-size: 1.2em;
    color: #fff !important;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%; /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .btn_img:hover .mask {
    top: 0; /* 下に降りてくるように見せる */
    color: #fff !important;
  }
	dl{
		margin: 0 auto 2em;
		padding: 0;
		width: 600px;
		border-bottom: 1px dotted #666;
		line-height: 1.5em;
		text-align: left;
		font-size: 1.2em;	
		display: flex;
	}
	dt{
		margin: 0;
		padding-left: 5px;
		width: 30%;
		border-left: 3px solid #666;
	}
	dd{
		margin: 0;
		width: 70%;
	}
}