@charset "utf-8";


body{
    width: 100vw;
    font-size: 14px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans","Meiryo",
    sans-serif;
}
a{
    color: blue;
    text-decoration: underline;
}
.gnavi{
    color: black;
    text-decoration: none;

}
.globalMenu{
    background-color: rgb(237, 237, 237);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    opacity: 70%;
}
.globalMenu ul{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.globalMenu li{
    margin-right: 20px;
    font-size: 30px;
    font-weight: bold;
}
.headwrap{
    width: 100vw;
    height: 62px;
    margin-top: 5px;
    display: flex;
    border-bottom: 1px solid black;
}
.paersonalimg{
    position: absolute;
}
.headwrap ul{
    display: flex;
    position: absolute;
    margin-top: 31px;
    right: 0;
}
.headwrap ul li{
    margin-right: 10px;
    margin-top: 10px;
}

.wrap{
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.wrap .cm{
    width: 470px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wrap .hellow{
    width: 100%;
    display:flex;
    background-color: rgb(238, 238, 238);
    position: relative;
    padding: 2px;
}

.wrap .hellow ul{
    display:flex;
    position: absolute;
    right: 0;
}

.wrap .hellow ul li{
    margin-right: 10px;
}

.hellowsecond{
    background-color: rgb(102, 102, 153);
    padding: 2px;
    color:white;
}
.hellowsecond .news{
    font-size: 18px;
}

.newsnav ul{
    margin-top: 15px;
    margin-bottom: 15px;
    display:flex;
    justify-content: center;
}
.newsnav li{
    margin-left: 10px;
    font-size: 16px;
}

.newstext h1{
    margin-top: 10px;
}
.newstext p{
    margin-top: 10px;
    line-height: 1.8em;
}

.arrow{
    text-align: right;
    margin-top: 10px;
}
.mailandadd p{
    padding: 2px;
    text-align: center;
    background-color: rgb(238, 238, 238);
}
.date p{
    padding: 2px;
    text-align: right;
    background-color: rgb(200,200,250);
    color: rgb(0, 0, 0);
}

.contwrap{
    display: flex;
    margin-top: 20px;
    margin-bottom: 15px;
}

.leftcont{
    width: 70%;
}
.contwrap h1{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 3px;
    font-weight: bold;
}
.titleprof .profile{
    border: rgb(200,200,250) solid 2px;
    padding: 5px;
}
.profile h4{
    margin-left: 2em;
    margin-bottom: 8px;
}

.texts{
    margin-top: 10px;
    border: rgb(200,200,250) solid 2px;
    padding: 5px;

}
.texts h1{
    font-weight: bold;
    /* border-bottom: 1px solid black;
    border-left: 7px solid black; */
    /* padding-left: 5px; */

}
.texts .title{
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid black;
    padding-left: 5px;
}

.texts .mytext{
    line-height: 1.5em;
}

.quest{
    margin-top: 5px;
}
.texts .gray{
    background-color: rgb(233, 233, 233);
    line-height: 1.5em;
    font-weight: bold;
}
.texts .whity{
    background-color: white;
    line-height: 1.5em;
    margin-left: 1em;

}

.rightcont{
    margin-right: auto;
    margin-left: auto;
    
}
.rightcont .wakuwaku img{
    display: block;
    margin: 0 auto;
}
.rightcont h1{
    text-align: center;
    font-weight: bold;
}
.rightcont h2{
    color: white;
    text-align: center;
    font-weight: bold;
    background-color: rgb(255, 88, 116);
}
.rightcont .wakuwaku{
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid pink;
}
.rightcont .waku p{
    font-size: 15px;
}
.rightcont .heart{
    color: rgb(255, 156, 172);
    font-size: 20px;
    margin-left: 5px;
}

.rightcont .topix h2{
    color: white;
    text-align: center;
    font-weight: bold;
    background-color: rgb(93, 93, 93);
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 5px;

}
.rightcont .topic{
    line-height: 2em;
}

.foot{
    margin-top: 15px;
    border-top: 1px solid black;

}
.foot ul{
    display: flex;
    justify-content: center;
}
.foot ul li{
    margin-right: 10px;
    margin-top: 5px;
}
.foot .corp{
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.lead{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.lead p{
    font-size: 16px;
    line-height: 2em;
}
.lead h1{
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
}
.lead h2{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}