body {
  padding: 13px 10px 55px 10px;
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

#banner {
  margin: 0 0 35px 0;
  padding: 0;
  background-position: center !important;
  border: 0;
}

#servicename {
  font-size: 22px;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  padding: 0;
  border: none;
}

#corpname {
  height: 22px;
  margin: 0 0 35px 0;
  padding: 0;
  text-align: center;
  border: 0;
  background-position: center;
}

#navigation {
  padding: 12px;
  //margin: 30px 0;
  margin: 5px 0px;
  margin-bottom: 25px;
  font-size: 17px;
  color: #4d87c4;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  border: none;
  background: none;
  background-color: #ebf0f4;
}

#navigation:before{
  content: "y";
}
#navigation:after{
  content: "z";
}

.description p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 27px;
}

.overwidth {
  margin:0 -10px;
  padding:10px 10px;
  background-color: #e6e6e6;
}

.btnWrap p {
  width: 100%;
  background-color: #4d87c4;
}

.btnWrap p:nth-of-type(1) {
  margin-bottom: 10px
}

.pagesubname {
  font-weight: normal;
  color: #fff;
  background-image: none;
  background-color: #4d87c4;
  border: none;
}

a.btn_l,
a.btn_r {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 18px;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 1px;
}

a.btn_l {
  padding: 20px 0;
  margin-bottom: 10px;
}

a.btn_r {
  padding: 35px 0;
}

table.layout {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
}

input.inputnotagreement,
input.inputagreement {
  margin-top: 30px;
  width: 95%;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

input.inputnotagreement{
  background: #9A9A9A;
}

input.inputagreement{
  float: right;
  background: #4d87c4;
}

input.inputagreement.disable{
  color: #fff;
  background: #b3b3b3;
  cursor: default;
}

.agreement{
  width: 92%;
  margin: 0 auto;
  background: #ededed;
  text-align:center;
  padding: 18px 10px 30px;
  position: relative;
  border-top: 3px solid #4d87c4;
}

.agreement .ttl{
  font-size: 22px;
  color: #4d87c4;
  margin: 0 0 15px;
  text-align: center;
}

.agreement .txtOuter {
  font-size: 14px;
  padding: 0 20px 19px;
}

.agreement .txtInner {
  padding: 10px 15px;
  height: 218px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  background: #fff;
  white-space:pre-wrap;
}

.agreement button.btn{
  position: static;
  width: 50%;
  height: 60px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #fff;
  background: #999;
  opacity: 1;
}

.agreement button:hover{
  opacity: 0.8;
}