@charset "UTF-8";

#main_image_choose h2 br.sp{
 display: none;
}
@media (max-width: 767px) {
#main_image_choose h2 br.sp{
 display: block;
}
}

.about_title__type02.left{
 text-align: left;
	margin: 0 0 1rem;
	padding: 0px;
}
.parts_lead_s{
 margin: 0 0 1.5rem;
}


.choose_page .tableArea{
 margin: 0 0 2rem;
	padding: 0px;
}
.choose_page .tableArea .about_philosophy__sub-title{
  margin: 0 0 1.5rem;
}
.choose_page .tableArea .tableOuter{
 margin: 0px;
	padding: 0px;
}
.choose_page .tableArea .tableOuter table{
 margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}
.choose_page .tableArea .tableOuter table thead th{
 text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	background: #01a292;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	width: 13%;
}
.choose_page .tableArea .tableOuter table tbody th{
 text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	background: #01a292;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	width: 7%;
}
.choose_page .tableArea .tableOuter table tbody td{
 text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	background: #f1f5f6;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	width: 13%;
}
.choose_page .tableArea .tableOuter table tbody td img{
 height: 24px;
}
.choose_page .tableArea .tableOuter table tbody td .text{
 font-size: 14px;
	font-weight: normal;
}
.choose_page .tableArea .tableOuter table tbody td.h{
 text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 0px;
	background: #cbece8;
	color: #111;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FFF;
	width: 28%;
}
@media (max-width: 767px) {
	.choose_page .tableArea .tableOuter{
	 overflow-x: scroll;
	}
	.choose_page .tableArea .tableOuter table{
	 width: 900px;
	}
}


.choose_page .pointArea{
 margin: 0px;
	padding: 60px 0px;
	background: #FDF5E7;
}
.choose_page .pointArea .pointList {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.choose_page .pointArea .pointList .pontBox{
 margin: 0px 0px 15px 0px;
	padding: 20px 0px;
	border: 1px solid #000;
	background: #FFF;
	box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.3);
	width : -webkit-calc(33.3% - 10px) ;
   width : calc(33.3% - 10px) ;
}
.choose_page .pointArea .pointList .pontBox .index{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	color: #00700F;
	font-size: 20px;
	font-weight: bold;
}
.choose_page .pointArea .pointList .pontBox .img{
 margin: 0px 0px 20px 0px;
	padding: 0px 20px;
	text-align: center;
}
.choose_page .pointArea .pointList .pontBox .text{
 margin: 0px;
	padding: 0px 20px;
	text-align: left;
	font-size: 14px;
}
@media (max-width: 767px) {
	.choose_page .pointArea .pointList {
			margin: 0px;
			padding: 0px;
			display: block;
}
.choose_page .pointArea .pointList .pontBox{
 margin: 0px 0px 20px 0px;
	width : auto;
}
}

.choseListOuter{
 padding: 60px 0px 0px;
}
.choseListOuter .chooseListArea{
 margin: 0px 0px 60px 0px;
}
.choseListOuter .chooseListArea .chooseList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.choseListOuter .chooseListArea .chooseList .chooseBox{
 margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #000;
	background: #FFF;
	box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.3);
	width : -webkit-calc(33.3% - 10px) ;
 width : calc(33.3% - 10px) ;
	border-radius: 20px;
	overflow: hidden;
}
.choseListOuter .chooseListArea .chooseList .chooseBox a{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.choseListOuter .chooseListArea .chooseList .chooseBox a .img{
  width: 35%;
		margin: 0px;
 }
	.choseListOuter .chooseListArea .chooseList .chooseBox a .text{
  width: 65%;
		margin: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #00700F;
		font-size: 18px;
		font-weight: bold;
 }
	
	@media (max-width: 767px) {
.choseListOuter .chooseListArea .chooseList{
			margin: 0px;
			padding: 0px;
			display: block;
}
.choseListOuter .chooseListArea .chooseList .chooseBox{
 margin: 0px 0px 20px 0px;
	width : auto;
}
}

  /* ===== メインコンテンツ ===== */
		:root {
    --primary: #2E7D87;
    --primary-light: #E8F5F6;
    --primary-mid: #4FA8B3;
    --accent: #F4A042;
    --accent-light: #FEF3E2;
    --dark: #1A2E34;
    --text: #333;
    --text-muted: #666;
    --bg: #F7FAFB;
    --white: #fff;
    --border: #D6EAEC;
    --shadow: 0 2px 12px rgba(46,125,135,0.09);
    --radius: 10px;
  }
		
  .choseSectionList {
    padding: 100px 0px 0px;
  }

  /* ===== セクション ===== */
  .choseSectionList .section {
    margin-bottom: 48px;
  }
		.choseSectionList .section:last-of-type {
		 margin-bottom: 0px;
		}
  .choseSectionList .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    /*border-bottom: 2px solid var(--primary);*/
  }
  .choseSectionList .section-title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: calc(45 / 30);
    color: #006900;
				margin: 0px 0px 10px 0px;
  }
  .choseSectionList .section-desc {
    font-size: 16px;
    color: var(--text-muted);
    margin-top: 2px;
  }

  /* ===== カテゴリブロック ===== */
  .choseSectionList .cat-block {
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .choseSectionList .cat-head {
    background: #01a292;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .choseSectionList .cat-head .img{
		  width: 150px;
				border-radius: 10px;
				overflow: hidden;
				aspect-ratio:3/2;
		}
  .choseSectionList .cat-head .img img{
				 width: 100%;
					height: 100%;
					object-fit: cover;
				}
  .choseSectionList .cat-head-title {
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
				width : -webkit-calc(100% - 160px) ;
   width : calc(100% - 160px) ;
			display: block;
  }
  .choseSectionList .cat-links {
    padding: 15px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 6px 12px;
  }
  .choseSectionList .cat-links a {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    text-decoration: none;
    color: var(--text);
    font-size: 16px;
    padding: 5px 4px;
    border-radius: 5px;
    transition: background 0.15s, color 0.15s;
    line-height: 1.45;
  }
  .choseSectionList .cat-links a::before {
    content: '▶';
    color: #01a292;
    font-size: 10px;
    margin-top: 3px;
    flex-shrink: 0;
  }
		.choseSectionList .accent-block .cat-links a::before {
		 color: #e66900;
		}
  .choseSectionList .cat-links a:hover {
    opacity: 0,8;
  }

  /* ===== アクセントブロック（おすすめ） ===== */
  .choseSectionList .accent-block {
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .choseSectionList .accent-head {
    background: #e66900;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .choseSectionList .accent-head .img{
		  width: 150px;
				border-radius: 10px;
				overflow: hidden;
				aspect-ratio:3/2;
		}
		  .choseSectionList .accent-head .img img{
				 width: 100%;
					height: 100%;
					object-fit: cover;
				}
  .choseSectionList .accent-head-title {
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
				display: block;
				width : -webkit-calc(100% - 160px) ;
   width : calc(100% - 160px) ;
  }



  /* ===== 2カラムサブ ===== */
  .choseSectionList .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  @media (max-width: 640px) {
  		.choseSectionList .two-col { grid-template-columns: 1fr; }
  		.choseSectionList .cat-links { grid-template-columns: 1fr; }
				
				
			.choseSectionList .accent-head .img{
		  width: 100px;
		}
  .choseSectionList .accent-head-title {
				width : -webkit-calc(100% - 110px) ;
   width : calc(100% - 110px) ;
  }
		  .choseSectionList .cat-head .img{
		  width: 100px;
		}
  .choseSectionList .cat-head-title {
				width : -webkit-calc(100% - 110px) ;
   width : calc(100% - 110px) ;
  }
				
  }