#content h2 {
    font-size: 1.2em;
    box-sizing: border-box;
}

#content p {
    width: 100%;
    box-sizing: border-box;
    font-size: .8em;
}

header {
    background: rgba(255, 255, 255, .7);
}

/* ----------------------------------ドロワー*/

#panel-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #999;
}

#panel-btn:hover {
    background: #fafafa;
}

#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fabe00;
    transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #fabe00;
    transition: .3s;
}

#panel-btn-icon:before {
    margin-top: -6px;
}

#panel-btn-icon:after {
    margin-top: 4px;
}

#panel-btn .close {
    background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
    margin-top: 0;
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#menu ul {
    display: none;
}

/* ------------------------------------------nav */

nav {
    width: 100%;
    top: 0;
    left: 0px;
    padding: 0;
    height: 0;
}


nav ul {
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    margin: 0 0 0 10px;

}

nav li {
    height: 30px;
}

/* section------------------------------------------ */



#content #system,
#content #created,
#content #design,
#content #contact {
    padding-top: 30px;
}

#content .inner {
    width: 100%;
}

#design h2,
#contactTxt h2,
#about h2 {
    text-align: center;
}

#content h2 {
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.current p {
    padding: 20px;
    margin: 0;
}

#introduction p,
#system p {
    text-shadow: 0 0 20px #fff, 0 0 5px #fff;
}
#system p,#design p{
    margin:0;
    padding: 20px;
}
.introMsgs {
    width: calc(100vw - 50px);
}
.popComm p {
    max-width:90%;
    padding: 7px 10px;
}

/* ------------------------------------------created */

#created .inner {
    display: flex;
    flex-direction: column;
}

#creatTxt,
#packageImage {
    width: 100%;
}

#created #creatTxt {
    padding: 0;
}

#packageImage img {
    float: none;
    padding-right: 0;
}



/* ------------------------------------------design */

#design .inner {
    padding: 20px 0;
}

#designTxt {
    width: 100%;
    float: none;
}

#design h2 {
    color: #000;
    padding: 20px 0;
    margin: 0;
}

#design p {
    padding: 20px;
    text-shadow: 0 0 20px #000, 0 0 5px #000;
}

/* ------------------------------------------contact */

#contact {
    padding-bottom: 30px;
}

#contactTxt,
#contactForm {
    width: 100%;
}

#contactTxt {
    float: none;
    padding-left: 20px;
    box-sizing: border-box;
}

#contactForm {
    float: none;
    box-sizing: border-box;
}

#contactForm dt,
#contactForm dd,
#about dt,
#about dd {
    padding: 15px;
}

#contactForm dt {
    font-size: .8em;
    width: 25%;
}

#contactForm dd {
    padding-left: 25%;
}

#contactForm textarea {
    height: 7em;
}

#contactForm input:focus,
#contactForm select:focus,
#contactForm textarea:focus {
    background: rgba(255, 255, 255, 1);
}

#contactForm .txtRight {
    padding-right: 10%;
}


#insertBg {
    min-height: 200px;
}


/* ------------------------------------------about */


#aboutTxt {
    width: 100%;
    padding: 10px;
}

#about dl,
#map1 {
    width: 100%;
}



#map1 {
    display: block;
    float: none;
    height: 450px;
    margin: 20px 0 0 0;
}