
.hidden {
	overflow: hidden;
}

.modal-content {
	margin: auto;
}

.madalWhile {
	margin: auto;
}

.madalWrap {
	width: 800px ;
	margin: 0 auto;
	padding-bottom: 100px;
}

#modalInner {
	min-height: 1140px;
	padding: 60px ;
	background: #fff ;
}
.modal-content img {
	width: 100%;
    margin-bottom: 50px;
}

.modal-content h3 {
	font-size: 180%;
	font-weight: bold;
	margin: 25px 0 0 0;
}

.modal-content p.usePhoto{
	padding-top: 0.5%;
	text-align: right;
	font-size: 12px;
}

.modal-content dl {
	margin: 20px 0 0 0;
}

.modal-content dl dt {
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	line-height: 1;
}

.modal-content dl:nth-child(2) dt {
	border-left: 4px solid #ff0037;
}

.modal-content dl:nth-child(3) dt {
	border-left: 4px solid #0078c8;
}

.modal-content dl:nth-child(4) dt {
	border-left: 4px solid #3bb149;
}

.modal-content dl dd {
	font-size: 110%;
	line-height: 1.5;
}

.modal-content dl:nth-child(3) dd,
.modal-content dl:nth-child(4) dd {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.modal-content dl dd{
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.modal-content dl dd.overview{
	text-indent: 0;
	padding-left: 0;
}

.modal-content p.btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal-content p.btn img {
	width: 43px;
	height: 43px;
}
.modal-content .txt-link a{
	font-size: 1.2em;
	font-weight: bold;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-content .txt-link a span {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #000;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 1.4;
}
.modal-content .txt-link a:hover span {
    border-color: transparent;
 }
.modal-content .btn {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 55px;
  width: 450px;
  max-width: 100%;
  border-left: 3px solid #e60039;
  border-right: 3px solid #007bc7;
  display: block;
  margin: 40px auto 0;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: url(../images/sugowaza/line.png) top center/100% no-repeat, url(../images/sugowaza/line.png) bottom center/100% no-repeat;
  position: relative;
}
.modal-content .btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 17px;
  top: calc(50% - 8.5px);
  right: 20px;
  background: url(../images/sugowaza/ico_arrow_right.png) center/cover no-repeat;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal-content .btn:hover:after {
	right: 10px;
}
#modalInner a{
	cursor: pointer;
}

@media (max-width: 767px) {

	.hidden {
		overflow: hidden;
	}

	.modal-content {
		margin: auto;
	}

	.madalWhile {
		margin: auto;
	}

	.madalWrap  {
		width: 100% ;
		/*height: 400px;*/
		margin: 0 auto;
		padding-bottom: 50px;
	}

	#modalInner {
		padding: 30px ;
		background: #fff ;
	}
	.modal-content img {
		margin-bottom: 50px;
	}

	.modal-content h3 {
		font-size: 18px;
		font-weight: bold;
		margin: 12px 0 0 0;
	}

	.modal-content dl {
		margin: 10px 0 0 0;
	}

	.modal-content dl dt {
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 0 10px;
		margin: 0 0 10px 0;
		line-height: 1;
	}

	.modal-content dl:nth-child(2) dt {
		border-left: 4px solid #ff0037;
	}

	.modal-content dl:nth-child(3) dt {
		border-left: 4px solid #0078c8;
	}

	.modal-content dl:nth-child(4) dt {
		border-left: 4px solid #3bb149;
	}

	.modal-content dl dd {
		font-size: 12px;
		line-height: 1.5;
	}

	.modal-content dl:nth-child(4) dd {
		display: inline-block;
		text-indent: -1em;
		padding-left: 1em;
	}

	.modal-content p.btn {
		position: absolute;
		top: 5px;
		right: 5px;
	}

	.modal-content p.btn img {
		width: 21px;
		height: 21px;
	}
	.modal-content p.usePhoto{
		padding-top: 2%;
		text-align: left;
		font-size: 9px;
	}
	.modal-content .txt-link a{
		font-size: 0.8em;
		height: 55px;
	}
	.modal-content .btn {
		width: 300px;
		line-height: 35px;
		border-width: 2px;
		font-size: 1em;
		margin-top: 35px;
		background: url(../images/sugowaza/line_sp.png) top center/100% 2px no-repeat, url(../images/sugowaza/line_sp.png) bottom center/100% 2px no-repeat;
	}
	.modal-content .btn:after {
		width: 12px;
		height: 12.5px;
		top: calc(50% - 6.5px);
	}	

}