@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 1.3em;
    line-height: 200%;
    font-family: kozuka-gothic-pro, sans-serif;
    color: #333333;
}
body::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/LemsummerBG.jpg");
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
}
.wrapper {
    background-color: rgba(255,255,255,0.9);
    width: 80%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.plof {
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    font-size: medium;
    line-height: 160%;
    border: thin solid #D8C2DF;
    border-radius: 5px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    max-width: 540px;
}
.plofname {
    font-size: 2em;
    color: #B186DC;
    line-height: 120%;
    text-align: left;
}
h3 {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    font-feature-settings: "palt"1;
    font-size: 2em;
    color: #B634DB;
    text-shadow: 3px 3px 7px #CFCFCF;
}

.txtpink {
    color: #FF0091;
}
.txtdarkpink {
    color: #B70095;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.bargreen {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 1.2em;
    background-color: #008A2B;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.barorange {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 1.2em;
    background-color: #F2791A;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.barpuaple {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 1.2em;
    background-color: #B550F0;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#EK1 {
    padding: 5%;
    border-radius: 10px;
    background-color: #FFE6BD;
    -webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
    box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
}
#EK2 {
    padding: 5%;
    border-radius: 10px;
    background-color: #ECDFFA;
    -webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
    box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
}
#EK3 {
    padding : 5%;
    border-radius: 10px;
    background-color: rgba(225,241,213,1.00);
    -webkit-box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
    box-shadow: 6px 6px 10px rgba(152,151,151,0.70);
}
.bgblue {
    width: 20%;
    background-color: rgba(112,197,201,1.00);
    color: #FFFFFF;
    border-radius: 5px;
}
.bgpuaple {
    width: 20%;
    background-color: rgba(187,132,227,1.00);
    color: #FFFFFF;
    border-radius: 5px;
}
.txtbluegreen {
    color: #1D818C;
}
.txtpuaple {
    color: #6B24B5;
}
.bgwhite   {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: normal;
}
.bgwhitepuaple   {
    background-color: #FCF0FF;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: normal;
}
.bgwhitegreen   {
    background-color: #EDFFFD;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    font-weight: normal;
}

.mincho{font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt"1;
}
.txt06 {
    font-size: 0.6em;
}
.txt07 {
    font-size: 0.7em;
}
.txt08 {
    font-size: 0.8em;
}
.txt09 {
    font-size: 0.9em;
}
.txt11 {
    font-size: 1.1em;
}
.txt12 {
    font-size: 1.2em;
}
.txt13 {
    font-size: 1.3em;
}
.txt14 {
    font-size: 1.4em;
}
.txt15 {
    font-size: 1.5em;
}
.txt17 {
    font-size: 1.7em;
}
.txt18 {
    font-size: 1.8em;
}
.txt2 {
    font-size: 2em;
}
.txtmid{font-size: medium;
    line-height: 160%;
}
.txtred{color: red;
}
.table{font-size: medium;
    line-height: 160%;
}
.YellowLine {background:#FF9;}
.sanka {
    border-radius: 10px;
    border: thick solid #FF9500;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    line-height: 160%;
}
.txtorange {
    color: #FF6700;
}
a:hover img {
	opacity: 0.8;
}
.clear {
    clear: both;
    float: none;
}
td {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
}
.spnone{display: block;
    }
 .pcnone{display: none;
    }

@media screen and (max-width:480px){
    body {
    font-size: 1em;
    line-height: 180%;
}
    h1{margin-top: 15%;}
    h3 {
    line-height: 140%;
    font-feature-settings: "palt"1;
    font-size: 1.6em;
}
table {
width: 100%;
word-break: break-all;
word-wrap: break-all;
}
        .txt11{font-size: 1em;}
    .txt12 {
    font-size: 1.1em;
}
     .txt13 {
    font-size: 1em;
}
    .txt14 {
    font-size: 1.2em;
}
    .txt15 {
    font-size: 1.3em;
}
    .txt17 {
    font-size: 1.3em;
}
   .txt18 {
    font-size: 1.1em;
}
    .txtmid  {
    font-size: small;
}
    .spnone{display: none;
    }
    .pcnone{display: block;
    }
    .plofname {
    font-size: 1.6em;
    color: #B186DC;
    line-height: 120%;
    text-align: left;
}
}
