html {
    font-size: 100%;
}

/* 10.09 */
body {

    width : 100%;
    background-color: #ffffe5;
    color: #24292e;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

P {
    font-size: 1.2rem;
}

img {
    max-width: 100% ;
    display: block;
    margin: auto;
}

li {
    list-style: none;
    font-size: 1.0rem;
}

.cplogo {
    line-height: 1px ;
    display: block;
    height: 20;
}



/* header */

#header {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%;
    height: auto;
  }

#header ul {
    display: flex;
    padding: 10px 0;
    align-items: center;
}    

#header ul li {
    font-size: 0.9rem;
    margin-left: 30px;
}

#header ul li a {
    color: #24292e;
    transition: all 0.3s;
}

#header ul li a:hover{
    opacity: 0.3;
}


/* SmartPhone */
@media screen and (max-width: 600px) {
    .cplogo {
        margin-top: 5px;
        max-width: 50%;
    }
    
    /* Header */
    #header {
        flex-direction: column;
        height: auto;
        line-height: 10px;
        margin-top: 10px;
    }

    #header li {
        font-size: 0.8rem;
        margin-top: 10px;
    }
}
    /* smatphone end */



    .unconst {
        font-size: 0.9rem;
        text-align: center;
        color: red;
        height: 10px;
        
        }
    
    .mini-title{
        background-color: antiquewhite;
        font-size: 0.9rem;
        text-align: left;
        margin-bottom: 10px;
    }
    

/* image 可変 */   
.block{
    display: block;
    text-align: center;
}
.block_element {
    width: 70%;
    max-width: 550px;
    height:auto;
    box-sizing: border-box;
}




nav ul{
    background-color: bisque;
    list-style-type: none;
    text-align: center;
}

nav li{
    display: inline-block;
    width: 80px;
    text-align: center;
    border-left: 1px dotted black;
}

.last_child {
    border-right: 1px dotted black;
    }

#nav ul li a {
        color: #24292e;
        transition: all 0.3s;
    }
    
#nav ul li a:hover {
        opacity: 0.3;
    }


/* 本文 */
.container {
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}


/* 左側 */
.kiri{
    width: 70%;
    }
.main-title {
        font-size: 24px;
        line-height: 1.3;
        margin: 15px 1em 15px 0;
        padding: 10px 9px;
        color: #2e2e2e;
        font-weight: bold;
        border-left: 10px solid #0089c1;
        border-bottom: 1px solid cornflowerblue;
        }

.p-article_text {
    font-size: 18px;
    line-height: 1.;
    margin :0px 20px 0px 20px ;
}

.mojired{
    font-size: 1.0rem;
    color: red;
    font-weight: 450;
}

p.mojinavy{
    margin: 0.5em 20px;
    padding :0px 0px 0px 10px;
    color: navy;
    font-weight: bold;
}

ul.mojinavy{
    margin: 0.3em 20px;
    padding :0px 0px 0px 20px;
    color: navy;
    font-weight: bold;
}

.mojidimgray{
    font-size: 1.3rem;
    color: dimgray;
    font-weight: 450;
}

main ul li{
    font-size: 18px;
    color: red;
}




.article-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 15px 1em 15px 0;
    padding: 10px 9px;
    color: #2e2e2e;
    font-weight: bold;
    border-left: 10px solid #0089c1;
    border-bottom: 1px solid cornflowerblue;
    }

.under {
    background: linear-gradient(transparent 50%, #a8eaff 50%);
}

/* オレンジ白の背景 */
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background-color: #cde4ff;
}
.box3 p {
    margin: 0;
    padding: 0;
    color: orangered;
}



/* .p-article_text {
    font-size: 18px;
    line-height: 1.;
    margin :0px 20px 0px 20px ;
    } */

/* 右側 */    
.kanan{

    margin-top: 2em;
    width: 28%;
    border: 2px solid #aaa;
    border-radius: 10px;
    background-color: #eee;
    height: 100%;
}

aside h3{
    text-align: center;
}

    /* aside p {
        padding-inline-start: 0px; */
    

    ul.mojinavy{
        padding :0px 0px 0px 10px;
        margin:0px 0px 0px 0px;
     }    

    aside P{
        padding :0px 0px 5px 5px;
        font: "navy" ;
        font-size: 1.0em ;
        font-weight: bold;
        
    }



/* .kanan ul{
    font-size: 1.2em;
    color: red;
    text-align: center; */
     




/* 
.kanan ul li{
    text-align: left;
    border: 2px 2px 2px 0px ;
    padding: 2px 2px 4px 0px; */


@media screen and (max-width: 600px) {
    .kiri{
        width: 100%;
    }

    .kanan{
        width: 70%;
        align-items: center;
    }




/* main */
#main {
    width: 100%;
    margin-bottom: 15px;
}









