@charset "utf-8";

.modal {
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_inner {
  margin: 20px auto;
  width: 100%;
}

.modal_content {
  display: none;
  background: #fff;
}
.is-active .modal_content {
  display: block;
  position: relative;
}

.modalClose {
  border: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  width: 50%;
  color: #000;
  font-size: inherit;
  font-family: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	background-color: #f6f6f6;
}
.modalClose:hover {
	background-color: #f6f6f6;
	color: #666;
}
.close_top {
  border:none;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: none;
}
.close_top:hover {
  background: none;
}




#message_in .container {
	padding: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
}
.modal_content {
	width: 100%;
	color: #666666;
	background-color: #666666;
}
.modal_content_in {
	width: 100%;
	background-color: #f6f6f6;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 60px;
}
#int_01 .container {
	padding: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
}
.name_txt .name {
	vertical-align: middle;
}
.modal_box {
	background-color: #fff;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(178,178,178,0.3);
	margin-bottom: 30px;
}
.modal_txt {
	float: left;
	width: 65%;
	background-color: #fff;
	color: #666666;
	padding: 20px 30px;
	font-size: 14px;
}
.modal_txt_r {
	float: right;
	width: 65%;
	background-color: #fff;
	color: #666666;
	padding: 20px 30px;
	font-size: 14px;
}
.modal_heading {
	font-size: 23px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.modal_text_in {
	margin-bottom: 10px;
	font-size: 13px;
}
.modal_img {
	float: right;
	width: 35%;
}
.modal_img_l {
	float: left;
	width: 35%;
}
.modal_name {
	font-size: 30px;
	 font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.s1 {
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	 font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

 .s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1 :before {
	margin-right: .10em;
}
.s1 :after {
	margin-left: .4em;
}

.s2 {
	color: #666;
	font-size: 13px;
	display: flex;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 30px;
}

 .s2:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #eaeaea;
	display: block;
}
.s2 :before {
	margin-right: .10em;
}
.s3 {
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-weight: bold;
	letter-spacing: 1px;
	width: 50%;
	 font-family: 'Montserrat', sans-serif;
  font-weight: 800;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

 .s3:before, .s3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

.close {
	font-weight: bold;
	 font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
#int_01 .next p {
	font-size: 14px;
	text-align: center;
	line-height: 100px;
}
#int_01 .fa-angle-down {
	position: absolute;
	bottom: 10%;
	right: 38%;
	color: #b2b2b2;
	font-size: 30px;
	font-weight: normal;
	
}
.back {
  border: 1px solid #b2b2b2;
  background: #fff;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  width: 100px;
height: 100px;
	line-height: 100px;
	border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-family: inherit;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.back:hover {
  background: #ddd;
}
.close_top {
  border:none;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: none;
}
.close_top:hover {
  background: none;
}
@media only screen and ( max-width : 780px ) {
  .modal_content {
    padding: 20px;
  }
  .back {
    padding: 15px;
    width: 100%;
  }
  .close_top {
    padding: 0;
    width: 90px;
  }
.modal_name {
	font-size: 20px;
	display: inline-block;
}
.modal_content {
	width: 100%;
	color: #666666;
	background-color: #666666;
}
.modal_content_in {
	width: 100%;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#int_01 .container {
	padding: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
}
.modal_txt {
	float: none;
	width: 100%;
	padding: 20px 10px;
	font-size: 13px;
}
.modal_txt_r {
	float: none;
	width: 100%;
	background-color: #fff;
	color: #666666;
	padding: 20px 10px;
	font-size: 14px;
}	
#int_01 .modal_img {
	float: none;
	width: 100%;
	text-align: center;
}
#int_01 .modal_img_l {
	float: none;
	width: 100%;
	text-align: center;
}	
.modal_heading {
	font-size: 18px;
}
.modal_text_in {
	margin-bottom: 10px;
	font-size: 13px;
}
.modalClose {
	background-color: #fff;
}
.modalClose:hover {
	background-color: #fff;
}
.s3 {
	width: 100%;
}
}

@media only screen and ( max-width : 480px ) {
	.s1 {
		display: inline-block;
	}
}

@media only screen and ( max-width : 320px ) {
  .modal {
    padding: 0 10px;
  }
  .modal_inner {
    margin: 10px auto;
  }
  .modal_content {
    padding: 10px;
  }
}
@media print, screen and ( min-width : 769px ) {
  .modal_inner {
    max-width: 100%;
  }
  .modal_content {
    padding: 80px;
  }
  .back {
    padding: 5px;
  }
  .close_top {
    padding: 0;
  }
}

@media print, screen and ( min-width : 1000px ) {
  .modal_inner {
    max-width: 100%;
  }
}


@media print, screen and ( min-width : 1200px ) {
  .modal_inner {
   
  }
}