@charset "utf-8";

/***************************************************
  mail.css
***************************************************/
p.mordal-btn{
  display: inline-block;
  padding-right: 20px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 12px 19px;
  cursor: pointer;
  margin-top: 15px;
}
p.mordal-btn:hover{
  text-decoration: underline;
}
.box-buttan-01 {
  padding: 50px 0;
}
a.btn-01 {
  display: block;
  width: 200px;
  height: 56px;
  border: 1px solid #e10000;
  color: #e10000;
  text-align: center;
  text-decoration: none;
  line-height: 56px;
  margin: 0 auto;
  background-image: url(/shared/img/svg/ar01.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-01:hover {
  background-color: #e10000;
  color: #FFF;
  font-weight: bold;
  background-image: url(/shared/img/svg/ar02.svg);
}
ul.list-01 li{
  padding-left: 1em;
  text-indent: -1em;
}
ul.list-01{
  margin-bottom: 15px;
}

body.mordal-body{
  position: relative;
}
.mordal-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 111;
  display: none;
}
.mordal-conts{
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  width: 60%;
  max-width: 900px;
  background: #ffffff;
  z-index: 112;
  display: none;
}
p.mordal-close-01 img{
  display: block;
  margin: 20px auto 0;
  cursor: pointer;
}
span.mordal-close-02{
  width: 38px;
  height: 38px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
}
.mordal-conts span.mail-link{
  color: #00f;
  text-decoration: underline;
}
.mordal-conts p{
  word-break: break-all;
}
.mordal-conts p.mb-1em{
  padding-bottom: 1em;
}
.mordal-conts p.mb-2em{
  padding-bottom: 2em;
}
.mordal-conts p.mb-4em{
  padding-bottom: 4em;
}
.contents-nav-inner img {
  width: 100%;
}
p.txt-01 {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .mordal-conts{
    width: 88%;
    top: 45px;
    padding: 15px;
  }
  .mordal-conts span.mordal-close-02{
    top: -20px;
    right: -12px;
  }
}