html {
width:100%;
overflow-x:hidden;
}

body {
text-align:center;
padding:0;
margin:0;
font-family:sans-serif;
color:#222222;
width:100%;
overflow-x:hidden;
}

.msr_flow02 {
color: #000000;
list-style: none;
overflow: hidden;
width:300px;
padding:0;
margin:0 auto 30px auto;
}
.msr_flow02 li {
background-color: #ececeb;
line-height: 40px;
color: #222222;
display: block;
float: left;
font-size: 0.8rem;
width:80px;
padding: 0 5px 0 15px;
text-align: center;
text-decoration: none;
}
.msr_flow02 li:first-child {
padding-left: 5px;
}

/* 三角形下部 */
.msr_flow02 li::after {
background-color: #ececeb;
border-right: 1px solid #FFFFFF;
content: " ";
display: block;
height: 20px;
margin-left: auto;
margin-right: -10px;
margin-top: -20px;
position: relative;
transform: skew(-30deg);
-o-transform: skew(-30deg);
-ms-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-webkit-transform: skew(-30deg);
width: 10px;
}

/* 三角形上部 */
.msr_flow02 li::before {
background-color: #ececeb;
border-right: 1px solid #FFFFFF;
content: " ";
display: block;
float: right;
height: 20px;
margin-bottom: -20px;
margin-left: auto;
margin-right: -10px;
transform: skew(30deg);
-o-transform: skew(30deg);
-ms-transform: skew(30deg);
-moz-transform: skew(30deg);
-webkit-transform: skew(30deg);
width: 10px;
}

/* 右端の設定 */
.msr_flow02 .active {
background-color: #a00062;
color: #FFFFFF;
}
.msr_flow02 .active::before, .msr_flow02 .active::after {
background-color: #a00062;
}

#mp-head {

}

#mp-head div {
padding:10px 0;
background:#a00062;
}

#mp-head div img {
width:25%;
height:auto;
}

#mp-head p {
padding:30px 0 0 0;
margin:0;
font-size:0.95em;
font-weight:200;
}

#mp-head h1 {
padding:0 0 20px 0;
margin:0;
font-size:1.2em;
}


#mp-main {
width:90%;
padding:3% 3% 3% 3%;
margin:0 2% 60px 2%;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.guide {
text-align:left;
font-size:0.85em;
line-height:1.31;
padding:0;
margin:0 0 30px 0;
}

.guide2 {
text-align:left;
font-size:0.85em;
line-height:1.31;
padding:30px 0 0 0;
margin:0 0 30px 0;
}

dl {

}
dt,
dd {
border-top: 2px solid #fff;
}
dt {
text-align:center;
padding:0;
margin:0;
}
dd {
text-align:center;
padding:0;
margin:0 0 1em;
}

dd small {
display:block;
}
select {
padding:5px;
}

input[type="text"] {
padding:0;
font-size:1em;
font-family:sans-serif;
}

input[type="submit"],
input[type="button"] {
padding:5px 15px;
font-size:1em;
font-family:sans-serif;
}

.exampletext {
margin:0;
padding:5px 0 0 0;
font-size:0.85rem;
}

.exampletext span {
display:block;
}

.copyright {
background:#ececeb;
font-size:0.75em;
color:#54585a;
padding:15px 0;
margin:0;
}

input.name {
display:inline-block;
width:100px;
}

input.zip {
width:100px;
}

input.add1 {
width:70%;
}

input.add2 {
width:50%;
}

input.add3 {
width:80%;
}

input.tel {
width:15%;
display:inline-block;
}

input.mail {
width:80%;
margin-bottom:5px;
}



textarea {
width:80%;
height:100px;
padding:5px;
font-size:1em;
font-family:sans-serif;
}

.fieldset {
margin-bottom:30px;
}

.errs {
padding:20px;
background:#ececeb;
text-align:left;
border-radius:8px;
color:#a00062;
font-weight:700;
margin-bottom:30px;
line-height:1.51;
}




















