@charset "utf-8";
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
button.mfp_next {
    background: #fff1d9;
    border: 2px solid rgba(255,176,7,1.00);
}
button#mfp_recorder_restore {
    display: none!important;
}
div .sonota p {
    margin: 0px;
}
li section .title {
    background-repeat: no-repeat;
    background-position: 93% 50%;
    background-size: 2% auto;
}
li section .title.pw {
    background-image: url(../img/bpw.png);
}
li section .title.pp {
    background-image: url(../img/bkami.png);
}
li section .title.yume {
    background-image: url(../img/byume.png);
}
li section .title.babubu {
    background-image: url(../img/bbabubu.png);
}
li section .title.seikatsu {
    background-image: url(../img/byukali.png);
}
li section .title.sonota {
    background-image: url(../img/bkatsu.png);
}

body {
    background-color: rgba(255,255,255,1.00);
}

div .sonota p:first-child {
    font-weight: bold;
}

div .img {
    max-height: 50px;
    width: 25%;
}
.devpro {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(163,163,163,1.00);
    margin-bottom: 15px;
    padding-bottom: 16px;
    padding-top: 15px;
    background-color: rgba(255,255,255,1.00);
}
.devpro:last-child {
    border-bottom-style: none;
}

.devpro .sonota {
    width: 75%;
    text-align: left;
}
.ss {
    margin: 0.5em 0;
    padding: 0.5em
}

.devpro .img img {
    max-height: 120px;
}
.mfp_phase .mfp_buttons #bl {
    background: rgba(255,187,151,1.00);
    border: 2px solid rgba(255,110,0,1.00);
}







@media (min-width:601px){
div#wrapper {
    width: 80%;
    background-color: rgba(255,255,255,1.00);
}

}

@media (max-width:600px){
.sonota p {
    font-size: 3vw;
}

.title.pw,.title.pp,.title.yume,.title.babubu,.title.seikatsu,.title.sonota {
    background-position: 93% 50%;
    background-size: 6% auto;
}




}
