@charset "utf-8";
/* CSS Document */
	body {
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}
	a{
		text-decoration: none;
		color: #555555;
	}
	ul{
		padding: 0;	
	margin: 0;}

	.pc{
		display: block;
	}
	
	.main{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.main h1{
		font-size: 1.5rem;
	}
	.main p{
		text-align: left;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	
	.main-txt{
		width: 80%;
		margin: auto;
	}

	 .swaddle_navi{
		 width: 70%;
		max-width: 900px;
		 margin: 0 auto;
	 }
	
	
	 .navi-ul {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr);
}

    .navi-li {
    display: block;
    padding: 10px 30px 5px 8px;
    position: relative;
    border-bottom: 1px solid #a5b3d7;
    margin: 20px 5px;
    font-size: 17px;
}
	.navi-li::after {
    font-size: 14px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #a5b3d7;
    border-right: 2px solid #a5b3d7;
    transform: rotate(135deg);
    box-sizing: border-box;
}
	.navi-li a{
		color: #555555!important;
		font-weight: 700;
	}
	


a.jump_point {
    height: 1px;
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
	
	
	
	.midashi-h2{
	font-size: 1.7rem;
    letter-spacing: 2px;
    color: #555555;
    line-height: 1.8;
    text-align: center;
	padding: 0;
	margin: 0;
}	
	.midashi-h2 span{
	color: #c5d2eb;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.7rem;
}
	
		.midashi-h3{
	font-size: 1.4rem;
    letter-spacing: 2px;
    color: #555555;
    line-height: 1.8;
    text-align: center;
	padding: 0;
	margin: 0;
	margin-top:50px;
}	
	.midashi-h3 span{
	color: #c5d2eb;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 1.4rem;
}
	
	/*------ スライダーの横幅 ------*/
		.slider {
			width: 100%;
			margin: 0 auto;
			max-width: 980px;
		}
	


		/*------ スライダー画像 ------*/
		.slider img {
			width: 100%;
		}

		/*-------- 高さ調整 ----------*/
		.slider .slick-slide {
			height: auto !important;
			margin: 0 5px !important;

		}

		/*次のスライドをチラ見せの時*/
		.slider .slick-list {
			padding: 0 10% 0 0 !important;
		}


		/*---------- 矢印 ----------*/
		.slider .slick-next {
			right: 10px !important;
			display: none;
		}

		.slider .slick-prev {
			left: 10px !important;
			display: none;
		}

		.slider .slick-arrow {
			width: initial !important;
			height: initial !important;
			z-index: 2 !important;
			display: none;
		}

		.slider .slick-arrow:before {
			font-size: 30px !important;
			display: none;
		}
	
	
	
		/*------ スライダー(1個見せ)の横幅 ------*/
		.trend {
			width: 100%;
			margin: 0 auto;
			max-width: 980px;
		}

		/*------ スライダー(1個見せ)画像 ------*/
		.trend img {
			width: 100%;
		}

		/*-------- 高さ調整 ----------*/
		.trend .slick-slide {
			height: auto !important;
			margin: 0 5px !important;

		}

		/*次のスライドをチラ見せの時*/
		.trend .slick-list {
			padding: 0 10% 0 0 !important;
		}


		/*---------- 矢印 ----------*/
		.trend .slick-next {
			right: 10px !important;
			display: none;
		}

		.trend .slick-prev {
			left: 10px !important;
			display: none;
		}

		.trend .slick-arrow {
			width: initial !important;
			height: initial !important;
			z-index: 2 !important;
			display: none;
		}

		.trend .slick-arrow:before {
			font-size: 30px !important;
			display: none;
		}
	
	
	.rank-box{
		position: relative;
	}
	
	.rank1{
		background-color: #C5B562!important;
	}

		.rank2{
		background-color:#8B8B8B!important;
	}
	 .rankno {
        position: absolute;
        top: 3px;
        left: 3px;
        font-size: 30px;
        background-color: rgb(56, 66, 102);
		height: 40px;
		border-radius: 50%;
        color: rgb(255, 255, 255);
        padding: 2px 15px!important;
        margin: 0px;
    }
	
	
		/** ------------------------------------------------
  セレクトタブ
------------------------------------------------ **/

		.tab-wrap {
			display: flex;
			flex-wrap: wrap;
		}

		.tab-wrap:after {
			content: '';
			width: 100%;
			height: 0px;
			background: #fff;
			display: block;
			order: -1;
		}

		.tab-label {
			white-space: nowrap;
			text-align: center;
			padding: 1.5em;
			margin: 10px;
			order: -1;
			position: relative;
			z-index: 1;
			cursor: pointer;
			border-radius: 4px 4px 0 0;
			flex: 1;
			border: solid 1px #e8e4d8;
    color: #602e10;
    background: #f9f8f5;
    border-radius: 50px;
		}

		.tab-label:not(:last-of-type) {
			margin-right: 2px;
		}

		.tab-content {
			background: #fff;
			width: 100%;
			height: 0;
			overflow: hidden;
			opacity: 0;
		}

		/* アクティブなタブ */
		.tab-switch:checked+.tab-label {
			font-weight: 700;
			border: solid 1px #e8e4d8;
     background: #e8e4d8;
    color: #602e10;
    border-radius: 50px;
		}

		.tab-switch:checked+.tab-label+.tab-content {
			height: auto;
			/*overflow: auto;*/
			padding: 2em 0;
			opacity: 1;
			transition: .5s opacity;
			border: 0px solid #eee;
		}

		/* ラジオボタン非表示 */
		.tab-switch {
			display: none;
		}

		

		/* それぞれのグループのタブを独立させる */
		.tab-wrap-1 .tab-switch:checked+.tab-label+.tab-content {
			background: #d5e4e3;
			/* 1番目のタブグループの背景色 */
		}

		.tab-wrap-2 .tab-switch:checked+.tab-label+.tab-content {
			background: #f5e9dd;
			/* 2番目のタブグループの背景色 */
		}

		/*【セレクトタブ.ここまで 】*/



	.trend-box{
		margin: 10px;
	}
	.trend-box td{
		padding: 5px;
		align-content: flex-start;
	}
	.osusume{
		font-size: 1.3rem!important;
		text-align: center!important;
		font-weight: 700;
		color: #555555;
	}
	.bg-awasete{
		background-color: #f2f7ff;
		padding: 10px;
	}
	
		/*【アコーディオン 】*/
.accordion {
    width: 95%;
    max-width: 900px;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    color: #676767;
}
.accordion h3 {
color:#676767;
font-weight:700;
font-size: 1.5rem;
}

   /*.accordion-item {
      border-bottom: 1px solid #ccc;
    }*/

    .accordion-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      font-size: 2rem;
    letter-spacing: 0.15rem;
      cursor: pointer;
      background-color: #f3f7ff;
    }

    .accordion-title::after {
      content: '+';
      font-size: 24px;
      transition: transform 0.3s ease;
    }

    input[type="checkbox"] {
      display: none;
    }

    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      padding: 0 16px;
    }
 .accordion-content p{
      line-height: 150%; 
    }
    input[type="checkbox"]:checked ~ .accordion-title::after {
      content: '−';
    }

    input[type="checkbox"]:checked ~ .accordion-content {
      max-height: 800px; /* 十分な高さを設定 */
      opacity: 1;
      padding: 16px;
    }


	
@media screen and (max-width: 639px) {
	
	.main h1{
		font-size: 1.2rem;
	}
	.main p{
		text-align: left;
		margin: 0 auto;
		font-size: 0.9rem;
	}
	
.main-txt{
		width:100%;
		margin: auto;
	}
	
.midashi-h2 {
    font-size: 1.2rem;
}
	
		.midashi-h3{
	font-size: 1.1rem;
			margin-top: 0;
}	
	.midashi-h3 span{
    font-size: 1.1rem;
}
	
	

	
	
.swaddle_navi {
    width: 90%;
    margin: 0 auto;
}
.navi-li {
    font-size: 11px;
}	
	.container {
	margin-left: 0;
    }	
.tab-item {
    width: 80px;
	font-size: 0.8rem;
	margin:3px;
	font-size: 0.7rem;
}
	
.tab-item:hover {
	margin: 3px;
	font-size: 0.7rem;
    }
	
.tab-item.active {
	margin: 3px;
	font-size: 0.7rem;
    }
.tab-label {
    font-size: 0.7rem;
    white-space: nowrap;
    text-align: center;
    padding: 0.5rem;
    margin: 5px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    flex: 1;
    border: solid 1px #e8e4d8;
    color: #602e10;
    background: #f9f8f5;
    border-radius: 50px;
}	
.trend-box td {
    padding: 3px;
}	
	
		.osusume{
		font-size: 0.9rem!important;
		text-align: center!important;
		font-weight: 700;
		color: #555555;
	}
	
	
.accordion {
    width: 100%;

}
	
	.accordion h3 {
color:#676767;
font-weight:700;
font-size: 0.8rem;
}
   .accordion-title {

      padding: 10px;
  
    }
	
	
	.pc{
		display: none;
	}
}

