@charset "utf-8";

/*==============================================================================================
 静的ページ共通
==============================================================================================*/
#guideSection ul,
#guideSection ul li,
#guideSection ol,
#guideSection ol li{
  list-style-type: none;
}

#guideSection a:hover{
  color: #1b1b1b;
}

.fs-c-heading.fs-c-heading--page{
  display: none;
}

/**************************************
#guideSection
**************************************/
#guideSection {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  padding-top: 20px;
  color: #545454;
  font-size: 14px;
}

#guideSection .breadcrumbs ul li {
  display: inline-block;
  font-size: 11px;
}

#guideSection .breadcrumbs ul li:not(:last-child)::after {
  content: '/';
  padding: 0 5px;
}

.numberGuide {
  margin-bottom: 175px;
}

/**************************************
#twoColumnContents
**************************************/
#guideSection #twoColumnContents {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 260px;
}

#twoColumnContents #rightContents {
  display: block;
  width: 100%;
  counter-reset: guidesectionnumber;
  max-width: 740px;
}

#twoColumnContents #leftAnchorNav {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  counter-reset: leftnavnumber;
}

#twoColumnContents #leftAnchorNav.fixed {
  position: fixed;
  left: calc(50% - 500px);
}

/**************************************
#twoColumnContents #leftAnchorNav
**************************************/

#leftAnchorNav > ol > li > a {
  width: 260px;
  height: 65px;
  margin: 0 10px 10px 0;
  /* background-color: #545454; */
  border: 1px solid #545454;
  border-radius: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* color: #fff; */
  font-weight: bold;
}

#leftAnchorNav > ol > li > a:hover {
  opacity: .6;
}

#leftAnchorNav > ol > li > a::before {
  counter-increment: leftnavnumber;
  /*content: counter(leftnavnumber)".";*/
  min-width: 20px;
  width: auto;
}

#leftAnchorNav > ol > li.current > a {
  background: #f4f4f4;
}


#leftAnchorNav > ol > li > a > span {
  display: block;
  width: calc(100% - 25px);
}

#leftAnchorNav > ol > li > a > span::before,
#leftAnchorNav > ol > li > a > span::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #333333;
  position: absolute;
  right: 10px;
}

#leftAnchorNav > ol > li > a > span::before {
  transform: rotate(45deg);
  top: calc(50% - 5px);
}

#leftAnchorNav > ol > li > a > span::after {
  transform: rotate(-45deg);
  bottom: calc(50% - 3px);
}

#leftAnchorNav > ol > li.current > a > span::before,
#leftAnchorNav > ol > li.current > a > span::after {
  background: #333333;
}

/**************************************
#guideSection #anchorNav
**************************************/
#guideSection #anchorNav {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

#guideSection #anchorNav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  width: 790px;
  margin: 0 auto 20px;
}

#guideSection #anchorNav > ul > li {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

#guideSection #anchorNav > ul > li::after {
  content: '\/';
  padding: 0 5px;
}

#guideSection #anchorNav > ul > li:nth-last-of-type(1)::after,
#guideSection #anchorNav > ul > li:nth-of-type(5)::after {
  display: none;
}

#guideSection #anchorNav > ul > li > a {
  color: #333333;
  text-decoration: underline;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#guideSection #anchorNav > ul > li > a:hover {
  opacity: .6;
}

/**************************************
guide common
**************************************/
#guideSection .mainTTL {
  display: block;
  margin: 0 auto 0;
  padding-bottom: 40px;
  font-size: 24px;
  font-family: 'Lora', "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
  color: #583b2d;
  position: relative;
  text-align: center;
  letter-spacing: 0.02em;
}

#guideSection #rightContents .mainTTL {
  display: block;
  margin: 0 auto 0;
  padding-bottom: 40px;
  font-size: 24px;
  font-family: 'Lora', "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
  color: #583b2d;
  position: relative;
  text-align: left;
  letter-spacing: 0.02em;
}

#guideSection .guideSection .ttl_g::before {
  counter-increment: guidesectionnumber;
  content: counter(guidesectionnumber)".";
}

#guideSection .subsubTTL {
  padding: 5px 10px;
  background: #f8f7f3;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

#guideSection a.textLink {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: initial;
}

#guideSection a.textLink:hover {
  opacity: .6;
}

#guideSection .caution {
  display: block;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

#guideSection .caution > li {
  line-height: 1.5
}


#guideSection ul.circleList {
  display: block;
  margin: 20px auto;
}

#guideSection dl.circleList > dd {
  margin-top: 10px;
}

#guideSection ul.circleList:nth-child(1),
#guideSection dl.circleList:nth-child(1) {
  margin-top: 0;
}

#guideSection dl.circleList > dt {
  font-weight: 700;
}

#guideSection ul.circleList > li,
#guideSection dl.circleList > dd {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
  list-style-type: none;
}

#guideSection ul.circleList > li:nth-last-of-type(1),
#guideSection dl.circleList > dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

#guideSection .circleList .caution {
  margin-top: 5px;
}


/**************************************
guideSection
**************************************/
#guideSection .guideSection {
  display: block;
  font-size: 14px;
  margin-bottom: 60px;
}

#guideSection .privacypolisy .guideSection {
  margin-bottom: 40px;
}

#guideSection .mainTTL + .guideSection {
  margin-top: -40px;
}

#guideSection .guideSection p {
  margin-top: 15px;
  line-height: 1.75;
}

#guideSection .guideSection p:nth-child(1) {
  margin-top: 0;
}

#guideSection .guideSection > dl {
  display: block;
  margin-top: 30px;
}

#guideSection .guideSection > dl:nth-child(1) {
  margin-top: 0;
}

#guideSection .guideSection > dl > dt {
  margin-bottom: 6px;
  line-height: 1.6;
}

#guideSection .guideSection > dl > dd {
  line-height: 1.5;
}

#guideSection .guideInner {
  display: block;
  margin-top: 30px;
}

#guideSection .guideInner dl dd {
  line-height: 1.5;
}

#guideSection .guideInner:nth-child(1) {
  margin-top: 0;
}

#guideSection .guideInner > dl {
  display: block;
  margin-top: 30px;
}

#guideSection .guideInner > dl:nth-child(1) {
  margin-top: 0;
}

#guideSection .guideInner > dl > dt {
  margin-bottom: 15px;
}


#guideSection ol.numList {
  display: block;
  margin-top: 20px;
  counter-reset: guidenumListnumber;
}

#guideSection ol.numList:nth-child(1) {
  margin-top: 0;
}

#guideSection ol.numList > li {
  display: block;
  text-indent: calc(-1em - 10px);
  padding-left: calc(1em + 10px);
  margin-bottom: 6px;
  line-height: 1.5;
}

#guideSection ol.numList > li::before {
  counter-increment: guidenumListnumber;
  content: counter(guidenumListnumber)".";
  margin-right: 10px;
}

#guideSection ol.numList > li .caution {
  margin-top: 5px;
}


#guideSection .cautionList {
  display: block;
  margin-top: 20px;
}

#guideSection .cautionList:nth-child(1) {
  margin-top: 0;
}

#guideSection .cautionList > li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}


#guideSection .contactList {
  margin-top: 15px;
  padding: 30px;
  background: #f4f4f4;
}

#guideSection .contactList > dl {
  display: table;
}

#guideSection .contactList > dl:not(:last-child) {
  margin-bottom: 6px;
}

#guideSection .contactList > dl > dt,
#guideSection .contactList > dl > dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

#guideSection .contactList > dl > dt {
  width: 6em;
  margin-right: 1em;
  display: inline-block;
}

#guideSection .contactList .caution {
  margin-top: 5px;
}


#guideSection .guideSection figure {
  display: block;
}

#guideSection .guideSection figure img {
  display: block;
  max-width: 100%;
}



#guideSection ul.timeList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}

#guideSection ul.timeList > li {
  text-indent: 0;
  padding-left: 0;
}

#guideSection ul.timeList > li::after {
  content: '\／';
  padding: 0 5px;
}

#guideSection ul.timeList > li:nth-last-of-type(1)::after {
  display: none;
}

/**************************************
noshi
**************************************/

#guideSection .noshiExImg {
  display: block;
}


#guideSection .noshiExImg > dl.noshi {
  display: block;
}

#guideSection .noshiExImg > dl.noshi > dt {
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}

#guideSection .noshiExImg > dl.noshi > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#guideSection .noshiExImg > dl.noshi > dd > figure {
  display: block;
  width: 385px;
  margin-right: 15px;
}

#guideSection .noshiExImg > dl.noshi > dd > figure > img {
  display: block;
  width: 100%;
  height: auto;
}

#guideSection .noshiExImg > dl.noshi > dd > .caution {
  display: block;
  width: calc(100% - 400px);
}


#guideSection .noshiExImg > dl.bag {
  display: block;
  padding-top: 30px;
}

#guideSection .noshiExImg > dl.bag > dt {
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}

#guideSection .noshiExImg > dl.bag > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#guideSection .noshiExImg > dl.bag > dd > dl {
  display: block;
  width: calc(50% - 10px);
  text-align: center;
}

#guideSection .noshiExImg > dl.bag > dd > dl:nth-of-type(1) {
  border-right: 1px solid #CCCCCC;
}

#guideSection .noshiExImg > dl.bag > dd > dl > dt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#guideSection .noshiExImg > dl.bag > dd > dl > dd {}

#guideSection .noshiExImg > dl.bag > dd > dl > dd > figure {
  margin: 0 auto;
}

#guideSection .noshiExImg > dl.bag > dd > dl > dd > figure > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


#guideSection .noshiPatternTable {
  display: block;
}

#guideSection .noshiPatternTable .noshiPatternHead {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#guideSection .noshiPatternTable .noshiPatternHead > li {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-weight: 700;
}

#guideSection .noshiPatternTable .noshiPatternHead > li:nth-of-type(2) {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}


#guideSection .noshiPatternTable .noshiPatternHead > li.type {
  width: 180px;
}

#guideSection .noshiPatternTable .noshiPatternHead > li.inscription {
  width: 120px;
}

#guideSection .noshiPatternTable .noshiPatternHead > li.use {
  width: calc(100% - 300px);
}


#guideSection .noshiPatternTable > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0;
}

#guideSection .noshiPatternTable > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 180px;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}

#guideSection .noshiPatternTable > dl > dt > span {
  display: block;
}

#guideSection .noshiPatternTable > dl > dt figure {
  display: block;
  margin-top: 10px;
  margin: 0 auto;
}

#guideSection .noshiPatternTable > dl > dt figure > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#guideSection .noshiPatternTable > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - 180px);
  border-left: 1px solid #CCCCCC;
}

#guideSection .noshiPatternTable > dl > dd > .noshiInnerTTL {
  display: none;
}

#guideSection .noshiPatternTable > dl > dd > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0;
}

#guideSection .noshiPatternTable > dl > dd > dl:nth-last-of-type(1) {
  border-bottom: 0;
}

#guideSection .noshiPatternTable > dl > dd > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 119px;
  padding: 15px 10px;
  border-right: 1px solid #CCCCCC;
}

#guideSection .noshiPatternTable > dl > dd > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - 119px);
  padding: 15px 0 15px 10px;
}

#guideSection .noshiPatternTable > dl > dd > dl > dd > span.normalInfo {
  width: 100%;
  margin-bottom: 5px;
}

#guideSection .noshiPatternTable > dl > dd > dl > dd .moreInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background: #efefef;
  padding: 5px 10px;
  font-size: 12px;
}

#guideSection .noshiPatternTable > dl > dd > dl > dd .moreInfo > figure {
  display: block;
  width: 125px;
}

/**************************************
faq
**************************************/

#guideSection.question__wrap .ttlBox {
  margin: 50px auto 56px;
  text-align: center;
}

#guideSection.question__wrap .q__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* TITLE */
#guideSection.question__wrap .question__ttl {
  font-size: 34px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;

  padding-bottom: 20px;
}

#guideSection.question__wrap .question__subTtl {
  font-size: 13px;
}

/* QUESTION LIST GRID */
#guideSection.question__wrap .question__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: 100%;
  width: calc(100% + 10px);
  margin-left: -5px;
}

#guideSection.question__wrap .question__menu li {
  width: 25%;
  height: 65px;
  padding: 0 5px;
  margin-bottom: 20px;
  /* background-color: #545454; */
  /* border: 1px solid #545454; */
  /* border-radius: 65px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* color: #fff; */
  font-weight: bold;
}

#guideSection.question__wrap .question__menu li a{
  height: 100%;
  width: 100%;
  display: flex;
  border: 1px solid #545454;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}

#guideSection.question__wrap .question__menu .question__menu--list::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SECTION QUESTION */

#guideSection.question__wrap .question__list {
  margin-bottom: 80px;
}

#guideSection.question__wrap .question__list .question {
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 5px;
  padding: 20px 35px 20px 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

#guideSection.question__wrap .question__list .answer p,
#guideSection.question__wrap .question__list .answer txt{
  font-size: 14px;
}
#guideSection.question__wrap .question__list .answer {
  display: none;
  width: 100%;
  padding: 25px 30px;
  line-height: 1.8;
  font-size: 14px;
}

/* ACCORDION */

.accordionbox .title {
  position: relative;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  /* float: right;
  margin-right: 5px; */
  right: 6px;
  top: 50%;
  margin-top: -5px;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #545454;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}



/**************************************
agreementContents
**************************************/
#guideSection .agreementContents {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  border-top: 1px solid;
  padding-top: 40px;
}


#guideSection .agreementContents p {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.75;
}

#guideSection.privacypolisy .agreementContents .agreementInner {
  display: block;
  padding: 30px 30px 0 30px;
  border-top: 2px solid #f9f9f9;
}

#guideSection.termsofuse .agreementContents .agreementInner {
  display: block;
  padding: 0 100px 0 100px;
}

#guideSection.privacypolisy .agreementContents .agreementInner:last-child {
  padding: 60px 30px 0 30px
}

#guideSection .agreementContents .agreementInner > dl > dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

#guideSection .agreementContents .agreementInner > dl > dd {
  display: block margin-top: 15px;
  line-height: 1.75;
}


#guideSection .agreementContents .agreementInner > dl > dd ol {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}


#guideSection .agreementContents .agreementInner > dl > dd ol > li {
  display: block;
  margin-bottom: 5px;
  padding-left: 2em;
  text-indent: -2em;
}

#guideSection .agreementContents .agreementInner > dl > dd ol.bracketsList > li {
  padding-left: 3em;
  text-indent: -3em;
}

#guideSection .agreementContents .agreementInner > dl > dd ol.bracketsList > li > ul {
  display: block;
  text-indent: 0;
}

#guideSection .agreementContents .agreementInner > dl > dd ol.bracketsList > li > ul > li {
  margin-bottom: 10px;
}

#guideSection .agreementContents .agreementInner > dl > dd ol.bracketsList > li > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}



#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList {
  margin-top: 30px;
}

#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList > dt {
  font-weight: 700;
  margin-bottom: 15px;
}

#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList > dd {
  padding-left: 3em;
  text-indent: -3em;
  margin-bottom: 5px;
}

#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList > dd:nth-last-of-type(1) {
  margin-bottom: 0;
}

#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList + dl {
  margin-top: 20px;
}

#guideSection .agreementContents .agreementInner > dl > dd dl.bracketsList + dl > dt {
  font-weight: 700;
  margin-bottom: 15px;
}

#guideSection .agreementContents .appendix {
  text-align: right;
  font-weight: 700;
}

#guideSection .agreementContents .update {
  text-align: left;
  font-weight: 700;
}

#guideSection dl.snsUser {
  margin-top: 20px;
}

#guideSection dl.snsUser > dt {
  margin-bottom: 15px;
}

/**************************************
dvUserPolicy
**************************************/

.sub_ttl_wrap h3{
  font-size: 18px;
}

#dvUserPolicy {
  font-feature-settings: "pwid";
  display: block;
  width: 1200px;
  margin: auto;
  padding-top: 20px;
  color: #545454;
}

#dvUserPolicy .area_ttl {
  margin: 40px auto 60px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

#dvUserPolicy .sub_ttl_wrap {
  text-align: center;
  margin-bottom: 35px;
}

#dvUserPolicy .sub_ttl_wrap .sub_ttl {
  font-size: 18px;
}

#dvUserPolicy .sub_ttl_wrap p {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}

#dvUserPolicy .contentWrap {
  border-bottom: 2px solid #f9f9f9;
  border-top: 2px solid #f9f9f9;
  padding: 0 30px;
  padding-bottom: 55px;
}

#dvUserPolicy .section_ttl {
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 32px;
}

#dvUserPolicy dt {
  margin-top: 58px;
  margin-bottom: 16px;
  font-size: 18px;
}

#dvUserPolicy .item_ttl1 {
  margin-top: 32px;
}

#dvUserPolicy dd {
  line-height: 2;
  font-size: 14px;
  padding-left: 1em;
}

#dvUserPolicy dd.num_list{
  display: flex;
}

#dvUserPolicy dd.num_list span{
  display: inline-block;
  margin-right: .7rem;
}

#dvUserPolicy dd .inner dd{
  padding-left: 0;
}

#dvUserPolicy dd.ta_r {
  text-align: right;
  margin-top: 40px;
}

#dvUserPolicy .sec02 {
  margin-top: 60px;
}

#dvUserPolicy .address p{
  line-height: 1.6;
  margin-top: 10px;
}

#dvUserPolicy .address a{
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  #dvUserPolicy {
    width: 100%;
  }

  #Wrap_lower.onlyDefault {
    padding: 0 calc(20 *(100vw / 750));
  }

  #dvUserPolicy .contentWrap {
    padding: 0;
  }
}



@media screen and (max-width: 480px) {
  #dvUserPolicy .area_ttl {
    padding-bottom: calc(100 *(100vw / 750));
    margin-bottom: calc(80 *(100vw / 750));
  }

  #dvUserPolicy .sub_ttl_wrap {
    margin-bottom: calc(80 *(100vw / 750));
  }

  #dvUserPolicy .sub_ttl_wrap .sub_ttl {
    font-size: calc(40 *(100vw / 750));
  }

  #dvUserPolicy .sub_ttl_wrap p {
    font-size: calc(30 *(100vw / 750));
    text-align: left;
    margin-top: calc(25 *(100vw / 750));
    line-height: calc(60 *(100vw / 750));
  }

  #dvUserPolicy .contentWrap {
    padding-bottom: calc(85 *(100vw / 750));
  }

  #dvUserPolicy .section_ttl {
    font-size: calc(36 *(100vw / 750));
    padding-left: 0;
    margin-bottom: calc(50 *(100vw / 750));
  }

  #dvUserPolicy dt {
    margin-top: calc(80 *(100vw / 750));
    margin-bottom: calc(20 *(100vw / 750));
    padding-bottom: calc(30 *(100vw / 750));
    font-size: calc(36 * (100vw / 750 ));
    line-height: 1.5;
  }

  #dvUserPolicy .item_ttl1 {
    margin-top: calc(85 *(100vw / 750));
  }

  #dvUserPolicy dd {
    font-size: calc(30 *(100vw / 750));
    line-height: calc(60 *(100vw / 750));
    padding-left: calc(5 * (100vw / 750 ));
  }

  #dvUserPolicy dd.num_list span{
    margin-right: calc(15 * (100vw / 750 ));
  }

  #dvUserPolicy dd.ta_r {
    text-align: right;
    margin-top: calc(50 *(100vw / 750));
  }

  #dvUserPolicy .sec02 {
    margin-top: calc(104 *(100vw / 750));
  }


}
/**************************************
termsTabe
**************************************/
#guideSection .termsTabe {
  font-size: 14px;
  line-height: 1.6;
}

#guideSection .termsTabe > p {
  text-align: center;
  padding-bottom: 40px;
  font-size: 14px;
}


#guideSection .termsTabe > dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 4px solid #fff;
}


#guideSection .termsTabe > dl > dt {
  display: flex;
  width: 230px;
  padding: 15px 20px;
  background: #f4f4f4;
  align-items: center;
  line-height: 1.5;
}

#guideSection .termsTabe > dl > dd {
  display: block;
  width: 970px;
  padding: 15px 30px;
  line-height: 1.75;
}

#guideSection .termsTabe > dl > dd > a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {

  /*==============================================================================================
 静的ページ共通
==============================================================================================*/
  /*ご利用ガイド*/
  #twoColumnContents #leftAnchorNav.fixed {
    left: calc(4.5% - 10px);
  }
}

@media screen and (max-width: 800px) {

  /*==============================================================================================
 静的ページ共通
==============================================================================================*/
  /*ご利用ガイド*/
  #guideSection {
  }

  #guideSection.termsofuse .agreementContents .agreementInner {
    padding: 0;
  }

  #twoColumnContents #leftAnchorNav {
    position: static;
    width: 100%;
  }

  #guideSection #twoColumnContents {
    padding-left: 0;
  }

  #leftAnchorNav > ol {
    display: flex;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
    margin-bottom: calc(100 *(100vw / 750));
  }

  #leftAnchorNav > ol > li > a {
    width: 100%;
  }

  #twoColumnContents #leftAnchorNav.fixed {
    position: static;
    left: 0;
  }

  #leftAnchorNav > ol > li {
    width: 100%;
  }

  /*特商法ページ*/
  #guideSection .termsTabe > dl,
  #guideSection .termsTabe > dl > dt,
  #guideSection .termsTabe > dl > dd {
    display: block;
    width: 100%;
  }
}


@media screen and (max-width: 480px) {

  /*==============================================================================================
 静的ページ共通
==============================================================================================*/
  /*ご利用ガイド*/
  #guideSection {
    margin: 0 auto calc(100 *(100vw / 750));
  }

  #guideSection .breadcrumbs ul li {
    font-size: calc(20 *(100vw / 750))
  }

  #guideSection .guideSection p {
    font-size: calc(30 *(100vw / 750));
  }

  #leftAnchorNav > ol > li > a {
    padding: calc(25 * 100vw / 750) calc(50 * 100vw / 750) calc(25 * 100vw / 750) calc(20 * 100vw / 750);
    font-size: calc(24 * 100vw / 750);
    height: 100%;
    width: 100%;
    border-radius: 0px;
  }

  #leftAnchorNav > ol > li > a > span::before,
  #leftAnchorNav > ol > li > a > span::after {
    right: calc(15 * 100vw / 750);
  }

  #leftAnchorNav > ol > li > a::before {
    /*content: counter(leftnavnumber)".";*/
    width: calc(40 * 100vw / 750);
    min-width: calc(40 * 100vw / 750);
    width: auto;
  }

  #leftAnchorNav > ol > li.current > a {
    background: #fff;
  }

  #guideSection .guideSection {
    font-size: calc(30 * 100vw / 750);
    margin-bottom: calc(80 * 100vw / 750);
  }

  #guideSection .caution {
    font-size: calc(26 * 100vw / 750);
  }

  #guideSection ol.numList > li .caution {
    margin-top: calc(20 * 100vw / 750);
  }

  #guideSection .guideSection p {
    margin-top: calc(30 * 100vw / 750);
  }

  #guideSection ul.circleList {
    margin: calc(40 * 100vw / 750) auto;
  }

  #guideSection .guideInner {
    margin-top: calc(60 * 100vw / 750);
  }

  #guideSection ol.numList {
    margin-top: calc(40 * 100vw / 750);
  }

  #guideSection ol.numList > li {
    margin-bottom: calc(12 * 100vw / 750);
  }

  #guideSection .contactList > dl:not(:last-child) {
    margin-bottom: calc(20 *(100vw / 750));
  }

  #guideSection .contactList {
    margin-top: calc(30 *(100vw / 750));
    padding: calc(40 *(100vw / 750));
  }

  #guideSection .guideInner > dl {
    margin-top: calc(30 *(100vw / 750));
  }

  #guideSection .guideInner > dl > dt {
    margin-bottom: calc(20 *(100vw / 750));
  }

  #guideSection .guideSection > dl {
    margin-top: calc(40 *(100vw / 750));
  }

  #guideSection .contactList .caution {
    margin-top: calc(10 *(100vw / 750));
  }

  #guideSection .guideSection > dl > dt {
    margin-bottom: calc(12 *(100vw / 750));
  }

  #guideSection .circleList .caution {
    margin-top: calc(12 *(100vw / 750));
  }

  #guideSection ul.circleList > li,
  #guideSection .caution > li {
    margin-bottom: calc(12 *(100vw / 750));
  }

  #guideSection .agreementContents p {
    font-size: calc(30 *(100vw / 750));
    margin-bottom: calc(40 *(100vw / 750));
  }

  /*プライバシーポリシー*/
  #guideSection.privacypolisy .agreementContents .agreementInner {
    padding: calc(80 *(100vw / 750)) 0 calc(20 *(100vw / 750));
  }

  #guideSection.privacypolisy .agreementContents .agreementInner:last-child {
    padding: calc(100 *(100vw / 750)) 0 0;
  }

  /*特商法*/
  #guideSection .agreementContents {
    padding-top: calc(60 *(100vw / 750));
  }

  #guideSection.termsofuse .agreementContents .agreementInner {
    padding: 0;
  }

  #guideSection .termsTabe {
    font-size: calc(30 *(100vw / 750));
  }

  #guideSection .termsTabe > dl > dt {
    padding: calc(25 *(100vw / 750)) calc(20 *(100vw / 750));
  }

  #guideSection .termsTabe > dl > dd {
    padding: calc(35 *(100vw / 750)) calc(20 *(100vw / 750));
  }


  /*faq*/
  .question__wrap {
    width: 100%;
  }

  #guideSection.question__wrap .question__menu {
    justify-content: center;
  }

  #guideSection.question__wrap .question__menu li {
    width: 100%;
    height: 65px;
    border-radius: 65px;
    margin-right: 0;
    border: none;
  }

  .question__menu li:last-child {
    border-bottom: 1px solid;
  }
}

#guideSection.guide img{
  display: block;
  text-align: center;
}
#guideSection .flex{
  display: flex;
  flex-wrap: wrap;
}
.red{
  color: #ff0000;
}

@media screen and (max-width: 767px){
  #guideSection.guide img{
    width: 100%;
  }
}

.guideSection h2{
  font-size: 20px;
}

.f_bold {
  font-weight: bold;
}

.mb6040 {
    margin-bottom: 60px !important;
}
@media screen and (max-width: 480px){
  .mb6040 {
    margin-bottom: calc(80 * 100vw / 750) !important;
  }
}
@media screen and (max-width: 1024px){
  .mb6040 {
    margin-bottom: calc(60 * 100vw / 1024) !important;
  }
}
