@charset "UTF-8";

/*------------------------------------------------
リセット
------------------------------------------------*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
	/* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}




/*------------------------------------------------
ベース
------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
  }
}

a[href="javascript:void(0)"] {
  pointer-events: none;
}

h1,
h2,
h3,
h4 {
  line-height: 1.6;
}

.wrapper,
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.mainArea .wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainArea .wrapper {
    width: 90%;
  }
}


/* -------------------------------------------------
ヘッダー
------------------------------------------------- */
header .header_upper {
  height: 240px;
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 1099px) {
  header .header_upper {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  header .header_upper {
    height: auto;
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
}
header .header_logo {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1099px) {
  header .header_logo {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  header .header_logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    width: 50px;
  }
}
header .header_tool {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
header .header_tool_list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  header .header_tool_list {
    margin-bottom: 10px;
  }
}
header .header_tool_list li a {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
}
header .header_tool_list li img {
  display: block;
  width: 28px;
}
header .header_search {
  max-width: 300px;
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
  transform: scale(0.8);
  transform-origin: right top;
}
header .header_search input[type=text] {
  padding: 8px 48px 8px 8px;
  font-size: medium;
  max-width: 100%;
  border: none;
}
header .header_search input[type=submit] {
  color: transparent;
  width: 40px;
  height: 40px;
  background: url(../../img/icon_search.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header_search_add {
  background-color: #fff;
  position: fixed;
  top: 120px;
  left: 50%;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  padding: 60px 5%;
  z-index: 12;
  visibility: hidden;
  transform: translateX(50%);
  transition: 0.5s;
}
header .header_search_add.open {
  visibility: visible;
  transform: translateX(-50%);
}
header .header_search_add ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header_search_add li {
  width: 48%;
  border-bottom: 1px solid #ccc;
}
header .header_search_add li a {
  padding: 10px 8px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
header .header_search_add li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}
header .header_search_add_close {
  position: absolute;
  top: 10px;
  left: 5%;
  display: flex;
  cursor: pointer;
}
header .header_search_add_close img {
  width: 14px;
  margin-top: 3px;
  margin-left: 3px;
}
@media screen and (max-width: 1099px) {
  header .pc_nav {
    display: none;
  }
}
header .pc_nav ul {
  display: flex;
}
header .pc_nav li {
  width: 25%;
  position: relative;
}
header .pc_nav li::before {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
header .pc_nav li a {
  display: block;
  color: #222;
  font-size: 1.4rem;
  padding: 16px 5%;
  text-align: center;
}
header .pc_nav li:last-of-type::after {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header_name {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1099px) {
  header .header_name {
    font-size: 1.3rem;
  }
}
header .header_name p span {
  margin-left: 20px;
}


/* -------------------------------------------------
フッター
------------------------------------------------- */
footer {
  background-color: #F5F5F5;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    flex-direction: column;
    row-gap: 30px;
  }
}
footer .footer_nav {
  width: 320px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    width: 100%;
  }
}
footer .footer_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_sns {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    gap: 8px;
  }
}
footer .footer_sns p {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
footer .footer_sns p.magazine {
  width: auto;
  border-radius: 300px;
  aspect-ratio: initial;
  flex: 1;
}
footer .footer_sns p.magazine a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding-right: 12px;
}
footer .footer_sns p.magazine img {
  width: 50px;
}
footer .footer_store {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_store {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
footer .footer_store a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #222;
  border-radius: 5px;
  padding: 5px;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer ul li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
footer ul li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #222;
  margin-right: 6px;
}
footer .footer_info {
  display: flex;
  align-items: center;
  gap: 30px 8%;
  flex: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .footer_logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    width: 24%;
  }
}
footer .footer_address {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer .footer_address {
    font-size: 1.2rem;
  }
}
footer .footer_address span {
  font-size: 1.2rem;
}
footer .footer_address a[href^="tel:"] {
  font-family: "Zen Old Mincho", serif;
  color: #72B12D;
  font-size: 3.2rem;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_address a[href^="tel:"] {
    font-size: 2.4rem;
  }
}
footer .footer_address a[href^="tel:"]::before {
  content: "";
  width: 18px;
  aspect-ratio: 14/26;
  background: url(../../img/icon_tell.svg) center/contain no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer_address a[href^="tel:"]::before {
    width: 14px;
  }
}
footer .footer_address p:nth-of-type(2) {
  font-size: 1.2rem;
  padding-top: 6px;
  margin-top: 6px;
  border-top: 1px solid #ccc;
}
footer small {
  display: block;
  font-size: 10px;
  opacity: 0.2;
  margin-top: 20px;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  footer small {
    text-align: right;
    margin-top: 60px;
  }
}


.sp_nav_toggle {
  display: none;
}
@media screen and (max-width: 1099px) {
  .sp_nav_toggle {
    position: fixed;
    background-color: #222;
    color: #fff;
    line-height: 1;
    font-size: 1.1rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-radius: 0 5px 5px 0;
    left: 0;
    bottom: 40px;
    z-index: 10;
    cursor: pointer;
  }
}
.sp_nav_toggle span {
  display: block;
  width: 28px;
  height: 1px;
  background-color: #fff;
}

.sp_nav {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  overflow-y: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 80px;
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.3s;
}
.sp_nav.active {
  transform: initial;
  visibility: visible;
}
.sp_nav .tool_list {
  margin-bottom: 30px;
}
.sp_nav .tool_list li a {
  display: block;
  padding: 12px 5%;
  border-bottom: 1px solid #ccc;
}
.sp_nav .tool_list img {
  width: 24px;
  margin-right: 10px;
}
.sp_nav_search {
  border: 1px solid #888;
  border-radius: 5px;
  position: relative;
  transform: scale(0.8);
  transform-origin: left top;
}
.sp_nav_search input[type=text] {
  font-size: medium;
  padding: 8px 48px 8px 8px;
  max-width: 100%;
  border: none;
}
.sp_nav_search input[type=submit] {
  width: 40px;
  height: 40px;
  background: url(../../img/icon_search.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sp_nav_banner01 {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sp_nav_banner02 {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sp_nav_category {
  margin-top: 30px;
}
.sp_nav_category li {
  border-bottom: 1px solid #ccc;
}
.sp_nav_category li a {
  padding: 20px 8px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.sp_nav_category li a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  display: block;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  margin-right: 8px;
}
.sp_nav_close {
  width: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ccc;
  padding: 8px;
  display: flex;
  align-items: center;
}

/* -------------------------------------------------
ライトエリア
------------------------------------------------- */
#rightArea {
margin-top: 30px;
}

#rightArea dl.search dt {
   padding: 6px 8px;
}

#rightArea dl.search dt input {
    font-size: 1.4rem;
    font-weight: 400;
    width: 86%;
    line-height: 32px;
    display: block;
}

#rightArea dl.search dd button span {
    opacity: 0.4;
}

#rightArea .cp_ipselect.cp_sl01::before {
    top: calc(0.5em + 6px + 6px);
    right: 0.8em;
}

#rightArea .cp_ipselect.cp_sl01 select {
    text-align: left;
    padding: 14px 38px 14px 8px;
    color: #ccc;
}

#rightArea .cp_ipselect.cp_sl01 select option {
    color: #333;
}

#rightArea .titleText {
    border-bottom: 1px solid #888;
}

#placeholder {
  font-weight: 400;
  font-size: 1.4rem;
}

#rightArea ul a {
    list-style: none;
    text-align: left;
}

#rightArea ul li {
    display: flex;
    list-style: none;
    margin-left: 0;
    font-size: 1.4rem;
}

#rightArea ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 6px;
    flex-shrink: 0;
}




/* -------------------------------------------------
記事エリア
------------------------------------------------- */

#articleArea h2 {
background-color: #f5f5f5;
padding:20px 10px;
border-bottom: none;
border-left: 5px solid #c2c2c2;
}

#articleArea h3 {
padding-left:0;
padding-right:0;
margin-top: 60px;
font-weight:bold;
}

#articleArea #ContentsArea ul li {
    list-style-position: inside;
}

.articleList img:hover {
    transform: scale(1.02);
}

.articleList article a {
    display: flex;
    flex-direction: column;
}

.articleList article a:hover {
    background-color: transparent;
    color: #222;
}

.articleList h1 {
font-size:16px;
}

.articleList article a:hover img {
    transform: scale(1.02);
}

.articleList time {
    order: 3;
}

.articleList article p {
    font-size: 1.2rem;
    line-height:1.6;
    opacity: 0.7;
    margin-top: 5px;
}

.articleList figure {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

#articleTitle {
  padding-top: 0;
  border-top: none;
}

#articleArea img {
  margin-bottom: 10px;
}

#articleArea figcaption p {
    text-align: left;
    margin-bottom: 0;
font-size:13px;
line-height: 1.5em;
}

figcaption {
margin-top:10px;
}

#articleArea #author {
border:1px #ddd solid;
padding:20px 30px;
margin-top:40px;
}

#author p:nth-of-type(2),#author p:nth-of-type(3) {
font-size:13px;
}

#author #intoro {
font-size:13px;
margin-top:20px;
margin-right:0;
}

#articleArea aside figure:last-child {
margin-bottom: 0;
}

