

/*----------------------
 naviArea 
------------------------*/

.naviArea {
  width: calc(400px - 4rem);
  overflow-x: hidden;
  overflow-y: scroll;
  position: sticky;
  height: 100vh;
    top: 117px;
  left: 0px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-right: 1px solid #CBCBCB;
}

.naviArea a {
  color: #686868;
}

.naviArea a:hover {
  color: #0C9D80;
}

.UL__searchWrap {
  margin-left: 48px;
  width: 240px;
  margin-bottom: 1.5rem;
}

.UL__searchWrap .mt-site-search-form {
	margin: 0 0;
}

@media (max-width: 978px){
	.UL__searchWrap {
    display: block !important;
    width: 100%;
    margin-left: 0;
	}
}

.naviArea__list {
  margin-left: 48px;
  width: 240px;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.naviArea__list li {
  line-height: 165%;
  margin-bottom: 0.5rem;
}

.naviArea__list li .active {
  color: #0C9D80 !important;
}

.navi__list--icon {
  width: 16px;
  position: relative;
  top: 4px;
  margin-right: 0.25rem;
}

.navi__listunder {
  font-size: 0.9rem;
  margin-left: 1.5rem;
}

.navi__listunder .practical::before {
  content: "応用";
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #009275;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}

@media (max-width: 978px) {
.naviArea {
  width: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  top: 0;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 0;
  border-top: 1px solid #CBCBCB;
}
.naviArea>div {
    display: flex;
    flex-wrap: wrap;
	padding: 0 20px;
}

  .naviArea__list {
    width: calc(50% - 0.5rem);
    display: block;
  	margin-left: 0;
  }
}

/*----------------------
 mainArea 
------------------------*/

.main {
  flex: 1;
}

.mainArea {
  position: relative;
  top: 86px;
  max-width: 660px;
  padding: 2rem 0;
  margin-left: 40px;
  margin-bottom: 6rem;
}

.mainArea .main__lastupdate {
  font-size: 12px;
  text-align: center;
  color: #686868;
  margin-top: -2rem;
}

.mainArea .main__prologe {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #0C9D80;
  padding: 1rem;
}

.mainArea .page__practical {
  color: #7E7E7E;
  font-size: 2.5rem;
  border-bottom: 4px solid #CBCBCB;
}

.mainArea .page__tag {
  display: flex;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

.mainArea .page__tag--item {
  background: #686868;
  border: 1px solid #686868;
  color: #ffffff;
  padding: 0 0.5rem;
  margin-left: 0;
}

.mainArea .page__tag--detail {
  border: 1px solid #686868;
  padding: 0 0.5rem;
  margin-left: 0;
}

.mainArea .page__tag--mt {
  background: #1177BD;
  color: #ffffff;
  padding: 0 0.75rem;
  margin-left: 1rem;
}

.tableContents {
  border: 1px solid #CBCBCB;
  position: fixed;
  top: 200px;
  right: 120px;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #686868;
  z-index: 900;
}

.tableContents a {
  color: #686868;
}

.tableContents a:hover {
  color: #0C9D80;
}

.tableContents ul {
  margin-left: 1rem;
}

.tableContents .tableContents__col01 li:before {
  content: "★";
}

.tableContents .tableContents__col02 li:before {
  content: "■";
}

.tableContents .tableContents__col03 li:before {
  content: "・";
}

@media (max-width: 1440px) {
  .mainArea .main__prologe {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .mainArea .main__prologe {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .mainArea {
    max-width: 600px;
    margin-top: 56px;
    margin-right: 2rem;
  }
}

@media (max-width: 900px) {
  .mainArea {
    width: auto;
    max-width: none;
  margin-right: 32px;
  margin-left: 32px;
  }
}

@media (max-width: 768px) {
  .mainArea .page__tag {
    display: block;
  }
  .mainArea .page__tag--item, .mainArea .page__tag--detail, .mainArea .page__tag--mt {
    margin-bottom: 0.5rem;
    width: fit-content;
  }
  .mainArea .page__tag--mt {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
	.mainArea {
    	top: 0;
		margin-top: 0;
        margin-bottom: 0;
    	margin-left: 20px;
    	margin-right: 20px;
	}
}



/*------------
    INDEX
------------*/

.indexWrap {
  width: calc(100% - 320px);
}

.index-header {
  width: auto;
  text-align: center;
  padding: 6rem 0 7rem;
  margin-top: 60px;
  background-color: #e3e3e3;
  background-image: url(/dict/images/bg-blog-new4.png);
  background-size: 150%;
  animation: bg-slider 48s linear infinite;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1880px 1880px;
  }
}

.index-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  font-feature-settings: "palt";
  width: fit-content;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 125%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 10;
}

.index-header__title::after {
  content: "";
  position: relative;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: #0C9D80;
  opacity: 0.5;
  z-index: -1;
}

.index-header__title--character {
  font-size: 96%;
}

.width1200px {
  display: none;
}

.index-header__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  margin: 2rem 0 0 auto;
  background-color: #0C9D80;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.index-header__button:hover {
  background-color: #CBCBCB;
}

.index-header__button i {
  font-size: 1.25em;
  margin-left: 0.25rem;
}

.index-main .mainArea {
  margin: 0 auto;
  top: 20px;
  max-width: 80%;
}

.formWrap {
    margin: 60px 0;
	border: 1px solid #CBCBCB;
}

@media (max-width: 1200px) {
  .index-header {
    padding: 4rem 0 4.5rem;
  }
  .index-main .mainArea {
    max-width: 90%;
  }
  .width1200px {
    display: block;
  }
}

@media (max-width: 1100px) {
  .index-header {
    margin-top: 100px;
    padding: 4rem 0 4.5rem;
  }
  .indexWrap {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .index-main .mainArea {
    max-width: none;
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 768px) {
  .index-header__title {
    font-size: 2rem;
  }
  .index-header__title::after {
    height: 2px;
  }
}

@media (max-width: 700px) {
  .index-header {
    margin-top: 0;
  }
}

.index-body {
	width: calc(100% - 80px);
    margin:0 40px;
}

.index-body ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0;
	list-style:disc;
}

.index-body ul li {
    width: 46%;
    margin: 0 20px 0 0;
}
@media (max-width: 1110px){

.index-body .wysiwyg>h3 {
    margin-top:2rem;
}
.index-body ul li {
    width: 100%;
}
}

@media (max-width: 978px){
.index-body {
	width: calc(100% - 40px);
    margin:0 20px;
}
}

/*------------
  WYSIWYG
------------*/

.wysiwyg h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.wysiwyg h2 {
  font-size: 2rem;
  line-height: 125%;
  font-weight: normal;
  margin-bottom: 2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #0C9D80;
}

.wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 4rem;
  margin-bottom: 2rem;
  position: relative;
  text-indent: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: 1px solid #CBCBCB;
}
.wysiwyg h3::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1.25em;
  display: block;
  top: 6px;
  background-color: #0C9D80;
}

.wysiwyg h4 {
  color: #686868;
  font-size: 1.5rem;
  line-height: 145%;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 1rem;
}

.wysiwyg .modify h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 3rem;
}
.wysiwyg h4:first-of-type {
  margin-top: -1rem;
}

.wysiwyg h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: fit-content;
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CBCBCB;
}

.wysiwyg p {
  margin-bottom: 2rem;
}

.wysiwyg .modify p {
  margin-bottom: 4rem;
}

.wysiwyg pre#clipboard-target {
  white-space: pre-wrap;
  word-break: break-all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #CBCBCB;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  font-weight: 100;
  color: #686868;
}

.wysiwyg pre {
    border: 1px solid #CBCBCB;
    margin-bottom: 2rem;
    border-radius: 4px;
    padding: 1rem;
    background-color: #efecf4;
}

.wysiwyg ul {
	list-style: disc;
	margin-left: 1rem;
	margin-bottom: 2rem;
}

.wysiwyg p+ul {
	margin-top: -2rem;
}

.wysiwyg .modify .pre_wrap {
  width: fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 1rem;
}

.wysiwyg .modify pre {
  position: relative;
  padding-right: 2.5rem;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
}

.wysiwyg .sample {
  width: 80%;
  border: 1px solid #CBCBCB;
  padding: 1.5rem;
  word-break: break-all;
  margin-bottom: 2rem;
  box-shadow: 6px 6px 0px 0px #CBCBCB;
}

.wysiwyg .sample ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.wysiwyg .sample p+ul {
    margin-top: 0;
}

.wysiwyg .sample ul li {
  list-style: disc;
}

.wysiwyg .sample ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.wysiwyg .sample ol li {
  list-style: decimal;
}
.wysiwyg .sample strong {
  font-weight: bold;
}

.wysiwyg .sample p {
  margin: 0 0 1rem;
}

.wysiwyg .tagpage {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px dashed #CBCBCB;
}

.wysiwyg .tagpage p {
  margin-bottom: 0;
}

.wysiwyg .tagList {
	margin-bottom: 2rem;
list-style: none;
margin-left: 0;
}

.wysiwyg .tagList li::before {
  content: "●";
  font-size: 0.75rem;
  margin-right: 0.25rem;
  position: relative;
  width: 1rem;
  display: inline-block;
  bottom: 2px;
}

.wysiwyg>table td, .wysiwyg>table th {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #CBCBCB;
    padding: 0.5rem;
}

.wysiwyg>table th {
	background-color: #fafafa;
}

.wysiwyg img {
    width: 100%;
	max-width: 600px;
    height: auto;
	border: 1px solid #CBCBCB;
}

@media (max-width: 900px) {
  .wysiwyg .sample {
    width: 100%;
	padding: 1rem;
  }
}

@media (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 1.75rem;
  }
  .wysiwyg h3 {
    margin-bottom: 1rem;
  }
  .wysiwyg h4 {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .wysiwyg h4:first-of-type {
    margin-top: 0;
  }
  .wysiwyg p {
    margin-bottom: 1rem;
  }
  .wysiwyg .modify p {
    margin-bottom: 2rem;
  }
  .index-main .wysiwyg pre {
    font-size: 0.87rem;
    padding: 1rem;
  }
}

/*-------------------
	出力サンプル内
---------------------*/

.wysiwyg .sample h1 {
  font-size: 1.5rem;
  color: #262A32;
  line-height: 1.25em;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.wysiwyg .sample h2 {
  font-size: 1.75rem;
  margin: 1.5rem 0;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: justify;
}

.wysiwyg .sample h3 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
  line-height: 1.25;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -moz-text-align-last: left;
  text-align-last: left;
  text-align: justify;
  padding: 8px;
  border-bottom: 3px double #0C9D80;
}

.wysiwyg .sample h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  padding-left: 0.75rem;
  font-weight: bold;
  border-bottom: 1px solid #0C9D80;
  position: relative;
  line-height: 2.25rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.wysiwyg .sample h4:before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  background-color: #0C9D80;
  margin-right: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.wysiwyg .sample h5 {
  font-size: 1.25em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

.wysiwyg .sample h5:before {
  content: "■";
  margin-right: 4px;
}

.wysiwyg .sample h6 {
  font-size: 1.07em;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: #0C9D80;
}

.wysiwyg .sample p {
  margin-bottom: 1rem;
}

.wysiwyg .sample p+h3, .wysiwyg .sample p+h4, .wysiwyg .sample p+h5, .wysiwyg .sample p+h6 {
  margin-top: 2rem;
}

.wysiwyg .sample ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.wysiwyg .sample ul li {
  list-style: disc;
}

.wysiwyg .sample ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.wysiwyg .sample ol li {
  list-style: decimal;
}

.wysiwyg .sample ul+h3, .wysiwyg .sample ul+h4, .wysiwyg .sample ul+h5, .wysiwyg .sample ul+h6 {
  margin-top: 2rem;
}

.wysiwyg .sample ol+h3, .wysiwyg .sample ol+h4, .wysiwyg .sample ol+h5, .wysiwyg .sample ol+h6 {
  margin-top: 2rem;
}

.wysiwyg .sample blockquote {
  position: relative;
  padding: 1rem;
  background-color: #fafafa;
}

.wysiwyg .sample blockquote:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #0C9D80;
  left: 0px;
  top: 0px;
}

.wysiwyg .sample blockquote+h3, .wysiwyg .sample blockquote+h4, .wysiwyg .sample blockquote+h5, .wysiwyg .sample blockquote+h6 {
  margin-top: 2rem;
}

.wysiwyg .sample img {
 width: auto;
max-width: 100%;
  margin-bottom: 1rem;
}

.wysiwyg .sample strong {
  font-weight: bold;
}

.wysiwyg .sample table {
  border: 1px solid #262A32;
  margin: 0 0 1em;
}

.wysiwyg .sample table th {
  padding: 4px;
  background-color: #0C9D80;
  border: 1px solid #262A32;
}

.wysiwyg .sample table td {
  padding: 4px;
  border: 1px solid #262A32;
}

.wysiwyg .sample .dom__wrap {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 24px;
}

.wysiwyg .sample .dom__img {
  float: left;
}


.wysiwyg .sample .Author-Wrap {
  border: 2px solid #CBCBCB;
  padding: 20px;
}

.wysiwyg .sample .Author-Wrap__flex {
  display: flex;
}

.wysiwyg .sample .Author-Wrap__img {
  margin-right: 20px;
}

.wysiwyg .sample .Author-Wrap__name {
  font-size: 1.5rem;
}

.wysiwyg .sample .Xnew__new {
  font-size: 0.75rem;
  color: red;
  vertical-align: super;
  margin-right: 4px;
}

.wysiwyg .sample .text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.6em;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
}

/* ------------------------------------------
            Search
------------------------------------------ */
.mt-site-search-form {
  max-width: 100%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .mt-site-search-form {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 300px;
  }
}

.mt-site-search-form__query {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  font-size: 16px;
  box-sizing: inherit;
  padding: 0 40px 0 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::placeholder {
  color: #8D9092;
}
    
.mt-site-search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 42px;
  height: 32px;
  display: block;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background: url(https://movabletype.net/dict/.assets/search.svg) 50% no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  cursor: pointer;
}

.mt-site-search-form__button:focus {
  border: 0;
  outline: 0;
}

@media (max-width: 978px){
	.mt-site-search-form {
    margin: 0 40px;
	}
	.mt-site-search-form__query {
  	height:48px;
	}
	.mt-site-search-form__button {
  	height:48px;
	}
}

.entrylist .mt-site-search-result-container .mt-site-search-pagination-item {
  width: auto;
  float: none;
  margin: 0 0;
}

.searchWrap .mt-site-search-form {
	margin: 0 0;
}

.mt-site-search-result__message {
	margin-top: 1em;
}

.mt-site-search-result-item {
	padding: 0px 0 0.5em;
}

.mt-site-search-result-item__label {
	font-size: 1.25em;
}

.mt-site-search__pagination ul {
    margin-left: 0;
}

.mt-site-search__pagination ul li {
    width: auto;
    margin: 0 10px 0 10px;
}

/* highlight.js */
pre code.hljs {
	padding: 0 !important;
}

.hljs-ln .hljs-ln-numbers {
padding-right: 12px;
    border-right: 1px solid #d1d1d1;
    margin-right: 12px;
    display: inline-block;
    text-align: center;
    width: 2rem;
}