@charset "utf-8";


/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/
/* topのみ表示 */
body:not(.body-home) .visible-top {
	display: none !important;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

.aside section.__block .__heading.__heading--default, .aside section.__block .__heading.__heading--custom {
	border-bottom: 1px solid #DDCBA4;
}

.aside section.__block.__block--login.__is-guest .__body .__login-link .__link {
	background-color: #166f75;
}

.c-heading-main {
	border-bottom: 1px solid #DDCBA4;
}

h2.__heading {
	border-bottom: 1px solid #DDCBA4;
}

.c-button-submit {
	background-color: #166f75;
}



/** header
===================================*/
/* ヘッダー周り */
.p-news-notifier > ul li.__item.__item--bgcolor-3 {
	background-color: #d0e3a0;
	background-color: #fff;
}

.c-news-label.c-news-label--color-3 {
	color: #fff;
	font-weight: bold;
	background-color: #82a546;
	background-color: #0d5257;
}

#site_header {
}

body:not(.body-home) .header {
	padding-bottom: 10px;
}

.headline {
	background-color: #0d5257;
	color: #fff;
}

.headline_inner {
	max-width: 1300px;
	padding-inline: 15px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-block: 8px;
}

.headline h1 {
	margin: 0;
	font-size: 16px;
}

.headline_links ul {
	gap: 20px;
	display: block プロパティによって gap の適用がブロックされています。
	display を block 以外に設定してみてください。
}

.headline_links ul li {
	display: flex;
}

.headline_links a {
	color: #fff;
}

.headline_links a::before {
}

.headline span {
	width: 1em;
}

.header_inner {
}

.header_main {
	padding: 15px 0;
	display: flex
;
	justify-content: space-between;
}

.logo {
	display: flex
;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #898989;
}

.logo a {
	color: #4b4948;
}

/* logo内のimg */
.logo img {
	width: 240px;
}

.header_right {
	display: flex;
	align-items: center;
}

.contact_info {
}

.phone_info {
	display: flex;
	align-items: center;
	font-size: 18px;
	gap: 20px;
}

.phone_info_item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.bussiness_info {
	display: flex
;
	align-items: center;
	font-size: 14px;
	gap: 5px;
}

.cart_icons {
	width: 50px;
	text-align: right;
	font-size: 30px;
	margin: 0;
}

.cart_icons span {
	font-size: 32px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cart_icons a {
}

.cart_icons a:hover {
	text-decoration: none;
}




/** drawer
===================================*/
.drawer_nav {
}




/** navi
===================================*/
#gnav {
}

.gnavi {
}

.gnavi > li {
}

.gnavi > li a {
}

.main_menu {
	padding-bottom: 10px;
	border-bottom: 5px solid #f7f7f7;
}

.main_menu_inner {
}

.main_menu_inner.flbox {
	justify-content: space-between;
	align-items: center;
}

.main_menu_box {
}

/* ul.main_menu_links に対する指定 */
ul.main_menu_links {
}

ul.main_menu_links.flbox {
	gap: 5px;
}

ul.main_menu_links > li {
}



ul.main_menu_links > li > a {
	padding: 20px 15px;
	padding: 10px 15px;
	min-width: 10em;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.4;
	background-color: #0d5257;
}

ul.main_menu_links > li > a:hover {
	opacity: 0.8;
	text-decoration: none;
	background-color: #1f767c;
}

.main_search_box {
}

.siteSearch {
}

.search_key_btn_wrap {
}

.search_key_btn_wrap.flbox {
}

.search_key_btn_wrap {
	position: relative;
}

.search_keyword {
	padding: 10px 45px 10px 15px;
	border-radius: 22px;
	border: 1px solid currentColor;
	min-width: 300px;
}

/* 複数classがあるボタン */
.__button {
}

.__button.c-button {
}

.__button.c-button span {
}

/* 検索アイコン画像 */
.__button.c-button span img {
}


.siteSearch .__button.c-button {
	position: absolute;
	border: 0;
	background: none;
	padding: 0;
	right: 0;
}

.siteSearch .__button.c-button span {
	display: block;
	padding: 4px 10px;
}

.siteSearch .__button.c-button span img {
	width: 30px;
}


/** eyecatch
===================================*/
.gnav-pc .__menu {
	margin: 0;
	max-width: unset;
	overflow: hidden;
}

.main_slider_wrap {
	position: relative;
}

.main_slider_wrap,
.main_slider {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.main_slider {
}

.swiper.main_slider {
	padding-bottom: 50px;
}

.main_slider .swiper-slide {
	width: 1024px;
	width: 500px;
}

.main_slider .swiper-slide a:hover img {
	opacity: 1;
}

.main_slider .swiper-slide img {
	filter: brightness(1);
	transition: 0.3s;
}

.main_slider .swiper-slide:not(.swiper-slide-active) img {
	filter: brightness(0.5);
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
	display: none;
}

.main_slider .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.main_slider .swiper-button-next {
	right: var(--swiper-navigation-sides-offset,20px);
	top: calc(50% - 25px);
}

.main_slider .swiper-button-prev img {
	transform: rotate(180deg);
}

.swiper.main_slider .swiper-pagination-bullet {
}

.swiper.main_slider .swiper-pagination-bullet-active {
}

.main_slider span.swiper-pagination-bullet {
	border-radius: 0;
	width: 24px;
	height: 5px;
}

.main_slider .swiper-pagination-bullet-active {
	background-color: #333;
}



/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
#footer {
}

#site_footer {
	margin-top: 60px;
}

.footer_menu_main {
	background-color: #0d5257;
	color: #fff;
}

/* ul.footer_links に対する指定 */
ul.footer_links {
	justify-content: center;
}

ul.footer_links.flbox {
}

ul.footer_links > li {
	width: calc(100% / 6);
	text-align: center;
}

ul.footer_links > li + li { 
	border-left: 1px solid #fff;
}

ul.footer_links > li a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 20px;
	display: block;
	font-weight: bold;
}

ul.footer_links > li a:hover {
	text-decoration: none;
	background-color: #1f767c;
}

.footer_contact {
	padding: 10px 0;
	display: flex;
	justify-content: flex-end;
}

.footer_contact .contact_info {
	justify-content: flex-end;
}

.footer_contact .phone_info {
}

.footer_contact .phone_info_item {
}

.footer_contact .bussiness_info {
}

.footer_menu_sub {
	background-color: #0d5257;
	color: #fff;
	padding: 10px 0;
	font-size: 13px;
}

/* ul.footer_menu_sub_links に対する指定 */
ul.footer_menu_sub_links {
	justify-content: center;
	gap: 20px;
}

ul.footer_menu_sub_links > li {
}

ul.footer_menu_sub_links > li a {
	color: #fff;
}

ul.footer_menu_sub_links > li a:hover {
}

.footer_inner {
}

.copyright_wrap {
	background-color: #f2f2f2;
	padding: 20px 0;
	font-size: 12px;
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

.footer {
	background: none;
}


/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** top
===================================*/
.top_brand {
	padding-bottom: 20px;
}

/* ul.top_brand_list に対する指定 */
ul.top_brand_list {
	gap: 20px;
	padding-top: 20px;
}

ul.top_brand_list > li {
	width: calc(100% / 5 - 20px * 4 / 5);
}

ul.top_brand_list > li a {
	display: block;
	border: 1px solid #ccc;
	border-width: 0.5px;
	padding: 20px 10px;
	border-radius: 8px;
	height: 100%;
}

ul.top_brand_list > li a:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

.logo_brand {
}

/* ロゴ画像 */
.logo_brand {
	display: block;
	height: 80px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}

.logo_brand img {
	max-width: 100%;
	max-height: 100%;
}

.logo_name {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 1.4;
}


/* 特集 */
.top_features {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.top_features_list {
	gap: 10px;
}

ul.top_features_list.flbox {
}

ul.top_features_list > li {
	width: calc(100% / 2 - 10px * 1 / 2);
}

ul.top_features_list > li a {
	display: block;
}

ul.top_features_list > li a:hover {
}

/* 各バナー画像 */
ul.top_features_list > li a img {
}

ul.top_features_list > li a:hover img {
}


@media (min-width: 1280px) {
  .p-product-block ul.__product li.__item {
	width: 20%; } 
}

.main.main--home section.__block.__block--news {
	margin-bottom: 60px;
}


/** page
===================================*/



/** product
===================================*/
.main.main--product-detail section.__block.__block--recommend {
	margin-top: 5em;
}


/** product_category
===================================*/
/* 売り切れ時の表示 */
.p-product-block ul.__product li.__item.__is-soldout a::after {
	margin: auto;
	content: "soldout";
	position: absolute;
	top: 4%;
	left: 2%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	width: 95%;
	aspect-ratio: 1/1;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}

.main.main--product-list section.__child ul li a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: from-font;
}

.main.main--product-list section.__child ul li a:hover {
	text-decoration: none;
}


/** single
===================================*/
.main.main--page-detail-1column section.__to-home, .main.main--page-detail-2column section.__to-home {
	margin-top: 50px;
}


/** category
===================================*/



/** search
===================================*/



/** faq
===================================*/
.faq_page {
	margin-bottom: 60px;
}

.faq_links_wrap {
	margin-bottom: 60px;
}

ul.faq_links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

ul.faq_links > li {
}

ul.faq_links > li > a {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 45px;
	padding: 1px 25px 1px 25px;
	border-radius: 88px;
	background: #ffffff;
	border: 1px solid #3e3e3e;
	color: #3e3e3e;
	font-size: 1.15rem;
	line-height: 1;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	width: 260px;
	justify-content: space-between;
}

ul.faq_links > li > a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: currentColor;
	line-height: 1;
	width: 12px;
	height: 12px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}

ul.faq_links > li > a:hover {
	background-color: #f7f7f7;
}

.faq_contents_wrap {
}

.main section.faq_section {
	padding-top: 150px;
	margin-top: -150px;
}

.main section.faq_section + .faq_section {
	margin-top: -100px;
}

h3.faq_sec_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	border-left: 1px solid currentcolor;
	padding-left: 20px;
}

dl.faq_box {
	border: 1px solid currentColor;
}

dl.faq_box + .faq_box {
	margin-top: 18px;
}

.faq_box .faq_icon {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	width: 1em;
	margin-right: 23px;
	text-align: center;
}

.faq_box .faq_icon.a_icon {
}

dl.faq_box dt {
	cursor: pointer;
	display: flex;
	padding: 15px 20px;
	background-color: #f7f7f7;
}

dt.faq_q {
  position: relative;
  transition: 0.3s;
}

dt.faq_q::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: calc(50% - 5px);
  position: absolute;
  right: 25px;
  transition: 0.3s;
}

dt.faq_q.active::after {
	transform: translateY(25%) rotate(315deg);
}

.faq_box .faq_icon.q_icon {
}

dt.faq_q .faq_q_info {
	flex-grow: 1;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
}

dt.faq_q .faq_q_info p {
}

dt.faq_q.active {
}

dt.faq_q.active .faq_q_info {
}

dl.faq_box dd {
	padding: 15px 22px 20px;
	display: none;
}

dd.faq_a {
  display: none;
}

dd.faq_a::after {
}

dd.faq_a.active::after {
}

.faq_box .faq_icon.a_icon {
}

.faq_a_inner {
  display: flex;
}

dd.faq_a .faq_a_info {
	flex-grow: 1;
	font-size: 15px;
	padding-top: 3px;
}

.faq_a_info p {
	line-height: 1.7;
	margin: 0;
}

.faq_a_info p + p {
	margin-top: 1em;
}

dd.faq_a.active {
	display: block;
}

dd.faq_a.active .faq_a_info {
}


/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.faq_page .page_title_l {
	  font-size: 20px;
	  margin-bottom: 30px;
}

.faq_links_wrap {
	margin-bottom: 40px;
}

ul.faq_links {
	gap: 12px;
}

ul.faq_links > li > a {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	padding: 1px 25px 1px 25px;
	border-radius: 88px;
	background: #ffffff;
	border: 1px solid #3e3e3e;
	color: #3e3e3e;
	font-size: 1.15rem;
	line-height: 1;
	text-decoration: none;
	font-size: 13px;
	text-align: left;
	width: 260px;
	justify-content: space-between;
}

h3.faq_sec_title {
	font-size: 17px;
	padding-left: 15px;
}

dl.faq_box + .faq_box {
	margin-top: 15px;
}

dl.faq_box dt {
	cursor: pointer;
	display: flex;
	padding: 13px 14px;
}

.faq_box .faq_icon {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	width: 1em;
	margin-right: 14px;
	text-align: center;
}

dt.faq_q .faq_q_info {
	flex-grow: 1;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 15px;
}

dt.faq_q::after {
	right: 14px;
	width: 10px;
	height: 10px;
}

dl.faq_box dd {
	padding: 14px 14px 18px;
	display: none;
}

dd.faq_a .faq_a_info {
	flex-grow: 1;
	font-size: 13px;
	padding-top: 0px;
}

.main section.faq_section {
	padding-top: 80px;
	margin-top: -80px;
}

.main section.faq_section + .faq_section {
	margin-top: -30px;
}

.faq_guide_box {
	margin-top: 50px;
	margin-bottom: -60px;
}

.faq_guide_box h2.page_title_l {
	font-size: 20px;
	margin-bottom: 30px;
}
}/* @media */




/** catalog
===================================*/
.main_cocatalog_archivelor {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 20px;
}

.catalog_box {
	width: calc(100% / 3 - 20px * 2 / 3);
	text-align: center;
}

.catalog_box > .background {
	background-color: #f7f7f7;
	padding: 15px;
}


.catalog_box > .background p {
	margin: 0;
}

.catalog_box > a.pdf-link {
}

.catalog_box > a.pdf-link:hover {
}

.catalog_box > a.pdf-link img {
}

.catalog_box > .background {
}

.background > a.pdf-name {
}

.background > a.pdf-name:hover {
}

.background > a.pdf-name > p.filename {
}

.background > a.pdf-name > p.filename > span.name {
}

.background > a.pdf-name > p.filename > span.download {
	color: #0d5257;
}

.background > p.pdf-size {
	font-size: 12px;
	padding-top: 10px;
}

.background > p.pdf-description {
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.main_cocatalog_archivelor {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 15px;
}

.catalog_box {
	width: calc(100% / 2 - 15px * 1 / 2);
	text-align: center;
}
} /* @media */



/** display
===================================*/
.display_page {
}

.display_item_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 15px ;
}

.display_item {
	width: calc(100% / 3 - 15px * 2 / 3 );
	text-align: center;
}

.display_item a {
}

.display_item img {
}

.display_item p {
	margin: 0;
	font-size: 14px;
	margin-top: 10px;
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.display_item_list {
}

.display_item {
	width: calc(100% / 2 - 15px * 1 / 2);
	text-align: center;
}
} /* @media */



/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1229px) {
.conteiner_l {
}

}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1129px) {
.conteiner_l {
}

}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1000px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}

h2.c-heading-main {
	border-top: 0;
	padding-left: 0;
}

.wrapper.wrapper--column-2 .__inner .aside {
	display: none;
}


/** tb-header
===================================*/
.header_main {
	flex-wrap: wrap;
}

.logo {
	width: 40%;
	gap: 0;
	font-size: 14px;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.main_menu_inner.flbox {
	gap: 10px;
}

ul.main_menu_links > li {
	width: calc(100% / 4 - 10px * 3 / 4);
}

.main_menu_box {
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.main_menu_links.flbox {
	gap: 5px;
	width: 100%;
	padding: 0;
}

ul.main_menu_links > li {
	width: calc(100% / 4 - 5px * 3 / 4);
}

.main_search_box {
	width: 100%;
}

.search_keyword {
	width: 100%;
}

ul.top_brand_list > li {
	width: calc(100% / 4 - 20px * 3 / 4);
}



/** tb-navi
===================================*/



/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/
ul.footer_links.flbox {
	gap: 1px;
	background-color: #fff;
}

ul.footer_links > li {
	width: calc(100% / 3 - 1px);
	text-align: center;
	background-color: #0d5257;
}

ul.footer_links > li + li {
	border: 0;
}


/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/
section.__block.__block--news {
	margin: 30px 0 50px;
}

.main.main--home section.__block.__block--news {
	margin-bottom: 50px;
}

.__block:has(.p-product-block ul.__product) {
	margin-bottom: 50px;
}


/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {

/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}

h2.c-heading-main {
	padding-inline: 15px;
}


/** sp-header
===================================*/
/* header */
.headline_inner h1 {
	text-align: center;
	width: 100%;
}

.site_header {
	transition: 0.3s;
}

.headline_links {
	display: none;
}

.logo {
	width: 100%;
	flex-direction: row;
	align-items: flex-end;
	gap: 10px;
}

.logo img {
	width: 160px;
}

.header_right {
	display: none;
}

.header .__banner .__wrap {
	display: flex
;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main_menu .container {
	padding: 0;
	overflow: hidden;
}

.siteSearch {
	padding: 0 10px;
}

ul.main_menu_links.flbox {
	justify-content: center;
	background-color: #0d5257;
}

ul.main_menu_links > li {
	width: fit-content;
}

ul.main_menu_links > li > a {
	padding: 10px 10px;
	font-size: 14px;
	min-width: unset;
	width: fit-content;
}


/** sp-navi
===================================*/



/** sp-eyecatch
===================================*/
.main_slider .swiper-button-next {
	display: none;
}

.main_slider .swiper-button-prev {
	display: none;
}


/** sp-contents_all
===================================*/



/** sp-side
===================================*/



/** sp-footer
===================================*/
ul.footer_links > li {
	width: calc(100% / 2 - 1px);
	text-align: center;
	background-color: #0d5257;
}

.footer_menu_sub {
	overflow: hidden;
}

.footer_menu_sub .container {
	overflow: auto;
}

ul.footer_menu_sub_links {
	flex-wrap: nowrap;
	width: max-content;
}

.phone_info_item {
	font-size: 17px;
}

.bussiness_info {
	font-size: 13px;
	gap: 5px;
}

/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/
.top_brand {
	padding-inline:15px;
}

.top_features {
	padding-inline:15px;
}



ul.top_brand_list {
	gap: 10px;
	padding-top: 20px;
}

ul.top_brand_list > li {
	width: calc(100% / 3 - 10px * 2 / 3);
}

.logo_brand {
	display: block;
	height: 60px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}

.logo_name {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin: 0;
}


/** sp-page
===================================*/



/** sp-product
===================================*/



/** sp-product_category
===================================*/



/** sp-single
===================================*/



/** sp-category
===================================*/
.p-product-block ul.__product li.__item a .__photo {
	padding-top: 100%;
}

.p-product-block ul.__product li.__item a .__photo img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	margin: auto;
}



/** sp-search
===================================*/



/** sp-404
===================================*/





}/* @media */




/*ご利用ガイド*/
section.__content-top {
    margin-bottom: 60px;
}

.__step.guide_block.guide_block_pay {
    margin-top: 60px;
}

.__step.guide_block {
    margin: 60px auto;
}

h2.__heading {
margin-bottom:14px;
}

.sec_line {
    text-indent: -1em;
    padding-left: 1em;
}

h3.guide__title {
    border-left: 4px solid #f2f2f2;
    padding: 2px 10px;
}

li.guide_list_item {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
}

table.__table.c-table-dl p {
    margin-top: 0;
}

table.__table.c-table-dl p:last-of-type {
    margin-bottom: 5px;
}

/*Conceptページ*/
.concept_intro {
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
}

.concept_detail_content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin: 100px auto;
    align-items: center;
}

.concept_detail_content:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.concept_detail_img {
    width: calc(45% - 30px);
}

.concept_detail_img img {
    border: 1px solid;
    box-shadow: 30px 30px 1px #d4edda;
}

.concept_detail_ex {
    width: calc(55% - 30px);
}

.concept_detail_ex.c_odd {
    padding-left: 20px;
}

.concept_detail_ex h3 {
    border-bottom: 1px solid #507669;
    line-height: 2;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.concept_detail_ex h3::before {
    font-style: italic;
    font-weight: normal;
    font-size: 72px;
    position: absolute;
    bottom: -35px;
    left: -4px;
    color: #507669;
}

.concept_detail_ex h3.ttl_c_1::before {
    content: "1";
}

.concept_detail_ex h3.ttl_c_2::before {
    content: "2";
}

.concept_detail_ex h3.ttl_c_3::before {
    content: "3";
}

.concept_detail_ex h3.ttl_c_4::before {
    content: "4";
}

.concept_detail_ex h3.ttl_c_5::before {
    content: "5";
}
.visible-pc{
        display: block;
    }
.visible-sp{
    display: none;
}
/*ヘッダーメニュー*/
.menu-icon {
    width: auto;
    height: 18px;
    object-fit: contain;
    align-items: center;
    padding-right: 5px;
}

/*======SP======================*/
@media (max-width: 767px) {
    .visible-pc{
        display: none;
    }
    .visible-sp{
        display: block;
    }
    .concept_intro {
        font-size: 15px;
    }
    .concept_detail_wrap {
        margin: 0 10px;
    }
    .concept_detail_content {
        flex-direction: column;
        gap: 20px;
        margin: 30px auto;
    }
    .concept_detail_content:nth-of-type(2n) {
        flex-direction: column;
    }
    .concept_detail_img {
        width: 100%;
        margin: 0 auto;
    }
    .concept_detail_img img {
        box-shadow: 10px 10px 1px #d4edda;
    }
    .concept_detail_ex.c_odd {
        padding: 0;
    }
    .concept_detail_ex {
        width: 100%;
    }
    .concept_detail_ex h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height:1.4;
        padding-left: 24px;
        letter-spacing: -0.5px;
    }
    .concept_detail_ex h3::before {
        font-size: 32px;
        left: -4px;
        bottom: -5px;
    } 
    .concept_detail_ex p {
        font-size: 14px;
    }
}