/*モーダルcss*/
.modal_open{
  margin: 3vw;
  display: inline-block;
}

.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 725px;
  max-width: 730px;
  margin: 0;
  padding: 70px 80px;
  border: 5px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}


.modal_close {
  background: #e6e6e6;
  color: #000 !important;
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: block;
  font-size: 46px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
}
.modal_close span{
position: relative;
}
.modal_close span:before{
content: "\f00d";
  font-weight: bold;
  font-size: 18px;
  font-family: FontAwesome;
  /* color: #75b4e3; */
  color: #333 !important;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.75);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  background: #e6e6e6;
  width: 180px;
  line-height: 2.5;
  text-decoration: none;
  color: #000;
  margin: 0 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  border-bottom: 2px solid #9d9c9c;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}

p.mdl-ttl {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 40px;
}
input.gray_btn.gy-shf {
  width: 250px;
  padding: 15px 0;
}
p.btn-center{
margin-top: 10px;;
}
p a.modal_open.gray_btn.gy-shf2 {
  width: 100%;
  padding: 15px 0 !important;
  margin:0 auto !important;
  font-weight: bold;
}
.cell3btnlog{
margin-top: 13px;
}
a.modal_open.gray_btn.gy-shf2.th-sbtn {
    width: 35%;
}
@media screen and (max-width: 769px) {

.modal_content {
  padding: 50px 2vw 40px;
}



.link_area .modal_link a {
  margin: 15px auto 0;
}

.link_area ul li.modal_link:first-child a {
  float: none;
  margin-top: 0;
}

.link_area ul li.modal_link:last-child a {
  float: none;
}

.modal_close {
  width: 40px;
  line-height: 40px;
  font-size: 30px;
}

.link_area {
  margin: 25px auto 0;
}

.modal_close i {
  line-height: 44px;
}
}
/*モーダルcss*/