@charset "UTF-8";
/* initialization
------------------------------*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, tfoot, thead, time, tr, th, td, ul, var, video {
  margin: 0;
  padding: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: small;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

img {
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  border-radius: 0;
}

label, select, [type="checkbox"], [type="submit"] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* font */
@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: local("overpass-regular.otf"), local("overpass-regular.ttf"), url("/assets/fonts/overpass/overpass-regular.otf") format("otf"), url("/assets/fonts/overpass/overpass-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  src: local("overpass-semibold.otf"), local("overpass-semibold.ttf"), url("/assets/fonts/overpass/overpass-semibold.otf") format("otf"), url("/assets/fonts/overpass/overpass-semibold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: local("overpass-bold.otf"), local("overpass-bold.ttf"), url("/assets/fonts/overpass/overpass-bold.otf") format("otf"), url("/assets/fonts/overpass/overpass-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Overpass";
  font-style: italic;
  font-weight: 700;
  src: local("overpass-bold-italic.otf"), local("overpass-bold-italic.ttf"), url("/assets/fonts/overpass/overpass-bold-italic.otf") format("otf"), url("/assets/fonts/overpass/overpass-bold-italic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCjk";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansCJKjp-Regular.ttf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Regular.otf") format("otf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCjk";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansCJKjp-Medium.ttf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Medium.otf") format("otf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCjk";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansCJKjp-Bold.ttf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Bold.otf") format("otf"), url("/assets/fonts/NotoSansCJK/NotoSansCJKjp-Bold.woff") format("woff");
  font-display: swap;
}

/* リンク */
/*
[href]:link, [href]:active, [href]:visited {text-decoration: none; color: #ffffff;}
[href]:hover, [href]:focus {text-decoration: none; color: #ffffff;}
*/
[href] {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  [data-tel] {
    pointer-events: none;
  }
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over, main .breadcrumb .containerMid.topicPath a, .header_nav_item a, .header_nav_heading, .footer a {
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .over:hover, main .breadcrumb .containerMid.topicPath a:hover, .header_nav_item a:hover, .header_nav_heading:hover, .footer a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
  }
}

/* link
--------------------------------------------------*/
a {
  color: #fff;
}

a:link, a:active, a:visited {
  text-decoration: none;
}

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

/* 全般 */
body {
  background: #fff;
  min-width: 1220px;
  line-height: 1.7;
  font-family: "NotoSansCjk","Yu Gothic", YuGothic,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 90%;
  font-weight: 400;
  color: #000;
  word-wrap:break-word;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  main {
    padding: 90px 0 0;
  }
	.customize-support .header {
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
  main {
    padding: 60px 0 0;
  }
	.customize-support .header {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
  main .breadcrumb {
    display: none;
  }
	.customize-support .header {
		margin-top: 46px;
	}
}
@media screen and (max-width: 600px) {
	html.background-fixed {
		margin-top: 0 !important;
	}
	.customize-support .header {
		margin-top: 0;
	}
}
main .breadcrumb .containerMid.topicPath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}

main .breadcrumb .containerMid.topicPath li::after {
  content: ">";
  display: inline-block;
  margin: auto 7px auto 7px;
}

main .breadcrumb .containerMid.topicPath li:last-of-type::after {
  content: none;
}

main .breadcrumb .containerMid.topicPath a span {
  color: #000;
}

main .breadcrumb .containerMid.topicPath span {
  color: #00a8e3;
}

.overLay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.containerMin {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

.containerMid {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

.se {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 1%;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
  }
  body.open {
    position: fixed;
    width: 100%;
  }
  .containerMin, .containerMid, .container {
    width: auto;
    margin: 0;
  }
  .over:hover, main .breadcrumb .containerMid.topicPath a:hover, .header_nav_item a:hover, .header_nav_heading:hover, .footer a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  span.sp {
    display: inline;
  }
  br.sp {
    display: inline;
  }
  img.sp {
    display: inline-block;
  }
  table.sp {
    display: table;
  }
  br.se {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  br.se {
    display: inline;
  }
}

.section_title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 24px;
  }
}

.section_title span {
  display: inline-block;
  margin-top: 17px;
  color: #00a8e3;
  font-size: 20px;
  font-family: Overpass, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .section_title span {
    font-size: 14px;
  }
}

.label {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: -10px;
  padding: 9px 10px;
  background: #009f42;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .label {
    font-size: 10px;
    padding: 5px 9px;
  }
}

.lower_mv {
  position: relative;
  width: 100%;
  padding-top: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .lower_mv {
    padding-top: 140px;
    background: #ebf8fd;
  }
  .lower_mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #00a8e3;
  }
}

.lower_mv .container {
  position: absolute;
  top: 114px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lower_mv .container {
    top: 40px;
  }
}

.lower_mv .container h2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lower_mv .container h2 {
    font-size: 28px;
  }
}

.lower_mv .container h2 span {
  display: inline-block;
  margin-top: 17px;
  color: #00a8e3;
  font-size: 20px;
  font-family: Overpass, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .lower_mv .container h2 span {
    font-size: 18px;
    margin-top: 8px;
  }
}

.news .lower_mv, .contact .lower_mv, .commercial .lower_mv, .privacy .lower_mv {
  padding-top: 210px;
  background: #ebf8fd;
}

@media screen and (max-width: 767px) {
  .news .lower_mv, .contact .lower_mv, .commercial .lower_mv, .privacy .lower_mv {
    padding-top: 140px;
  }
}

.news .lower_mv::after, .contact .lower_mv::after, .commercial .lower_mv::after, .privacy .lower_mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #00a8e3;
}

@media screen and (max-width: 767px) {
  .news .lower_mv::after, .contact .lower_mv::after, .commercial .lower_mv::after, .privacy .lower_mv::after {
    height: 4px;
  }
}

.news .lower_mv .container, .contact .lower_mv .container, .commercial .lower_mv .container, .privacy .lower_mv .container {
  top: 65px;
}

@media screen and (max-width: 767px) {
  .news .lower_mv .container, .contact .lower_mv .container, .commercial .lower_mv .container, .privacy .lower_mv .container {
    top: 40px;
  }
}

.btn {
  position: relative;
  display: block;
  margin: 50px auto 0;
  width: 240px;
  border-radius: 30px;
  background: #00a8e3;
  color: #000;
  text-align: center;
  -webkit-box-shadow: 5px 5px 15px -10px;
  box-shadow: 5px 5px 15px -10px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 30px auto 0;
    width: 200px;
  }
}

.btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn::after {
    right: 15px;
  }
}

.btn span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 60px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  .btn span {
    font-size: 14px;
    line-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  .btn:hover {
    background: #7b6bcb;
  }
}

/* ヘッダ
------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .header {
    min-width: 1%;
  }
}

.header .container {
  position: static;
  display: table;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header .container {
    width: 100%;
  }
}

.header_tit {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_tit {
    padding: 0 15px;
    padding: 0 4vw;
  }
  .header_tit img {
    max-height: 40px;
  }
}

.header_nav {
  display: table-cell;
  width: auto;
  padding: 20px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_nav {
    display: none;
  }
}

.header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 720px;
}

.header_nav_item {
  margin: 0 17px;
  padding: 0 0 20px;
}

.header_nav_item > span {
  padding-right: 5px;
}

.header_nav_item > span::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  margin: 0 0 0.15em 0.4em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header_nav_item a:link, .header_nav_item a:active, .header_nav_item a:visited {
  color: #2a2a2a;
}

.header_nav_item a:hover, .header_nav_item a:focus {
  color: #2a2a2a;
}

.header_nav_heading {
  position: relative;
  display: inline-block;
  color: #2a2a2a;
  font-family: Overpass, "sans-serif";
  font-weight: 700;
  line-height: 3.5;
  text-align: center;
  cursor: pointer;
}

.header_nav_menu {
  position: absolute;
  display: none;
  top: 90px;
  left: 0;
  width: 100%;
  background: #f1f1f1;
  opacity: 0;
  z-index: 10;
}

.header_nav_menu.visible {
  display: block;
}

.header_nav_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
}

.header_nav_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
}

.header_nav_menu_item strong {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  /*position: relative;
          padding: 0 0 0 10px;
					&::before {
						content: "";
						position: absolute;
						top: 0;
						bottom: 0;
						left: -3px;
						margin: auto 0;
						display: inline-block;
						width: 7px;
						height: 7px;
						border-top: 1px solid #909090;
						border-right: 1px solid #909090;
						transform: rotate(45deg);
					}*/
}

.header_nav_menu_item div {
  padding: 0 0 0 20px;
  margin-top: -5px;
}

.header_nav_menu_item li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
}

.header_nav_menu_item li > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  margin: auto 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_contact {
  position: relative;
  display: table-cell;
  width: 90px;
  background: #00a8e3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_contact {
    display: none;
  }
}

.header_contact a {
  display: inline-block;
  width: 100%;
  height: 90px;
  padding: 20px 0 0;
}

.header_contact img {
  vertical-align: middle;
}

.header_contact span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}

.header_tel {
  display: table-cell;
  width: 230px;
  background: #009f42;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header_tel {
    width: 145px;
    font-size: 9px;
  }
}

.header_tel a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.header_tel a strong {
  display: inline-block;
  font-weight: 700;
  line-height: 2;
}

.header_tel a span {
  position: relative;
  display: inline-block;
  color: #fff100;
  font-family: Overpass, "sans-serif";
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .header_tel a span {
    font-size: 17px;
  }
}

.header_tel a span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 6px;
  background: url("/assets/img/common/ico_tel_y.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .header_tel a span::before {
    margin-right: 3px;
    width: 10px;
    height: 8px;
  }
}

.header_tel a small {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .header_tel a small {
    font-size: 9px;
  }
}

.spMenu {
  position: absolute;
  top: 60px;
  left: 0;
}

.spMenu_btn {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  display: table-cell;
  width: 60px;
  height: 60px;
  padding: 17px 21px 30px;
}

@media screen and (min-width: 768px) {
  .spMenu_btn {
    display: none;
  }
}

.spMenu_btn .ico {
  position: relative;
  height: 13px;
}

.spMenu_btn .ico span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.spMenu_btn .ico span:nth-of-type(1) {
  top: 0;
}

.spMenu_btn .ico span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.spMenu_btn .ico span:nth-of-type(3) {
  bottom: 0;
}

.spMenu_btn small {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  margin: 0 auto;
  color: #000;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}

.spMenu_btn small.open {
  display: inline;
}

.spMenu_btn small.close {
  display: none;
}

.spMenu_btn.open .ico span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spMenu_btn.open .ico span:nth-of-type(2) {
  display: none;
}

.spMenu_btn.open .ico span:nth-of-type(3) {
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.spMenu_btn.open small.open {
  display: none;
}

.spMenu_btn.open small.close {
  display: inline;
}

.spMenu_ac {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 100;
}

.spMenu_ac a {
  display: inline-block;
}

.spMenu_ac a:link, .spMenu_ac a:active, .spMenu_ac a:visited {
  color: #000;
}

.spMenu_ac_list {
  width: 100%;
}

.spMenu_ac_list a {
  position: relative;
  width: 100%;
  padding: 0 13px;
  padding: 0 3.3vw;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}

.spMenu_ac_list a:not(.js-spMenu-btn-lower)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  right: 4vw;
  margin: auto 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spMenu_ac_list a .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  right: 3.3vw;
  margin: auto 0;
  width: 10px;
  height: 0;
}

.spMenu_ac_list a .mark span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #9a9a9a;
}

.spMenu_ac_list a .mark span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spMenu_ac_list a.open .mark span:nth-child(2) {
  display: none;
}

.spMenu_ac_list > li {
  background: #f1f1f1;
  border-bottom: 1px solid #cdcdcd;
}

.spMenu_ac_list_lower {
  display: none;
}

.spMenu_ac_list_lower > li {
  border-bottom: 1px solid #f1f1f1;
  background: #bababa;
}

.spMenu_ac_list_lower > li:last-of-type {
  border-bottom: none;
}

.spMenu_ac > div {
  padding: 15px;
  padding: 15px 4vw;
  background: #f1f1f1;
}

.spMenu_ac > div a {
  background: #cdcdcd;
  width: 47%;
  padding: 12px 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.spMenu_ac > div a:nth-of-type(1) {
  margin-right: 6%;
}

/* フッター
------------------------------*/
.footer {
  font-weight: 400;
  background: #ebf8fd;
  font-family: "NotoSansCjk";
}

.footer a:link, .footer a:active, .footer a:visited {
  color: #000;
}

.footer address {
  margin-top: 30px;
}

.footer .containerMid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .footer .containerMid {
    padding: 28px 0 22px;
    margin: 0 15px;
    margin: 0 4vw;
  }
}

.footer .containerMid > li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .footer .containerMid > li {
    width: 100%;
  }
}

.footer .containerMid > li:nth-of-type(2) {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .footer .containerMid > li:nth-of-type(2) {
    display: none;
  }
}

.footer .containerMid > li a {
  line-height: 30px;
}

.footer_heading {
  font-size: 14px;
  font-weight: 700;
}

.footer_heading_lower {
  position: relative;
  font-size: 12px;
  padding-left: 10px;
}

.footer_heading_lower::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  margin: auto 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #909293;
  border-right: 2px solid #909293;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_contact::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background: url("/assets/img/common/ico_envelope.png") no-repeat center;
  background-size: contain;
  margin-right: 6px;
}

.footer_copy {
  color: #626262;
  font-size: 12px;
  line-height: 4;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.common_club {
  background: #253692;
}

@media screen and (max-width: 767px) {
  .common_club {
    padding: 10px 0;
  }
}

.common_club .containerMin.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 120px;
}

@media screen and (max-width: 767px) {
  .common_club .containerMin.pc {
    display: none;
  }
}

.common_club .containerMin.pc::before {
  content: "";
  position: absolute;
  left: 46px;
  bottom: 0;
  display: inline-block;
  width: 65px;
  padding-top: 10.3%;
  background: url("/assets/img/common/chara_bnr_club.png") no-repeat bottom center;
  background-size: contain;
}

.common_club .containerMin.pc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
}

.common_club .containerMin.pc h2 {
  position: relative;
  width: 320px;
  padding: 16px 20px 21px 0;
  line-height: 2;
  text-align: center;
}

.common_club .containerMin.pc h2 span {
  color: #ffe200;
  font-size: 15px;
}

.common_club .containerMin.pc ul {
  padding: 15px 20px 15px 15px;
  color: #ffe200;
  font-size: 13px;
  line-height: 1.9;
}

.common_club .containerMin.pc ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("/assets/img/common/ico_check.png") no-repeat center;
  background-size: contain;
}

.common_club .containerMin.pc .common_club_btn {
  width: 220px;
  border: 1px solid #fff;
  border-radius: 25px;
  margin: 25px auto;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .common_club .containerMin.pc .common_club_btn {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .common_club .containerMin.pc .common_club_btn:hover {
    opacity: 0.7;
  }
}

.common_club .containerMin.pc .common_club_btn::after {
  border-color: #253692;
}

.common_club .containerMin.pc .common_club_btn span {
  line-height: 50px;
  color: #253692;
}

.common_club .containerMin.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .common_club .containerMin.sp {
    display: block;
    margin: 0 15px;
    margin: 0 4vw;
  }
  .common_club .containerMin.sp figure {
    margin: 0 auto;
    text-align: center;
  }
  .common_club .containerMin.sp figure img {
    max-height: 94px;
  }
}

.common_contact {
  padding: 65px 0;
  background: url("/assets/img/common/bg_city.png") no-repeat center;
  background-size: cover;
  font-family: NotoSansCjk;
}

@media screen and (max-width: 767px) {
  .common_contact {
    padding: 33px 0;
  }
}

.common_contact .containerMin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 31px 0 25px;
}

@media screen and (max-width: 767px) {
  .common_contact .containerMin {
    display: block;
    min-width: 265px;
    max-width: 350px;
    padding: 0;
    margin: 0 auto;
  }
}

.common_contact_left {
  display: inline-block;
  width: 540px;
  margin-right: 6px;
  background: rgba(19, 166, 83, 0.9);
}

@media screen and (max-width: 767px) {
  .common_contact_left {
    width: 100%;
    margin: 0 auto 4px;
  }
}

.common_contact_left a {
  display: inline-block;
  width: 100%;
  padding: 23px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .common_contact_left a {
    padding: 10px 0;
  }
}

.common_contact_left a strong {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .common_contact_left a strong {
    font-size: 13px;
  }
}

.common_contact_left a span {
  position: relative;
  display: inline-block;
  color: #fff100;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .common_contact_left a span {
    font-size: 32px;
  }
}

.common_contact_left a span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 38px;
  height: 28px;
  margin-right: 10px;
  background: url("../img/common/ico_tel_y_b.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .common_contact_left a span::before {
    width: 24px;
    height: 18px;
  }
}

.common_contact_left a small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .common_contact_left a small {
    font-size: 11px;
  }
}

.common_contact_right {
  display: inline-block;
  width: 300px;
  padding: 40px 0;
  background: rgba(19, 166, 83, 0.9);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .common_contact_right {
    width: 100%;
    padding: 8px 0 16px;
    margin: 0 auto;
  }
}

.common_contact_right small {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .common_contact_right small {
    font-size: 12px;
  }
}

.common_contact_btn {
  border: 1px solid #fff;
  margin: 10px auto 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .common_contact_btn {
    margin: 3px auto 0;
  }
}

.common_contact_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto 0;
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url("/assets/img/common/ico_envelope_g.png") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .common_contact_btn::before {
    width: 12px;
    height: 8px;
  }
}

.common_contact_btn::after {
  border-color: #009f42;
}

@media screen and (min-width: 768px) {
  .common_contact_btn {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .common_contact_btn:hover {
    opacity: 0.7;
    background: #fff;
  }
}

.common_contact_btn span {
  color: #009f42;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .common_contact_btn span {
    font-size: 14px;
    line-height: 35px;
  }
}

.common_wv {
  padding: 80px 0;
  background: url("/assets/img/home/bg_vw_pc.png") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .common_wv {
    padding: 35px 0;
  }
}

.common_wv .containerMid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid {
    display: block;
    margin: 0 30px;
    margin: 0 8vw;
  }
}

.common_wv .containerMid .works, .common_wv .containerMid .voice {
  position: relative;
  max-width: 490px;
  padding: 46px 35px 125px;
  background: #fff;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid .works, .common_wv .containerMid .voice {
    max-width: 450px;
    padding: 28px 15px 86px;
    margin: 0 auto;
  }
  .common_wv .containerMid .works:nth-of-type(1), .common_wv .containerMid .voice:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.common_wv .containerMid .works .common_wv_next,
.common_wv .containerMid .works .common_wv_prev, .common_wv .containerMid .voice .common_wv_next,
.common_wv .containerMid .voice .common_wv_prev {
  position: absolute;
  top: 0;
  bottom: 52px;
  margin: auto 0;
  display: inline-block;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid .works .common_wv_next,
  .common_wv .containerMid .works .common_wv_prev, .common_wv .containerMid .voice .common_wv_next,
  .common_wv .containerMid .voice .common_wv_prev {
    width: 24px;
    height: 32px;
  }
}

.common_wv .containerMid .works .common_wv_next, .common_wv .containerMid .voice .common_wv_next {
  right: 19px;
  background-image: url("../img/common/ico_next.png");
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid .works .common_wv_next, .common_wv .containerMid .voice .common_wv_next {
    right: 11px;
  }
}

.common_wv .containerMid .works .common_wv_prev, .common_wv .containerMid .voice .common_wv_prev {
  left: 19px;
  background-image: url("../img/common/ico_prev.png");
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid .works .common_wv_prev, .common_wv .containerMid .voice .common_wv_prev {
    left: 11px;
  }
}

.common_wv .containerMid .works .common_wv_btn, .common_wv .containerMid .voice .common_wv_btn {
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .common_wv .containerMid .works .common_wv_btn, .common_wv .containerMid .voice .common_wv_btn {
    bottom: 30px;
  }
}

.common_wv_slider {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .common_wv_slider {
    margin-top: 15px;
  }
}

.common_wv_slider .slide {
  height: 318px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .common_wv_slider .slide {
    height: auto;
  }
}

.common_wv_slider .slide div {
  position: relative;
  width: 380px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .common_wv_slider .slide div {
    width: 100%;
  }
}

.common_wv_slider .slide p {
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
}

.common_wv_slider .slide p span {
  color: #818181;
  font-size: 13px;
}

.pagetop {
  position: fixed;
  display: none;
  bottom: 48px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

.pagetop a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  background: #00a8e3;
  color: #000;
  -webkit-box-shadow: 5px 5px 15px -10px;
  box-shadow: 5px 5px 15px -10px;
}

.pagetop a::before, .pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagetop a::after {
  top: 8px;
  bottom: 0px;
}

/* 共通スタイル
------------------------------*/
.details .label {
  position: relative;
  left: auto;
}

.details h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.details h1 span {
  color: #818181;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .details h1 {
    font-size: 16px;
    line-height: 1.2;
  }
  .details h1 span {
    font-size: 13px;
    line-height: 1;
  }
}

.details_area {
  border-bottom: 1px solid #b4b4b4;
}

.details_area h2 {
  position: relative;
  background: #00a8e3;
  padding: 14px 20px;
  margin: 2.5em 0 .8em;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .details_area h2 {
    font-size: 18px;
  }
}

.details_area h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: inline-block;
  width: 4px;
  height: calc(100% - 20px);
  background: #009f42;
}

.details_area h3 {
  border-bottom: 4px solid #00a8e3;
  padding: 0 0 14px;
  margin: 2em 0 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .details_area h3 {
    font-size: 16px;
  }
}

.details_area h4 {
  margin: 2.5em 0 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .details_area h4 {
    font-size: 15px;
  }
}

.details_area p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
  margin: 1em 0 1em;
}
@media screen and (max-width: 767px) {
  .details_area p {
    line-height: 1.6;
  }
}

.details_area figure {
  text-align: center;
}

.details_area ul,
.details_area ol {
  margin: 1.5em 0 1.5em 2em;
  padding: 0;
}

.details_area ul li {
  text-indent: -1.2em;
}
.details_area ul li:before {
  content: "●";
  color: #00A8E3;
  font-size: 50%;
  margin-right: .6em;
  position: relative;
  top: -1px;
}

.details_area ol {
  list-style: decimal;
}

.details_area ol > li {
  position: relative;
}

.details_area li > ul,
.details_area li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.details_area table {
  margin: 0 0 1.5em;
  width: 100%;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
}

.details_area th {
  padding: 0.8em 1.5em;
  font-weight: bold;
  text-align: left;
  background: #ebf8fd;
  border-left: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .details_area th {
    padding: 0.4em;
  }
}

.details_area td {
  padding: 0.8em 1.5em;
  border-left: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
}
@media screen and (max-width: 767px) {
  .details_area td {
    padding: 0.4em;
  }
}

.details_area .table_wrap {
  margin-bottom: 14px;
}
.details_area .loan_tbl {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .details_area .loan_tbl {
    width: 900px;
    line-height: 32px;
  }
}

.details_area .loan_tbl th, .details_area .loan_tbl td {
  width: 20%;
}

.details_area .loan_tbl th:nth-child(2) {
  line-height: 1.1;
}

.details_area .loan_tbl .red {
  color: #e60012;
}

.details_area .loan_tbl th, .details_area .loan_tbl td {
  padding: 8px 0;
  border: 1px solid #cdcdcd;
  text-align: center;
}

.details_area .loan_tbl th small, .details_area .loan_tbl td small {
  font-size: 12px;
  line-height: 1;
}

.details_area .loan_tbl th {
  background: #e6e6e6;
}

.details_area .loan_tbl td {
  background: #fff;
}


.details_area .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.details_area .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.details_area .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.details_btn::after {
  left: 30px;
  right: auto;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 60px auto 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.5em;
}

.pagination .nav-links .page-numbers {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #00a8e3;
  margin-right: 10px;
  text-align: center;
  line-height: 46px;
  letter-spacing: normal;
  display: inline-block;
  background: #fff;
  color: #00a8e3;
}

@media screen and (max-width: 767px) {
  .pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 32px;
  }
}

.pagination .nav-links .page-numbers:first-child {
  margin-left: auto;
}

.pagination .nav-links .page-numbers:last-child {
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers {
    -webkit-transition: background 0.3s,color 0.3s;
    -o-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
  }
}

.pagination .nav-links .page-numbers:link, .pagination .nav-links .page-numbers:active, .pagination .nav-links .page-numbers:visited {
  color: #00a8e3;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers:hover {
    background: #00a8e3;
    color: #fff;
  }
}

.pagination .nav-links .page-numbers.prev {
  display: inline-block;
  text-indent: -9999px;
}

.pagination .nav-links .page-numbers.prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a8e3;
  border-left: 1px solid #00a8e3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers.prev {
    -webkit-transition: background 0.3s,color 0.3s;
    -o-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
  }
  .pagination .nav-links .page-numbers.prev:hover {
    background: #00a8e3;
  }
  .pagination .nav-links .page-numbers.prev:hover::before {
    border-color: #fff;
  }
}

.pagination .nav-links .page-numbers.next {
  display: inline-block;
  text-indent: -9999px;
  background: #fff;
}

.pagination .nav-links .page-numbers.next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 7px;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00a8e3;
  border-right: 1px solid #00a8e3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers.next {
    -webkit-transition: background 0.3s,color 0.3s;
    -o-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
  }
  .pagination .nav-links .page-numbers.next:hover {
    background: #00a8e3;
  }
  .pagination .nav-links .page-numbers.next:hover::before, .pagination .nav-links .page-numbers.next:hover::after {
    border-color: #fff;
  }
}

.pagination .nav-links .page-numbers.current {
  display: inline-block;
  background: #00a8e3;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers.current {
    -webkit-transition: background 0.3s,color 0.3s;
    -o-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
  }
  .pagination .nav-links .page-numbers.current:hover {
    background: #fff;
    color: #00a8e3;
  }
}

.ganbaru_tit {
  position: relative;
  background: #00a8e3;
  padding: 14px 20px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.ganbaru_tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: inline-block;
  width: 4px;
  height: calc(100% - 20px);
  background: #009f42;
}

.ganbaru_table {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .ganbaru_table {
    display: block;
  }
}

.ganbaru_table colgroup col:first-child {
  width: 21.66%;
}

@media screen and (max-width: 767px) {
  .ganbaru_table colgroup col:first-child {
    width: 100%;
  }
}

.ganbaru_table colgroup col:last-child {
  width: 78.33%;
}

@media screen and (max-width: 767px) {
  .ganbaru_table colgroup col:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ganbaru_table tbody {
    display: block;
    width: 100%;
  }
}

.ganbaru_table tr {
  border-bottom: 2px solid #c4c4c4;
}

@media screen and (max-width: 767px) {
  .ganbaru_table tr {
    display: block;
    width: 100%;
  }
}

.ganbaru_table tr th {
  width: 21.66%;
  padding: 15px 8px;
  font-weight: 700;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .ganbaru_table tr th {
    display: block;
    width: 100%;
    padding: 10px 8px 6px;
  }
}

.ganbaru_table tr td {
  width: 78.33%;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .ganbaru_table tr td {
    display: block;
    width: 100%;
    padding: 0 8px 10px;
  }
}

.ganbaru_table tr td[colspan="2"] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table_wrap {
    overflow-x: scroll;
    /*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/
  }
  .table_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table_wrap::-webkit-scrollbar-track {
    background: #eeeeee;
  }
  .table_wrap::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}


.top-bmr-block{
  margin: 0 auto;
  background-color: #fff;
  text-align:center;
}
.top-bmr-block figure img{
  opacity: 1;
}
.top-bmr-block figure:hover img{
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .7;
}
.top-bmr-block figure:after img{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 767px) {
	.top-bmr-block{
		margin: 0 auto;
	}
}