body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 4%;
}
.l-wrap {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.bg-white{
  background: #fff;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
.small {
  font-size: 90%;
}
.x-small {
  font-size: 80%;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px dashed #b1cdef;
  margin: 1rem 0;
}
.tal{
  text-align: left !important;
}
.tac{
  text-align: center !important;
}
.tar{
  text-align: right !important;
}
.fwb{
  font-weight: bold !important;
}
.mt0{
  margin-top: 0 !important;
}
.mt025e{
  margin-top: 0.25em !important;
}
.mt05e{
  margin-top: 0.5em !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mt15e{
  margin-top: 1.5em !important;
}
.mt2e{
  margin-top: 2em !important;
}
.mb-1e{
  margin-bottom: -1em !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb025e{
  margin-bottom: 0.25em !important;
}
.mb05e{
  margin-bottom: 0.5em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.mb15e{
  margin-bottom: 1.5em !important;
}
.mb2e{
  margin-bottom: 2em !important;
}
.p0{
  padding: 0 !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.df{
  display: flex;
}
.ws-nowrap{
  white-space: nowrap;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
.vh{
  visibility: hidden;
}
.tdn{
  text-decoration: none;
}
.maw680{
  max-width: 680px;
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
main{
  background: #fff9ef;
}
section:not(.kv):not(.mod_terms){
  padding: 1em;
}
section+section{
  margin-top: 3em;
}

.inner{
  padding: 1em;
  position: relative;
}
.inner.bd2{
  background: #fff;
  /* background: #fff9ef; */
  border: solid 2px #ccc;
  border-radius: 6px;
}


.inner h2{
  font-size: min(5vw, 24px);
  padding: 0.5em 2em;
  line-height: 1;
  color: #fff;
  background: #a27800;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -1.2em;
  left: -2px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.kv .cap{
  padding: 0.5em 1em 0;
}
.kv .anc-link{
  display: flex;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0 1em;
}
.kv .anc-link a{
  color: #fff;
  /* border: solid 1px #a27800; */
  background: #a27800;
  border-radius: 3em;
  font-weight: bold;
  padding: 0.75em 2.5em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.kv .anc-link a span{
  display: inline-block;
}
.kv .anc-link a:after {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.kv .anc-link-notice{
  display: flex;
  justify-content: center;
  color: #c00;
  margin-top: 0.5em;
  /* padding: 0 1em; */
}
@media screen and (min-width: 400px) {
  .kv .anc-link-notice br{
    display: none;
  }
}

/* 注意事項 */
.accordion {
  max-width: 600px;
  margin: 0 auto;
}
.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 1em;
  margin-top: 2px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.accordion div {
  color: #666;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 1em 0;
  transition: transform .5s, opacity .5s;
}
.accordion[open] div {
  transform: none;
  opacity: 1;
}
.accordion div p{
  display: flex;
}
.accordion div p+p{
  margin-top: 0.25em;
}
.accordion div p span{
  white-space: nowrap;
}

.fukidashi-ttl{
  font-weight: bold;
  margin: 0 auto 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(5.4vw, 30px);
  text-align: center;
  padding: 0 0.5em;
}
.fukidashi-ttl:before,.fukidashi-ttl:after {
    width: 3px;
    height: 1.25em;
    background-color: #d29200;
    content: '';
}
.fukidashi-ttl:before {
    transform: rotate(-35deg);
    margin-right: 0.75em;
}
.fukidashi-ttl:after {
    transform: rotate(35deg);
    margin-left: 0.75em;
}

/* button */
/*** floating ***/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
}
.floating-btn-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
}
.floating-btn a{
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 5px auto;
  border-radius: 10px;
  padding: 0.25em 1em;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floating-btn a:nth-of-type(1){
  width: 42%;
  background: #eb5505;
  border-color: #eb5505;
}
.floating-btn a:nth-of-type(2){
  width: 54%;
  background: #c04f15;
  border-color: #c04f15;
}
@media screen and (min-width: 769px) {
  .floating-btn a:nth-of-type(n+1){
    width: 48%;
  }
}
.floating-btn a:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.btn-secondary {
  color: #fff;
  font-weight: bold;
  font-size: min(6vw, 30px);
  display: block;
  border-radius: 400px;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  background: #eb5505;
}

.mod_account {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.mod_account .ttl {
  font-size: min(5vw, 22px);
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}
.mod_account .mod_account_txt{
  font-size: min(4.25vw, 20px);
  margin-bottom: 0.75em;
}
.mod_account .box {
  padding: 2rem 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin: 0 0.5rem;
}
.mod_account .box:nth-last-of-type(1){
  border-bottom: none;
}
.mod_account.sec002_adj01{
  padding: 0 1em;
  margin: 0 auto;
  /* border-color: #fff1d9; */
  border: none;
}
/* .light-yello-wrap{
  background: #fff9ef;
  padding: 1em 0;
  margin: 3em auto;
} */
.sec003 h3{
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: min(5vw, 26px);
}
.sec003 h3 span{
  font-size: 130%;
}
.sec003 h3 span i{
  font-size: 130%;
  color: #ca6214;
  font-style: normal;
}
.sec003 h4{
  font-size: min(5vw, 26px);
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.sec003-conditions{
  position: relative;
  padding: 1em 0.5em;
  border: solid 1px #ccc;
  border-radius: 8px;
  margin-top: 2em;
  text-align: center;
}
.sec003-conditions-ttl{
  display: inline-block;
  color: #fff;
  font-size: min(4.5vw, 22px);
  line-height: 1;
  /* padding: 0.5em 2em; */
  padding: 0.5em 0;
  width: 240px;
  background: #7f7f7f;
  border-radius: 1em;
  font-weight: bold;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
}

.sec003-conditions-link{
  /* background: #c04f15; */
  background: linear-gradient(0deg, #c04f15 0%, #e27b46 100%);
  color: #fff;
  font-size: min(4.75vw, 20px);
  font-weight: bold;
  line-height: 1.3;
  padding: 0.75em 2em;
  display: inline-block;
  margin: 0.5em auto;
  border-radius: 10px;
  position: relative;
  border: solid 1px #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.sec003-conditions-link:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 20px solid #eaae8d;
	border-bottom: 0;
	margin: 0.75em auto;
}
@media screen and (min-width: 769px) {
	.triangle{
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 30px solid #aaa;
	}
}

/* アコーディオン */
.accordion-plus {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
  .accordion-plus {
      width:82%
  }
}
.accordion-plus.active {
  padding-bottom: .5em
}
.accordion-plus .summary {
  display: block;
  position: relative;
  padding: 1em 2em 1em 2.8em;
  font-weight: bold;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  list-style: none;
}
.accordion-plus .summary::after,.accordion-plus .summary::before {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: .5em;
  top: 50%;
  background: #eb5505;
  border-radius: 1px
}
.accordion-plus .summary::before {
  transition: .2s;
  transform: rotate(90deg)
}
.accordion-plus.active .summary::before {
  transition: .2s;
  transform: rotate(0)
}
.accordion-plus .summary i {
  position: absolute;
  left: .4em;
  top: .6em
}
.accordion-plus .summary i:before {
  content: "Q";
  color: #fff;
  background: #eb5505;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.accordion-plus .ans-wrap {
  display: none;
  margin: 1.5em .5em 0;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  position: relative
}
.accordion-plus .ans-wrap:before{
  content: "";
  width: 100%;
  border-top: dashed 1px #ccc;
  position: absolute;
  top: -1.9em;
  left: 0;
}
.accordion-plus .ans-wrap:after {
  content: "A";
  color: #fff;
  background: #00b0f0;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -.1em;
  top: -1.2em;
  font-weight: bold
}
.accordion-plus p+p {
  margin-top: .25em
}
.accordion-plus p.faq-mt0 {
  margin-top: 0
}
.accordion-plus p:has(span) {
  display: flex
}
.accordion-plus p span {
  white-space: nowrap
}
.accordion-plus p a {
  color: #06a;
  position: relative
}
.accordion-plus p a:after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: solid 1px #06a;
  border-right: solid 1px #06a;
  position: absolute;
  margin-left: .25em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.sec004 .accordion-plus .summary, .sec004 .accordion-plus .summary{
  padding-left: 1em;
  font-weight: normal;
}
.sec004 .accordion-plus .ans-wrap:before, .sec004 .accordion-plus .ans-wrap:after{
  display: none;
}

.sec004 .accordion-plus .ans-wrap{
  margin: 0;
  padding: 0em 1em 1em;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .sec004 .accordion-plus .ans-wrap{
    padding-right: 1em;
  }
}
.spacer{
  width: 100%;
  height: 0;
  border-top: solid 1px #ccc;
  margin-bottom: 1em;
}

/* よくあるご質問 */
h2.h-line{
  line-height: 1;
  font-size: min(5vw, 24px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
h2.h-line span{
  white-space: nowrap;
  padding: 0 0.5em;
}
h2.h-line:before, h2.h-line:after{
  content: "";
  width: 2em;
  height: 0;
  border-top: solid 1px #333;
}

.sec005 h3{
  font-size: 1rem;
  margin: 0 auto 0.5em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .sec005 h3 {
    width: 82%;
  }
}
.sec005 h3:nth-of-type(n+2){
  margin-top: 1.5em;
}

.accordion-faq {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
  .accordion-faq {
      width:82%
  }
}
.accordion-faq.active {
  padding-bottom: .5em
}
.accordion-faq .summary {
  display: block;
  position: relative;
  padding: 1em 2em 1em 2.8em;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  list-style: none;
  font-weight: bold;
}
.accordion-faq .summary::after,.accordion-faq .summary::before {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: .5em;
  top: 50%;
  background: #eb5505;
  border-radius: 1px
}
.accordion-faq .summary::before {
  transition: .2s;
  transform: rotate(90deg)
}
.accordion-faq.active .summary::before {
  transition: .2s;
  transform: rotate(0)
}
.accordion-faq .summary i {
  position: absolute;
  left: .4em;
  top: .8em
}
.accordion-faq .summary i:before {
  content: "Q";
  color: #fff;
  background: #eb5505;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.accordion-faq .ans-wrap {
  display: none;
  margin: 0 0.5em 0;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  position: relative
}
.accordion-faq .ans-wrap:before{
  content: "";
  width: 100%;
  border-top: dashed 1px #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion-faq .ans-wrap:after {
  content: "A";
  color: #fff;
  background: #06a;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -.1em;
  top: 0.8em;
  font-weight: bold
}
.accordion-faq .ans-inner {
  padding-left: 1.3em;
}
.accordion-faq p+p {
  margin-top: .25em
}
.accordion-faq p.faq-mt0 {
  margin-top: 0
}
.accordion-faq p:has(span) {
  display: flex
}
.accordion-faq p span {
  white-space: nowrap
}
.accordion-faq p a {
  color: #06a;
  position: relative;
  overflow-wrap: anywhere;
}

.sec006{
  padding: 1em 0;
}
.contact-area{
  max-width: 560px;
  margin: 0 auto;
}

.scroll-top{
  display: none; /* 初期値 */
  z-index: 1;
}
.scroll-top a{
  display: block;
  background: rgba(162,120,0,0.8);
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  border-radius: 50%;
}
.scroll-top a:before{
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: calc(50% + 3px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 100px;
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}
.mod_footer .footer-requirements3{
  margin-bottom: 1em;
  font-size: 13px;
}
.mod_terms {
  background: #6C6C6C;
  margin-top: 0;
}
.mod_terms h5 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}