@charset "UTF-8";

/*---------------------------
 TOPのheaderのスタイル
---------------------------*/
@media only screen and (min-width: 751px) {
html, body {
	min-width: 1260px;
}
/*nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}*/
.headerTopNav li img {
	display: none;
}
.headerTopNav li img.top {
	display: block;
}
	
	
	.bnrEco{
		margin: 0 auto;
		position: relative;
		width: 945px;
	}
	.bnrEco ul{
		position: absolute;
		top: 90px;
		left: 19px;
		display: flex;
		justify-content: flex-start;
	}
	.bnrEco ul li{
		margin-right: 19px;
	}
	.bnrEco ul li a:hover img{
		opacity: .7;
	}
}
#header {
	position: relative;
}
.headerTopbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.topMv {
	background-size: cover;
	position: relative;
	min-height: 648px;
}
.topMvImg img {
	width: 100%;
	height: auto;
}
.topMvText {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 24%;
}
nav {
	padding-top: 0;
}
nav > ul > li > a {
	padding-top: 25px;
	padding-bottom: 30px;
	background-position: left 9px top 23px;
}
nav > ul > li:last-child > a span:before,
nav > ul > li > a span:after {
	top: 24px;
}
.mega {
	bottom: 95px;
	box-shadow: 0px -2px 2px 0 #eee, 0 -16px 8px -10px #eee inset !important;
}
nav.btm .mega {
	bottom: inherit;
}

/*---------------------------
// topのfooterのスタイル
---------------------------*/
.footerNavarea {
	background-color: #fff;
}
.footerNavarea .topNav {
	box-shadow: none;
}
.footerNavarea .topNavList {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footerNavarea .topNavItem {
	height: 80px;
}

/*------------------------------------
layout
-------------------------------------*/
/*-------------------------------------------
Module
---------------------------------------------*/
/*----------------------------アニメーション-------------------------------------------*/
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
@keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.animationFadeIn {
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.sectionBg {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-99%);
	transform: translateY(-99%);
}
.sectionBg img {
	width: 100%;
	height: auto;
}
/*---------------ボックス系モジュール----------------*/
.overlayBox {
	position: relative;
	height: 260px;
	overflow: hidden;
}

@media only screen and (min-width: 751px) {
.overlayBox {
	transition: opacity .3s;
}
.overlayBox:hover {
	cursor: pointer;
	opacity: .7;
}
}
.overlayBox a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.overlayBox a:before {
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
.overlayBoxList {
	padding-top: 46px;
}
.overlayBox .txt {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.3px;
	line-height: 1.33;
	padding: 20px 0;
}
.bgBox {
	width: 100%;
	height: 182px;
	position: relative;
	overflow: hidden;
}
.bgBox:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

@media only screen and (min-width: 751px) {
.bgBox {
	transition: opacity .3s;
}
.bgBox:hover {
	cursor: pointer;
	opacity: .7;
}
}
.bgBox .txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0 0 9px rgba(34, 34, 34, 0.79);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}
/*---------------タイトル系モジュール----------------*/
.scttl {
	text-align: center;
	padding-top: 107px;
	position: relative;
}
.scttl:before {
	content: "";
	display: block;
	width: 84px;
	height: 84px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.sctSubttl {
	text-align: center;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.9px;
	padding-top: 24px;
}
/*-------------------------------------------
セクションごとのスタイル
---------------------------------------------*/
/*------------------------------------------------
新築そっくりさんが選ばれる理由
-----------------------------------------------*/
#reason {
	padding-top: 55px;
	padding-bottom: 44px;
	overflow: hidden;
}
#reason .scttl:before {
	background-image: url(../common_re/img/icon/icon_home.png);
}
.reasonList {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	overflow: hidden;
	padding-top: 54px;
}
.reasonListItem {
	margin-left: 50px;
	margin-bottom: 36px;
	position: relative;
	float: left;
}
#reason .contactArea {
	padding-bottom: 40px;
	padding-top: 26px;
	margin-top: 10px;
	margin-bottom: 50px;
}
#reason .contactArea .plainTxt {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 24px;
}
#reason .contactArea .plainTxt span {
	display: inline-block;
	position: relative;
}
#reason .contactArea .plainTxt span:before, #reason .contactArea .plainTxt span:after {
	content: "";
	display: block;
	height: 100%;
	border-left: 1px solid #333;
	position: absolute;
	top: 0;
}
#reason .contactArea .plainTxt span:before {
	left: -12px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#reason .contactArea .plainTxt span:after {
	right: -6px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
#reason .contactArea .btnContactWrapper a {
	margin: 0 auto;
}
#reason .topBnr {
	margin: 50px auto 20px;
	text-align: center;
}

@media only screen and (min-width: 751px) {
.reasonListItem {
	transition: opacity .3s;
}
.reasonListItem:hover {
	opacity: .7;
}
}
.reasonListItem:first-of-type {
	margin-left: 0;
}
.reasonListItem:nth-of-type(4) {
	margin-left: 0;
}
.reasonListItem:nth-of-type(7) {
	margin-left: 215px;
}
.reasonListItem a {
	display: block;
}
.reasonListItem .txtarea {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #222;
}
.reasonListItem .tag {
	font-size: 18px;
	font-weight: bold;
	background-color: #ffe100;
	padding: 5px 20px;
	border-radius: 14px;
	display: inline-block;
	margin-bottom: 8px;
}
.reasonListItem .boxttl {
	font-size: 20px;
	line-height: 1.3;
}
/*------------------------------------------------
リフォーム事例
-----------------------------------------------*/
#case {
	background-image: url(../img_re/top/bg_case.png);
	padding-top: 80px;
	padding-bottom: 140px;
	background-size: cover;
	background-position: bottom center;
}
#case .scttl:before {
	background-image: url(../common_re/img/icon/icon_pen.png);
}
.contList {
	margin-top: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #222;
}
.contList li {
	width: 462px;
	margin-bottom: 16px;
	background-color: #fff;
}
.contList li a {
	display: block;
}

@media only screen and (min-width: 751px) {
.contList li a {
	transition: opacity .3s;
}
.contList li a:hover {
	opacity: .7;
}
}
.contList .img {
	display: block;
}
.contList .img img {
	width: 100%;
	height: auto;
}
.contList .txt {
	font-weight: 500;
	display: block;
	font-size: 18px;
	letter-spacing: 1.3px;
	padding: 12px 20px;
}
/*------------------------------------------------
リフォームの流れ
-----------------------------------------------*/
#step .inner {
	border-bottom: 1px dotted #7f7f7f;
	padding-bottom: 37px;
}
#step .scttl:before {
	background-image: url(../common_re/img/icon/icon_note.png);
}
.stepList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 34px;
	text-align: center;
}
.stepListTxt {
	margin-top: 56px;
	color: #ef4a81;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1.3px;
	position: relative;
}
.stepListTxt:before {
	content: "";
	display: block;
	width: 670px;
	height: 20px;
	border: 2px solid #a3a3a3;
	border-bottom: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto;
	z-index: 2;
}
.stepListTxt span {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding: 0 10px;
	background-color: #f9f8f3;
}
.stepListItem {
	width: 295px;
	position: relative;
	margin-bottom: 85px;
}
.stepListItem:before {
	content: '';
	display: block;
	width: 58px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 6;
	top: -10px;
	left: 11px;
}
.stepListItem:nth-child(3):after,
.stepListItem:nth-child(6):after {
	width: 648px;
	height: 94px;
	background: url(../img_re/top/img_arw_flow.png) no-repeat;
	bottom: -111px;
	right: 145px;
	top: inherit;
	padding: 0;
	border: none;
}

@media only screen and (min-width: 751px) {
.stepListItem {
	transition: opacity .3s;
}
.stepListItem .img {
	overflow: hidden;
}
.stepListItem img {
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.stepListItem a:hover {
	opacity: .7;
}
}
.stepListItem:nth-of-type(1)::before {
	background-image: url(../common_re/img/icon/icon_step1.png);
}
.stepListItem:nth-of-type(2)::before {
	background-image: url(../common_re/img/icon/icon_step2.png);
}
.stepListItem:nth-of-type(3)::before {
	background-image: url(../common_re/img/icon/icon_step3.png);
}
.stepListItem:nth-of-type(4)::before {
	background-image: url(../common_re/img/icon/icon_step4.png);
}
.stepListItem:nth-of-type(5)::before {
	background-image: url(../common_re/img/icon/icon_step5.png);
}
.stepListItem:nth-of-type(6)::before {
	background-image: url(../common_re/img/icon/icon_step6.png);
}
.stepListItem:nth-of-type(7)::before {
	background-image: url(../common_re/img/icon/icon_step7.png);
}
.stepListItem:nth-of-type(8)::before {
	background-image: url(../common_re/img/icon/icon_step8.png);
}
.stepListItem:nth-of-type(9)::before {
	background-image: url(../common_re/img/icon/icon_step9.png);
}
.stepListItem:after {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-left: 10px solid #777;
	position: absolute;
	top: 80px;
	right: -32px;
}
.stepListItem:nth-of-type(9)::after {
	content: none;
}
.stepListItem.free .img {
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.stepListItem.free .img:before {
	content: "";
	display: block;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background-color: #ef4a81;
	position: absolute;
	top: -58px;
	right: -58px;
	z-index: 4;
}
.stepListItem.free .img:after {
	content: "\00A5 0";
	letter-spacing: 0;
	position: absolute;
	top: 14px;
	right: 8px;
	color: #fff;
	z-index: 5;
	font-size: 24px;
	font-weight: bold;
}
.stepListItem a {
	display: block;
}
.stepListItem .btnGeneral {
	width: 100%;
	margin-top: 10px;
}

@media only screen and (min-width: 751px) {
.stepListItem .btnGeneral:hover {
	color: #fff !important;
	background-color: #333;
}
.stepListItem .btnGeneral:hover:after {
	border-color: #fff;
}
}
/*------------------------------------------------
各種イベントのご紹介
-----------------------------------------------*/
#event .scttl {
	padding-top: 50px;
}
#event .scttl:before {
	content: none;
}
#event .overlayBox.reform span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
#event .overlayBox span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
#event .overlayBox:hover {
	cursor: default;
	opacity: 1;
}
#event .overlayBox.kouzi span::before {
	background-image: url(../img_re/top/img_event_kouzi.jpg);
}
#event .overlayBox.kansei span::before {
	background-image: url(../img_re/top/img_event_kansei.jpg);
}
#event .overlayBox.soudan span::before {
	background-image: url(../img_re/top/img_event_soudan.jpg);
}
#event .overlayBox.reform span::before {
	background-image: url(../img_re/top/img_event_reformhaku.jpg);
}
#event .plaintxt {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.1px;
	color: #222;
	padding-top: 8px;
}
/*------------------------------------------------
「新築そっくりさん」イベント情報
-----------------------------------------------*/
#map {
	padding-top: 60px;
	padding-bottom: 60px;
}
#map .scttl:before {
	content: none;
}
#map .contactArea {
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 26px;
	margin-top: 46px;
}
#map .contactArea .plainTxt {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 24px;
}
#map .contactArea .plainTxt span {
	display: inline-block;
	position: relative;
}
#map .contactArea .plainTxt span:before, #map .contactArea .plainTxt span:after {
	content: "";
	display: block;
	height: 100%;
	border-left: 1px solid #333;
	position: absolute;
	top: 0;
}
#map .contactArea .plainTxt span:before {
	left: -12px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#map .contactArea .plainTxt span:after {
	right: -6px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
#map .contactArea .btnContactWrapper a {
	margin: 0 auto;
}

#map .btn {
  overflow: hidden;
}
#map .btn li {
  width: 460px;
  float: left;
}
#map .btn li:last-child {
  float: right;
}
#map .btn a {
  font-size: 22px;
  line-height: 1.3;
  border-radius: 3px;
  background-color: #ffe100;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
}
#map .btn li a:hover {
  background-color: #ead003;
}
#map .btn li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
#map .btn li a span {
  display: inline-block;
  vertical-align: middle;
}
#map .btn li a:before {
  content: "";
  width: 43px;
  height: 41px;
  background: url(/kodate2/imgs/event/img/icon_btn01.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#map .btn li:last-child a:before {
  width: 43px;
  height: 40px;
  background: url(/kodate2/imgs/event/img/icon_btn02.png) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 751px) {
.mapDetail {
	margin-top: 50px;
	margin-bottom: 65px;
	position: relative;
	width: 100%;
	height: 500px;
	font-size: 17px;
	background: url(../img_re/top/img_map.png) no-repeat;
}
.mapDetail p {
	margin-bottom: 8px;
}
.mapDetail p img {
	height: 17px;
	width: auto;
}
.mapDetail ul {
	position: absolute;
	display: block !important;
}
.mapDetail ul li {
	float: left;
	margin: 0 8px 8px 0;
	overflow: hidden;
	font-size: 14px;
}
.mapDetail ul li:hover {
	box-shadow: 0px 4px 10px 0 rgba(34, 34, 34, 0.2);
}
.mapDetail ul li a {
	border: 1px solid #666;
	background-color: #fff;
	transition: background-color .3s;
	display: block;
	width: 73px;
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
	text-align: center;
	position: relative;
}
.mapDetail ul li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -4px;
}
.mapDetail ul li a:hover {
	background-color: #ffe100;
}
.mapDetail div {
	position: absolute;
}
.mapDetail .hokkaido {
	left: 705px;
	top: 0;
}
.mapDetail .tohoku {
	left: 705px;
	top: 98px;
	width: 250px;
}
.mapDetail .kanto {
	left: 622px;
	top: 218px;
	width: 340px;
}
.mapDetail .tokai {
	left: 622px;
	top: 349px;
	width: 340px;
}
.mapDetail .shikoku {
	left: 472px;
	top: 434px;
	width: 340px;
}
.mapDetail .hokuriku {
	left: 209px;
	top: 0;
	width: 250px;
}
.mapDetail .kinki {
	left: 0;
	top: 98px;
	width: 250px;
}
.mapDetail .chugoku {
	left: 0;
	top: 217px;
	width: 250px;
}
.mapDetail .kyusyu {
	left: 0;
	top: 387px;
	width: 340px;
}
.mapDetail .kyusyu li:nth-child(3) {
	float: none;
	width: 75px;
}
}
/*------------------------------------------------
費用について
-----------------------------------------------*/
#cost {
	padding-top: 60px;
	background-image: url(../img_re/top/bg_cost.png);
	background-size: cover;
	background-position: top center;
}
#cost .categorylist > div {
    padding: 20px 0 0 !important;
}
@media screen and (min-width: 1261px) {
#cost {
	padding-bottom: 10vw;
}
}

@media screen and (max-width: 1260px) {
#cost {
	padding-bottom: 140px;
}
}
#cost .inner {
	position: relative;
	z-index: 2;
}
#cost .scttl:before {
	background-image: url(../common_re/img/icon/icon_money.png);
}
#cost .overlayBox.cost01 a::before {
	background-image: url(../img_re/top/img_cost_01.jpg);
}
#cost .overlayBox.cost02 a::before {
	background-image: url(../img_re/top/img_cost_02.jpg);
}
#cost .overlayBox.cost03 a::before {
	background-image: url(../img_re/top/img_cost_03.jpg);
}
#cost .overlayBox .txt {
	font-weight: normal;
}
#cost .overlayBoxList {
	padding-top: 46px;
}
/*------------------------------------------------
お悩みお望み別 解決・成功事例
-----------------------------------------------*/
#onayami {
	position: relative;
}

@media screen and (min-width: 1261px) {
#onayami {
	padding-bottom: 10vw;
}
}

@media screen and (max-width: 1260px) {
#onayami {
	padding-bottom: 140px;
}
}
#onayami .scttl {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
}
#onayami .scttl:before {
	background-image: url(../common_re/img/icon/icon_book.png);
}
#onayami .sctSubttl {
	padding-top: 0;
}
#onayami .overlayBox {
	height: 246px;
}
#onayami .overlayBox.onayami01 a::before {
	background-image: url(../img_re/top/img_onayami_01.jpg);
}
#onayami .overlayBox.onayami02 a::before {
	background-image: url(../img_re/top/img_onayami_02.jpg);
}
#onayami .overlayBox.onayami03 a::before {
	background-image: url(../img_re/top/img_onayami_03.jpg);
}
#onayami .overlayBox.onayami04 a::before {
	background-image: url(../img_re/top/img_onayami_04.jpg);
}
#onayami .overlayBox .txt {
	height: 75px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 17px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#onayami .overlayBox .txt:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
}
#onayami .overlayBoxList {
	padding-top: 46px;
}
#onayami .plaintxt {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.1px;
	color: #222;
	padding-top: 8px;
}
/*------------------------------------------------
お役立ちコンテンツ
-----------------------------------------------*/
#oyakudachi {
	background-color: #fff;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}
#oyakudachi .scttl {
	padding-top: 0;
}
#oyakudachi .scttl:before {
	content: none;
}
#oyakudachi .columnLayout {
	padding-top: 50px;
}
#oyakudachi .bgBox.qa:before {
	background-image: url(../img_re/top/img_oyakudachi_qa.jpg);
}
#oyakudachi .bgBox.interview:before {
	background-image: url(../img_re/top/img_oyakudachi_interview.jpg);
}
#oyakudachi .bgBox.award:before {
	background-image: url(../img_re/top/img_oyakudachi_award.jpg);
}
#oyakudachi .bgBox.renovation:before {
	background-image: url(../img_re/top/img_oyakudachi_renovation.jpg);
}
#oyakudachi .bgBoxList {
	padding-top: 46px;
}
#oyakudachi .plaintxt {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.1px;
	color: #222;
	padding-top: 8px;
}
#oyakudachi .btnGeneral {
	margin-top: 30px;
}
/* -----------------------------------------------------------------------------
  
  	best
    
  ----------------------------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  #best {
    padding: 30px 0 ;
  }
  #best .floatBox {
    width: 1260px;
    margin: 0 auto;
  }
  #best .floatBox .left {
    float: left;
		width: 49%;
  }
  #best .floatBox .right {
    float: right;
		width: 49%;
  }
  #best .floatBox p img {
    width: 100%;
		height: auto;
  }
}
/*# sourceMappingURL=maps/top_pc.css.map */
@media print, screen and (min-width: 768px) {
	#reason .leadBnr {
	    margin: 0 auto 50px;
	    text-align: center;
	}
	#reason .leadBnr a.packBnr {
		display: inline-block;
		transition: 0.2s;
	}
	#reason .leadBnr a.packBnr:hover {
		opacity: 0.75;
	}
}
