@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: xwrite
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

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

body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.header {
    border-bottom: 1px solid #f2f2f2;
}

.headerImage {
    display: none;
}

.header .siteInfo__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 0;
    font-size: 1.1rem;
}

.header .siteInfo__desc i {
    margin-right: 5px;
}

.headerInfo.no-desc {
    padding: 0;
}

.blockTitle {
    margin-top: 10px;
    font-weight: bold;
}

.blockTitle.center::before {
    height: 2px;
}

.blockTitle.left {
    border-bottom: 2px solid var(--link-color);
    position: relative;
    background: #f9f9f9;
    padding: 6px 15px;
}

.blockTitle.left:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 2px;
    background: var(--key-color);
    content: "";
}


.widget-title, .widgettitle {
    border-bottom: 2px solid var(--link-color);
    position: relative;
    background: #f9f9f9;
    padding: 10px 15px;
}

.widget-title:before, .widgettitle:before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--key-color);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.footTitle, .widget.widget_block h2 {
    border-bottom: 2px solid var(--link-color);
    position: relative;
    background: #f9f9f9;
    padding: 10px 15px;
}

.widget.widget_block h2::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--key-color);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.footer .widget.widget_block h2 {
    background-color: transparent;
    border-bottom: 2px solid var(--foottxt-color);
}

.footTitle {
    position: relative;
    padding: 7px 15px;
    border-bottom: 2px solid var(--foottxt-color);
}

.footTitle::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--key-color);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.main .profile__name, .articleHeader__title {
    font-weight: normal;
}

.articleHeader__title {
    border-width: 1px;
    padding-bottom: 10px;
}

.articleHeader__info {
    margin: 0;
}

.toc_block {
    border: none;
}

.adsArea .container {
    background: transparent;
}

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

@media (min-width: 1260px) {
	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(50vw - 630px + var(--col--gutter--pc) + 10px );
		padding-left: calc(50vw - 630px + var(--col--gutter--pc) + 10px );
	}
}

@media ( max-width: 1260px ) {
	.page-bottom-breadcrumbs, .page-top-breadcrumbs {
		padding-right: calc(15px + 1.5vw);
		padding-left: calc(15px + 1.5vw);
	}
}

@media (max-width: 991.98px) {
    .header .siteInfo {
        padding: 5px 0;
    }

    .headerInfo.no-desc {
        padding: 15px 0;
    }

	.page-top-breadcrumbs, .page-bottom-breadcrumbs{
		padding: 8px calc(2.5vw + 15px);
		max-width: 100%;
	}
}

@media (max-width: 767px) {
    .home .contents .container {
        padding-top: 15px;
    }
}


