.mypageService{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.service_box{
  width:calc(( 100% - 25px ) / 2);
  cursor:pointer;
}
.service_box a,.service_box form button{
  display:flex;
  width:100%;
  height:100px;
  border:1px solid #dce0e0;
  border-radius: 1.5em;
  padding-left:100px;
  justify-content: flex-start;
  align-items: center;
  background-color: transparent;
}
.service_box:hover{
  opacity:0.7;
}
.service_box:hover form button{
  background-color: transparent;
}
.service_box a h3,.service_box form button h3{
  font-size:1.2857142857142857142857142857143em;/*18px*/
  margin-bottom: 0;
}
.service_box a p,.service_box form button p{
  color:#6b6d6b;
  margin-bottom: 0;
}
.mypageService>div#mailconpane{
  background: url(../img/icon_mypege01.gif) no-repeat center left 21px;
}
.mypageService>div#yoursite{
  background: url(../img/icon_mypege02.gif) no-repeat center left 21px;
}
.mypageService>div#contract{
  background: url(../img/icon_mypege03.gif) no-repeat center left 21px;
}
.mypageService>div#analytics{
  background: url(../img/icon_mypege04.gif) no-repeat center left 21px;
}
.mypageService>div#mailmag{
  background: url(../img/icon_mypege05.gif) no-repeat center left 21px;
}
.contract-wrapper{
}
#shadow{
  display: block;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
#shadow span{
  position: absolute;
  top:196px;
  right:40px;
  display: block;
  font-size:2em;
  padding:0 1em;
  background-color:rgba(255,255,255,0.8);
  color:#000;
}
.contract-box{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background:#ffffff;
  padding:3em 5em;
  border-radius: 1em;
  z-index: 10;
}
#login_password{
  width:calc( 100% - 120px );
  display: inline-block;
}
#btn_passview{
  display: inline-block;
  width: 115px;
  margin-left:5px;
  height:42px;
  vertical-align: bottom;
  line-height: 21px;
}
.pagenation{
  width: 300px;
  text-align: center;
  border: solid 1px #CCC;
  margin: 40px auto 0 auto;
  padding: 10px 15px;
}
.pagenation a{
  color: #269BD1;
  margin: 0 7px;
}
.pagenation a.current{
  color: #000000;
}
.pagenation_dd{
  max-width: 320px;
  font-size: 18px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  gap:4px;
  overflow: hidden;
  vertical-align: baseline;
  line-height: 2.25;
}
.pagenation_dd a{
  display: block;
  vertical-align: baseline;
  padding:0 4px;
  height: 46px;
  min-width: 46px;
  text-align: center;
  color: #0071a1;
  border:1px solid #0071a1;
  border-radius: 4px;
}
.pagenation_dd a.disabled{
  color: #a0a5aa!important;
  border:1px solid #ddd;
  background: #f7f7f7!important;
  pointer-events: none;
}
.pagenation_dd select{
  text-align: center;
  line-height: 1.5;
  color: #0071a1;
  border-radius: 4px;
  border:1px solid #0071a1;
  height: 46px;
  padding:0;
}
.pagenation_dd select:focus{
  background: #fff;
  color:#269BD1;
}
.pagenation_dd p{
  line-height: 46px;
}