@charset "UTF-8";
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

figure,
table {
  margin: auto;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

.nolink {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

:root {
  /* 商品画像が表示される際の横幅に対する高さ比率、および表示方法 */
  --itemImageHeightRatio: 100%;
  --itemImageDisplayMethod: contain;
  --itemImageBackground: rgba(0, 0, 0, 0.03);
  font-size: 16px;
  --normalfont: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --boldfont: "Kumbh Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-family_: var(--normalfont);
  font-weight: normal;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  --defaultColor: #2d2d2d;
  color: var(--defaultColor);
  --defaultBackgroundColor: #fff;
  background: var(--defaultBackgroundColor);
  --defaultPointColor: red;
  --defaultImportantColor: #199032;
  font-size: 16px;
  font-family_: var(--boldfont);
  line-height: 1.5;
}

body.preventScroll {
  overflow-y: hidden;
}

.wrapper,
.classic {
  font-size: 16px;
  --normalfont: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --boldfont: "Kumbh Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-family_: var(--normalfont);
  font-weight: normal;
}

.classic,
.classic * {
  box-sizing: border-box;
}

.pointColor {
  color: var(--defaultPointColor);
}

.importantColor {
  color: var(--defaultImportantColor);
}

.bold {
  font-family_: var(--boldfont);
  font-weight: bold;
}

.linethrough {
  text-decoration: line-through;
}

img {
  border: 0;
  max-width: 100%;
}

img.c-inherit {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

a {
  transition: opacity 0.2s ease-out;
  text-decoration: none;
  outline: none;
  color: #000;
}

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #454545;
}

a:is h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
}

.forMobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .forMobile {
    display: block;
  }
}
hr {
  width: 100%;
  height: 0;
  border-top: 1px solid var(--defaultColor);
  opacity: 0.15;
  background: transparent;
}

h2 {
  padding: 0em 0em 0em 0.8em;
  color: #000;
  background: transparent;
  border-left: solid 5px #000;
  font-size: 120%;
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* パンくず */
.c-breadcrumb a {
  color: #333333;
  /* 一般的なリンクの色 */
  text-decoration: none;
  /* 下線を無効に */
}

.c-breadcrumb li:first-child a {
  color: inherit;
  text-decoration: none;
}

.c-breadcrumb ol {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.c-breadcrumb li {
  margin-right: 10px;
}

.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-breadcrumb ol {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: max-content;
	 min-width: 120vw;
  }

  .c-breadcrumb li {
    flex-shrink: 0;
  }
}


.c-pageTitle,
.c-sectionTitle {
  position: relative;
  font-size: 26px;
  line-height: 140%;
  font-weight: bold;
  font-family_: var(--boldfont);
}

@media screen and (max-width: 1024px) {
  .c-pageTitle {
    font-size: 20px;
    margin-top: 20px !important;
  }
  .c-sectionTitle {
    font-size: 20px;
  }
}
.l-content.isPage > *:not(:first-child) {
  margin-top: 30px;
}

.c-breadcrumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb + .c-breadcrumb {
  margin-top: 0 !important;
}

.c-breadcrumb > * {
  color: var(--defaultColor);
  position: relative;
  font-size: 14px;
  line-height: 100%;
  padding: 0.3em 0;
}

.c-breadcrumb > *:not(:last-child) {
  margin-right: 1em;
}

.c-breadcrumb > *:not(:first-child) {
  padding-left: calc(1em + 5px);
}

.c-breadcrumb > *:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: calc(50% - 2.5px);
  border-top: 1px solid var(--defaultColor);
  border-right: 1px solid var(--defaultColor);
  transform: rotate(45deg);
}

.l-content.isPage .c-breadcrumb + * {
  margin-top: 40px;
}

.l-main {
  width: calc(100% - var(--navigationSize));
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  left: 0;
  top: 0;
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  margin-top:3%;
  width: 100%;
  max-width: 1250px;
  position: relative;
  padding-left: var(--contentSidePadding);
  padding-right: var(--contentSidePadding);
}

.single .l-content.isPage {
	max-width: 800px;
}

@media screen and (min-width: 751px) {
.l-content{
margin-top:4%;		
}
}
@media screen and (max-width: 750px) {
  .l-content.isPage {
    padding_: 0 6vw;
	 padding: 0 4%!important;
  }
}
.c-drawer {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-drawer::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1025px) {
  .c-drawer {
    display: block !important;
    overflow-y: scroll;
    margin-top: 45px;
    position: relative;
    height: 100%;
    flex: 1;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .classic {
    --navigationSize: 100%;
    --navigationHeight: 60px;
    --contentSidePadding: 6vw;
    display: block;
  }
  .l-navigation {
    width: var(--navigationSize);
    height: var(--navigationHeight);
    min-height: 0;
    min-height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    padding: 0;
    background: var(--defaultBackgroundColor);
    display: block;
  }
  .l-navigation .c-drawer {
    display: none;
  }
  .l-main {
    width: 100%;
    height: auto;
    min-height: 0;
    min-height: 0;
    position: relative;
    left: auto;
    top: auto;
    padding-top: var(--navigationHeight);
    overflow-x: hidden;
  }
  .l-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-left: var(--contentSidePadding);
    padding-right: var(--contentSidePadding);
  }

  .c-drawer {
    display: none;
    width: 100%;
    height: calc(100vh - var(--navigationHeight));
    min-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: var(--defaultBackgroundColor);
    padding: 15px var(--contentSidePadding) 130px var(--contentSidePadding);
    position: relative;
  }
}
.column {
  width: 100%;
}

.column h2 {
  border-left: none !important;
  font-size: 110%;
  margin: 0.83em auto;
}

.column ul {
  display: flex;
  justify-content: space-between;
  margin: 0px !important;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.column li {
  list-style: outside none none;
  width: 33%;
  border: 1px solid #eeeeee;
  padding: 20px 15px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

.column li img {
  border: 1px solid #eeeeee;
  width: 100%;
}

.column li figure {
  width: 100%;
  aspect-ratio: 375 / 220;
  overflow: hidden;
}

.column li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.c-btn {
  margin-top: auto;
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  background: #eeeeee;
}

.column a {
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  .column h2 {
    font-size: 90% !important;
    text-align: left;
    line-height: 1.4em;
  }
  .column ul {
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .column li {
    list-style: outside none none;
    width: 48% !important;
    border: 1px solid #eeeeee;
    padding: 10px;
    margin: 0 5px 10px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .c-btn {
    font-size: 90%;
    padding: 10px 5px !important;
  }
}
.wai90 {
  margin: 0 auto;
  width: 95%;
  text-align: center;
}

.columnfree {
width: 100%;
}

.columnfree p {
/*   margin-bottom: 50px;
  margin-top: 30px; */
	margin: 20px auto;
  line-height: 1.6 !important;
}

p.kakoi {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px 10px 20px;
  line-height: 1.6;
  border: 1px #454545 dotted;
  margin-bottom: 50px;
  margin-top: 50px;
}
.columnfree h2 {
  margin: 50px auto 30px;
}

.columnfree h3 {
  background: #eee;
  padding: 10px 15px !important;
  margin: 50px auto 30px;
}

.article {
  padding: 0;
  margin-bottom: 40px;
}

.article img {
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 15px 0;
  vertical-align: bottom;
  border: 1px #eee solid;
  padding: 3px;
}

.article h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}

.article p {
  margin: 20px 0 0 0;
  line-height: 1.6;
}

.article::after {
  content: "";
  display: block;
  clear: both;
}

.pager {
  width: 100%;
}

.pager td {
  width: 50%;
  display: table-cell;
  text-align: right;
  border: 1px #eee solid;
  padding: 10px;
}

.pager th {
  width: 50%;
  display: table-cell;
  text-align: left;
  font-weight: normal;
  border: 1px #eee solid;
  padding: 10px;
}

.cell-linkl a {
  height: 100%;
  width: 100%;
  padding: 2px 5px;
  display: flex;
  align-items: left;
  justify-content: left;
}

.cell-linkr a {
  height: 100%;
  width: 100%;
  padding: 2px 5px;
  display: flex;
  align-items: right;
  justify-content: right;
}

.fa-angles-left {
  vertical-align: middle;
  line-height: 1.6em;
  margin-right: 15px;
}

.fa-angles-right {
  vertical-align: middle;
  line-height: 1.6em;
  padding-left: 15px;
  margin-right: 8px;
}

.toc-005 {
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: #fcfcfc;
}

.toc-005 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #454545;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}

.toc-005 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}

.toc-005 {
  border-radius: 3px;
  border: 1px #454545 dotted;
  margin: 30px 0 50px;
}

.toc-005 > ol {
  padding: 1em 1em 1em 3em !important;
  margin: 0;
}

.toc-005 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.toc-005 li {
  padding: 5px 0;
  font-weight: 600;
}

.toc-005 ol ol li {
  font-weight: 500;
  font-size: 0.9em;
}

.toc-005 a {
  color: #333;
  text-decoration: none;
}

a.mokuji {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

@media screen and (max-width: 960px) {
  .columnfree {
    width: 100%;
  }
  .columnfree p {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .article {
    padding: 0;
  }
  .article img {
    max-width: 100%;
    margin: 0 0px 10px 0;
  }
  .catch2 td {
    line-height: 1.2em !important;
  }
  .catch2 img {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 780px) {
  .pager td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .pager th {
    width: 100%;
    display: block;
  }
  .toc-005 {
    margin: 0px 0 30px !important;
  }
	p.kakoi {
     margin-bottom: 30px;
     margin-top: 20px;
	}
	.columnfree h2 {
	   margin-bottom: 20px;
     margin-top: 20px;
	}

	.columnfree h3 {
	  margin-bottom: 20px;
     margin-top: 20px;
	}
}
footer {
  margin-top: 80px;
}

.p-contactsec_title {
  position: relative;
  font-size: 26px;
  line-height: 140%;
  font-weight: bold;
  font-family_: var(--boldfont);
  text-align: center;
}
.p-contactsec_inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.p-contactsec_toptxt {
  color: #607d8b;
  background: #eff2f4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .p-contactsec_toptxt {
    font-size: 14px;
  }
}
.p-contactsec_form {
  margin-top: 50px;
}
.p-contactsec_form .itemrow {
  margin-bottom: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 780px) {
  .p-contactsec_form .itemrow {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-contactsec_form .itemrow.align-start {
  align-items: start;
}
.p-contactsec_form .itemrow.align-start .itemrow_head {
  margin-top: 10px;
}
.p-contactsec_form .itemrow_head {
  position: relative;
  min-width: 200px;
  max-width: 200px;
  font-size: 14px;
  font-family_: var(--boldfont);
  color: #2d2d2d;
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contactsec_form .itemrow_head.required::after {
  content: "必須";
  font-size: 11px;
  padding: 1px 5px;
  background-color: #ff3a3a;
  color: #fff;
  border-radius: 3px;
}
.p-contactsec_form .itemrow .inputbox {
  width: 100%;
  position: relative;
}
.p-contactsec_form .itemrow input,
.p-contactsec_form .itemrow textarea {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  font-size: 16px;
  font-family_: var(--boldfont);
  padding: 5px 20px;
  background-color: #eeeeee;
  border: 1px solid #dbdbdb;
  outline: none;
}
@media screen and (max-width: 780px) {
  .p-contactsec_form .itemrow input,
  .p-contactsec_form .itemrow textarea {
    font-size: 14px;
    height: 45px;
  }
}
.p-contactsec_form .itemrow textarea {
  height: 200px;
}
.p-contactsec_form .privacybox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .p-contactsec_form .privacybox {
    font-size: 14px;
  }
}
.p-contactsec_form .privacybox input {
  width: 20px;
  height: 20px;
}
.p-contactsec_form .privacybox a {
  text-decoration: underline;
  font-family_: var(--boldfont);
  color: #2d2d2d;
}
.p-contactsec_form .privacybox .mwform-checkbox-field-text {
  display: none;
}
.p-contactsec_form .privacybox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contactsec_form .error {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 13px;
  color: red;
}
.p-contactsec_form .formsubmit {
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.p-contactsec_form .formsubmit_btn {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  padding: 10px 60px;
  border: 1px solid #000;
  outline: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}




/*追加*/
.box-010 span {
    position: absolute;
    top: -15px;
    transform: translateX(-.3em) rotate(-5deg);
      padding: .5em 2em .5em 1.2em; /* ← 左だけ削る */
    border-right: 2px dotted rgb(0 0 0 / 10%);
    border-left: 2px dotted rgb(0 0 0 / 10%);
    /* box-shadow: 0 0 5px rgb(0 0 0 / 20%); */
    background-color: #dbe7e9a3;
    font-weight: 600;
	 white-space: nowrap;
}
.box-010 p {
    margin: 0;
}
	.box5-3{
		border:1px solid #333;
		 padding: 1.8rem 2rem 0.1em;
		position: relative;
		margin-bottom: 4%;
	}
	.shurui{
		padding: 2%;
    background: #eddcc0;
		display: inline-block;
	}
@media screen and (max-width: 767px) {
	.shurui{
		margin-top:-15px!important;
		margin-bottom:-15px!important;
	}
	.box5-3{
		padding: 1.0rem 1rem 0em!important;
	}
}	
	.box-title{
	background:#333;
	padding: 5px 10px;
	color:#fff;
	position: absolute;
	top:0;
		left:0;
	}
p.hukidashi {
position: relative;
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    background: #eddcc0;
    display: inline-block;
margin-top: 3%;
}
p.hukidashi:before {
position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
        border-width: 20px 10px 0 10px;
    border-style: solid;
    border-color: #eddcc0 transparent transparent transparent;
}

p.hukidashi:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
      border-width: 20px 10px 0 10px;
  border-style: solid;
    border-color: #eddcc0 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  p.hukidashi {
    display: inline-block;
    width: auto;
    padding: 0.5rem 0.8rem;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    line-height: 1.4;
  }

  p.hukidashi::before {
    bottom: -12px;
    transform: none;
  }

  p.hukidashi::after {
    display: none;
  }
}







@media screen and (min-width: 769px) {
.box-010 {
    position: relative;
    max-width: 100%;
    margin: 1.5em auto;
    padding: 2.5em 1.5em 1.5em;
    /* box-shadow: 0 2px 3px rgb(0 0 0 / 20%); */
    background-color: #ffffff;
    color: #333333;
    border: 1px #dcdcdc solid;
margin-right: 5px;
}	
}
@media screen and (max-width: 768px) {
.box-010 {
    position: relative;
    width: 100%;
    margin: 1.5em auto;
    padding: 2.5em 1.5em 1.5em;
    /* box-shadow: 0 2px 3px rgb(0 0 0 / 20%); */
    background-color: #ffffff;
    color: #333333;
    border: 1px #dcdcdc solid;
}
.block td  {
width: 100%!important;
display:block!important;
}
}	

.hikaku {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  hikaku-layout: fixed;
  color: #000;
}

.hikaku tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
.hikaku tr:nth-child(odd) td, 
.hikaku tr:nth-child(odd) th {
  background: #fff;
}
.hikaku thead{
  border-bottom: 5px solid #000;
}
.hikaku tr:last-child{
   border-bottom: none
}
.hikaku th,
.hikaku td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
.hikaku th,
.hikaku td {
background: #f4f4f4;
}

.hikaku th:last-child,
.hikaku td:last-child{
    border: none;
	width: 40%;
}
.hikaku tbody th {
    color: #000;
    width: 20%;	
}
.m80{  margin: 0 0 80px 0;}

.hikaku th, .hikaku td {
    text-align: center;
}


@media screen and (max-width: 768px) {
.c-breadcrumb{
padding-right:4%;		
}
.c-breadcrumb ol li{
line-height:1.5em;		
	}
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb li:not(:last-child) {
  white-space: nowrap;
}
.c-breadcrumb li:last-child {
  flex-basis: 100%;
  white-space: normal;
  word-break: break-word;
}	
}

/* 共通 */
.column-nav {
  border: 1px solid #e5e5e5;
}

.column-nav__item {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.6rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  box-sizing: border-box;
}

.column-nav__item:hover {
  background-color: #fafafa;
}

.column-nav .arrow {
  font-size: 1.2rem;
  line-height: 1;
}

/* スマホ：縦並び */
@media screen and (max-width: 767px) {
  .column-nav {
    display: block;
  }

  .column-nav__item {
    justify-content: space-between;
  }

  .column-nav__item + .column-nav__item {
    border-top: 1px solid #e5e5e5;
  }
}

/* PC：左右2カラム（画像どおり） */
@media screen and (min-width: 768px) {
  .column-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .column-nav__prev {
    justify-content: flex-start;
    border-right: 1px solid #e5e5e5;
  }

  .column-nav__next {
    justify-content: flex-end;
  }

  .column-nav__prev .arrow {
    margin-right: 1rem;
  }

  .column-nav__next .arrow {
    margin-left: 1rem;
  }
}


/*# sourceMappingURL=style.css.map */