@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


.swiper {
width: 100%;
	height: 100%;
}

.swiper .swiper-slide .article_title {
    position: absolute;
    width: 100%;
    padding: 12px 14px 17px;
    bottom: 0;
    left: 0;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    z-index: 100;
    background: hsla(0, 0%, 100%, .9);
    line-height: 1.4;
    height: 5em;
}


.swiper-slide {
	height: auto !important;
}

.swiper-slide__inner {
	height: 100%;
}

.swiper-slide__inner--item a:hover{ 
	opacity:0.5;
	transition:0.3s;
}


.swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}


#header-in .tagline {
	display: block !important;
	margin-left: 0 !important;
}

#header-in {
	flex-direction: row;
    align-items: baseline;
}

.logo-header {
	width: 45%;
}

.cf7__list {
  //display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 65%;
    padding-top: 15px;
    margin: auto;
}

.cf7__list dd {
  width: 65%;
	margin: auto;
}

.cf7__list dt p {
	white-space: nowrap;
}


/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #E74C3C;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #afafaf;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
	margin: auto;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}


/*Cocoonのcat-label（カテゴリラベル）の位置と文字のカスタマイズ*/
.cat-label {
	top: 4%;
	left: 2.5%;
	line-height: 1.8;
	font-size: 0.67em;
	font-weight: 500;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




        .container {
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
        }

        .title {
            text-align: center;
            color: #2c3e50;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 40px;
            position: relative;
        }

        .title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            border-radius: 2px;
        }

        .structure-container {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .main-structure {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        .campaign-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border-left: 5px solid;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .campaign-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .official-campaign {
            border-left-color: #28a745;
        }

        .unique-campaign {
            border-left-color: #007bff;
        }

        .campaign-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .campaign-icon {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-right: 15px;
            color: white;
        }

        .official-icon {
            background: linear-gradient(135deg, #28a745, #20c997);
        }

        .unique-icon {
            background: linear-gradient(135deg, #007bff, #6610f2);
        }

        .campaign-title {
            font-size: 22px;
            font-weight: bold;
            color: #2c3e50;
        }

        .campaign-subtitle {
            font-size: 14px;
            color: #6c757d;
            margin-top: 5px;
        }

        .campaign-content {
            color: #495057;
            line-height: 1.6;
        }

        .feature-list {
            list-style: none;
            margin-top: 15px;
        }

        .feature-list li {
            padding: 8px 0;
            padding-left: 25px;
            position: relative;
        }

        .feature-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }

        .combination-section {
            background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border: 2px solid #ffc107;
        }

        .combination-title {
            font-size: 24px;
            color: #856404;
            font-weight: bold;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .formula {
            font-size: 20px;
            color: #495057;
            margin: 20px 0;
            padding: 20px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 10px;
            border: 2px dashed #ffc107;
        }

        .window-examples {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .window-card {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-top: 4px solid;
            transition: transform 0.3s ease;
        }

        .window-card:hover {
            transform: translateY(-3px);
        }

        .recommended {
            border-top-color: #ff6b6b;
        }

        .standard {
            border-top-color: #4ecdc4;
        }

        .limited {
            border-top-color: #95a5a6;
        }

        .window-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #2c3e50;
        }

        .window-content {
            font-size: 14px;
            color: #6c757d;
            line-height: 1.5;
        }

        .highlight {
           
            padding: 2px 6px;
            border-radius: 4px;
            color: #2d5016;
        }

        .arrow {
            text-align: center;
            font-size: 30px;
            color: #ffc107;
            margin: 20px 0;
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }

        @media (max-width: 768px) {
            .main-structure {
                grid-template-columns: 1fr;
            }
            
            .title {
                font-size: 24px;
            }
            
            .campaign-title {
                font-size: 20px;
            }
        }

/* 「新着記事」を非表示にするCSS */
div#list-wrap .list-new-entries {
  display: none;
}


 .mcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;

        }

        /* メインコンテンツエリア */
        .main-mcontent {
            font-family: Arial, sans-serif;
            background-color: #1a1a2e;
            color: #333;
            line-height: 1.6;

            background: white;

            overflow: hidden;

        }


        /* 記事コンテンツ */
 
        .article-title {
            font-size: 1.8rem;
            color: #2c3e50;
            margin-bottom: 15px;
            border-left: 4px solid #e74c3c;
            padding-left: 15px;
        }

        /* サイドバー */
        .msidebar {
            display: flex;
            flex-direction: column;
      /*      gap: 20px; */
			padding: 20px 0;
        }

.msidebar-widget a {
	text-decoration: none;
}

.line {
  padding-bottom: 5px;
  position: relative;
}
.line::before {
  background: #ff701e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.line:hover::before {
	color: #666666
  transform-origin: left top;
  transform: scale(1, 1);
}

        .widget-item {
            display: flex;
            gap: 15px; 
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ecf0f1;
        }

        .widget-item.lst {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .widget-thumbnail {
            width: 80px;
            height: 60px;
            background: #ecf0f1;
            border-radius: 4px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-mcontent: center;
            color: #95a5a6;
            font-size: 0.8rem;
        }

        .widget-item-title {
            font-size: 0.9rem;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 5px;
            line-height: 1.4;
        }


        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .mcontainer {
                grid-template-columns: 1fr;
                padding: 10px;
            /*    gap: 20px; */
            }

            .article-title {
                font-size: 1.4rem;
            }
        }
        .mcontent-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 0;
        }

.banner_img {
	margin-bottom: .5rem;
}

.banner_img img {
	border-radius: 10px;
}

        .mcontent-title {
            font-size: 26px;
            font-weight: bold;
            text-align: center;
}
.mcontent-title p {
	color:#333333;
}
.mcontent-section a {
	text-decoration:none;
}


        @media (max-width: 768px) {
         
            
            .mcontent-title {
                font-size: 14px;
            }
            
        }



.msidebar-widget a:hover, .mcontent-section a:hover {
	opacity:0.5;
	transition:0.3s;
}