html, body {
    overflow-x: hidden;
    height: 100%;
}
body {
    background: #fafafa;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
}
li {
    position: relative;
    padding: 0%;
    margin: 0;
    height: 15px;
    vertical-align: middle;
}
p {
    padding-left: 10px;
    padding-right: 10px;
}
li:hover:not(.checked){
    background-color: #ffdf52;
    transition: .2s linear;
}
a.expandArea {
    position: absolute;
    margin-top: 3px;
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle;
}
.checked {
    padding: 0%;
    background-color: #ffa599;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #ffdf52;
    position: fixed;
    height: 45px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: calc(100% - 45px);
    margin-top: 45px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    scroll-behavior: smooth;
}
.mainInner div{
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#helpArea {
    display: block;
    padding-left: 250px;
    width: calc(100% - 250px);
    height: 100%;
    transition: 250ms ease-in-out;
    overflow-y: scroll
}
.image {
    position: relative;
    margin: auto;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    width: 250px;
    margin-top: 45px;
    padding: 0px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background-color: #5aa7be; /* searchbar color */
}
.sidebarMenuInner{
    margin:0;
    padding:0;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 15px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: black;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 6px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.topButton {
    display: inline-block;
    height: 45px;
    text-decoration: none;
    margin-left: 80px;
    color: rgb(100, 27, 49, 0.9);;
    font-family: 'Teko', sans-serif;
}
.heading06 {
    height: 40px;
    top: 0px;
    padding-top: 11px;
    position: relative;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}
.heading06::before {
    content: attr(data-en);
    position: absolute;
    padding-top: 0px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(226, 40, 96, 0.6);
    font-size: 30px;
    font-style: italic;
    font-weight: 100;
}
.heading06::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    background-color: rgba(224,66,114,1);
}
.Subheading {
    padding-left: 25px;
    text-align: left;
    background-color: #ffa599;
    color: white;
}
h3 {
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.subTitle {

    position: relative;
    padding: 0.3em;
}
.subTitle:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, rgb(53, 207, 130), rgb(53, 207, 130) 2px, white 2px, white 4px);
}
.image a:hover{/*カーソルを当てたとき*/
    background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
}
.item{
    position: relative;
    display: inline-block;
}
.imageblock{
    display: inline-block;
    margin: auto;
    height: auto;
    width: auto;
    padding: 5px;
}
.imageblock p {
    display: block;
    /* top: -20px; */
    width: auto;
    height: 20px;
    font-size: 0.3em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.textblock {
    display: inline-block;
    height: auto;
    max-width: 70%;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}
.textblock-center {
    display: block;
    height: auto;
    padding: auto;
    max-width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.trColor {
    color: white;
    background-color: #ffa599;
}
.tdColor {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdf52;
}
.tdColor-Light {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffec95;
}
table {
    margin: auto;
    width: 70%;
    border-collapse: collapse;
}
table th, table td {
    border:solid 2px white;
    text-align: center;
    padding: 10px 0;
}
.right {
    text-align: right;
    padding-right: 20px;
}