@charset "utf-8";

/* =================================================
 * font
 * ================================================*/

@font-face {
	font-family: AudiType;
	src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
.noat {
	font-family: Verdana, Helvetica, Arial, " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main {
	width: auto;
	padding: 0 0 30px;
}
#pnkz {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
} 
.btn-sns-01 {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.contents {
	margin-bottom: 100px;
}
.hero_wrap {
	width: 1060px;
	margin: 0 auto 45px;
}

.block_segment_wrap {
	width: 970px;
	margin: 0 auto;
}

.block_group {
	margin-bottom: 70px;
}

.block_group_01 {
	margin-bottom: 0;
}

.block_group_1 {
	margin-bottom: 40px;
}

.block_group_2 {
	margin-bottom: 30px;
}

.block_group_3 {
	margin-bottom: 15px;
}

.block_segment_wrap_gray {
	width: auto;
	background: #e6e6e6;
	padding: 50px 0 20px;
	margin-bottom: 10px;
}

.block_segment_wrap_gray + .plus + .block_segment_wrap_gray {
  margin-bottom: 60px;
}
.title_top {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.title_midle {
  display: block;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.title_bottom {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.title_1, .title_1_2 {
	font-size: 35px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.title_2 {
	font-size: 30px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.title_3 {
	font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.text_lead {
	font-size: 17px;
	line-height: 1.7;
}
.text_1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.text_2 {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.text_3 {
  font-size: 27px;
  font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.text_4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}
.text_5 {
	font-size: 16px;
	line-height: 1.35;
}
.text_6 {
  font-size: 22px;
}
.text_7 {
  font-size: 23px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.cap_1 {
	font-size: 15px;
}

.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}

.link_text_1 {
  font-size: 23px;
  margin-right: 20px;
  display: inline-block;
}
.link_text_1:hover {
	text-decoration: none;
}
.link_text_1::after{
  display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 0 3px 9px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.img_w100 {
	width: 100%;
	margin-bottom: 25px;
}

.img_w50 {
	width: 100%;
	margin-bottom: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 20px;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrap_inner_w50 {
	width: 48%;
	margin: 0 4% 30px 0;
}

.flex_wrap_inner_w80 {
	width: 78%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w20 {
	width: 20%;
	margin: 0 0 25px 0;
}
.flex_wrap_inner_w15 {
	width: 15%;
  margin: 0 0 25px 1%;
}
.flex_wrap_inner_w10 {
	width: 10%;
	margin: 0 0 25px 2%;
}
.flex_wrap_inner_w08 {
	width: 8%;
	margin: 0 0 25px 1%;
}
.flex_wrap_inner_w70 {
	width: 66.5%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w30 {
	width: calc(93% /3);
  margin: 0 0 30px 0;
  background: #fff;
}
.flex_wrap_inner_w30:nth-child(5n) {
	margin-right: 0;
}
.flex_wrap_inner_w25 {
	width: 27%;
	margin: 0 2% 25px 0;
}

.flex_wrap_inner_w75 {
	width: 71%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w40 {
  width: 37%;
  margin: 0 3% 0 0;
}

.flex_wrap_inner_w60 {
  width: 60%;
}

.border_1 {
	border-bottom: solid 1px #000000;
	line-height: 1;
  margin-bottom: 20px;
  width: 95%;
}

.underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.alignC {
  text-align: center;
}

.btn_text {
  font-size: 17px;
	display: block;
	text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
	opacity: .7;
}

.btn_box {
  display: inline-block;
  min-width: 350px;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000000;
}
.btn_box_border {
  display: inline-block;
  min-width: 320px;
	font-size: 17px;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #fff;
  border: solid 1px #000;
}

.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.btn_box:hover,
.btn_box_center:hover,
.btn_box_border_center:hover {
	opacity: .7;
}

.btn_box_center {
  display: inline-block;
  width: 36%;
  margin: 5px 32% 25px;
	font-size: 17px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000;
}

.btn_box_border_center {
  display: inline-block;
  min-width: 80%;
  margin: 0 10%;
  padding: 15px 30px 11px;
  color: #000000;
	background: #fff;
	border: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
}

.btn_box_border_center:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 180px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 10px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	font-weight: bold;
	width: 20%;
  font-size: 23px;
  border-right: 1px solid #000;
  margin: 0 5% 30px 0;
}
.dl_1 dd {
	width: 75%;
  font-size: 23px;
  margin: 2px 0 30px;
  line-height: 1.45;
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
.contents {
	margin-bottom: 50px;
}
.btn-sns-01 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.hero_wrap {
	width: auto;
	margin-bottom: 30px;
}

.block_segment_wrap {
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
}

.block_group {
	margin-bottom: 50px;
}
	
.block_group_01 {
	margin-bottom: 15px;
}
	
.block_group_1 {
	margin-bottom: 40px;
}

.block_group_2 {
	margin-bottom: 0;
}

.block_group_3 {
	margin-bottom: 10px;
}

.block_segment_wrap_gray {
	width: auto;
	background: #e6e6e6;
	padding: 35px 0 10px;
	/* margin-bottom: 30px; */
}
.block_segment_wrap_gray + .plus + .block_segment_wrap_gray {
  margin-bottom: 30px;
}

.title_top {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.title_midle {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.title_bottom {
  font-size: 20px;
  line-height: 1.3;
}
.title_1 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.title_1_2 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.title_2 {
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.title_3 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.text_1 {
	font-size: 17px;
	line-height: 1.4;
}

.text_2 {
	font-size: 20px;
	line-height: 1.5;
}

.text_3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.text_4 {
  font-size: 20px;
  text-align: left;
	margin-bottom: 25px;
}
.text_5 {
	font-size: 14px;
	line-height: 1.35;
	margin-bottom: 10px;
}
.text_6 {
	font-size: 18px;
	margin-bottom: 0;
}
.text_7 {
  font-size: 17px;
  margin-bottom: 20px;
}

.cap_1 {
	margin-top: 15px;
	font-size: 17px;
}

.fontsize_80 {
	display: inline-block;
	font-size: 80%;
	margin-bottom: 5px;
}

.link_text_1 {
  display: inline-block;
  font-size: 17px;
  line-height: 2;
}
.link_text_1::after{
  display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 10px 5px 2px 8px;
}
.img_w100 {
	width: 100%;
	margin-bottom: 0;
}

.img_w50 {
	width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

/* .img_w50.sp {
	margin-bottom: 20px;
} */

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex_wrap_inner_w50 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w80 {
	width: 66%;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w20 {
	width: 30%;
	margin: 0 4% 25px 0;
}
.flex_wrap_inner_w15 {
	width: 35%;
  margin: 0 0 25px 0;
}
.flex_wrap_inner_w15_2 {
	width: 40%;
  margin: 0 0 25px 30px;
}

.auto {
  margin: auto;
}
.flex_wrap_inner_w10 {
	width: 30%;
	margin: -10px 0 25px 3%;
}
.flex_wrap_inner_w08 {
	width: 28%;
	margin: 0 0 25px 0;
}
.flex_wrap_inner_w70 {
	width: auto;
	margin: 0 0 2% 0;
}

.flex_wrap_inner_w30 {
	/* display: flex; */
	flex-wrap: wrap;
	width: 100%;
  margin: 2px 1% ;
  align-items: flex-start;
  background: #fff;
}
.flex_wrap_inner_w30:nth-child(5n) {
  margin-bottom: 20px;
}

.flex_wrap_inner_w50_sp {
	width: 49%;
	margin: 0 2% 0 0 ;
}

.flex_wrap_inner_w50_sp:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w50_sp + .flex_wrap_inner_w50_sp {
	margin-top: 0;
}
	
.flex_wrap_inner_w25 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w75 {
	width: auto;
	margin: 0 0 25px 0;
}

.flex_wrap_inner_w50:nth-child(2n) {
	margin-right: 0;
}

.flex_wrap_inner_w40 {
  width: auto;
  margin: 0 0 20px 0;
}

.flex_wrap_inner_w60 {
  width: auto;
}

.border_1 {
	width: 100%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 20px auto 30px;
}

.btn_text {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_text:hover {
	opacity: 1;
}

.btn_box {
	display: block;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #000000;
  min-width: 100%;
}
.btn_box .arrow:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
	
.btn_box:hover {
	opacity: 1;
}

.btn_box_border {
	display: block;
	font-size: 17px;
	color: #000;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
  background: #fff;
  border: 1px solid #000;
  min-width: 100%;
}
.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.btn_box_center {
  display: inline-block;
  width: 100%;
  margin: 5px 0 5px;
	font-size: 17px;
	color: #fff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px ;
	background: #000;
}

.btn_box_border_center {
  min-width: 100%;
  margin: 20px auto;
  padding: 13px 30px;
  color: #000000;
	background: #fff;
	border: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;}

.btn_box_border_center:after {
	display: inline-block;
	content: "";
	width: 10px;
  height: 10px;
  margin-left: 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}

.dl_1 {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	width: auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -1px;
  border: none;
}
.dl_1 dd {
	font-weight: normal;
	width: auto;
	font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.dl_1 dd.bold {
  font-size: 20px;
  font-weight: bold;
}

.flex_element {
	display: inline-block;
}
	
.pc {
	display: none;
}

.sp {
	display: block;
}

}

/* plus */
.plus {
	font-size: 25px;
	position: relative;
	width: 0.4em;
	height: 1.6em;
  background-color: #000;
  margin: 20px auto;
}
.plus::before {
	position: absolute;
	top: 0.6em;
	left: -0.6em;
	width: 1.6em;
	height: 0.4em;
	content: "";
	background-color: #000;
}

.mb { margin-bottom: 70px;}

.or {
  font-size: 20px;
  margin: auto;
}
.icon_or {
  font-size: 20px;
  margin-top: 80px;
}

@media screen and (max-width:640px) {
  .plus {
    margin: 15px auto;
  }
  .mt1_pc, .mt2_pc {
    margin: 20px auto 20px;
  }
  .or {
    margin: 5px auto;  
  }
  .icon_or {
    font-size: 16px;
    margin: 130px 0 0 -10px;

  }
  .mb { margin-bottom: 30px;}

}



.btn_box .arrow {
}
.btn_box .arrow:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
@media screen and (max-width:640px) {
.btn_box {
  position: relative;
}
.btn_box .arrow {
  position: absolute;              
  top: 50%;
  transform: translate(0, -50%);
  right: 14vw;
}
}

.font_115 {
  font-size: 115%;
}
.font_85 {
  font-size: 85%;
}
.dl_a_b {
  margin-bottom: 5px;
}
.dl_a_b_dt {
  font-size: 18px;
  margin-bottom: 5px;
}
.dl_a_b_dd {
  font-size: 24px;
}
.dl_a_b_cap {
  display: block;
  font-size: 16px;
  margin: 10px 0 10px 110px;
}
@media screen and (max-width:640px) {
.sp_center {
  text-align: center;
}
.sp_center .title_3 {
  font-size: 20px;
}
.dl_a_b {
  margin-bottom: 25px;
}
.dl_a_b_dt {
  font-size: 16px;
  margin-bottom: 5px;
}
.dl_a_b_dd {
  font-size: 20px;
}
.dl_a_b_cap {
  display: block;
  font-size: 16px;
  margin: 10px 0 10px 0;
}
}

.text_cap_14 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  .text_cap_14 {
  font-size: 12px;
  line-height: 1.5;
}
}
.add_boder {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.add_border_1 {
  width: 970px;
  border-top: solid 1px #000000;
  margin: 0 auto;
}
@media screen and (max-width:640px) {
.add_border_1 {
  width: 90%;
}
}
.dl_flap_1 {
  line-height: 1.3;
  margin: 45px auto 30px;
}
.dl_flap_1 dt {
  font-size: 28px;
}
.dl_flap_1 dd {
  font-size: 36px;
}
@media screen and (max-width:640px) {
.dl_flap_1 {
  line-height: 1.3;
  margin: 45px auto 30px;
}
.dl_flap_1 dt {
  font-size: 24px;
}
.dl_flap_1 dd {
  font-size: 32px;
}
}
.block_center {
  text-align: center;
  margin-bottom: 45px;
}
.block_center .img_wrap {
  width: 150px;
  margin: 25px  auto;
}
@media screen and (max-width:640px) {
.block_center .img_wrap {
  width: 50%;
  margin: 25px  auto;
}
}
.block_center .wrap_btn_stretched {
  margin-bottom: 20px;
}
.wrap_btn_stretched .btn_box {
  min-width: initial;
  width: 65%;
  padding: 20px;
}
@media screen and (max-width:640px) {
.block_center .wrap_btn_stretched {
  margin-bottom: 20px;
}
.wrap_btn_stretched .btn_box {
  min-width: initial;
  width: 100%;
  padding: 4vw 14vw;
}
}
.dl_noflap_1 {
  display: flex;
  flex-wrap: wrap;
}
.dl_noflap_1  dt {
  width: 13%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.dl_noflap_1  dd {
  width: 87%;
  font-size: 18px;
  margin-bottom: 15px;
}
.font_18 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width:640px) {
.dl_noflap_1 {
display: block;
flex-wrap: nowrap;
}
.dl_noflap_1  dt {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dl_noflap_1  dd {
  width: auto;
  font-size: 16px;
  margin-bottom: 25px;
}
.font_18 {
  font-size: 16px;
  margin-bottom: 10px;
}
}


.list_flap_cap li {
  line-height: 1.5;
  margin-bottom: 7px;
  text-indent: -1em;
  margin-left: 1em;
}

.block_45 {
  padding: 45px 0;
}
@media screen and (max-width:640px) {
.block_45 {
  padding: 45px 15px;
}
}

.btn_text {
  font-size: 18px;
  margin-bottom: 30px;
}

.btn_text:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.wrap_btn_col2 {
  display: flex;
  flex-wrap: wrap;
}
.wrap_btn_col2 li {
  width: 49%;
  margin: 0 2% 20px 0;
}
.wrap_btn_col2 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width:640px) {
.wrap_btn_col2 {
  display: block;
  flex-wrap: nowrap;
}
.wrap_btn_col2 li {
  width: auto;
  margin: 0 0 10px 0;
}
.wrap_btn_col2 li:nth-child(2n) {
  margin-right: 0;
}
}
.btn_border {
  display: block;
  font-size: 18px;
  text-align: center;
  border: solid 1px #000000;
  padding: 15px;
}
.btn_border:hover {
  opacity: .5;
}
.btn_border:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.block_0 {
  margin-bottom: 40px;
}
.block_1 {
  margin-bottom: 40px;
}
.block_2 {
  margin-bottom: 20px;
}
.block_5 {
  padding: 45px 0 45px;
}
.block_6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width:640px) {
 .block_5 {
  padding: 45px 15px 45px;
}
}