/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'SF Mono', sans-serif;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
a {
    outline:0;
    cursor:pointer;
    text-decoration: none;
}
a:focus{outline:none}
a:hover {
    outline:0;
}
select:focus {
  outline: none;
}
input {
    background-color: transparent;
    -webkit-appearance: none;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, dl, ol, ul, blockquote, table, figure {
    margin-top: 0;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
ol, ul {
    padding:0;
    list-style-position:inside;
}
.cl:after {
    display: block;
    clear: both;
    content: "";
}
.wrap {
    width: 100%;
    margin: 0 auto;
}
.wrap:after,
.header:after {
    content: "";
    display: table;
    clear: both;
}
.inner {
    height:100%;
    position:relative;
}
.left {
    float:left;
}
.right {
    float:right;
}
.show-mob {
  display:none;
}
.center {
    display: block;
    text-align: center;
}


/* Header */
.header {
    position:fixed;
    left:0;
    top:0;
    margin: 0 auto;
    width: 100%;
    text-align:center;
    z-index: 5;
}
.header .wrap {
    padding: 30px 30px 8px 30px;
    margin:0 auto;
    max-width:900px;
}
.header a {
    text-decoration: none;
    border-bottom: 0;
}


/* Main */
.main-container {
    max-width:900px;
    margin:0 auto;
    width:100%;
    padding:0 0 20px 0;
    min-height:100%;
}
.main {
		padding-top: 70px;
    position: relative;
    overflow: hidden;
    min-height:500px;
}
.content {
    padding: 40px 40px 0 40px;
}
.content *:last-child {
    margin:0;
}
.footer {
    padding:0 24px 0;
}

/* LeftSide */
.left-side {
    display: block;
    width: 200px;
    float: left;
}
.left-side ul li{
    list-style-type: none;
    padding: 5px 0 5px 20px;
/*    line-height: 25px;*/
    position: relative;
}
.left-side ul li a{
    font-weight: normal;
}
.left-side ul li:first-child {
    /*background-color: #FF658E;
    color: #fff;*/
    background-color: #f1f1f1;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 25px;
    box-sizing: border-box;
    height: 36px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .09);
}
.left-side ul li:first-child:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 18px 12px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.left-side ul li:first-child:before { display:none }
.left-side ul li:before {
    display: inline-block;
    width: 7px;
    height: calc(100% - 7px);
/*    background-color: #eaea53;*/
    background-color: #ffdc2f;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
}

/* RightSide */
.right-side {
    width: calc(100% - 200px);
    display: block;
    float:left;
    padding: 0 50px;
}
.page-title {
    font-size: 32px;
    padding: 5px;
    margin: 0 0 5px;
    border-bottom: 1px dashed #ccc;
}
.right-side .date {
    text-align: right;
    margin-bottom: 15px;
    color: #666;
}
.page {
    padding-bottom: 50px;
}
h1 {
    font-size: 20px;
    background: #eaea53;
    color: #fff;
    width: 100%;
    border-radius: 3px;
    padding: 11px 15px 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 0px;
}
h3 {
    font-size: 15px;
    font-weight: 700;
/*    padding-left: 15px;*/
/*    color: #ff8400;*/
}
p {
    padding: 15px;
    background: #fcfcfc;
/*    margin-left: 15px;*/
    margin-bottom: 30px;
    line-height: 1.5em;
}

h2 i.fa-solid {
    color: #7A9FDE;
    margin-right: 7px;
    font-size: 20px;
}
.page img {
    margin-bottom: 30px;
}

/* list */
.page li {
    margin-bottom: 15px;
}
.page li:last-child {
    margin-bottom: 30px;
}
ul.news li {
    list-style: none;
    clear: both;
}
ul.news li .date {
/*    color: #ff9e22;*/
    color: #232323;
    border-radius: 1em;
    background-color: #e7e7e7;
    padding: 1px 5px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
ul.news li .text {
    display: block;
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 20px;
    padding-top: 1px;

}

/* table */
.table {
/*    margin-left: 15px;*/
    margin-bottom: 30px;
}
.th, .tb {
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.table .tb:last-child {
    border-bottom: 1px solid #ddd;
}
.th {
    padding: 7px 10px;
    background: #eee;
    text-align: center;
    font-weight: 700;
}
.tb {
    padding: 10px 10px;
}
.th.null {
    color: transparent;
}

table {
/*    width: calc(100% - 15px);*/
/*    margin-left: 15px;*/
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-spacing: 0px;
}
th {
    background: #eee;
    text-align: center;
    font-weight: 700;
}
th, td {
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
}
td {
    text-align: center;
}
td.a-left {
    text-align: left;
}
td.a-right {
    text-align: right;
}
tr:first-child > * {
    border-top: 0;
}
tr > *:first-child {
    border-left: 0;
}
tr:hover td {
/*    background: #F3F78E;*/
}
th.sort:hover {
    cursor: pointer;
}
th.sort i.fa-caret-down {
    font-size: 18px;
    position: relative;
    left: 7px;
}
.page table img {
    margin-bottom: 0;
}
.page table.icons img {
    margin-right: 10px;
    height: 55px;
}

span.mark {
    font-weight: 700;
/*    background: linear-gradient(transparent 60%, #eaea53 60%);*/
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #eaea53;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
span.mark2 {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #FF9EB9;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
    position: relative;
    cursor: pointer;
}

.tip{
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #FF9EB9;
    font-size: 12px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
}
span.mark2:hover .tip {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
}

/* tags */
.tag,
.tag2{
    display: inline-block;
    position: relative;
    top:-1px;
    margin-right: 3px;
    padding: 2px 5px;
    font-size: 0.7em;
    font-weight: 700;
    border-radius: 3px;
    color: #fff;
}
.tag2{
    font-size: 1em;
    margin: 0 10px 5px 0;
    padding: 5px 7px;
    font-weight: 500;
}
.tag.red,
.tag2.red{
    background-color: #E93D64;
}
.tag.blue,
.tag2.blue{
    background-color: #3C7FE1;
}
.tag.orange,
.tag2.orange{
    background-color: #FF9D62;
}
.tag.green,
.tag2.green{
    background-color: #37A6A5;
}
.tag.gray,
.tag2.gray{
    color: #232323;
    background-color: #DEDADA;
}
.tag2.blue-r{
    color: #232323;
    background-color: #ADD6FF;
}
.tag2.purple-r{
    color: #232323;
    background-color: #CEB4F5;
}
.tag2.red-r{
    color: #232323;
    background-color: #FAC5D0;
}
.tag2.sky-r{
    color: #232323;
    background-color: #AEE4D4;
}
.tag2.yellow-r{
    color: #232323;
    background-color: #FFEEAD;
}
.tag2.green-r{
    color: #232323;
    background-color: #B3DB92;
}
.tag2.brown-r{
    color: #232323;
    background-color: #F1CEAB;
}

/* breadcrumb */
.breadcrumb{
    margin-bottom: 15px;
}
.breadcrumb span{
/*    background: #d4d2ed;*/
    padding: 5px;
    border-radius: 10px;
    font-size: 0.8em;
}

/* checkbox */
label {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    font-size: 17px;
    margin-right: 15px;
    color: #999;
}
label:hover {
    color: #232323;
}
label .fa-stack {
    width: 1em;
    margin-right: 5px;
}
label .fa-square {
    font-size: 20px;
    color: #eef0f1;
}
label:hover .fa-square {
    color: #aad114;
}
label .fa-check {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
    display: none;
    position: absolute;
    left: 1px;
    top: 6px;
}
input[type=checkbox]:checked + label {
    color: #232323;
    font-weight: bold;
}
input[type=checkbox]:checked + label .fa-square {
    color: #aad114;
}
input[type=checkbox]:checked + label .fa-check {
    display: inline-block;
}

/* radio */
input[type=radio] {
    -webkit-appearance: auto;
    margin-right: 5px;
    margin-bottom: 12px;
}
input[type=radio]:checked + label {
    color: #232323;
    font-weight: bold;
}

/* tool-filter */
#tool-filter {
    padding: 15px;
    margin-bottom: 50px;
    background: #fdfdfd;
}
#tool-filter .filter-name {
    display: block;
}
#tool-filter .filter-input {
    display: block;
    margin-bottom: 20px;
}
div:has(>#toggle-filter) {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#toggle-filter + label {
    color: #232323;
    font-size: 1.1em;
}
#toggle-filter:checked + label {
    font-weight: normal;
}
#toggle-filter + label:hover {
    color: #ffdc2f;
}

.toggle-button {
    padding: 5px;
    cursor: pointer;
}
.toggle-button > span.toggle-on {
    background: #2185eb;
    padding: 0px 7px;
    border-radius: 10px;
    color: #fff;
}
.toggle-button > span {
/*    background: #2185eb;*/
    padding: 0px 7px;
    border-radius: 10px;
/*    color: #fff;*/
}

.button {
    padding: 7px 12px;
    border:1px solid #ffffff;
    background:transparent;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    transition:all 0.2s ease-in-out;
    cursor:pointer;
}
.button:hover {
    background:#111111;
    color:#ffffff;
    border:1px solid #111111;
    transition:all 0.2s ease-in-out;
}
button {
    padding: 7px 20px;
    border: none;
    background: linear-gradient(180deg, #ffaa3d 0%, #ff8658 100%);
    border-radius: 3px;
/*    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .1);*/
    font-size: 1.2em;
    color: #fff;
    cursor: pointer;
}
button:hover {
    background: linear-gradient(0deg, #ffaa3d 0%, #ff8658 100%);
}
button:active {
    background: #ffa249;
}

/* up button */
#up-button{
    display: block;
    width: 70px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0;
}
#up-button a{
    border: none;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: block;
}
#up-button button{
    border: none;
    background: transparent;
}
#up-button button:hover{
    cursor: pointer;
}
#up-button .fa-solid{
    font-size: 40px;
    color: #333;
}

/* top menu  */
.top-menu ul li{
    list-style-type: none;
    padding: 5px 0;
    line-height: 25px;
    position: relative;
    text-align: center;
}
.top-menu ul li:first-child {
    /*background-color: #FF658E;
    color: #fff;*/
    background-color: #f1f1f1;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-weight: 700;
    box-sizing: border-box;
    height: 36px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .09);
    width: 70%;
    margin-left: 15%;
}
.top-menu ul li:first-child:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 18px 12px 18px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.top-menu ul li:first-child:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 18px 0px 18px 12px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.hr {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 50px 0 30px;
    border-bottom: 1px dashed #ccc;
}
.border_dash {
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    background: transparent;
}

/* single page */
.single .icon {
    width: 25%;
    margin-right: 30px;
}
.single .icon-s {
    width: 10%;
    margin-right: 10px;
}
.single .prof{
    display: block;
    width: calc(75% - 30px);
}
.single .prof>table{
    margin: 0 0 10px 0;
}
.single .prof>table td{
    padding: 0 10px 5px;
}
.single .prof>table img{
    height: 50px;
}
.single table{
    table-layout: fixed;
}
.single .kome{
    display: block;
    text-align: right;
    margin-bottom: 30px;
    color: #999;
}


/*.right-side .fa-solid{
    font-size: 1.2em;
    margin-right: 7px;
    background: linear-gradient(0deg, #ffcd59, #ff8658);
    background: -webkit-linear-gradient(90deg, #ffcd59, #ff8658);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
h3 .fa-solid{
    font-size: 1.2em;
    margin-right: 7px;
}
.single .fa-solid{
    font-size: 1.2em;
    margin-right: 7px;
/*    color: #d5d0cc;*/
    background: linear-gradient(0deg, #ffcd59, #ff8658);
    background: -webkit-linear-gradient(90deg, #ffcd59, #ff8658);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single table.table-effect{
    font-size: 0.9em;
    margin-bottom: 5px;
}
.single table.table-effect td{
    padding: 3px;
    border: none;
}
.single table.table-effect img{
    height: 25px;
    margin: 3px;
}
.single table.table-summon{
    margin-bottom: 5px;
}

/* Calculator */
.calculator {
    
}
.calculator input[type=text],
.calculator input[type=number]{
    border: 1px solid #666;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.calculator .calc-num{
    font-weight: bolder;
    margin-right: 5px;
    font-size: 1.2em;
}
.calculator button{
    padding: 5px 10px;
/*    width: 50px;
    height: 30px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1em;
}
.calculator .kome{
    font-size: 90%;
    margin-top: -20px;
    color: #999;
}
.calculator .fa-arrow-right{
    font-size: 1.2em;
    margin-right: 5px;
}


/* Responsive */

@media (max-width: 800px){ 
    body{ 
        position: relative;
        overflow-x:hidden;
    }
    .left-side{ 
        display:none
    }
    .right-side{ 
        width: 100%;
        padding: 0 20px;
    }
    .main-container{
        padding-bottom: 0;
        max-width: 100%;
    }
    h2{
        padding: 5px 0;
    }
    h3{
        padding-left: 0;
    }
    p{
        margin-left: 0;
    }
    table{
        width: 100%;
        margin-left: 0;
    }
    .table{
        margin-left: 0;
    }
    .tip{
        width: 70%;
        height: 100px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-bottom: 0;
        display: block;
        text-align: left;
        overflow: auto;
    }
}

/*@media (max-width: 740px) { 
    .header.small {
        position:absolute;
    }

    .header {
        top:44px;
    }

    .permalink .media {
        margin:0;
    }

    .content {
        text-align:center;
    }
}*/

/* color style */
body {
/*	font-family: "Noto Sans JP", sans-serif;*/
    color: #232323;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    background: #F7F7F7;
    overflow-x: hidden;
    overflow-y: auto;
}

.header .wrap {
/*	background: #fff url(header.png) no-repeat;*/
    background: #333;
    background-position: right;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .05);
}
.header a {
    color: #fff;
}

.main {
	background: #fff;
}

.dot {
    background-color: #fff;
    background-image:
    radial-gradient(#eaea53 11%, transparent 20%),
    radial-gradient(#eaea53 11%, transparent 20%);
    background-size: 8px 8px;
    background-position: 0 0, 4px 4px;
}

a {
    color: #232323;
    border-bottom: 1px dashed #ffdc2f;
/*    color: #666;*/
    font-weight: bolder;
}
a:hover {
/*    color: #eaea53;*/
    color: #ffdc2f;
}

h1 {
    background: linear-gradient(90deg, rgba(163,203,34,1) 0%, rgba(234,234,83,1) 61%);
}

.left-side ul li:first-child{
    background: linear-gradient(-60deg, #ffcd59 0%, #ff8658 100%);
    color: #fff;
}
