
/* bnr_contact_block
-----------------------------------------*/
.bnr_contact_block{
	position: relative;
	margin: 0 auto 0;
	width: 966px;
	display: none;
}
.bnr_contact_block .bnr_contact_box{
	position: fixed;
	bottom: 0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
}
.bnr_contact_box_inner{
	width: 966px;
	box-sizing:border-box;
	padding: 10px 0;
	background-color: rgba(0,179,163,0.8);
	text-align: center;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 118%;
	font-weight: bold;
	line-height: 1.8;
}
.bnr_contact_block .bnr_contact_box_inner a{
	display: block;
}
.bnr_contact_block .bnr_contact_box .close{
	position: absolute;
	right: 10px;
	top:10px;
}
.bnr_contact_block .bnr_contact_box .close a{
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}
.bnr_contact_block .bnr_contact_box .close a span{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bnr_contact_block .bnr_contact_box .close a i{
	font-size: 20px;
	z-index: 888;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bnr_contact_block{
	width: 90vw;
}
.bnr_contact_box_inner{
	width: 90vw;
	padding: 10px 0 4px;
}
.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 3.4vw;
	line-height: 1.4;
}
}

/* ------------------------

.btn_bnr_popup

------------------------ */
.btn_bnr_popup {
	margin: 10px auto;
	width: 440px;
}
.btn_bnr_popup a{
	position: relative;
	display: block;
	padding: 12px 12px 8px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup a:hover{
	background-color: #ffffff;
}
.btn_bnr_popup a span{
	position: relative;
}
.btn_bnr_popup a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup a:hover:after{
	right: 5px;
}
.btn_bnr_popup a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup {
	  width: 89.555%;
	  margin: 6px auto;
  }
.btn_bnr_popup a{
	padding: 6px 0 4px;
	font-size: 3.6vw;
}
}

/* ------------------------

.btn_bnr_popup_black

------------------------ */
.btn_bnr_popup_black{
	margin: 20px auto 0;
	width: 320px;
}
.btn_bnr_popup_black a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #000;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup_black a:hover{
	background-color: #000;
}
.btn_bnr_popup_black a span{
	position: relative;
}
.btn_bnr_popup_black a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup_black a:hover:after{
	right: 5px;
}
.btn_bnr_popup_black a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup_black{
	  width: 89.555%;
  }
.btn_bnr_popup_black a{
	font-size: 4vw;
}
}

/*-------------------------
   modal_popup_wapper
-------------------------*/
.modal_popup_wapper{
	text-align: center;
	margin: 1em auto 2em;
	background: #FFF;
	width: 600px;
	padding: 10px 20px 30px;
	border-radius: 20px;
}

.modal_popup_wapper .phone_number{
	margin: 0 auto ;
	font-size: 165%;
	font-weight: bold;
}

.modal_popup_wapper p{
	margin: 1em auto ;
	font-size: 118%;
	font-weight: bold;
}

.modal_popup_wapper ul{
	text-align: left;
}

.modal_popup_wapper ul li{
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 640px) {
	
.modal_popup_wapper{
	width: 90vw;
	box-sizing: border-box;
}
.modal_popup_wapper ul li{
	font-size: 3vw;
}
}

.modal_popup_wapper h2 {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 15px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
	font-size: 118%;
	font-weight: bold;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.modal_popup_wapper h2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.modal_popup_wapper h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
	height: 20px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0052a4;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.toggle_contents:first-of-type dd {
	display: block;
}

@media screen and (max-width: 640px) {
.toggle_btn {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
}



