@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/*blog_lpの関連記事一覧を非表示*/
.single-blog_lp .under-entry-content {
    display: none;
}

/*記事途中の1day講座バナー*/
.kijinaka_1day {
    margin: 1em;
	width:95%;
}
.kijinaka_micro {
    font-size: 90%;
    margin-bottom: 0.2em;
    color: #cd6952;
}
.kijinaka_bn{
	box-shadow: 1px 1px 4px 2px #d5cac7;
}

/*画面上部のおすすめ記事のスライダー*/
.osusume-slider {
 max-width:1300px;
    width: 90%;
    margin: 1em auto 50px;
	z-index:2;
	opacity: 0;
}

.osusume-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
	height: auto;
}
.osusume-slider .slick-list {
    margin: 0 -10px;
}
.osusume-slider .slick-prev,
.osusume-slider .slick-next {
    z-index: 10;
    position: absolute;
    top: 40%; /* 高さを中央に揃える */
    transform: translateY(-50%); /* 高さ調整 */
    width: 40px; /* 画像の幅に合わせる */
    height: 100px; /* 画像の高さに合わせる */
    background: none; /* 背景色を完全になくす */
    background-size: contain; /* 画像をボタンにフィットさせる */
    background-repeat: no-repeat;
    background-position: center;
    border: none; /* 枠線を削除 */
    outline: none; /* フォーカス時の枠を削除 */
    cursor: pointer;
    opacity: 1; /* 矢印の透明度 */
    font-size: 0; /* next/previousの文字を非表示 */
}
.osusume-slider .slick-prev {
    left: -45px;
    background-image: url('https://dhit.co.jp/blog/wp-content/uploads/2024/12/btn2.png');
}
.osusume-slider .slick-next {
    right: -45px;
    background-image: url('https://dhit.co.jp/blog/wp-content/uploads/2024/12/btn1.png');
}
.osusume-slider .slick-prev:hover,
.osusume-slider .slick-next:hover {
    opacity: 0.8;
}
/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
}

ul.dots-wrap {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0;
}
ul.dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    background: #e1e1e1;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #ffc9c9;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
@media screen and (max-width: 700px) {
.osusume-slider {
    width: 98%;
    margin: 0.8em auto 30px;
}
ul.dots-wrap li {
    width: 7px;
    height: 7px;
}
.osusume-slider .slick-prev,
.osusume-slider .slick-next {
display:none!important;
}
}

/**/
.cinderella-story.this-page {
    display: none;
}
.blog_author {
    width: 100%;
    padding: 1em;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-top: 2em;
    margin-bottom: 2em;
}
.blog_author-img {
    width: 149px;
    flex-shrink: 0;
    position: relative;
}
.blog_author-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: 0px 0px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.blog_author-contents {
    flex-grow: 1;
    margin-left: 15px;
}
.blog_author-name {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.blog_author-txt {
    font-size: 90%;
    line-height: 160%;
}
.blog_author-txt .x1 {
    margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
    .blog_author-img {
        width: 100px;
    }
    .blog_author-img img {
        width: 90px;
        height: 90px;
    }
}
.category #breadcrumb {
    display: none;
}
#wpadminbar,
#admin-panel {
    display: none;
}
.dh-box01 {
    background: #ffe1d5;
    padding: 1em;
}
@media screen and (max-width: 800px) {
.blog_author {
    display: block;
}
.blog_author-img {
	margin: 0 auto 10px;
}
.blog_author-img img {
    position: relative;
}
.blog_author-contents {
    margin: 0;
}
.blog_author-name {
    text-align: center;
}
}




/*--------------------------------------------------------------------------------------------------------------------------------

全体のサイズ調整

--------------------------------------------------------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}
html {
    margin-top: 0 !important;
    width: 100%;
}
body {
    font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    width: 100%;
}
#container {
    width: 100%;
    padding: 0;
    position: relative;
    background: linear-gradient(to bottom,
            #edffff,
            #faf3ff,
            #fff6fa,
            #ffffff);
	overflow: hidden;
}
#content {
    margin-top: 4em;
    padding-top: 0;
}
.single #content {
    margin-top: 2em;
}
.content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#content-in {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.single #content-in {
    max-width: 1100px;
}
#main {
    background: #ffffff00;
    width: 68%;
    margin: 0 1%;
    padding: 0.5em;
    position: relative;
    z-index: 1;
}
.single #main {
    background: #ffffff;
    padding: 0.5em 34px;
}
#sidebar {
    width: 29%;
    margin-right: 1%;
    padding: 0.5em;
    background: #ffffff00;
}
.single #sidebar {
    margin-top: 87px;
}
#footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #9E9E9E;
}
#footer-in {
    width: 100%;
}
.footer-bottom.fdt-up-and-down .footer-bottom-logo {
    display: block;
}
.footer-bottom-logo {
    float: none;
    position: relative;
    margin-bottom: 5em;
}
/* メディアクエリ */
@media screen and (max-width: 1023px) {
    #sidebar {
        display: block;
    }
}
@media screen and (max-width: 700px) {
    .single #main {
        padding: 0.5em 15px;
    }
}
@media screen and (max-width: 600px) {
    #content-in {
        flex-wrap: wrap;
        padding: 0;
    }
    #main {
        width: 100%;
        margin: 0;
    }
    #sidebar {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}
.breadcrumb {
    margin: 0em 0.4em;
}
/*--------------------------------------------------------------------------------------------------------------------------------

ページヘッダー（固定ページ、共通）

--------------------------------------------------------------------------------------------------------------------------------*/
.header-container {
    display: none;
}
.dh-header-logo {
    width: 200px;
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 100;
}
.dh-header {
    width: 100%;
    margin: 0 auto;
    background: white;
    position: relative;
}
.dh-header-after1 {
    content: "";
    height: 7px;
    background: linear-gradient(to right, transparent, #ff58b4, transparent);
    width: 100%;
}
.dh-header-after2 {
    content: "";
    position: absolute;
    width: 100%;
    height: 290px;
    background: white;
    z-index: 1;
}
.single .dh-header-after2 {
    content: "";
    position: absolute;
    width: 100%;
    height: 315px;
    background: white;
    z-index: 1;
}
.dh-header-back img {
    display: block;
    width: 105%;
    max-width: 1200px;
    margin: 0 auto;
    object-fit: cover;
    position: relative;
    left: -35px;
}
@media screen and (max-width: 600px) {
    .dh-header-logo {
        width: 120px;
    }
}
/*--------------------------------------------------------------------------------------------------------------------------------

投稿ページヘッダー

--------------------------------------------------------------------------------------------------------------------------------*/
.dh-header-single {
    background: #fff2f9;
}
/*--------------------------------------------------------------------------------------------------------------------------------

グランドナビ

--------------------------------------------------------------------------------------------------------------------------------*/
.dh-menu {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.dh-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    max-width: 1000px;
}
.dh-menu li {
    flex: 1;
    flex-basis: 25%;
    /* デフォルトで25%幅に設定 */
}
.dh-menu li a {
    display: block;
    padding: 15px 10px;
    color: #515151;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
}
.dh-menu li a:hover {
    opacity: 0.7;
}
.dh-menu .menu-dot {
    padding-right: 7px;
    font-size: 150%;
    position: relative;
    top: 2px;
}
.dh-menu .menu-dot1 {
    color: #67CBDC;
}
.dh-menu .menu-dot2 {
    color: #F79170;
}
.dh-menu .menu-dot3 {
    color: #F28EB9;
}
.dh-menu .menu-dot4 {
    color: #C9A7DC;
}
@media screen and (max-width: 600px) {
    .dh-menu ul {
        flex-wrap: wrap;
        border-bottom: 3px solid;
        border-image-slice: 1;
        border-width: 3px;
        border-image-source: linear-gradient(to right, transparent -6%, #ff58b4, transparent 106%);
    }
    .dh-menu li {
        flex-basis: 50%;
        /* 50%幅に変更 */
        flex-grow: 0;
        flex-shrink: 0;
    }
    .dh-menu li a {
        padding: 10px 10px 5px 10px;
    }
    .dh-menu ul::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -8%;
        width: 116%;
        height: 3px;
        background: linear-gradient(to right, transparent, #ff58b4, transparent);
    }
    .dh-menu ul::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 3px;
        height: 100%;
        background: linear-gradient(to bottom, transparent -6%, #ff58b4, transparent 106%);
    }
}
/*--------------------------------------------------------------------------------------------------------------------------------

モバイルフッターナビ

--------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
    .mobile-menu-buttons {
        display: none;
    }
}
/*--------------------------------------------------------------------------------------------------------------------------------

サイドバー

--------------------------------------------------------------------------------------------------------------------------------*/
.author {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 10px 0px;
}
.author-img img {
    width: 150px;
    margin: 0px auto 5px;
}
.author-name {
    font-size: 110%;
    margin-bottom: 5px;
}
.author-txt {
    color: #636363;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 170%;
}
.sns {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.sns ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.sns li {
    padding: 0 3px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    list-style: none;
    width: 40px;
    position: relative;
}
.sns li a {
    margin: 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ff638d;
    font-size: 30px;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-home:before {
    content: "\f015";
}

/*--------------------------------------------------------------------------------------------------------------------------------

サイドバー固定

--------------------------------------------------------------------------------------------------------------------------------*/
.side-cta {
    position: relative;
    margin: 2em 0 2em;
	text-align:center;
}
.side-cta-btn a {
    display: block;
    padding: 1em;
    background: #2dba12;
    width: 95%;
    margin: 0 auto;
    color: white;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #7d7d7d;
}
	.cta-img2 {
    position: relative;
}
.cta-img3 {
    position: relative;
    left: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 600px) {
.side-cta {
display:none;
}
}

/*----------------------文章やリンクの調整--------------------*/
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
.article p {
    line-height: 200%;
    margin: 0 0 1.5em;
    color: #414546;
    font-size: 15px;
}
ul li,
ol li {
    font-size: 15px;
}
img {
    /*画像下の空白を除去*/
    vertical-align: top;
}
@media screen and (max-width: 700px) {
    .article p {
        line-height: 200%;
        font-size: 14px;
    }
    ul li,
    ol li {
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .article p {
        line-height: 190%;
        font-size: 14px;
    }
    ul li,
    ol li {
        font-size: 14px;
    }
}
/*--------------------------------------------------------------------------------------------------------------------------------

カテゴリページ、タグページ、アーカイブページなど

--------------------------------------------------------------------------------------------------------------------------------*/
.entry-title, .archive-title {
    font-size: 24px;
    margin: 20px 1em;
    line-height: 1.3;
}
#list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px 23px;
}
#list .entry-card-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#list a {
    width: 100%;
    padding: 1em;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #cdcdcd;
    position: relative;
}
.category .cat-label {
    display: none;
}
@media screen and (max-width: 800px) {
    #list {
        gap: 10px 10px;
    }
    #list .entry-card-title {
        line-height: 145%;
    }
}
@media screen and (max-width: 500px) {
    #list .entry-card-title {
        font-size: 16px;
    }
}
.pagination-next a {
    border-radius: 30px;
    box-shadow: 1px 1px 5px #d1d1d1;
}
.pagination .current {
    background-color: #ffe4cc;
}
/*----------------------ブログカード--------------------*/
/*----------------------見出し--------------------*/
h1.entry-title {
    font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
    font-size: 1.3rem;
    margin: 20px 0;
    color: #3e3e3e;
}
@media screen and (max-width: 480px) {
h1.entry-title{
padding:0;
font-size:18px;
}
}
.article h2 {
    position: relative;
    padding: 0.5em;
    background: #a6d3c8;
    color: white;
    font-size: 140%;
}
.article h2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}
.article h3 {
    color: #6e6e6e;
    border: none;
    position: relative;
    padding-left: 25px;
    font-size: 125%;
}
.article h3:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #a6d3c8;
}
.article h3:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px #a6d3c8;
}
.article h4 {
    color: #4f4f4f;
    position: relative;
    padding-left: 25px;
    border: none;
    font-weight: normal;
    font-size: 105%;
    margin: 0.2em 0 1.1em;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px dashed #fabfa9;
}

.article h4::before {
    content: "\f5c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    left: -2px;
    top: 8px;
    color: #fabfa9;
    font-size: 1.2em;
}

/*----------------------フォント--------------------*/
.font0 {
    font-size: 200%;
}
.font1 {
    font-weight: bold;
}
.font2 {
    color: #ea4335;
    font-weight: bold;
}
.font3 {
    background: linear-gradient(transparent 80%, #fff070 50%);
    font-weight: bold;
    color: #000;
}
.font4 {
    color: #0eacc8;
}
.font5 {
    color: #ff45a2;
}
.font6 {
    font-size: 140%;
}
/*----------------------検索窓--------------------*/
#post-24 .article-header {
    display: none;
}
/*---------------------囲み線1-------------------*/
.box-normal {
    background: #d8f3ff;
    padding: 2em 3em;
    color: #666666;
    margin: 2.0em 0;
    font-size: 95%;
}
.box-normal-title {
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 105%;
}
.box-normal p {
    margin: 1em 0;
}
.article .box-normal ul li {
    margin: 0.5em;
}
/*---------------------囲み線　タイトル付き-------------------*/
.box-point {
    position: relative;
    border: 2px solid #ffd400;
    padding: 2.5em 2em 1.5em 1.5em;
   font-size: 95%;
}
.box-point-title {
    padding: 6px 25px;
    position: absolute;
    top: -12px;
    padding: 0.5em 3em;
    background-color: #ffd12a;
    color: #fff;
    line-height: 1em;
    font-size: 105%;
}
.box-point-content {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.box-point ul {
    margin-bottom: 3px;
}
.box-point ul li {
    font-size: 15px;
}

/*---------------------2025年～新フレーム-------------------*/
/*---------------------基本-------------------*/
.ichigo-frame {
    margin: 1em 0 2em;
    border: 2px solid #f4a0b6;
    padding: 1em 1.5em 0.5em;
    border-radius: 13px;
}
.ichigo-frame-title {
    font-size: 116%;
    font-weight: bold;
    color: #e66c8c;
    border-bottom: 1px dashed #f4a0b6;
}
.ichigo-frame-inner {
    padding: 1.1em 0 0.5em 0.5em;
}
.ichigo-frame-inner p {
    margin: 0;
    font-size: 95%;
}
.ichigo-titlenone .ichigo-frame-inner {
	padding: 0.5em 0 1.0em 0.5em;
}
/*---------------------リスト-------------------*/
.ichigo-frame-inner ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.ichigo-frame-inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 95%;
	margin-bottom: 8px;
}
.ichigo-frame-inner ul li::before {
    content: "•";
    font-size: 35px;
    color: #e66c8c;
    position: absolute;
    left: -3px;
    top: 0.28em;
    transform: translateY(-50%);
}

/*---------------------チェックリスト-------------------*/

.ichigo-frame-inner.frame-check ul {
  list-style-type: none; /* デフォルトのドットを消す */
  padding-left: 0;
  margin-bottom: 0;
}

.ichigo-frame-inner.frame-check ul li {
    position: relative;
    padding-left: 16px;
    font-size: 95%;
	margin-bottom: 8px;
}
.ichigo-frame-inner.frame-check ul li::before {
    content: "✓";
    font-size: 20px;
    font-weight: bold;
    color: #e66c8c;
    position: absolute;
    left: -7px;
    top: 0.7em;
    transform: translateY(-50%);
}
/*---------------------数字-------------------*/
.ichigo-frame-inner ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none; /* デフォルトの番号を消す */
  counter-reset: my-counter; /* カウンターをリセット */
}
.ichigo-frame-inner ol li {
    position: relative;
    padding-left: 20px;
    font-size: 95%;
    counter-increment: my-counter;
    margin-bottom: 8px;
}
.ichigo-frame-inner ol li::before {
    content: counter(my-counter) ".";
    position: absolute;
    left: -3px;
    font-weight: bold;
    color: #e66c8c;
    font-size: 1.3em;
    top: 0.75em;
    transform: translateY(-50%);
}

/*---------------------メロンタイトルあり-------------------*/
.melon-frame {
    margin: 2.2em 0 2em;
    padding: 2em;
    border: 1px solid #5ca8a4;
    border-radius: 11px;
    position: relative;
}
.melon-frame-title {
    color: #5ca8a4;
    position: absolute;
    top: -19px;
    left: 20px;
    background-color: white;
    padding: 5px 10px;
}
.melon-frame-inner {
    position: relative;
    z-index: 2;
}
.melon-frame p {
    margin-bottom: 0;
    line-height: 180%;
}
.melon-frame ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.melon-frame ul li {
    position: relative;
    padding-left: 24px;
    font-size: 95%;
	margin-bottom: 8px;
}
.melon-frame ul li::before {
    content: "•";
    font-size: 25px;
    color: #9ed1b1;
    position: absolute;
    left: -3px;
    top: 0.5em;
    transform: translateY(-50%);
}

/*---------------------シンプルグリーン-------------------*/
.simplegreen {
    padding: 2em 2em 1.8em;
    background-color: #eff8f8;
    border-radius: 11px;
    font-size: 95%;
    margin: 1em 0 2em;
}
.simplegreen p {
    margin-bottom: 0;
    line-height: 170%;
}
.simplegreen ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.simplegreen ul li {
    position: relative;
    padding-left: 16px;
    font-size: 95%;
    margin-bottom: 8px;
}
.simplegreen ul li::before {
    content: "•";
    font-size: 25px;
    color: #9ed1b1;
    position: absolute;
    left: -3px;
    top: 0.4em;
    transform: translateY(-50%);
}

/************************************
** 記事上CTA
************************************/
.top-line {
    position: relative;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 3em;
}

.top-line-btn a {
  display: block;
  padding: 1em;
  background: #2dba12;
  width: 95%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 1px 1px 4px #7d7d7d;
  text-decoration: none;
}

/* 画像ブロックのレイアウト（旧 .cta-img2 / .cta-img3 相当） */
.top-line-img2 {
  position: relative;
}
.top-line-img3 {
  position: relative;
  left: 10px;
  margin-top: 5px;
}

/* 必要ならSPで非表示（旧 .side-cta の挙動を踏襲） */
@media screen and (max-width: 600px) {
.top-line {
    max-width: 340px;
    margin: 0 auto 4em;
}
}















/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/