
iframe form.form p {
    color: #fff!important;
}
.iziModal{
      border-radius: 5px!important;
}
.iziModal-overlay{
	background-color:rgba(0, 0, 0, 0)!important ;
}
.iziModal .iziModal-button-close:hover{
  transform:none;
}

.univers-r02 li:nth-child(3) button {
    border: none;
	background-color: #666666;
    color: #fff;
    width: 123px;
	padding-left: 0; 
    border-radius: 3px;
    font-size: 105%; 
}
.univers-r02 li:nth-child(3) button:hover{
	cursor: pointer;
}

.univers-r02 li:nth-child(2){
	position: relative;
}

.univers-r02 li:nth-child(3){
    background: url(../images/mail_icon-01.png) left center no-repeat;
    background-size: 7%;
    background-color: #666666;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 5px;
    position: absolute;
    top: 230px;
    right: 1px;
    padding: 4px;
    padding-left: 34px;
    padding-right: 6px;
    background-position-x: 20px;
    font-size: 90%;
}

.univers-r02 li:nth-child(3):hover{
	opacity: 0.8;
	cursor: pointer;
}

.iziModal-content{
	display:flex;
}

iframe{
  padding-left: 25px;
  height: 100%;
}

.leftbox{
  width:40%;
  color: #fff;
  padding:40px;
  padding-left: 0;
  padding-top: 9px;
  height:600px;
  padding-left: 20px;
}

.inner-box{
	height:100%;
	background-image:url('../images/modai_img.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.iziModal-header-title{
	display: none;
}

.iziModal-header-subtitle{
	display: none;
}

.iziModal-header{
	box-shadow:none;
}

.iziModal.hasScroll .iziModal-wrap{
	overflow:hidden;
}

.iziModal .iziModal-button-fullscreen{
	visibility:hidden;
}

.iziModal .iziModal-header-buttons{
	top:70%;
}

.iziModal .iziModal-header{
	height:50px;
}

.sp-Modal{
	height: 90%!important;
	width: 90%;
}

.sp-Modal .iziModal-wrap{
	height: 95%!important;
}

.sp-Modal .iziModal-content{
	height: 95%!important;
}

.sp-Modal .iziModal-iframe{
  height: 90%!important;
}

.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 107.8%;
}
/*▲▲ ここまで追加する ▲▲*/

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #666;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  opacity: 0.4;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--  cssのみで  --*/
iframe{
  border: none;
}
.modal_wrap input{
  display: none;
}

.modal_overlay{
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger{
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content{
  align-self: center;
  width: 984px;
  height: 650px;
  max-width: 984px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s;
  background-color:#666;
    border-radius: 5px;
  display: flex;
}

.modal_wrap input:checked ~ .modal_overlay{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
  transform: scale(1);
}

.open_button{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin: auto;
  padding: 8px 16px;
  color: #444;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  border-radius: 16px;
  cursor: pointer;
}
.close_button{
    display: block;
    width: 50px;/*枠の大きさ*/
    height: 50px;/*枠の大きさ*/
    background: none;
    position: absolute;
    top: 16px;
    left: 922px;
    font-size: 24px;
    cursor: pointer;
}

.close_button::before, .close_button::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 1px;/*バツ線の太さ*/
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.close_button::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}



/*-- sp対応 --*/
.modal_content.spcss {
    height: 90%;
    width: 90%;
}
.spcss .close_button {
    width: 100px;
    height: 100px;
    top: 16px;
    left: 795px;
}
