@charset "UTF-8";
/*!
Skin Name: ドット - オレンジ
Skin URI: https://www.xserver.ne.jp/
Author: XSERVER Inc.
Author URI: https://www.xserver.ne.jp/
Description: ポップで可愛らしいデザインスキンです。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Text Domain: xtheme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700&display=swap');

:root {
    --key-color: #F4810E; /* キーカラー */
    --txt-color: #000000; /* テキストカラー */
    --link-color: #F4810E; /* リンクカラー */
    --headbg-color: #ffffff; /* ヘッダー背景色 */
    --headnav-color: #ffffff; /* ヘッダーメニューカラー */
    --noticebg-color: #ffd94c; /* 通知エリア背景色 */
    --noticetxt-color: #000000; /* 通知エリアテキストカラー */
    --footbg-color: #ffffff; /* フッター背景色 */
    --foottxt-color: #000000; /* フッターテキストカラー */
    --background-color: #fffce8; /* サイト全体の背景色 */
    --header-textcolor: #000000; /* ヘッダーテキストカラー（タイトル+ディスクリプション） */
}

body {
    background: var(--background-color);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: .1rem;
}

.contents > .container {
    padding: 0 40px 40px;
    background: #fff;
    --background-color: #fff;
}

.block {
    margin: 0 0 0;
}

.widget-area .widget {
    padding: 0;
}

.comments-area .comment-reply-title small a, .comments-area .comments-title small a {
    color: var(--txt-color);
}

.comments-area .comment-list, .comments-area .children {
    padding: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    margin: 0 0 30px;
}

.comments-area .comment-list .comment-metadata {
    top: 45px;
    left: 80px;
}

.comments-area .form-submit input[type="submit"] {
    padding: 10px 20px;
    border: 1px solid #333;
    background: #fff;
}

.contents {
    margin: 10px 0;
    padding: 0;
    background: none;
}

.articleList .articleList__item .article-category .list-label {
    padding: 0;
    background: none;
    font-size: 1.1rem;
    color: #7f8489;
}

.articleList .articleList__item .article-category .list-label:before {
    position: unset;
    display: inline-block;
    width: 10px;
    font-weight: 900;
    text-align: left;
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
}

.articleList .articleList__item .article-category .list-label a {
    color: #7f8489;
}

.widgetSearch {
    overflow: hidden;
    background: transparent;
    border: 4px solid #000;
    border-radius: 50px;
}

.header {
    background-color: transparent;
}

.header .container {
    padding: 0;
    background: var(--headbg-color);
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
    margin-top: 30px;
}

.header .headerImage {
    min-height: 250px;
}

.header .headerImage img {
    width: 100%;
    height: auto;
}

.header .headerInfo {
    z-index: 1;
    display: block;
    padding: 0;
    transition: all .3s ease;
    border-bottom: 4px solid #000;
}

.header .gNavList > li {
    margin: 0;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.header .headerImage + .siteInfo {
    position: absolute;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
}

.header .siteInfo {
    bottom: 56px;
    left: 0;
    color: #fff;
    background: var(--headbg-color);
    padding: 30px;
    border-radius: 0;
}

.header .siteInfo__logo {
    margin-bottom: 8px;
}

.header .siteInfo:last-child {
    bottom: 0;
}

.headerDesc {
    background: none;
    color: #fff;
}

.header .gnav {
    background: var(--key-color);
    text-align: center;
    border-top: 4px solid #000;
}

.header .nav__drawers {
    margin: 0 auto;
}

.footer {
    padding: 0;
    background: none;
    margin-bottom: 60px;
}

.footer > .container + .container {
    border-top: none;
}

.footer .siteInfo {
    display: flex;
    margin: 15px 0 0;
    color: var(--key-color);
    align-items: flex-end;
}

.header-notice {
    border: 4px solid #000;
    margin: 10px auto 0;
}
@media (min-width: 992px) {
    .header-notice {
        max-width: calc(100% - 3vw);
    }
}
@media (min-width: 1200px) {
    .header-notice {
        max-width: 1200px;
    }
}
@media (max-width: 991.98px) {
    .header-notice {
        max-width: calc(100% - 5vw);
    }
}

.mainVisual {
    display: none;
}

.articleHeader__title {
    border-bottom: 5px solid #000;
    padding: 10px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    background: none;
    color: #000;
    margin-bottom: 30px;
}

.articleHeader__title:after {
    content: "";
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top: 14px solid #000;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.articleHeader__title a {
    color: #000;
}

.articleFooter__tag {
    margin: 5px auto 10px 0;
}

.articleBody img.alignleft {
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}

.articleBody img.alignright {
    margin-left: 20px;
    margin-top: 20px;
    float: right;
}

.articleBody img.aligncenter {
    display: block;
    margin: 20px auto;
}

.articleBody h2:not([class]) {
    margin: 40px 0 15px;
    padding: 15px !important;
    background: none !important;
    font-size: 2.3rem;
    font-weight: bold;
    border-bottom: 4px dotted var(--key-color);
    color: var(--key-color) !important;
    position: relative;
    border-radius: initial !important;
}

.contentsHeader {
    padding: 0 0 10px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    background: none;
}

.btnComment {
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 1.2rem;
}

.btnComment i {
    margin: 0 5px 0 0;
}

.page-top-breadcrumbs .page-bottom-breadcrumbs {
	margin: 0 auto;

}
.page-top-breadcrumbs{
	max-width: 1200px;
	margin: 10px auto;
	background: #fff;
	border: 4px solid #000;
	padding: 16px;
}
.page-bottom-breadcrumbs{
	max-width: 1200px;
	margin: 10px auto;
	background: #fff;
	border: 4px solid #000;
	padding: 16px;
}

@media ( max-width: 1260px ) {
	.page-top-breadcrumbs, .page-bottom-breadcrumbs{
		max-width: calc(100% - 3vw);
	}
}

@media (min-width: 992px) {
    .header {
        font-size: 1.2rem;
    }

    .header .gnav {
        color: #fff;
    }

    .header .gNavList > li + li {
        margin-left: 40px;
    }

    .contents .container .side {
        max-width: 350px;
        padding: 20px;
        border-left: 4px solid #000;
    }
}

.contents > .container, .footer > .container {
    border: 4px solid #000;
}

.main {
    width: 100%;
    max-width: none;
    padding: 20px;
}

.container .main aside.widget-area {
    padding: 0 10px;
}

.breadcrumbs_wrapper {
    margin-bottom: 10px;
}

.breadcrumbs_wrapper .container {
    background: #fff;
    border: 4px solid #000;
}

.pagetop {
    border-width: 2px;
}

.pagetop svg:not(:root).svg-inline--fa {
    color: #000;
}

@media (max-width: 991.98px) {
    .contents > .container, .footer > .container, .header-notice, .breadcrumbs_wrapper .container {
        border-right: none;
        border-left: none;
        max-width: none;
    }

    .header .headerImage {
        min-height: 100px;
    }

    .header .headerInfo {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: flex-start;
    }

    .header .siteInfo {
        top: 15px;
        bottom: auto;
        left: 15px;
    }

    .header .siteInfo__logo {
        font-size: 3rem;
    }

    .header .siteInfo__desc {
        display: none;
    }

    .headerDesc {
        display: none;
    }

    .articleHeader__info {
        display: block;
    }

    .widget-area .widget {
        padding: 0;
    }

    .header .siteInfo {
        top: 0;
        left: 0;
        padding: 10px;
        position: relative;
        width: 100%;
        border-right: none;
        border-bottom: 4px solid #000;
        background: var(--headbg-color);
    }

    .header .headerImage + .siteInfo {
        border-right: none;
    }

    .header .siteInfo:last-child {
        bottom: auto;
    }

    .header .gnav,
    .header .container,
    .header .gNavList > li .sub-menu {
        border: none;
    }

    .header .container {
        margin: 0;
        max-width: none;
    }

    .header .nav__drawers .gNavList > li .sub-menu {
        border: none;
    }

    .header .gNavList > li > .sub-menu:before {
        display: none;
    }

    .contents > .container .main {
        border: none;
        padding: 20px 0;
    }

    .contents > .container,
    .footer > .container,
    .header-notice {
        border-right: none;
        border-left: none;
    }

    .container .main aside.widget-area,
    .articleContainer {
        padding: 0;
    }

    .container .side {
        border: 0;
        padding: 0;
    }

    .profile__avatar img {
        width: inherit;
    }
	.page-top-breadcrumbs, .page-bottom-breadcrumbs {
		max-width: 100%;
		background: #fff;
		border-top: solid 4px #000;
		border-bottom: solid 4px #000;
		border-left: none;
		border-right: none;
		padding: 8px 40px;
	}
}

@media (max-width: 575.98px) {
    .contents > .container {
        padding: 0 10px 20px;
    }

    .container .main {
        padding: 10px 0 0;
    }

    .articleHeader__title {
        font-size: 2.2rem;
    }

    .footer .siteNavList--footer {
        padding-top: 0;
    }

	.page-top-breadcrumbs, .page-bottom-breadcrumbs {
		max-width: 100%;
		background: #fff;
		border-top: solid 4px #000;
		border-bottom: solid 4px #000;
		padding: 8px 10px;
	}
}

@media (min-width: 992px) {
    .contents > .container {
        padding: 0;
    }
}

.header .siteInfo__desc {
    color: #000;
    letter-spacing: .1rem;
}

.adsArea .container {
    background: transparent;
}

.container + .adsArea .container {
    padding: 20px 0 15px;
}

.articleContainer .adsArea .container {
    background: transparent;
}

.main .blockTitle.left {
    text-align: left;
}

.main .blockTitle.left span {
    margin-left: 10px;
}

.main .blockTitle.left:after {
    left: 5%;
}

.blockTitle.center:before {
    content: none;
}

.blockTitle.center, .blockTitle.left,
.side .widget.widget_block h2,
.widget-title, .widgettitle {
    font-weight: bold;
    border: 4px solid #000;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    background: var(--key-color);
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 3px 3px 0 rgb(125 67 9 / 20%);
}

.blockTitle.center:after, .blockTitle.left:after,
.side .widget.widget_block h2:after,
.widget-title:after, .widgettitle:after {
    content: "";
    width: 13px;
    height: 13px;
    background: var(--key-color);
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
}

.header .gNavList > li .sub-menu {
    border: 4px solid #000;
    box-shadow: none;
}

.header .gNavList > li > .sub-menu:before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    position: absolute;
    background: #ffd94c;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.toc_block {
    padding: 20px;
    border: 4px solid #000;
    background: #f9f9f9;
    font-size: 1.4rem;
}

.toc_block .toc__caption {
    border-radius: 0;
    background: var(--key-color);
}

.widget_rss .widget-title a, .widget_rss .widgettitle a {
    color: #fff;
}

.header .gNavList > li .sub-menu {
    background: #ffd94c;
}

.header .gNavList > li .sub-menu > li a {
    color: var(--headnav-color);
}

.container-footer-area + .container-siteNavList .siteNavList--footer,
.container-footer-area + .container-siteNavList .siteNavList > .menu-item:first-child > a {
    border-top: none;
}
