@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  body a {
    transition: opacity 0.2s;
  }
  body a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
  body p,
body span,
body label,
body select,
body dt {
    font-size: 14px;
  }
  body .subtext,
body .form-text {
    font-size: 12px;
  }
}
body input,
body textarea {
  box-sizing: border-box;
  max-width: 100%;
}
body .error {
  max-width: 100%;
  width: 720px;
  color: #D80000;
  background-color: #f7ebeb;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body .error {
    width: 768px;
    max-width: 100%;
  }
}
body .head-l {
  font-size: 26px;
  border-left: 7px solid #AB8C1E;
  border-bottom: 1px solid #D4C181;
  padding-left: 20px;
  line-height: 47px;
  letter-spacing: 0.1rem;
  color: #AB8C1E;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body .head-l {
    font-size: 22px;
    line-height: 1.4545;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 15px;
  }
}
body .head-m {
  font-weight: bold;
  font-size: 18px;
  border-left: 7px solid #AB8C1E;
  border-bottom: 1px solid #D4C181;
  letter-spacing: 0.05rem;
  padding-left: 13px;
  line-height: 30px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  body .head-m {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    height: 66px;
    display: flex;
    align-items: center;
    padding-left: 9px;
  }
}

.l-qa {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-kouza-list,
.l-cart-list {
  max-width: 960px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* CSS Document */
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}
#h_wrapper {
  width: 860px;
  height: 96px;
  margin: 0 auto !important;
  text-align: center;
}

header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

header#PAGE_TOP {
  height: 96px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  text-align: left;
  background: #FFF;
}

#f_wrapper {
  width: 100%;
  height: 339px;
  text-align: center;
  background: url(../images/footer_bg.jpg) repeat-x bottom;
  clear: both;
  font-family: "メイリオ", arial, helvetica, clean, sans-serif;
}

#wrapper {
  padding: 0px 5px 22px !important;
}

footer#f_cnt {
  width: 901px;
  height: 357px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  border-top: solid 1px #693608;
  background: #dfc78b;
}

header#PAGE_TOP a img:hover {
  opacity: 0.7;
}

/*=======================================================================
ヘッダ
=======================================================================*/
#PAGE_TOP h1 {
  float: left;
  margin: 20px 0 0 0;
  color: #fff;
}

#PAGE_TOP h1 img {
  width: 300px;
  height: auto;
}

#PAGE_TOP ul {
  float: right;
  margin: 20px 0 0 0;
}

#PAGE_TOP ul li {
  float: left;
  margin-left: 5px;
}

/*=======================================================================
Gナビ
=======================================================================*/
#top_nav {
  width: 900px;
  background: #FFF;
  height: 38px;
  margin: 0;
}

nav#top_nav ul {
  margin: 0;
  width: 901px;
  height: 38px;
}

nav#top_nav ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  font-size: 1px;
  list-style: none;
}

/*=======================================================================
フッタ
=======================================================================*/
.footer_bloc01 {
  padding: 30px 0 20px 0;
  border-bottom: solid 1px #490a00;
  width: 861px;
  margin: 0 auto;
}

.footer_bloc01 .left {
  float: left;
  height: 118px;
}

.footer_bloc01 .right {
  width: 98px;
  float: right;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #490a00;
  text-align: center;
}

.footer_bloc01 .left p {
  margin: 10px 0;
}

.footer_bloc01 .left p.title {
  font-size: 14px;
  font-weight: bold;
  color: #490a00;
  padding: 0 !important;
  float: none !important;
}

.footer_bloc01 .left dl {
  margin: 10px 0 !important;
  font-size: 14px !important;
  color: #490a00 !important;
}

.footer_bloc01 .left dl dt {
  float: left !important;
  padding: 0 !important;
  background: none !important;
  color: #490a00 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.footer_bloc01 .left dl dd {
  float: left !important;
  margin-left: 30px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  min-height: none !important;
}

.footer_bloc02 {
  width: 861px;
  margin: 20px auto;
}

.footer_bloc02 .left {
  float: left;
}

.footer_bloc02 .right {
  float: right;
}

.footer_bloc02 .left ul {
  float: left;
}

.footer_bloc02 .left ul li {
  font-size: 12px;
  background: url(../img/footer_icon01.gif) no-repeat left;
  padding-left: 14px;
  margin-bottom: 10px;
  color: #490a00;
}

.footer_bloc02 .left ul li span {
  background: url(../img/footer_icon02.gif) no-repeat right;
  padding-right: 14px;
}

.footer_bloc02 .left ul li a {
  color: #490a00;
  text-decoration: underline;
}

.footer_bloc02 .right ul li {
  float: left;
  width: 116px;
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #490a00;
  line-height: 130%;
}

.footer_bloc02 .right ul li a {
  color: #490a00;
}

.footer_bloc02 .right ul li a:hover {
  opacity: 0.7;
}

.footer_bloc02 .right ul li img {
  margin-bottom: 2px;
}

.footer_bloc03 {
  background: #490a00;
  padding: 6px 20px;
  margin: 0 auto;
  height: 19px;
  position: relative;
}

.copy {
  color: #FFF;
  font-size: 12px;
  width: 384px;
  position: absolute;
  bottom: 6px;
  left: 20px;
}

.footer_bloc03 p.ab {
  position: absolute;
  bottom: 6px;
  right: 20px;
}

.footer_bloc03 p.ab a {
  font-size: 12px;
  color: #FFF;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu * {
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  color: #000;
  text-decoration: none;
}

ul.menu li {
  position: relative;
  float: left;
  margin-right: 2px;
  z-index: 1;
}

ul.menu li a:hover img {
  opacity: 1;
}

.menu01 li:hover,
.menu02 li:hover,
.menu03 li:hover,
.menu04 li:hover {
  background: #e0cfa3;
  color: #FFFFFF;
  text-decoration: none;
}

ul.menu ul {
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
  opacity: 0;
  list-style: none;
}

ul.menu ul.menu01 {
  width: 180px !important;
  z-index: 99999999999999 !important;
  overflow: hidden;
  display: none;
  opacity: 0;
}

ul.menu ul.menu02 {
  width: 180px !important;
  z-index: 99999999999999 !important;
  overflow: hidden;
  display: none;
  opacity: 0;
}

ul.menu ul li {
  position: relative;
  border-bottom: 1px dotted #908778;
  border-top: none;
  margin: 0;
  float: left;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 1.4;
  padding: 12px 0 !important;
  background: #d8bf81;
  text-shadow: 0px 1px 0px #bdaa79;
}

ul.menu ul.menu01 li {
  width: 180px !important;
}

ul.menu ul.menu02 li {
  width: 180px !important;
}

ul.menu ul li a {
  display: block;
  color: #000000;
  padding: 0 0 0 22px;
}

ul.menu ul.menu02 li a {
  display: block;
  color: #000000;
  padding: 0 0 0 0;
  text-align: center;
}

ul.menu ul li a:link {
  color: #000000;
  text-decoration: none;
}

ul.menu ul li a:visited {
  color: #000000;
  text-decoration: none;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.cf {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

div#cnt_right ul {
  margin-left: -20px;
  width: 204px;
}

div#cnt_right ul li {
  margin: 14px 0px 0px;
}

div#cnt_right ul li a {
  font-size: 10px;
  color: #666666 !important;
  line-height: 160% !important;
  display: block;
}

div#cnt_right ul li a:hover {
  opacity: 0.7;
}

div#cnt_right {
  width: 204px;
  float: right;
  font-family: "メイリオ", arial, helvetica, clean, sans-serif;
}

/*=======================================================================
辻調グループ建学の精神 追加　2014/09/29
=======================================================================*/
.goaisatu_bloc h1 {
  margin-bottom: 0 !important;
}

.goaisatu_bloc p {
  font-size: 18px !important;
  color: #330000 !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  margin-bottom: 30px !important;
  line-height: 150% !important;
  letter-spacing: -0.5px;
}

.goaisatu_main_image {
  margin-bottom: 23px !important;
}

.goaisatu_bloc02 {
  background: #f2f2f2 !important;
  padding: 15px !important;
}

.goaisatu_bloc02 h2 {
  font-size: 16px !important;
  color: #330000 !important;
  border-bottom: solid 1px #997f7f !important;
  padding-bottom: 7px !important;
  margin-bottom: 12px !important;
  font-family: "ヒラギノ角ゴ4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.goaisatu_bloc02 img.right {
  float: right !important;
}

.goaisatu_bloc02 p {
  font-size: 14px !important;
  color: #330000 !important;
  letter-spacing: -1px !important;
  float: left !important;
  width: 300px !important;
  margin: 0 0 15px !important;
  line-height: 145% !important;
}

.goaisatu_bloc02 img.left {
  float: left !important;
}

#leftcol {
  padding-top: 20px !important;
}

#rightcol {
  padding-top: 20px !important;
}

.animation {
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-slider .slick-dots {
  margin-top: 6px;
  text-align: center;
  font-size: 2px;
  line-height: 1;
  display: none;
}

@media screen and (max-width: 640px) {
  .slick-slider .slick-dots {
    display: block;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}

.slick-slider .slick-dots li button {
  overflow: hidden;
  vertical-align: top;
  background: #FFF;
  padding: 0;
  text-indent: -9999px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #a27d38;
}

.slick-slider .slick-dots li.slick-active button {
  background: #a27d38;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: transparent;
  width: 34px;
  height: 34px;
}

.slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #ac8b4d;
  border-right: 1px solid #ac8b4d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-arrow.slick-prev {
  left: -25px;
}

.slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.slick-arrow.slick-next {
  right: -20px;
}

.ts-slick-in-foot-banners .slick-slide {
  margin: 0 10px;
}

@media screen and (max-width: 641px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-arrow:after {
    width: 17px;
    height: 17px;
    border-width: 1px;
  }
  .slick-arrow.slick-prev {
    left: -35px;
    width: 35px;
  }
  .slick-arrow.slick-next {
    right: -31px;
    width: 35px;
  }
  .ts-slick-in-foot-banners .slick-slide {
    margin: 0;
  }
}
body {
  margin: 0;
}

#head_nenw {
  width: auto !important;
  margin-bottom: 0 !important;
  display: block !important;
}

#wrapper {
  padding-bottom: 0 !important;
}

#top_border {
  display: none;
}

.ts-thing {
  min-width: 960px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #1d1d1d;
}

.ts-thing.ts-thing--header {
  background-color: #FFF;
  padding-top: 40px;
  line-height: 1.1;
  border-bottom: 1px solid #a98544;
}

@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--header a:hover {
    color: #a27d38;
  }
  .w150 {
    width: 150px;
  }
}
.ts-thing.ts-thing--header .ts-toggle-nav {
  position: absolute;
  left: 5%;
  top: 12px;
  z-index: 200;
  width: 25px;
  height: 20px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.ts-thing.ts-thing--header .ts-toggle-nav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.ts-thing.ts-thing--header .ts-toggle-nav span:nth-child(1) {
  top: 10px;
}

.ts-thing.ts-thing--header .ts-toggle-nav span:nth-child(2) {
  top: 17px;
}

.ts-thing.ts-thing--header .ts-toggle-nav span:nth-child(3) {
  top: 24px;
}

.ts-thing.ts-thing--header .ts-toggle-nav.ts-open span:nth-child(1) {
  top: 17px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ts-thing.ts-thing--header .ts-toggle-nav.ts-open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.ts-thing.ts-thing--header .ts-toggle-nav.ts-open span:nth-child(3) {
  top: 17px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ts-thing.ts-thing--header .ts-logos div,
.ts-thing.ts-thing--header .ts-logos h1 {
  display: inline-block;
  vertical-align: bottom;
}

.ts-thing.ts-thing--header .ts-logos .ts-logo {
  padding-right: 20px;
  max-width: 34.7%;
}

.ts-thing.ts-thing--header .ts-logos .logo-tsushin {
  max-width: 63.5%;
}

.ts-thing.ts-thing--header .ts-header-item .ts-tel {
  margin-bottom: 12px;
  font-size: 24px;
}

.ts-thing.ts-thing--header .ts-header-item .ts-tel small {
  font-size: 12px;
}

.ts-thing.ts-thing--header .ts-header-item .ts-mail {
  font-size: 20px;
}

.ts-thing.ts-thing--header .ts-header-item .ts-icon {
  top: -2px;
  vertical-align: middle;
}

.ts-thing.ts-thing--header #ts-nav-main-child-bg {
  display: none;
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #a98544 url(../common/img/header/nav-main-bg.jpg);
  height: 220px;
}

.ts-thing.ts-thing--header .ts-nav-main ul {
  position: relative;
  display: table;
  width: 100%;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item {
  padding: 40px 0 30px 0;
  position: relative;
  display: table-cell;
  text-align: center;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-icon--arrow {
  top: 5px;
  margin-right: 8px;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children .ts-label {
  position: relative;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children .ts-label:after {
  display: block;
  content: "";
  position: absolute;
  display: none;
  top: inherit;
  left: 50%;
  bottom: -38px;
  z-index: 10;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children ul {
  width: auto;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children ul li {
  white-space: nowrap;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children ul li a {
  display: inline-block;
  padding-left: 20px;
  text-indent: -16px;
}

@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item:hover .ts-nav-main__child {
    display: block;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item:hover .ts-label:after {
    display: block;
  }
}
.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label {
  display: block;
  padding: 2px 25px;
  border-right: 1px solid #e7decc;
}

@media screen and (max-width: 960px) {
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label:hover {
    color: #a27d38;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label a:hover {
    text-decoration: underline;
  }
  .about .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.about .ts-label,
.learning .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.learning .ts-label {
    color: #a27d38;
    font-weight: bold;
  }
  .about .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.about .ts-label,
.learning .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.learning .ts-label a {
    color: #a27d38;
  }
}
@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--lonly .ts-label:hover {
    text-decoration: underline;
  }
}
.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-str {
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-str figcaption {
  display: inline-block;
  text-align: left;
  text-indent: -15px;
  padding-left: 10px;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child {
  display: none;
  position: absolute;
  margin-top: 30px;
  padding-top: 30px;
  z-index: 10;
  width: 450px;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child .ts-nav-main__img {
  float: left;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child a {
  color: #FFF;
}

@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child a:hover {
    text-decoration: underline;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child a:hover .ts-str figcaption {
    text-decoration: underline;
  }
}
.ts-thing.ts-thing--header .ts-nav-main ul .ts-item ul,
.ts-thing.ts-thing--header .ts-nav-main ul .ts-item li {
  display: block;
  border: 0 !important;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item ul {
  margin-left: 275px;
  padding-top: 10px;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item ul li {
  margin-bottom: 15px;
  text-align: left;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item ul li a {
  display: inline-block;
  padding: 0;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-full {
  position: static;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-full .ts-icon--arrow {
  top: 8px;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-full .ts-nav-main__child {
  left: 0;
  width: 100%;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-full .ts-nav-main__child ul {
  margin: 0;
  padding: 0;
}

.ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-full .ts-nav-main__child .flex__item {
  max-width: 16%;
}

.ts-thing.ts-thing--foot-banners {
  background-color: #f5f2eb;
  padding-top: 50px;
  padding-bottom: 45px;
}

@media screen and (max-width: 641px) {
  .ts-thing.ts-thing--foot-banners {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
.ts-thing.ts-thing--foot-banners .ts-foot-banners__item {
  color: #a27d38;
  text-align: center;
}

.ts-thing.ts-thing--foot-banners .ts-foot-banners__item dt {
  margin-bottom: 20px;
  font-size: 18px;
}

.ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left {
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  width: 680px;
}

.ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
  float: right;
}

@media screen and (max-width: 966px) {
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left,
.ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
    float: none;
  }
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left {
  padding-left: 15px;
}
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
    margin: 30px auto 0;
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0;
    width: 85%;
  }
}
.ts-thing.ts-thing--footer {
  position: relative;
  clear: both;
  background-color: #FFF;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  border-top: 1px solid #a98544;
}

.ts-thing.ts-thing--footer .ts-pagetop {
  position: fixed;
  right: 20px;
  bottom: 70px;
  padding-bottom: 20px;
  z-index: 100;
}

.ts-thing.ts-thing--footer .ts-pagetop:before {
  display: none;
}

.ts-thing.ts-thing--footer .ts-pagetop span {
  opacity: 0;
  position: relative;
  display: inline-block;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0.25;
  -o-transition-delay: 0.25;
  transition-delay: 0.25;
  top: 20px;
}

.ts-thing.ts-thing--footer .ts-pagetop.ts-pagetop--show {
  cursor: pointer;
  height: auto;
}

.ts-thing.ts-thing--footer .ts-pagetop.ts-pagetop--show:before {
  display: block;
}

.ts-thing.ts-thing--footer .ts-pagetop.ts-pagetop--show span {
  top: 0;
  opacity: 1;
}

@media screen and (min-width: 641px) {
  .ts-thing.ts-thing--footer a:hover {
    color: #a27d38;
  }
}
.ts-thing.ts-thing--footer dt,
.ts-thing.ts-thing--footer dd {
  background: none;
}

.ts-thing.ts-thing--footer dt {
  margin-bottom: 20px;
  font-size: 18px;
}

.ts-thing.ts-thing--footer dd {
  border-top: 0;
}

.ts-thing.ts-thing--footer dd .ts-footer-tel,
.ts-thing.ts-thing--footer dd .ts-footer-mail,
.ts-thing.ts-thing--footer dd ul {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
  vertical-align: top;
}

.ts-thing.ts-thing--footer dd .ts-footer-tel:last-child,
.ts-thing.ts-thing--footer dd .ts-footer-mail:last-child,
.ts-thing.ts-thing--footer dd ul:last-child {
  margin-right: 0;
}

.ts-thing.ts-thing--footer dd .ts-footer-tel,
.ts-thing.ts-thing--footer dd .ts-footer-mail {
  padding-top: 1px;
}

.ts-thing.ts-thing--footer dd .ts-footer-tel {
  font-size: 28px;
  font-weight: bold;
}

.ts-thing.ts-thing--footer dd .ts-footer-tel p {
  margin: 9px 0 0 52px;
  font-size: 14px;
  text-align: left;
}

.ts-thing.ts-thing--footer dd .ts-footer-mail {
  font-size: 22px;
}

.ts-thing.ts-thing--footer .ts-footer-text {
  margin-top: 40px;
}

.ts-thing.ts-thing--footer .ts-footer-text ul,
.ts-thing.ts-thing--footer .ts-footer-text li {
  display: inline-block;
}

.ts-thing.ts-thing--footer .ts-footer-text li {
  font-size: 14px;
  border-right: 2px solid #d6d6d6;
  line-height: 1;
  margin-right: 5px;
  padding-right: 7px;
}

.ts-thing.ts-thing--footer .ts-footer-text li:last-child {
  border-right: 0;
}

/* スライダー非表示時 */
.ts-thing.ts-thing--foot-banners .ts-fixed-width {
  width: 540px;
}

@media screen and (max-width: 966px) {
  .ts-thing.ts-thing--foot-banners .ts-fixed-width {
    width: 580px;
  }
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
    margin-top: 0;
}
}
.ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left {
  width: 260px;
  float: left;
}

.ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
  width: 260px;
  float: right;
}

@media screen and (max-width: 640px) {
  .ts-thing.ts-thing--foot-banners .ts-fixed-width {
    width: 100%;
  }
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--left {
    float: none;
  }
  .ts-thing.ts-thing--foot-banners .ts-foot-banners__item.ts-foot-banners__item--right {
    float: none;
  }
}
/* スライダー非表示時 3つ表示*/
.ts-thing.ts-thing--foot-banners .ts-fixed-width-3 {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 966px) {
  .ts-thing.ts-thing--foot-banners .ts-fixed-width-3 {
    width: 860px;
  }
  .ts-thing.ts-thing--foot-banners .ts-fixed-width-3 .ts-foot-banners__item.ts-foot-banners__item--right {
    margin-top: 0;
  }
}
.ts-thing.ts-thing--foot-banners .ts-fixed-width-3 .ts-foot-banners__item.ts-foot-banners__item--left {
  width: 240px;
  float: left;
  padding-left: 0;
}

.ts-thing.ts-thing--foot-banners .ts-fixed-width-3 .ts-foot-banners__item.ts-foot-banners__item--right {
  width: 240px;
  float: left;
  margin-left: 5%;
}

@media screen and (max-width: 640px) {
  .ts-thing.ts-thing--foot-banners .ts-fixed-width-3 {
    width: 100%;
  }
  .ts-thing.ts-thing--foot-banners .ts-fixed-width-3 .ts-foot-banners__item.ts-foot-banners__item--left {
    float: none;
    margin-bottom: 0;
  }
  .ts-thing.ts-thing--foot-banners .ts-fixed-width-3 .ts-foot-banners__item.ts-foot-banners__item--right {
    float: none;
    margin: 20px auto 0;
  }
}
.ts-thing .ts-contact {
  margin-bottom: 30px;
}

.ts-thing .ts-contact .ts-item {
  float: left;
  width: 48%;
}

.ts-thing .ts-contact .ts-item:nth-child(2n) {
  float: right;
}

.ts-thing .ts-contact .ts-item a {
  display: block;
  background-color: #a27d38;
  padding: 13px 15px;
  text-align: center;
}

.ts-thing .ts-contact .ts-item a img {
  width: 30%;
}

.ts-thing .ts-contact .ts-item a .ts-icon {
  position: absolute;
  right: 10px;
  top: 50% !important;
  margin-top: -6px;
}

.ts-thing .ts-sns {
  text-align: center;
}

.ts-thing .ts-sns li {
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
  vertical-align: top;
}

.ts-thing .ts-sns li:last-child {
  margin-right: 0;
}

.ts-thing .ts-fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  .ts-thing .ts-fixed-width {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.ts-thing .ts-header-default {
  position: relative;
  margin-bottom: 16px !important;
  padding-bottom: 13px;
}

.ts-thing .ts-header-default:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #ccb791;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.ts-thing .ts-header-default .ts-en {
  display: block;
  margin-bottom: 10px;
  color: #a27d38;
  font-size: 18px;
  font-weight: normal;
}

.ts-thing .ts-header-default .ts-en:first-letter {
  font-size: 28px;
}

.ts-thing .ts-header-default .ts-string {
  font-size: 26px;
  color: #221815;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 860px) {
  .ts-thing .ts-header-default .ts-string {
    font-size: 23px;
  }
}
.ts-thing .ts-header-a {
  position: relative;
  padding-bottom: 40px;
}

.ts-thing .ts-header-a .ts-string,
.ts-thing .ts-header-a .ts-lead {
  display: inline-block;
}

.ts-thing .ts-header-a .ts-string {
  font-size: 26px;
  color: #221815;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ts-thing .ts-header-a .ts-string span {
  display: inline-block;
  margin: 0 0px;
  font-size: 38px;
}

.ts-thing .ts-header-a .ts-lead {
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 5px;
  border-left: 1px solid #b4968b;
}

.ts-thing .ts-en {
  font-family: "Crimson Text", serif;
}

.ts-thing .ts-table-default {
  width: 100%;
}

.ts-thing .ts-table-default th,
.ts-thing .ts-table-default td {
  padding: 14px 7px;
  vertical-align: top;
}

.ts-thing .ts-table-default th {
  width: 60px;
  font-weight: normal;
  color: #a27d38;
}

.ts-thing .ts-table-plain {
  width: 100%;
}

.ts-thing .ts-table-plain tr th,
.ts-thing .ts-table-plain tr td {
  padding: 10px;
  vertical-align: top;
}

.ts-thing .ts-table-plain tr th {
  padding-left: 0;
  width: 60px;
  font-weight: normal;
  text-align: left;
}

.ts-thing .ts-table-plain tr:last-child th,
.ts-thing .ts-table-plain tr:last-child td {
  padding-bottom: 0;
}

.ts-thing .ts-col-banners li {
  margin-bottom: 40px;
}

.ts-thing .ts-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.1;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ts-thing .ts-button:hover {
  text-decoration: none;
}

.ts-thing .ts-button.ts-button--close {
  display: block;
  padding: 14px;
  border: 1px solid #a27d38;
  color: #a27d38;
  text-align: center;
}

.ts-thing .ts-button.ts-button--close .ts-icon {
  top: -10px;
  margin-right: 9px;
  margin-left: -9px;
}

.ts-thing .ts-button.ts-button--default {
  background: #a07b36 url(../common/img/button/bg-button-default.jpg);
  color: #FFF;
  width: 260px;
  padding: 20px 35px;
}

.ts-thing .ts-button.ts-button--default .ts-icon--arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}

.ts-thing .ts-button.ts-button--tpdorange,
.ts-thing .ts-button.ts-button--tpbrown,
.ts-thing .ts-button.ts-button--tpdbrown {
  top: 0;
  background-position: 0 100%;
  background-size: 100% auto;
  width: 182px;
  height: 62px;
  color: #FFF;
  text-align: center;
  padding-top: 18px;
  -o-transition: 0.05s ease-in;
  -webkit-transition: 0.05s ease-in;
  transition: 0.05s ease-in;
}

.ts-thing .ts-button.ts-button--tpbrown {
  width: 260px;
}

.ts-thing .ts-button.ts-button--tpdorange .ts-icon,
.ts-thing .ts-button.ts-button--tpbrown .ts-icon,
.ts-thing .ts-button.ts-button--tpdbrown .ts-icon {
  margin-right: 5px;
  margin-left: -15px;
  top: -2px;
}

@media screen and (min-width: 641px) {
  .ts-thing .ts-button.ts-button--tpdorange:hover,
.ts-thing .ts-button.ts-button--tpbrown:hover,
.ts-thing .ts-button.ts-button--tpdbrown:hover {
    top: -6px;
    color: #FFF;
  }
  .ts-thing .ts-button.ts-button--tpdorange .ts-icon,
.ts-thing .ts-button.ts-button--tpbrown .ts-icon,
.ts-thing .ts-button.ts-button--tpdbrown .ts-icon {
    margin-right: 8px;
    margin-left: -10px;
    top: -2px;
  }
}
.ts-thing .ts-button.ts-button--tpbrown {
  background-image: url(../common/img/button/trape-bg-brown.png);
}

.ts-thing .ts-button.ts-button--tpdbrown {
  background-image: url(../common/img/button/trape-bg-dbrown.png);
}

.ts-thing .ts-button.ts-button--tpdorange {
  background-image: url(../common/img/button/trape-bg-orange.png);
}

.ts-thing .ts-icon {
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 5px;
  line-height: 1;
  background-size: 100%;
}

.ts-thing .ts-icon.ts-icon--arrow {
  top: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .ts-thing .ts-icon.ts-icon--arrow {
    width: 7px;
    height: 7px;
    border-width: 1px;
  }
}
.ts-thing .ts-icon.ts-icon--mail {
  background-image: url(../img/common/icon-mail-w.svg);
  background-position: 0 50%;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}

.ts-thing .ts-icon.ts-icon--panf {
  background-image: url(../img/common/icon-panf.png);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 640px) {
  .ts-thing .ts-icon.ts-icon--panf {
    background-image: url(../img/common/icon-panf.png);
    width: 13px;
    height: 13px;
  }
  .ts-thing .ts-icon.ts-icon--panf {
    background-image: url(../img/common/icon-panf.png);
    width: 13px;
    height: 13px;
  }
}
.ts-thing .ts-icon.ts-icon--lectures {
  background-image: url(../img/common/icon-lectures.png);
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 640px) {
  .ts-thing .ts-icon.ts-icon--lectures {
    background-image: url(../img/common/icon-lectures.png);
    width: 14px;
    height: 14px;
  }
}
.ts-thing .ts-icon.ts-icon--close {
  width: 18px;
  height: 18px;
}

.ts-thing .ts-icon.ts-icon--close:before,
.ts-thing .ts-icon.ts-icon--close:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #a27d38;
  width: 18px;
  height: 1px;
}

.ts-thing .ts-icon.ts-icon--close:before {
  top: 17px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ts-thing .ts-icon.ts-icon--close:after {
  top: 17px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ts-thing .ts-col {
  zoom: 1;
}

.ts-thing .ts-col:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.ts-thing .ts-col .ts-box {
  float: left;
}

.ts-thing .ts-col .ts-last {
  float: right;
}

.ts-thing .ts-col.ts-col--2 .ts-box {
  width: 49%;
}

.ts-thing .ts-col.ts-col--2 .ts-box:nth-child(2n) {
  float: right;
}

.ts-thing .ts-col.ts-col--3 .ts-box {
  width: 32.3%;
  margin-right: 1.5%;
}

.ts-thing .ts-col.ts-col--3 .ts-box:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.ts-thing .ts-flex {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ts-thing .ts-flex.ts-flex--col-2 .ts-flex__item {
  width: 48%;
}

.ts-thing .ts-flex.ts-flex--col-3 .ts-flex__item {
  width: 32.3%;
}

.ts-thing .ts-fixed-button {
  position: fixed;
  z-index: 1000;
  bottom: -12px;
  right: 10px;
  width: 100%;
}

.ts-thing .ts-fixed-button ul {
  float: right;
}

.ts-thing .ts-fixed-button ul li {
  float: left;
  margin-left: -10px;
}

.ts-thing .ts-for-screen-reader,
.ts-thing .ts-sp-only-ib,
.ts-thing .ts-sp-only {
  display: none;
}

.ts-thing .ts-set-w-full {
  width: 100%;
}

.ts-thing .ts-reset-a-tyle {
  cursor: default !important;
}

.ts-thing .ts-reset-a-tyle:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.ts-thing .ts-link-text {
  text-decoration: underline !important;
}

@media screen and (min-width: 641px) {
  .ts-thing .ts-link-text:hover {
    color: #a27d38;
  }
}
.ts-thing h1,
.ts-thing h2,
.ts-thing h3,
.ts-thing h4,
.ts-thing h5,
.ts-thing h6,
.ts-thing p,
.ts-thing ul,
.ts-thing ol,
.ts-thing dl,
.ts-thing dt,
.ts-thing dd,
.ts-thing form,
.ts-thing fieldset,
.ts-thing hr,
.ts-thing sup,
.ts-thing figure {
  margin: 0;
  padding: 0;
}

.ts-thing ul {
  list-style: none;
}

.ts-thing img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

.ts-thing td img {
  vertical-align: baseline;
}

.ts-thing fieldset {
  border: 0;
}

.ts-thing button,
.ts-thing input[type=submit],
.ts-thing input[type=button],
.ts-thing input[type=reset] {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.ts-thing input[type=text],
.ts-thing input[type=email],
.ts-thing input[type=password],
.ts-thing textarea {
  padding: 5px 8px;
}

.ts-thing input,
.ts-thing select {
  line-height: 1.42857143;
}

@media screen and (min-width: 640px) {
  .ts-thing select {
    background: #FFF;
  }
}
.ts-thing input,
.ts-thing select,
.ts-thing textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

.ts-thing sup {
  font-size: 10px;
  line-height: 1.1;
  vertical-align: top;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.ts-thing .ts-shine-hover {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 641px) {
  .ts-thing .ts-shine-hover:before {
    position: absolute;
  top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 70%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.3)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .ts-thing .ts-shine-hover:hover:before {
    -webkit-animation: shine 0.5s ease-in-out;
    animation: shine 0.5s ease-in-out;
  }
}
.ts-thing a:link,
.ts-thing a:visited {
  color: #000;
  text-decoration: none;
}

.ts-thing a:link img,
.ts-thing a:visited img {
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ts-thing iframe {
  border: 0;
}

.ts-thing ul,
.ts-thing ol,
.ts-thing p,
.ts-thing dt,
.ts-thing dd,
.ts-thing caption,
.ts-thing th,
.ts-thing td,
.ts-thing select,
.ts-thing input,
.ts-thing textarea,
.ts-thing button,
.ts-thing figcaption {
  font-size: 16px;
}

.ts-thing h1,
.ts-thing h2,
.ts-thing h3,
.ts-thing h4,
.ts-thing h5,
.ts-thing h6,
.ts-thing dt {
  line-height: 1.4;
}

.ts-thing h1,
.ts-thing h2,
.ts-thing h3,
.ts-thing h4,
.ts-thing h5,
.ts-thing h6 {
  font-size: 18px;
}

.ts-thing table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ts-thing table td,
.ts-thing table th {
  line-height: 1.4;
}

.ts-thing hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.ts-thing main,
.ts-thing section,
.ts-thing aside,
.ts-thing figure,
.ts-thing header,
.ts-thing footer {
  display: block;
}

.ts-thing * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #wrapper {
    padding: 0 !important;
  }
  .ts-thing {
    min-width: 100%;
  }
  .ts-thing .ts-fixed-button {
    width: 100%;
  }
  .ts-thing .ts-pc-only {
    display: none;
  }
  .ts-thing .ts-sp-only-ib,
.ts-thing .ts-sp-only {
    display: block;
  }
  .ts-thing .ts-reset-sp-w {
    width: auto;
  }
  .ts-thing .ts-flex.ts-flex--sp-break {
    display: block;
  }
  .ts-thing .ts-flex.ts-flex--sp-break .ts-flex__item {
    width: auto;
  }
  .ts-thing .ts-button,
.ts-thing ul,
.ts-thing ol,
.ts-thing p,
.ts-thing dt,
.ts-thing dd,
.ts-thing caption,
.ts-thing th,
.ts-thing td,
.ts-thing select,
.ts-thing input,
.ts-thing textarea,
.ts-thing button,
.ts-thing figcaption {
    font-size: 16px;
  }
  .ts-thing .ts-fixed-width {
    padding-right: 5%;
    padding-left: 5%;
  }
  .ts-thing.ts-thing--header {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .ts-thing.ts-thing--header.ts-thing--header--fixed {
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 1100;
    padding-bottom: 40px;
    width: 100%;
    height: 100vh;
  }
  .ts-thing.ts-thing--header .ts-logos {
    float: right;
    width: 55%;
  }
  .ts-thing.ts-thing--header .ts-logos div,
.ts-thing.ts-thing--header .ts-logos h1 {
  display: inline-block;
    vertical-align: bottom;
  }
  .ts-thing.ts-thing--header .ts-logos .ts-logo {
    padding-right: 10px;
    max-width: 32.7%;
  }
  .ts-thing.ts-thing--header .ts-logos .logo-tsushin {
    width: 110.5%;
  }
  .ts-thing.ts-thing--header .ts-nav-main {
    display: none;
    left: 0;
    background: #FFF;
    padding-top: 25px;
    padding-bottom: 200px;
    width: 100%;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul {
    display: block;
    width: auto;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item {
    padding: 0;
    position: relative;
    display: block;
    text-align: left;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item[data-name=application] {
    margin-bottom: 20px;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-left: 10px solid #a27d38;
    border-right: 0;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.learning .ts-label {
    padding: 0;
    border-left: 0;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label a {
    color: #a27d38;
    position: relative;
    display: block;
    padding: 5px 10px;
    border-left: 10px solid #a27d38;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-label a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-width: 1px;
    position: absolute;
    left: inherit;
    right: 18px;
    top: 50%;
    margin-top: -4px;
    border-top: 1px solid #a27d38;
    border-right: 1px solid #a27d38;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--lonly .ts-label {
    background-color: #a27d38;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 17px 10px;
    color: #FFF;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--lonly .ts-label:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-flex {
    display: block;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-icon--arrow {
    top: 10px;
    margin-right: 8px;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child li,
.ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child .flex__item {
    margin-bottom: 8px;
    max-width: none !important;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child a {
    position: relative;
    display: block !important;
    background: #f6f2eb;
    padding: 13px 20px 13px 15px !important;
    color: #000 !important;
    text-indent: 0 !important;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child a .ts-icon--arrow {
    position: absolute;
    left: inherit;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border-color: #a27d38;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-nav-main__child ul {
    margin: 0;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item .ts-str {
    margin-top: 0;
    text-align: left;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children .ts-label {
    position: relative;
  }
  .ts-thing.ts-thing--header .ts-nav-main ul .ts-item.ts-item--has-children .ts-label:after {
    display: none !important;
  }
  .ts-thing.ts-thing--footer {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .ts-thing.ts-thing--footer .ts-pagetop {
    bottom: 20px;
    width: 40px;
  }
  .ts-thing.ts-thing--footer dt {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .ts-thing.ts-thing--footer dd ul {
    margin-right: 20px;
    line-height: 1;
    vertical-align: top;
  }
  .ts-thing.ts-thing--footer dd ul:last-child {
    margin-right: 0;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel,
.ts-thing.ts-thing--footer dd .ts-footer-mail {
    display: block;
    padding-top: 1px;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel .ts-icon,
.ts-thing.ts-thing--footer dd .ts-footer-mail .ts-icon {
    vertical-align: middle;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel a,
.ts-thing.ts-thing--footer dd .ts-footer-mail a {
    text-decoration: underline;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel {
    margin: 0 0 16px 0;
    font-size: 26px;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel .ts-icon {
    width: 25px;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-tel p {
    text-align: center;
    font-size: 13px;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-mail {
    font-size: 19px;
  }
  .ts-thing.ts-thing--footer dd .ts-footer-mail .ts-icon {
    width: 25px;
  }
  .ts-thing.ts-thing--footer .ts-footer-text {
    margin-top: 0;
  }
  .ts-thing.ts-thing--footer .ts-footer-text .ts-footer-link {
    display: block;
    margin-bottom: 30px;
  }
  .ts-thing.ts-thing--footer .ts-footer-text .ts-footer-link li {
    padding-right: 12px;
    font-size: 12px;
    font-weight: bold;
  }
  .ts-thing.ts-thing--footer .ts-footer-text ul,
.ts-thing.ts-thing--footer .ts-footer-text li {
    display: inline-block;
  }
  .ts-thing.ts-thing--footer .ts-footer-text li {
    font-size: 14px;
    border-right: 2px solid #d6d6d6;
    line-height: 1;
    margin-right: 5px;
    padding-right: 7px;
  }
  .ts-thing.ts-thing--footer .ts-footer-text li:last-child {
    border-right: 0;
  }
  .ts-thing.ts-thing--footer .ts-footer-text small {
    font-size: 8px;
    line-height: 1.5;
    display: inline-block;
  }
  .ts-thing .ts-sns {
    margin: 30px 0;
  }
  .ts-thing .ts-sns li {
    display: inline-block;
    margin-right: 12px;
    line-height: 1;
    vertical-align: top;
    width: 35px;
  }
  .ts-thing .ts-sns li:last-child {
    margin-right: 0;
  }
  .ts-thing .ts-sns li img {
    width: 60px;
    height: auto;
  }
  .ts-thing .ts-button.ts-button--close {
    font-size: 15px;
  }
  .ts-thing .ts-button.ts-button--default {
    width: 56%;
  }
  .ts-thing .ts-button.ts-button--default .ts-icon--arrow {
    margin-top: -4px;
  }
  .ts-thing .ts-header-default .ts-en {
    margin-bottom: 0;
    font-size: 18px;
  }
  .ts-thing .ts-header-default .ts-en:first-letter {
    font-size: 22px;
  }
  .ts-thing .ts-header-default .ts-string {
    font-size: 22px;
  }
  .ts-thing .ts-header-a {
    position: relative;
    padding-bottom: 30px;
  }
  .ts-thing .ts-header-a .ts-string,
.ts-thing .ts-header-a .ts-lead {
    display: block;
  }
  .ts-thing .ts-header-a .ts-string {
    font-size: 22px;
  }
  .ts-thing .ts-header-a .ts-string span {
    font-size: 28px;
  }
  .ts-thing .ts-header-a .ts-lead {
    margin-left: 0;
    padding-left: 0;
    padding-top: 2px;
    border-left: 0;
  }
  .ts-thing .ts-fixed-button {
    right: inherit;
    left: 0;
    width: 100%;
    overflow: hidden;
    bottom: -10px;
  }
  .ts-thing .ts-fixed-button ul {
    float: none;
  }
  .ts-thing .ts-fixed-button ul li {
    float: left;
    margin-left: -1%;
    width: 42%;
  }
  .ts-thing .ts-fixed-button ul li:first-child {
    margin-left: 0;
  }
  .ts-thing .ts-fixed-button ul li .ts-button {
    padding-top: 12px;
    width: 100%;
    height: 46px;
  }
  .ts-thing .ts-fixed-button ul li .ts-button .ts-icon {
    top: 0;
  }
  .ts-thing .ts-fixed-button ul li .ts-button.ts-button--tpbrown {
    padding-top: 5px;
    font-size: 14px;
  }
}
.ts-visual-lower {
  background-color: #f6f2eb;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.ts-visual-lower .ts-visual-lower-ttl {
  height: 200px;
  vertical-align: middle;
  display: table-cell;
  color: #a07d38;
}

.ts-visual-lower.ts-visual-lower-index .ts-visual-lower-ttl {
  height: 350px;
}

.ts-visual-lower .ts-visual-lower-ttl b {
  display: block;
  font-size: 38px;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ts-visual-lower .ts-visual-lower-ttl span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .ts-visual-lower {
    background-size: cover;
  }
  .ts-visual-lower .ts-visual-lower-ttl {
    height: 155px;
  }
  .ts-visual-lower.ts-visual-lower-index .ts-visual-lower-ttl {
    height: 180px;
  }
  .ts-visual-lower .ts-visual-lower-ttl b {
    font-size: 25px;
  }
  .ts-visual-lower .ts-visual-lower-ttl span {
    font-size: 10px;
  }
}
.ts-breadcrumb {
  padding: 10px 0 0;
}

.ts-breadcrumb ul li {
  float: left;
  font-size: 12px;
}

.ts-breadcrumb ul li a:link,
.ts-breadcrumb ul li a:visited {
  color: #b59968;
}

.ts-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.ts-breadcrumb ul li + li:before {
  content: ">";
  padding: 0 0.5em;
}

@media screen and (max-width: 640px) {
  .ts-breadcrumb ul li {
    font-size: 12px;
  }
  .ts-breadcrumb ul li a:hover {
    text-decoration: none;
  }
}
.ts-wrap-lower {
  padding: 80px 0 100px;
}

.ts-wrap-lower section + section {
  margin: 80px 0 0;
}

@media screen and (max-width: 640px) {
  .ts-wrap-lower {
    padding: 20px 0 40px;
  }
  .ts-wrap-lower section + section {
    margin: 40px 0 0;
  }
}
.ts-lower-link {
  margin: -40px 0 0;
}

.ts-lower-link .ts-lower-link-cont {
  width: 50%;
  height: 290px;
  float: left;
  margin: 40px 0 0;
  overflow: hidden;
}

.ts-lower-link .ts-lower-link-cont a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ts-lower-link .ts-lower-link-cont a:before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
}

.ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-ttl {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-ttl b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

.ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-ttl span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .ts-lower-link {
    margin: 0;
    padding: 0 15px;
  }
  .ts-lower-link .ts-lower-link-cont {
    width: auto;
    height: 160px;
    float: none;
    margin: 0;
  }
  .ts-lower-link .ts-lower-link-cont + .ts-lower-link-cont {
    margin: 10px 0 0;
  }
  .ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-ttl b {
    font-size: 20px;
  }
  .ts-lower-link .ts-lower-link-cont .ts-lower-link-cont-ttl span {
    font-size: 10px;
  }
}
@media screen and (min-width: 641px) {
  .ts-lower-link .ts-lower-link-cont a:hover {
    color: #000;
    -webkit-box-shadow: inset 0 0 0 30px rgba(165, 125, 56, 0.3);
    box-shadow: inset 0 0 0 30px rgba(165, 125, 56, 0.3);
  }
  .ts-lower-link .ts-lower-link-cont.color-white a:hover {
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  }
  .ts-lower-link .ts-lower-link-cont a:hover:before {
    opacity: 0;
  }
}
.ts-thing .ts-section-ttl01 {
  font-size: 24px;
  font-weight: normal;
  padding: 5px 0 5px 15px;
  margin: 0 0 30px;
  border-left: 2px solid #a07d38;
}

@media screen and (max-width: 640px) {
  .ts-thing .ts-section-ttl01 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.ts-thing .ts-section-ttl02 {
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 0 25px;
  margin: 0 0 50px;
  position: relative;
  text-align: center;
}

.ts-thing .ts-section-ttl02:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #d0be9b;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .ts-thing .ts-section-ttl02 {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 35px;
  }
  .ts-thing .ts-section-ttl02:before {
    width: 62px;
  }
}
.animation {
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes anim {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*202106追加*/
.text-link {
  margin-top: 15px !important;
}

.text-link a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #a07b36 !important;
}

.text-link a:hover {
  text-decoration: underline;
}

.text-link a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank.svg) 0 0/100% 100% no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .text-link a:hover {
    text-decoration: none;
  }
}
.stopped-txt {
  text-align: center;
  margin-bottom: 35px;
  color: rgb(217, 54, 0);
}

.stopped-txt-note {
  color: rgb(217, 54, 0);
}

.stopped-txt.read-box {
  padding: 20px;
  border: 1px solid #d93600;
}

.stopped-txt p a,
.stopped-txt-note a {
  text-decoration: underline !important;
  color: rgb(217, 54, 0) !important;
}

.stopped-txt p a:hover,
.stopped-txt-note a:hover {
  text-decoration: none !important;
}

.custom-file-upload {
  padding: 5px;
  border: 1px solid #AB8C1E;
  background-color: #fff;
  border-radius: 4px;
  color: #AB8C1E;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 147px;
  height: 44px;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.2s;
}

.custom-file-upload:hover {
  opacity: 0.8;
}

.selected-file {
  display: inline-block;
  margin-left: 25px;
  font-size: 14px;
}

.c-bread {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.c-bread .c-bread-col {
  font-size: 12px;
  text-decoration: none;
}

.c-head-m {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 22px;
  color: #AB8C1E;
  border-bottom: 2px solid #DDD;
  position: relative;
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  margin-top: 25px;
  padding-left: 15px;
}
.c-head-m::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 60px;
  height: inherit;
  border-bottom: 2px solid #AB8C1E;
  font-weight: 400;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-row {
    display: block;
  }
}
.c-row .c-col-4 {
  margin-left: 60px;
  width: calc(33.333% - 40px);
}
@media screen and (max-width: 768px) {
  .c-row .c-col-4 {
    margin-left: 0;
    width: 100%;
  }
  .c-row .c-col-4:nth-child(n+1) {
    margin-top: 50px;
  }
}
.c-row .c-col-4:nth-child(3n+1) {
  margin-left: 0;
}
.c-row .c-col-4:nth-child(n+4) {
  margin-top: 60px;
}

.row {
  display: flex;
  align-items: center;
}
.row .col-1 {
  width: 90%;
}
.row .col-2 {
  width: 10%;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .row .col-2 img {
    width: 25px;
    height: 25px;
  }
}

.select-container {
  position: relative;
  width: 100%;
}
.select-container select {
  appearance: none;
  background-image: url(../img/common/select-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
}

.scrollToTop-area {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-bottom: 10px;
}
.scrollToTop-area .scrollToTop {
  padding: 10px;
  border: 1px solid #707070;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s;
}
.scrollToTop-area .scrollToTop:hover {
  opacity: 0.8;
}
.scrollToTop-area .scrollToTop::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/top-arrow.png);
  width: 16px;
  height: 16px;
  right: 12px;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.pagetop .pagetop__arrow {
  height: 12px;
  width: 12px;
  border-top: 3px solid #808080;
  border-right: 3px solid #808080;
  transform: translateY(20%) rotate(-45deg);
}

.active {
  opacity: 1;
  visibility: visible;
}

#confirm-btn.enabled {
  background-color: #821101;
  cursor: pointer;
}
#confirm-btn.enabled:hover {
  opacity: 0.9;
}

.radio-sq {
  display: none;
}

.radio-sq + label {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 15px;
}
.radio-sq + label:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .radio-sq + label {
    padding-left: 43px;
    margin-top: 34px;
  }
}

.radio-sq + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .radio-sq + label::before {
    width: 26px;
    height: 26px;
  }
}

.radio-sq:checked + label::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/check.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: #fff;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .radio-sq:checked + label::before {
    line-height: 24px;
  }
}

.radio-cir {
  width: 22px;
  height: 22px;
  accent-color: #2B47C2;
}
.radio-cir + label {
  margin-left: 15px;
}

.radio-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-row:nth-child(n+2) {
  margin-top: 15px;
}
.radio-row:last-child {
  margin-top: 4px;
}
.radio-row .radio-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-row .radio-col:nth-child(1) {
  width: 200px;
}
.radio-row .radio-col:nth-child(2) {
  width: calc(100% - 200px);
}
.radio-row .radio-col:nth-child(3) {
  width: 70px;
  margin-top: 20px;
}
.radio-row .radio-col:nth-child(4) {
  width: calc(100% - 70px);
  margin-top: 20px;
}
.radio-row .radio-col:nth-child(5) {
  width: 120px;
  margin-top: 11px;
}
.radio-row .radio-col:nth-child(6) {
  width: calc(100% - 120px);
  margin-top: 11px;
}
@media screen and (max-width: 976px) {
  .radio-row .radio-col:nth-last-child(2) {
    margin-top: 20px;
  }
  .radio-row .radio-col:last-child {
    width: 100%;
  }
  .radio-row .radio-col:last-child .pro06 {
    margin-left: 0;
  }
  .radio-row .radio-col .radio-col {
    margin-top: 4px;
  }
  .radio-row .radio-col .radio-col:last-child .radio-cir {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .radio-row .radio-col:nth-child(n+2) {
    margin-top: 20px;
  }
  .radio-row .radio-col:nth-child(1), .radio-row .radio-col:nth-child(2), .radio-row .radio-col:nth-child(6) {
    width: 100%;
  }
  .radio-row .radio-col:nth-child(3), .radio-row .radio-col:nth-child(4) {
    width: 30%;
    flex-wrap: nowrap;
  }
  .radio-row .radio-col:nth-child(5) {
    width: 40%;
    flex-wrap: nowrap;
  }
  .radio-row .radio-col:nth-child(6) {
    display: flex;
}
}

.button {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 60px;
  font-size: 18px;
  border-radius: 6px;
  border: none;
  color: #fff;
  background-color: #821101;
  cursor: pointer;
  transition: all 0.2s;
}
.button:hover {
  opacity: 0.9;
}

.a-button {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.a-button .a-button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-size: 18px;
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  background-color: #AB8C1E;
  text-decoration: none;
  transition: all 0.2s;
  box-sizing: border-box;
}
.a-button .a-button-link:hover {
  opacity: 0.9;
}

.sub-lists {
  padding-left: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.sub-lists .sublist {
  list-style: none;
  position: relative;
  font-size: 13px;
  padding-left: 15px;
}
.sub-lists .sublist:nth-child(n+2) {
  margin-top: 5px;
}
.sub-lists .sublist::after {
  position: absolute;
  content: "※";
  top: 0;
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sub-lists .sublist {
    font-size: 12px;
  }
}

.form-section {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.form-inner {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .form-inner {
    padding: 0;
  }
}
.form-inner input,
.form-inner select,
.form-inner textarea {
  border: 1px solid #CCCCCC;
}
body .form-inner input[type=text],
body .form-inner input[type=tel] {
  height: 40px;
}
.form-inner .top-read p {
  line-height: 2;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .form-inner .top-read p {
    margin-bottom: 50px;
  }
}
.form-inner .top-read span {
  background-color: #D80000;
  color: #fff;
  border-radius: 4px;
  padding: 1px 14px;
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .form-inner .top-read span {
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 0;
  }
}
.form-inner .dl-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items {
    display: block;
    border: none;
    margin-bottom: 0;
  }
}
.form-inner .dl-items .dt-item {
  width: 200px;
  background-color: #FCFAF2;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 14px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dt-item {
    width: 100%;
    padding: 14px 15px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
  }
}
.form-inner .dl-items .dt-item:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dt-item:nth-last-child(2) {
    border-bottom: 1px solid #CCCCCC;
  }
}
.form-inner .dl-items .dt-item::after {
  content: "必須";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #fff;
  background-color: #D80000;
  border-radius: 4px;
  width: 46px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dt-item::after {
    content: none;
  }
}
.form-inner .dl-items .dt-applicable {
  display: block;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dt-applicable {
    line-height: 2;
  }
}
.form-inner .dl-items .dt-applicable::after {
  content: none;
}
.form-inner .dl-items .dt-applicable .subtext {
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .quest-dt {
    height: 52px;
  }
}
.form-inner .dl-items .quest-dt::after {
  content: none;
}
.form-inner .dl-items .dd-item {
  margin-left: 0;
  margin-bottom: 0;
  width: calc(100% - 200px);
  border-left: none;
  padding: 16px;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dd-item {
    width: 100%;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 45px;
    padding-top: 30px;
  }
}
.form-inner .dl-items .dd-item:last-child {
  border-bottom: none;
}
.form-inner .dl-items .dd-item .first-name-kana,
.form-inner .dl-items .dd-item .second-name-kana {
  margin-left: 15px;
  max-width: 180px;
  width: 100%;
}
.form-inner .dl-items .dd-item .first-name,
.form-inner .dl-items .dd-item .second-name {
  margin-left: 23px;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .dl-items .dd-item .first-name,
.form-inner .dl-items .dd-item .second-name {
    margin-left: 14px;
  }
}
.form-inner .dl-items .nounyu .nounyu-dt {
  padding-bottom: 10px;
}
.form-inner .dl-items select#year .no-show,
.form-inner .dl-items select#month .no-show,
.form-inner .dl-items select#day .no-show {
  display: none;
}
.form-inner .first-form [type=radio] {
  margin-top: 18px;
}
.form-inner .first-form input[type=text] {
  width: 50px;
  height: 24px;
  font-size: 16px;
  margin-right: 10px;
  margin-left: 10px;
}
.form-inner .first-form input[type=text]:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .first-form p {
    margin-top: 0;
  }
}
.form-inner .second-form .your-name {
  display: flex;
  align-items: center;
}
.form-inner .second-form .your-name .first-name {
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .your-name .first-name {
    margin-left: 14px;
  }
}
.form-inner .second-form .your-name .first-name-label {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .your-name .first-name-label {
    margin-left: 0;
  }
}
.form-inner .second-form .your-name .second-name-label {
  margin-left: 30px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .your-name .second-name-label {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .your-name .second-name-label {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .your-name {
    display: block;
  }
  .form-inner .second-form .your-name .subtext {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.form-inner .second-form .name-yomi .second-name-kana-label {
  margin-left: 25px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .name-yomi .second-name-kana-label {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .name-yomi .subtext {
    display: block;
    margin-top: 20px;
  }
}
.form-inner .second-form .subtext {
  margin-left: 15px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .subtext {
    margin-left: 0;
  }
}
.form-inner .second-form .gender {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-inner .second-form .woman {
  margin-left: 30px;
}
.form-inner .second-form .born {
  display: flex;
  flex-wrap: nowrap;
}
.form-inner .second-form .born select:nth-child(n+2) {
  margin-left: 15px;
}
.form-inner .second-form .born .year {
  width: 126px;
  height: 40px;
  padding-left: 17px;
  max-width: 100%;
}
.form-inner .second-form .born .month,
.form-inner .second-form .born .day {
  width: 87px;
  height: 40px;
  padding-left: 14px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .postal-dd .nowrap-md {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .postal-dd .nowrap-md .subtext {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.form-inner .second-form .postal-dd .nowrap {
  margin-top: 10px;
}
.form-inner .second-form .potal-first {
  width: 60px;
  max-width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .potal-first {
    margin-left: 0;
    margin-right: 10px;
    width: 55px;
  }
}
.form-inner .second-form .potal-second {
  width: 100px;
  max-width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}

body .form-inner .second-form .p-postal-code {
  width: 200px;
  max-width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}

@media screen and (max-width: 976px) {
  .form-inner .second-form .potal-second {
    margin-left: 10px;
    width: 70px;
  }
}
.form-inner .second-form .potal-button {
  border: none;
  background-color: #808080;
  color: #fff;
  padding: 10px 23px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.form-inner .second-form .potal-button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .potal-button {
    width: 110px;
    max-width: 100%;
    height: 44px;
  }
}
@media screen and (max-width: 327px) {
  .form-inner .second-form .potal-button {
    margin-top: 15px;
  }
}
.form-inner .second-form .address-ja-items {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .address-ja-items {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .address-ja-items {
    margin-top: 15px;
  }
}
.form-inner .second-form .address-ja-item-label {
  padding-top: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .address-ja-item-label {
    padding-top: 15px;
  }
}
.form-inner .second-form .address-ja-item {
  margin-left: 16px;
  width: 630px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .address-ja-item {
    margin-left: 0;
    max-width: 768px;
    width: 100%;
  }
}
.form-inner .second-form .address-ja {
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .address-ja {
    margin-top: 10px;
  }
}
.form-inner .second-form .dt-address-ab {
  display: block;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dt-address-ab {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
.form-inner .second-form .dt-address-ab::after {
  top: 90px !important;
  transform: none !important;
}
.form-inner .second-form .dt-address-ab p {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dt-address-ab p {
    margin: 0;
    margin-top: 5px;
  }
}
.form-inner .second-form .dd-area label[for=area] {
  width: 160px;
}
.form-inner .second-form .dd-area .area-item {
  width: 250px;
  height: 40px;
  padding-left: 20px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dd-area .area-item {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.form-inner .second-form .dd-area .country {
  width: 264px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dd-area .country {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
.form-inner .second-form .dd-area .zipcode {
  width: 169px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dd-area .zipcode {
    margin-top: 5px;
  }
}
.form-inner .second-form .dd-area .address-en {
  width: 567px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dd-area .address-en {
    margin-top: 5px;
  }
}
.form-inner .second-form .dd-area .nowrap {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .dd-area .nowrap {
    display: block;
    margin-top: 10px;
  }
  .form-inner .second-form .dd-area .nowrap label {
    width: 100%;
  }
  .form-inner .second-form .dd-area .nowrap .address-en {
    width: 100%;
  }
}

.form-inner .second-form select.p-region-id {
   width: 150px;
   max-width: 100%;
   height: 44px;
   padding-left: 14px;
}

.form-inner .second-form select#shopping_order_job {
  width: 170px;
  max-width: 100%;
  height: 44px;
  padding-left: 14px;
}
.form-inner .second-form select.school-select {
  width: 100px;
  max-width: 100%;
  height: 44px;
  padding-left: 14px;
}

.form-inner .second-form .dd-area select {
  margin-left: 15px;
}
.form-inner .second-form .dd-area input {
  margin-top: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .dd-area input {
    margin-left: 0;
  }
}
.form-inner .second-form .phoneNumber input {
  width: 80px;
  max-width: 100%;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
}
.form-inner .second-form .phoneNumber input:first-child {
  margin-left: 0;
}
.form-inner .second-form .phoneNumber input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .phoneNumber input {
    width: 64px;
    margin-right: 11px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .email-form {
    padding-bottom: 33px;
  }
}
.form-inner .second-form .email-form label[for=email] {
  margin-right: 55px;
}
.form-inner .second-form .email-form label[for=email-com] {
  margin-right: 12px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .email-form label[for=email-com] {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .email-form label[for=email-com] {
    margin-top: 38px;
  }
}
.form-inner .second-form .email-form .email-com {
  margin-top: 15px;
}
@media screen and (max-width: 976px) {
  .form-inner .second-form .email-form .email-com {
    margin-top: 10px;
  }
}
.form-inner .second-form .email-form input {
  width: 350px;
  max-width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.form-inner .second-form .email-form .form-text {
  margin-top: 35px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .email-form .form-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .email-form .subtext {
    margin-top: 5px;
    display: block;
  }
}
.form-inner .second-form .pro .pro02,
.form-inner .second-form .pro .pro04,
.form-inner .second-form .pro .pro06 {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .pro .pro02,
.form-inner .second-form .pro .pro04,
.form-inner .second-form .pro .pro06 {
    margin-left: 0;
  }
}
.form-inner .second-form .pro input[type=text] {
  margin-top: 0;
  margin-left: 20px;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .pro input[type=text] {
    width: 230px;
  }
}
.form-inner .second-form .pro label[for=pro06] {
  max-width: 42px;
  white-space: nowrap;
}
.form-inner .second-form .final-stu .nowrap {
  margin-top: 10px;
}
@media screen and (max-width: 374px) {
  .form-inner .second-form .final-stu .nowrap {
    display: block;
  }
}
.form-inner .second-form .final-stu span {
  margin-left: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .final-stu span {
    margin-right: 10px;
  }
}
.form-inner .second-form .final-stu label[for=school] {
  margin-right: 25px;
}
.form-inner .second-form .final-stu .school {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .final-stu .school {
    width: 450px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.form-inner .second-form .final-stu label[for=gra-year] {
  margin-right: 9px;
}
.form-inner .second-form .final-stu .gra-year {
  width: 100px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .final-stu .gra-year {
    width: 74px;
  }
}
.form-inner .second-form .final-stu .gra-month {
  width: 70px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .final-stu .gra-month {
    width: 47px;
  }
}
.form-inner .second-form .final-stu .final {
  width: 127px;
  max-width: 100%;
  height: 44px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .final-stu .final {
    margin-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .form-inner .second-form .final-stu .final {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-inner .second-form .final-stu .select-container {
  width: auto;
}
.form-inner .second-form .applicable {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .applicable {
    padding-bottom: 70px;
  }
}
.form-inner .second-form .applicable .radio-sq:checked + label::before {
  background-size: 15px auto;
}
@media screen and (max-width: 768px) {
  .form-inner .second-form .applicable label[for=applicable01] {
    margin-top: 0;
  }
}
.form-inner .second-form .applicable .applicable02,
.form-inner .second-form .applicable .applicable03 {
  margin-top: 22px;
}
.form-inner .second-form .applicable .applicable01,
.form-inner .second-form .applicable .applicable02,
.form-inner .second-form .applicable .applicable03 {
  margin-right: 15px;
}
.form-inner .second-form .file .file-upload {
  font-size: 14px;
}
.form-inner .nounyu .dd-item {
  padding-top: 25px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .form-inner .nounyu .form-message {
    margin-bottom: 50px;
  }
}
.form-inner .nounyu .form-message .form-text {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .nounyu .form-message .form-text {
    line-height: 1.6;
  }
}
.form-inner .nounyu .form-message .form-text:nth-child(1) {
  margin-top: 25px;
}
.form-inner .nounyu .form-message .form-text:nth-child(2) {
  margin-top: 15px;
}
.form-inner .nounyu .form-message .form-text:nth-child(3) {
  margin-top: 5px;
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .form-inner .nounyu .form-message .form-text:nth-child(3) {
    margin-left: 0;
  }
}
.form-inner .nounyu .form-message .form-card {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-inner .nounyu .form-message .form-card {
    display: block;
  }
}
.form-inner .nounyu .form-message .form-card img {
  margin-left: 10px;
}
.form-inner .nounyu .form-message .form-card img:nth-child(2) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .nounyu .form-message .form-card img:nth-child(2) {
    width: 80px;
  }
  .form-inner .nounyu .form-message .form-card img:nth-child(3) {
    width: 54px;
  }
  .form-inner .nounyu .form-message .form-card img:nth-child(4) {
    width: 48px;
  }
  .form-inner .nounyu .form-message .form-card img:nth-child(5) {
    width: 48px;
  }
  .form-inner .nounyu .form-message .form-card img:nth-child(6) {
    width: 35px;
  }
}
.form-inner .quest .mo-message {
  width: 100%;
  height: 160px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .form-inner .quest .mo-message {
    max-width: 768px;
    height: 221px;
  }
}
.form-inner .privacy {
  background-color: #FCFAF2;
  border: #D4C181 1px solid;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom:1rem;
}
.form-inner .privacy .privacy-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.form-inner .privacy .privacy-text {
  margin-top: 25px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-text {
    text-align-last: left;
  }
}
.form-inner .privacy .privacy-text .privacy-link {
  text-decoration: underline;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-text .attendance-link {
    display: block;
    width: 4em;
    margin: 0 auto;
  }
}
.form-inner .privacy .privacy-lists {
  margin-left: 14px;
  margin-right: 57px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-lists {
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
  }
}
.form-inner .privacy .privacy-list {
  font-size: 14px;
  padding-left: 10px;
  margin-top: 10px;
  line-height: 1.714;
}
.form-inner .privacy .privacy-box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.form-inner .privacy .privacy-box .privacy-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #E6DCB9;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dl {
    display: block;
  }
}
.form-inner .privacy .privacy-box .privacy-dd {
  background-color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dd {
    border-left: none;
  }
}
.form-inner .privacy .privacy-box .privacy-dt {
  width: 210px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  background-color: #E6DCB9;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dt {
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #E6DCB9;
  }
}
.form-inner .privacy .privacy-box .privacy-dd {
  margin-left: 0;
  width: calc(100% - 210px);
  padding: 8px 36px;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dd {
    width: 100%;
    padding: 12px 13px 31px;
    box-sizing: border-box;
  }
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dd .privacy-box-text {
    width: 279px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-in {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 976px) {
  .form-inner .privacy .privacy-box .privacy-dd .privacy-box-in {
    display: block;
  }
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail {
  margin-left: 80px;
  position: relative;
  width: 236px;
}
@media screen and (max-width: 976px) {
  .form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail {
    width: 237px;
    margin: 0 auto;
    margin-top: 26px;
    max-width: 100%;
  }
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail .mailicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  height: 16px;
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail a {
  background-color: #AB8C1E;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 17px 30px 17px 50px;
  font-size: 14px;
  display: block;
  transition: all 0.2s;
}
.form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .form-inner .privacy .privacy-box .privacy-dd .privacy-box-in .privacy-box-mail a {
    display: inline-block;
    padding-right: 8px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 977px) {
  .form-inner .md {
    display: none;
  }
}
@media screen and (max-width: 976px) {
  .form-inner .md {
    display: block;
  }
  .form-inner .second-name,
.form-inner .second-name-kana {
    margin-top: 10px;
  }
  .form-inner .email {
    margin-top: 10px;
  }
}

.button-area .form-inner {
  position: relative;
}
.button-area .form-inner .checkbox-area {
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .button-area .form-inner .checkbox-area {
    width: 300px;
    max-width: 100%;
  }
}
.button-area .form-inner .checkbox-area .radio-sq + label {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .button-area .form-inner .checkbox-area .radio-sq + label {
    box-sizing: content-box;
  }
}
.button-area .form-inner .checkbox-area .radio-sq + label::before {
  width: 31px;
  height: 31px;
  line-height: 26px;
  font-size: 24px;
}
.button-area .form-inner .checkbox-area:has(#shopping_order_user_policy_check){
  width:100%;
  display: flex;
  justify-content: center;
}
.button-area .form-inner .confirm-btn {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #676767;
  cursor: auto;
}
.button-area .form-inner .confirm-btn:hover {
  opacity: 1;
}

.confirm-section .confirm-inner .confirm-text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .confirm-text {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner {
    padding: 0;
  }
}
.confirm-section .confirm-inner .dl-items {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items {
    display: block;
    border: none;
    margin-bottom: 0;
  }
}
.confirm-section .confirm-inner .dl-items .dt-item {
  width: 200px;
  background-color: #FCFAF2;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  padding: 23px 14px;
  box-sizing: border-box;
}
.confirm-section .confirm-inner .dl-items .dt-item::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dt-item {
    width: 100%;
    padding: 19px 15px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
  }
}
.confirm-section .confirm-inner .dl-items .dt-item:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dt-item:nth-last-child(2) {
    border-bottom: 1px solid #CCCCCC;
  }
}
.confirm-section .confirm-inner .dl-items .dd-item {
  margin-left: 0;
  width: calc(100% - 200px);
  border-left: none;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  padding: 17px 47px 21px 15px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dd-item {
    width: 100%;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    padding: 20px 0 22px;
    font-size: 14px;
  }
}
.confirm-section .confirm-inner .dl-items .dd-item .dd-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dd-item .dd-row {
    display: block;
  }
}
.confirm-section .confirm-inner .dl-items .dd-item .dd-second {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dd-item .dd-second {
    margin-left: 0;
  }
}
.confirm-section .confirm-inner .dl-items .dd-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .confirm-section .confirm-inner .dl-items .dd-textarea {
    line-height: 1.714;
  }
}
.confirm-section .confirm-inner .confirm-buttons {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  margin-bottom: 100px;
}
.confirm-section .confirm-inner .back-btn {
  background-color: #707070;
  width: 144px;
  padding: 15px 50px;
}
.confirm-section .confirm-inner .send-btn {
  margin-left: 20px;
}

.thanks-inner {
  max-width: 740px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .thanks-inner {
    padding: 0;
  }
}
.thanks-inner .thanks-l {
  font-size: 24px;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .thanks-inner .thanks-l {
    font-size: 22px;
    margin-top: 47px;
    margin-bottom: 37px;
  }
}
.thanks-inner .thanks-read {
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .thanks-inner .thanks-read {
    font-size: 14px;
    line-height: 1.7143;
  }
}
.thanks-inner .thanks-read:nth-child(n+1) {
  margin-top: 28px;
}
.thanks-inner .thanks-btn {
  margin-top: 30px;
}

.boshu-inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
  box-sizing: border-box;
}
.boshu-inner .boshu-l {
  font-size: 30px;
  text-align: center;
  margin-top: 110px;
  margin-bottom: 75px;
}

.l-qa {
  margin-bottom: 70px;
}
.l-qa .p-head-l {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 30px;
}
.l-qa .p-nav .p-nav-items {
  display: flex;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .l-qa .p-nav .p-nav-items {
    flex-wrap: wrap;
  }
}
.l-qa .p-nav .p-nav-items .p-nav-item {
  list-style: none;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .l-qa .p-nav .p-nav-items .p-nav-item {
    width: 33.3333333333%;
  }
  .l-qa .p-nav .p-nav-items .p-nav-item:nth-child(n+4) .p-nav-link {
    border-top: none;
  }
  .l-qa .p-nav .p-nav-items .p-nav-item:nth-child(3n+2) .p-nav-link {
    border-right: none;
    border-left: none;
  }
}
.l-qa .p-nav .p-nav-items .p-nav-item .p-nav-link {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  position: relative;
  border: 1px solid #CCC;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-qa .p-nav .p-nav-items .p-nav-item .p-nav-link {
    font-size: 13px;
    height: 73px;
  }
}
.l-qa .p-nav .p-nav-items .p-nav-item .p-nav-link::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #2B47C2;
  border-bottom: 0;
}
.l-qa .p-accordion .p-accordion-inner {
  border-bottom: 1px solid #CBCBCB;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-qa .p-accordion .p-accordion-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title {
  font-size: 16px;
  padding-left: 50px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .l-qa .p-accordion .p-accordion-inner .p-accordion-title {
    font-size: 14px;
    padding-left: 35px;
  }
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #3C5ABC;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-qa .p-accordion .p-accordion-inner .p-accordion-title::before {
    width: 12px;
  }
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #3C5ABC;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-qa .p-accordion .p-accordion-inner .p-accordion-title::after {
    width: 12px;
  }
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/common/q.png);
  background-size: contain;
  left: 0;
  width: 30px;
  height: 30px;
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 45px;
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-content .p-accordion-content-box {
  display: flex;
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-content .p-accordion-content-box img {
  width: 30px;
  height: 30px;
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-content .p-accordion-content-box .p-accordion-text {
  margin: 5px 20px 0;
}
@media screen and (max-width: 768px) {
  .l-qa .p-accordion .p-accordion-inner .p-accordion-content .p-accordion-content-box .p-accordion-text {
    margin-left: 5px;
    margin-right: 0;
  }
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title.p-show::before {
  opacity: 0;
}
.l-qa .p-accordion .p-accordion-inner .p-accordion-title.p-show::after {
  transform: translateY(-50%) rotate(180deg);
}

.l-kouza-list {
  margin-bottom: 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.l-kouza-list .p-title-l {
  border-left: 2px solid #AB8C1E;
  padding-left: 20px;
  line-height: 47px;
  letter-spacing: 0.1rem;
  font-size: 24px;
  font-weight: normal;
  margin-top: 60px;
}
.l-kouza-list .p-text {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.l-kouza-list .p-kouza-img img {
  width: 100%;
}
.l-kouza-list .p-kouza-text {
  font-size: 20px;
  font-weight: bold;
}
.l-kouza-list .p-kouza-price {
  font-weight: bold;
  font-size: 18px;
  color: #AB1E1E;
}
.l-kouza-list .p-kouza-button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-size: 18px;
  border-radius: 6px;
  padding: 10px;
  color: #fff;
  background-color: #821101;
  text-decoration: none;
  transition: all 0.2s;
  box-sizing: border-box;
}

.l-cart-list .p-title-l {
  border-left: 2px solid #AB8C1E;
  padding-left: 20px;
  line-height: 47px;
  letter-spacing: 0.1rem;
  font-size: 24px;
  font-weight: normal;
  margin-top: 60px;
}
.l-cart-list .p-text span {
  font-weight: bold;
}
.l-cart-list .p-table {
  width: 100%;
  border-collapse: collapse;
}
.l-cart-list .p-table .p-cansel {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  padding: 1rem;
}
.l-cart-list .p-table .p-table-tr .p-table-th {
  background-color: #FCFAF2;
  padding: 10px;
}
.l-cart-list .p-table .p-table-tr .p-table-th:nth-child(1) {
  width: 10%;
}
.l-cart-list .p-table .p-table-tr .p-table-th:nth-child(2) {
  width: 70%;
}
.l-cart-list .p-table .p-table-tr .p-table-th:nth-child(3) {
  width: 20%;
}
.l-cart-list .p-table .tbody .p-table-tr {
  border-bottom: #D4C181 1px solid;
}
.l-cart-list .p-table .tbody .p-table-td {
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-cart-list .p-table .tbody .p-table-td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}
.l-cart-list .p-table .tbody .p-table-td:nth-child(2) {
  display: flex;
  align-items: center;
}
.l-cart-list .p-table .tbody .p-table-td:nth-child(2) .p-text {
  margin-left: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-cart-list .p-table .tbody .p-table-td:nth-child(2) .p-text {
    margin-left: 10px;
  }
}
.l-cart-list .p-table .tfoot .p-table-td {
  padding-top: 10px;
}
.l-cart-list .p-table .tfoot .p-sum {
  font-weight: bold;
}
.l-cart-list .p-table .tfoot .p-sum .p-sum-num {
  color: #FF0000;
  font-size: 18px;
}
.l-cart-list .p-btn-area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.l-cart-list .p-btn-area .p-cart-btn {
  margin: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-cart-list .p-btn-area .p-cart-btn {
    margin: 0 auto;
  }
}
.l-cart-list .p-btn-area .p-cart-btn:nth-child(1) .a-button-link {
  background-color: #821101;
}
.l-cart-list .p-btn-area .p-cart-btn:nth-child(2) {
  margin-top: 10px;
}
.l-cart-list .p-btn-area .p-cart-btn:nth-child(2) .a-button-link {
  background-color: #707070;
}

.p-login .btn {
  display: flex;
  justify-content: center;
}
.p-login .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 54px;
  max-width: 620px;
  width: 100%;
  padding: 12px 48px;
  color: #902040;
  background-color: #FFF;
  border: 1px solid #902040;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-login .btn a:hover {
  background-color: #902040;
  color: #FFF;
}

.error {
  max-width: 100%;
  width: 720px;
  color: #D80000;
  background-color: #f7ebeb;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .error {
    width: 768px;
    max-width: 100%;
  }
}

.u-pb40 {
  padding-bottom: 40px;
}

.ml-0 {
  margin-left: 0 !important;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.u-link-none {
  text-decoration: none;
}

.nowrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.nowrap-md {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 976px) {
  .nowrap-md {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp,
.sp-tag {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .sp-tag {
    display: block;
    background-color: #D80000;
    color: #fff;
    border-radius: 4px;
    padding: 5px 8px 3px;
    font-size: 12px;
    margin-left: 20px;
  }
}

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