/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

@-webkit-keyframes nyuruIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes nyuruIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%
}

address, blockquote, body, dl, figure, form, hr, iframe, ol, p, pre, table, ul {
  margin: 0
}

details, main {
  display: block
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ol, ul {
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both;
  color: inherit
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  color: #4e2f14;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.p-article__contents img[width][height] {
  width: attr(width px) !important;
  height: attr(height px) !important;
  max-width: 100%;
}


embed, iframe, object {
  border: 0;
  vertical-align: bottom
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  text-align: inherit
}

input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=checkbox], [type=radio], fieldset, legend, option {
  padding: 0
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

summary {
  display: list-item
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  vertical-align: top;
  padding: 0
}

caption, th {
  text-align: left
}

[hidden], template {
  display: none
}

body, p {
  font-size: 1.6rem
}

body, th {
  font-weight: 700
}

body {
  color: #4e2f14;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  /*background-color: #f5f1ed*/
  background-color: papayawhip;
}

body.have_curtain {
  overflow: hidden
}

p {
  line-height: 2
}

a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  opacity: .6
}

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

button, input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  cursor: pointer
}

select::-ms-expand {
  display: none
}

.l-contentsTop, .l-header {
  margin: 0 auto;
  width: 100%
}

.l-contents {
  width: 100%
}

.l-contentsBottom, .l-footer {
  margin: 0 auto;
  width: 100%
}

.l-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.l-main {
  width: 100%;
  display: block;
  position: relative
}

.l-sideLeft {
  margin-left: auto;
  margin-right: 48px;
  width: 221px
}

.l-sideLeft+.l-mainWithColumn {
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: 831px
}

.l-mainWithColumn {
  display: block;
  margin-left: auto;
  width: calc(100% - 220px - 48px)
}

.l-mainWithColumn+.l-right {
  margin-right: auto;
  margin-left: 128px;
  width: 250px
}

.l-drawer, .l-drawerClose {
  display: none;
  background-color: #fff
}

.l-drawer, .l-drawer.is_active {
  -webkit-transition: all .3s;
  transition: all .3s
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px)
}

.l-drawer.is_active {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.l-drawerClose {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 270px;
  z-index: 100000;
  cursor: pointer;
  font-size: 2.4rem
}

.l-drawerClose.is_active {
  display: block
}

.l-drawerClose div {
  width: 2rem;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  -webkit-transition: .3s;
  transition: .3s
}

.l-drawerClose div:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.l-drawerClose div:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.l-drawerClose div:last-child {
  -webkit-transform: translateY(6px);
  transform: translateY(6px)
}

body.home .l-drawerClose div {
  background-color: #fff
}

.l-drawerClose.is_active div, body.home .l-drawerClose.is_active div {
  background-color: #333
}

.l-drawerClose.is_active div:first-child, body.home .l-drawerClose.is_active div:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.l-drawerClose.is_active div:nth-child(2), body.home .l-drawerClose.is_active div:nth-child(2) {
  display: none
}

.l-drawerClose.is_active div:last-child, body.home .l-drawerClose.is_active div:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: 0 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  visibility: hidden
}

.have_curtain .l-overlay {
  display: none;
  opacity: 1;
  background: rgba(0, 0, 0, .5);
  visibility: visible
}

.l-inner, .l-inner1100, .l-inner1260, .l-inner640, .l-inner940 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: static
}

.l-inner {
  width: 100%;
  max-width: 1366px
}

.l-inner1100, .l-inner1260, .l-inner640, .l-inner940 {
  width: calc(100% - 60px);
  max-width: 1260px
}

.l-inner1100, .l-inner640, .l-inner940 {
  max-width: 1100px
}

.l-inner640, .l-inner940 {
  max-width: 940px
}

.l-inner640 {
  max-width: 640px
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-col2--730_250 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-col2--730_250 .l-col2__left {
  width: 730px
}

.l-col2--730_250 .l-col2__right {
  margin: 0 auto;
  width: 250px
}

.l-col2--630_630 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-col2--630_630 .l-col2__left, .l-col2--630_630 .l-col2__right {
  width: calc(630/1280*100%);
  width: 49.21875%
}

.c-wm-vrl {
  width: 100%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: .5rem;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1
}

.c-orangeBtn {
  display: inline-block;
  width: 100%;
  max-width: 32rem
}

.c-orangeBtn a, .c-orangeBtn button, .c-orangeBtn input[type=submit] {
  padding: 1.4rem 0;
  display: block;
  width: 100%;
  background-color: #e8652b;
  border-radius: .8rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  position: relative
}

.c-orangeBtn__txt {
  vertical-align: middle
}

.c-whiteBtn {
  display: inline-block;
  width: 100%;
  max-width: 32rem
}

.c-whiteBtn a, .c-whiteBtn button, .c-whiteBtn input[type=submit] {
  padding: 1.2rem 0 1.5rem;
  display: block;
  width: 100%;
  background-color: #fff;
  border: solid #e8652b;
  border-width: .1rem .1rem .3rem;
  border-radius: .8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  position: relative
}

.c-whiteBtn a:hover, .c-whiteBtn button:hover, .c-whiteBtn input[type=submit]:hover {
  opacity: 1;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-transform: translateY(.2rem);
  transform: translateY(.2rem);
  border-width: .1rem
}

.c-whiteBtn__txt {
  vertical-align: middle
}

.c-whiteBtn.-small {
  max-width: none;
  width: auto
}

.c-whiteBtn.-small a {
  padding: .3rem 1.1rem;
  font-size: 1.4rem;
  border-width: .1rem .1rem .2rem;
  border-radius: .4rem
}

.c-whiteBtn.-small a:hover {
  -webkit-transform: translateY(.1rem);
  transform: translateY(.1rem);
  border-width: .1rem
}

.c-whiteBtn.-icon_env a {
  position: relative
}

.c-whiteBtn.-icon_env a::before {
  margin-right: .8rem;
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 1.92rem;
  background: no-repeat url(../img/icon_envelope.png) center center/contain;
  vertical-align: middle
}

.c-whiteBtn.-arrowed a::after {
  margin-top: -.2rem;
  margin-left: .4rem;
  content: '';
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border: solid #4e2f14;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-whiteBtn.-contact {
  margin-right: 3rem
}

.c-whiteBtn.-contact a, .c-whiteBtn.-contact button, .c-whiteBtn.-contact input {
  border-width: .1rem;
  color: #e8652b
}

.c-transparentBtn {
  display: inline-block;
  width: 100%;
  max-width: 32rem
}

.c-transparentBtn a, .c-transparentBtn button, .c-transparentBtn input[type=submit] {
  padding: 1.4rem 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #e8652b;
  border-radius: .8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  position: relative
}

.c-transparentBtn__txt {
  vertical-align: middle;
  color: #e8652b
}

::-webkit-input-placeholder {
  color: #d5ccc4
}

::-moz-placeholder {
  color: #d5ccc4
}

:-ms-input-placeholder {
  color: #d5ccc4
}

::-ms-input-placeholder {
  color: #d5ccc4
}

::placeholder {
  color: #d5ccc4
}

.c-formInput {
  margin-top: 1.8rem
}

.c-formInput:first-child {
  margin-top: 0
}

.c-formInput input {
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem 2rem;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.4rem;
  letter-spacing: .08em
}

.c-formInput--half input {
  width: 48.5%;
  max-width: 280px
}

.c-formInput--full input {
  width: 100%;
  max-width: initial
}

.c-formInput--beige input, .c-formInput.-beige input {
  background-color: #f5f1ed
}

.c-formInput.-calendar {
  position: relative
}

.c-formInput.-calendar::after {
  content: '';
  width: 2rem;
  height: 2rem;
  display: block;
  background: no-repeat url(../img/icon_calender.png) center center/contain;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-formSelect {
  margin-top: 1rem
}

.c-formSelect:first-child {
  margin-top: 0
}

.c-formSelect .select {
  width: 100%;
  max-width: 160px;
  display: inline-block;
  position: relative
}

.c-formSelect .select::after {
  content: '';
  display: block;
  margin-top: -.36rem;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 12px solid #4e2f14;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  pointer-events: none
}

.c-formSelect .select select {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.6rem
}

.c-formSelect--beige select, .c-formSelect.-beige select {
  background-color: #f5f1ed
}

.c-formSelect--small select, .c-formSelect.-small select {
  height: 3.2rem
}

.c-formCheckbox__label {
  padding-left: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem
}

.c-formCheckbox__label .checkbox {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: .2rem;
  left: 0;
  text-align: center
}

.c-formCheckbox__label .checkbox::after {
  content: '';
  display: none;
  width: 8px;
  height: 12px;
  border-right: 2px solid #e8652b;
  border-bottom: 2px solid #e8652b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -60%) rotate(45deg);
  transform: translate(-40%, -60%) rotate(45deg)
}

.c-formCheckbox__label input, .c-formRadio__label input {
  display: none
}

.c-formCheckbox__label input:checked~.checkbox::after, .c-formRadio__label input:checked~.radio::after {
  display: block
}

.c-formCheckbox__label a, .c-formRadio__label a {
  text-decoration: underline
}

.c-formCheckbox--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-formCheckbox--horizontal .c-formCheckbox__label {
  margin-top: 0;
  margin-right: 3.5rem
}

.c-formCheckbox--horizontal .c-formCheckbox__label:last-of-type {
  margin-left: 0
}

.c-formCheckbox--beige .checkbox, .c-formCheckbox.-beige .checkbox {
  background-color: #f5f1ed;
  border-color: #f5f1ed
}

.c-formCheckbox--orange .checkbox, .c-formCheckbox.-orange .checkbox {
  border-color: #e8652b
}

.c-formRadio__label {
  margin-top: 1.2rem;
  padding-left: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.8rem
}

.c-formRadio__label:first-of-type {
  margin-top: 0
}

.c-formRadio__label .radio {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: .4rem;
  left: 0;
  text-align: center
}

.c-formRadio__label .radio::after {
  content: '';
  display: none;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e8652b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.c-formRadio__label .radio.-beige {
  background-color: #f5f1ed
}

.c-formRadio--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-formRadio--horizontal .c-formRadio__label {
  margin-top: 0;
  margin-left: 3.5rem
}

.c-formRadio--horizontal .c-formRadio__label:first-of-type {
  margin-left: 0
}

.c-formRadio--beige .radio, .c-formRadio.-beige .radio {
  background-color: #f5f1ed;
  border-color: #f5f1ed
}

.c-formTextarea {
  width: 100%
}

.c-formTextarea textarea {
  width: 100%;
  height: 30rem;
  padding: 1.6rem 2rem;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.5
}

.c-formTextarea--beige textarea, .c-formTextarea.-beige textarea {
  background-color: #f5f1ed
}

.c-formRequired {
  width: 4rem;
  height: 1.8rem;
  background-color: #fc2161;
  border-radius: 6px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
  vertical-align: middle
}

.c-formOptional, .c-formRequired, .c-formSubmit {
  display: inline-block;
  color: #fff;
  text-align: center
}

.c-formOptional {
  width: 8rem;
  height: 2.4rem;
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400
}

.c-formSubmit {
  width: 90%;
  max-width: 37rem;
  height: 8.2rem;
  background-color: #a4a4a4;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 8.2rem
}

.c-formSubmit button, .c-formSubmit input {
  display: block;
  width: 100%
}

.c-title24, .c-title24--brown, .c-title32 {
  color: #e8652b;
  font-size: 2.4rem;
  line-height: 2
}

.c-title24.-tac, .p-blockB h3 {
  text-align: center
}

.c-title24--brown, .c-title32 {
  color: #4e2f14
}

.c-title32 {
  color: #e8652b;
  font-size: 3.2rem
}

.c-title32 span {
  display: block;
  color: #dba677;
  font-size: 2rem
}

.c-tableA {
  padding: 1.5rem 3rem;
  background-color: #fff;
  border-radius: 12px
}

.c-tableA table {
  width: 100%;
  line-height: 2
}

.c-tableA table tr {
  border-bottom: 1px dashed #e8652b
}

.c-tableA table tr:last-child, .c-tableB_item:last-child {
  border: 0
}

.c-tableA table th {
  width: 120px;
  padding: .8rem 0;
  color: #e8652b;
  font-size: 1.6rem
}

.c-tableA table td {
  padding: 1.1rem 0 .8rem;
  font-size: 1.4rem;
  line-height: 2
}

.c-tableA table dl {
  margin-bottom: 1rem
}

.c-tableA table dl dt {
  color: #e8652b;
  line-height: 1.9
}

.c-tableB {
  padding: 1.5rem 3rem .5rem;
  background-color: #fff;
  border-radius: 12px
}

.c-tableB_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #e8652b;
  padding: .8rem 0
}

.c-tableB_item .title {
  color: #e8652b
}

.c-tableB_item .content {
  width: 79.7%
}

.c-tableB_item .content .detail {
  margin: 10px 0 0;
  padding: 10px 0 10px 10px;
  background-color: #f5f1ed;
  font-size: 1rem
}

.c-tableB_item .content ul li {
  list-style: disc;
  margin: 0 0 12px
}

.c-tableB_item .content ul li a {
  color: #e8652b;
  position: relative
}

.c-tableB_item .content ul li ._blank::after, .c-tableC_item .content .link ._blank::after {
  content: "";
  background-image: url(../img/link_window.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.c-tableC {
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  border-radius: 12px
}

.c-tableC_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: dotted 1px #e8652b;
  padding: 1.6rem 0
}

.c-tableC_item .main_title {
  color: #e8652b;
  width: 9em;
}

.c-tableC_item .content {
  font-size: 14px;
  width: 87%
}

.c-tableC_item .content .sub_title {
  color: #e8652b;
  padding: .2rem 0 0
}

.c-tableC_item .content .sub_content {
  padding: 1.6rem 0
}

.c-tableC_item .content .sub_content:last-child {
  padding: 1.6rem 0 0
}

.c-tableC_item .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-tableC_item .content .flex .sub_title {
  margin: 0 1.6rem 0 0
}

.c-tableC_item .content .link {
  margin: 1.2rem 0 0
}

.c-tableC_item .content .link a {
  font-size: 14px;
  position: relative;
  color: #e8652b
}

.c-tableC_item .content .link ._blank {
  text-decoration: underline
}

.c-pager, .c-progress ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-pager__item, .c-pager__item--active {
  width: 2.8rem;
  height: 2.8rem
}

.c-pager__item--next, .c-pager__item--prev {
  height: 2.8rem;
  width: 4rem
}

.c-pager__item a, .c-pager__item--active a, .c-pager__item--next a, .c-pager__item--prev a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.8rem
}

.c-pager__item--active a {
  background-color: #e8652b;
  color: #fff
}

.c-pager__item--next a, .c-pager__item--prev a, .payment-branch_credit .creditinfo-wrap .code dt {
  position: relative
}

.wp-pagenavi {
  margin: 1rem 0 0;
  text-align: center
}

.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .previouspostslink {
  margin: 1rem 2px;
  width: 8rem;
  height: 8rem;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 8rem;
  font-weight: 500;
  text-align: center
}

.wp-pagenavi .current, .wp-pagenavi .page {
  background: -webkit-gradient(linear, left top, right top, from(#3083ca), to(#5c4ea8));
  background: -webkit-linear-gradient(left, #3083ca, #5c4ea8);
  background: linear-gradient(90deg, #3083ca, #5c4ea8)
}

.wp-pagenavi .page {
  background-color: transparent;
  color: #e8652b;
  position: relative;
  z-index: 0
}

.wp-pagenavi .page:before {
  content: '';
  display: block;
  position: absolute;
  top: .2rem;
  left: .2rem;
  z-index: -1;
  width: calc(8rem - .4rem);
  height: calc(8rem - .4rem);
  background-color: #fff
}

.wp-pagenavi .current {
  color: #fff
}

.wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: #e8652b
}

.c-breadcrumb {
  padding: 1.6rem 0;
  background-color: #f5f5f5;
  color: #999;
  font-size: 1.4rem
}

.c-breadcrumb span {
  margin-right: 1rem
}

.c-note, .c-note--beige, .c-note--red {
  margin-top: .8rem;
  padding: .8rem;
  font-size: 1.1rem;
  border-radius: 4px;
  line-height: 1.5
}

.c-note--beige {
  background-color: #f5f1ed;
  color: #4e2f14
}

.c-note--red {
  background-color: #ffd8d8;
  color: #ff1717
}

.c-box--white, .p-article, .p-edit, .p-history, .p-historyDetail, .p-info, .p-newsList {
  background-color: #fff;
  border-radius: 12px
}

.c-background {
  position: relative;
  overflow: hidden
}

.c-background__imageContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.c-background__imageContainer .bg {
  position: absolute;
  z-index: -1
}

.c-background__contentsContainer {
  position: relative;
  z-index: 1
}

.c-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 3rem
}

.c-status__tag {
  margin-right: .8rem;
  width: 7.2rem;
  padding: .3rem 0;
  background-color: #a39c95;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center
}

.c-status__tag.-blue {
  background-color: #65bbb1
}

.c-status__price {
  font-size: 1.1rem
}

.c-progress {
  width: 100%;
  padding: 5rem 0
}

.c-progress ul li {
  margin-right: 4px;
  width: 184px;
  height: 56px;
  padding-left: 28px;
  background-color: #fff;
  text-align: center;
  position: relative;
  color: #dba677;
  line-height: 56px
}

.c-progress ul li:last-child {
  width: 208px
}

.c-progress ul li::before {
  content: '';
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-left: 24px solid #f5f1ed;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0
}

.c-progress ul li::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 24px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1
}

.c-progress ul li.active {
  background-color: #e8652b;
  color: #fff
}

.c-progress ul li.active::after {
  border-left: 24px solid #e8652b
}

.c-progress ul li:first-child {
  border-radius: 8px 0 0 8px
}

.c-progress ul li:first-child::before {
  content: none
}

.c-progress ul li:last-child {
  border-radius: 0 8px 8px 0
}

.c-progress ul li:last-child::after {
  content: none
}

.c-date {
  font-size: 12px;
  color: #e8652b
}

.c-tag {
  border: 1px solid #65bbb1;
  border-radius: 4px;
  width: 72px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-tag span, .event-container .article-wrap_item .card a .card-head_info .c-tag span {
  color: #65bbb1;
  font-size: 10px;
  line-height: 2
}

.p-header {
  width: 100%;
  padding: 3.2rem 0 2.5rem
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.p-header__title {
  margin-right: 5rem
}

.p-header__title h1 {
  height: 6.3rem
}

.p-header__title img {
  width: auto;
  height: 100%;
  display: inline-block
}

.p-footer__txt .area2 ul, .p-header__menu, .p-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-footer__txt .area2 ul, .p-header__menu ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-header__menu ul a, .p-header__menu ul li {
  font-size: 1.5rem;
  letter-spacing: .01em;
  font-weight: 700;
  position: relative
}

.p-header__menu.-gnav ul li {
  padding: 0 1rem;
  border-left: 1px dashed #e8652b
}

.p-header__menu.-gnav ul li:first-child {
  border-left: none
}

.p-header__menu.-mypage ul li a {
  padding-left: 2rem
}

.p-header__menu.-mypage ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block
}

.p-drawer ul li a .icon img, .p-header__menu.-mypage ul li .icon img {
  height: 100%;
  width: auto
}

.assessment-tabArea-tab .--active a, .p-category-wrap .--active a, .p-header__menu.-mypage ul a, .p-header__menu.-mypage ul li, .p-history__list .order-date__link a, .p-sidebar ul li a.active {
  color: #e8652b
}

.p-header__burger {
  display: none;
  width: 5.3rem;
  height: 5.3rem;
  position: absolute;
  top: 3.2rem;
  left: 0;
  cursor: pointer
}

.p-header__burger div {
  width: 20px;
  height: 2px;
  background-color: #4e2f14;
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  -webkit-transition: .3s;
  transition: .3s
}

.p-header__burger div:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px)
}

.p-header__burger div:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.p-header__burger div:last-child {
  -webkit-transform: translateY(6px);
  transform: translateY(6px)
}

.p-header__burger.is_active div:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-header__burger.is_active div:nth-child(2) {
  display: none
}

.p-header__burger.is_active div:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-footer {
  margin: 0 auto;
  max-width: 1260px;
  padding: 5rem 0;
  border-top: 1px solid #d6c3a7
}

.p-footer__col2--pc, .p-footer__txt .area1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-footer__fb {
  margin-bottom: 1rem;
  width: 40.3636%
}

.p-footer__fb iframe {
  width: 100%;
  height: 240px
}

.p-footer__txt {
  width: 54.5454%;
  padding-top: 1rem
}

.p-footer__txt .area1 {
  margin-bottom: 4rem
}

.p-footer__txt .area1__right {
  width: 45%;
}
.p-footer__txt .area1__right .footer_link_box {
  margin-top: 50px;
}
.p-footer__txt .area1__right .footer_link {
  display: block;
  margin: 15px 0;
  line-height: 1;
  font-size: 14px;
  text-align: right;
}

@media (max-width:768px) {
  .p-footer__txt .area1__right {
    padding-top: 1.5rem;
  }
  .p-footer__txt .area1__right .footer_link_box {
    margin-top: 30px
  }
  .p-footer__txt .area1__right .footer_link {
    text-align: center
  }
}

.p-footer__txt .area1__left {
  width: 46.333%
}

.p-footer__txt .area1 .address, .p-footer__txt .area1 .tel {
  margin-top: .6rem;
  font-size: 1.4rem;
  letter-spacing: .01em
}

.p-footer__txt .area2 ul li {
  margin-bottom: 2rem;
  padding: 0 1.2rem;
  border: dashed #e8652b;
  border-width: 0 1px 0 0;
  line-height: 2rem
}

.p-footer__txt .area2 ul li:first-child {
  padding-left: 0;
  border-left: none
}

.p-drawer ul li {
  border: dashed #e8652b;
  border-width: 0 0 1px;
  line-height: 2rem
}

.p-drawer ul li a {
  padding: 1.5rem;
  display: flex;
  font-size: 1.6rem;
  position: relative
}

.p-drawer ul li a .icon {
  margin-right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block
}

.p-drawer ul li a .txt {
  display: inline-block
}

.p-drawer ul li:first-child {
  border-top: none
}

.p-drawer__btn {
  padding: 20px 15px
}

.p-banner__list ul, .p-subpageMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-subpageMv {
  height: 32rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/subpage_mv.png) center center/cover
}

.p-subpageMv__title {
  color: #e8652b;
  font-size: 3.4rem
}

.p-banner {
  padding: 13rem 0 9rem;
  position: relative;
  background-color: #fff
}

.p-banner::after, .p-banner::before {
  content: '';
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0
}

.p-banner::before {
  top: 0;
  background: repeat-x url(../img/home/home_map_bg_bottom.png) bottom center/1366px
}

.p-banner::after {
  bottom: 0;
  background: repeat-x url(../img/footer_bg.png) top center/1366px
}

.p-banner__list ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-banner__list li {
  width: 32.5454%;
  margin-left: 1.1818%;
  margin-bottom: 2%
}

.p-banner__list li:nth-child(3n-2) {
  margin-left: 0
}

.p-blockA {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-blockA.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.p-blockA__img {
  width: 49%
}

.-reverse .p-blockA__img {
  width: 54.545454%
}

.p-blockA__txt {
  width: 45.8%;
  padding-top: 1.8rem;
  padding-right: 5%
}

.p-blockA__txt .title {
  margin-bottom: 1.2rem
}

.p-blockA__txt .btn {
  margin-top: 2.9rem
}

.-reverse .p-blockA__txt {
  width: 45.454545%
}

.p-blockB__img {
  margin-bottom: 1.9rem
}

.p-blockB__txt {
  padding-right: 4rem
}

.p-blockB p {
  line-height: 1.8
}

.p-blockB .btn {
  margin: 3.4rem auto 0;
  display: block
}

.p-blockC, .p-postsList h2 {
  text-align: center
}

.p-blockC p {
  margin-bottom: 3.5rem
}

.p-postsList {
  background-color: #fff;
  border-radius: 12px
}

.p-postsList h2 {
  margin-bottom: 3rem
}

.p-login dl, .p-postsList li {
  margin-bottom: 2rem
}

.p-postsList li:last-child {
  margin-bottom: 0
}

.p-newsList__list li a, .p-postsList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-postsList li .date {
  margin-right: 1rem;
  font-size: 1.4rem
}

.p-postsList li .cat {
  font-size: 1rem
}

.p-postsList li .cat__item {
  width: 7rem;
  border: 1px solid #65bbb1;
  border-radius: 4px;
  color: #65bbb1;
  text-align: center
}

.p-postsList li .title {
  margin-left: 2rem;
  font-size: 1.6rem
}

.p-newsList {
  padding: 1.6rem 3rem
}

.p-sidebar ul li {
  border-bottom: 1px dotted #e8652b
}
ul.p-newsList__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
/*.p-newsList__list li a {
  padding: 1.2rem 0 1.3rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}*/
.p-newsList__list li a {
    padding: 1.2rem 0 1.3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}
.p-newsList__list li {
    border-bottom: 1px dotted #e8652b;
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.p-newsList__list li .thumb {
    width: 100%;
    padding: 1em;
}

.p-newsList__list li a .date {
  width: 120px;
  color: #e8652b;
  font-size: 1.2rem
}

/*.p-newsList__list li a .title {
  width: calc(100% - 120px - 360px)
}*/
.p-newsList__list li a .title {
    width: 100%;
}

.p-newsList__pager {
  margin: 4.8rem 0 3rem
}

.p-login, .p-login__form .col2--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-login {
  height: calc(100vh - 123px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-login__wrapper {
  max-width: 480px;
  width: calc(100% - 30px)
}

.p-login__desc {
  margin-top: 2rem;
  text-align: center
}

.p-login__form {
  margin-top: 4rem
}

.p-login__form .col2--pc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-login__form .col2--pc__item {
  width: 49%
}

.p-login__form .col3--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-login__form .col3--pc__item {
  width: 31.5%
}

.p-login h2 {
  font-size: 2.4rem
}
.p-login h2, .p-login p {
  text-align: center
}
.p-login dd, .p-login dt, .p-login p {
  font-size: 1.4rem
}
.p-article h1, .p-login dt, .p-login h2 {
  margin-bottom: 1rem
}
.p-login__btn, .p-login__link {
  margin-top: 4rem;
  text-align: center
}
.p-login__link {
  margin-top: 2rem
}
.p-login__link a, .p-seminr_entry__link a, .yearpass_container__form__link a {
  color: #e8652b;
  font-size: 1.6rem
}

.p-contact__desc {
  padding-top: 2rem;
  text-align: center
}

.p-contact__form {
  margin-top: 8rem
}

.p-contact dl {
  margin-bottom: 2.2rem
}

.p-contact dd, .p-contact dt {
  font-size: 1.4rem
}

.p-contact dt {
  margin-bottom: .7rem;
  color: #e8652b
}

.p-contact__btn {
  text-align: center
}

.p-contact__btn .btn {
  max-width: 48rem
}

.p-contact__btn .backbtn {
  max-width: 32rem
}

.p-contact__btn .homebtn, .p-contact__btn .submitbtn {
  max-width: 34rem
}

.p-contact__btn, .p-contact__confirm {
  margin-top: 4.8rem
}

.p-contact__confirm .whitebox {
  padding: 4rem 4rem 2.3rem;
  background-color: #fff;
  border-radius: 20px
}

.p-article {
  padding: 4.2rem 4.8rem 6.2rem;
  margin: 0 0 7.5rem
}

.p-article h1 {
  font-size: 2.6rem
}

.p-article__header {
  margin-bottom: 3rem
}

.p-article__thumbnail {
  margin: 3.6rem 0 4rem
}

.p-article__meta .date {
  margin-right: 2.4rem;
  display: inline-block;
  color: #e8652b;
  font-size: 1.4rem
}

.p-article__meta .cat {
  display: inline-block
}

.p-article__meta .cat__item {
  width: 9.6rem;
  padding: .7rem 0 .6rem;
  border: 1px solid #65bbb1;
  border-radius: 4px;
  color: #65bbb1;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1
}

.p-article__contents p a, .p-article__info p a {
  color: #e8652b;
  text-decoration: underline
}

.p-article__info {
  margin: 3.2rem 0 0
}

.p-article__info h2 {
  margin: 0 0 2.4rem;
  font-size: 2rem;
  color: #e8652b
}

.p-article__info p {
  margin: 0 0 4rem
}

.p-article__info dl, .single-event .p-article .p-login__form form dl {
  margin: 0 0 2.4rem
}

#sidebar {
  margin-top: 3rem
}

.p-sidebar {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: 8px solid #e8652b;
  border-radius: 8px
}

.p-historyDetail dl:last-child, .p-sidebar ul li:last-child {
  border-bottom: none
}

.p-sidebar ul li a {
  padding: 1rem 0;
  display: block;
  font-size: 1.4rem
}

.p-history {
  overflow: hidden
}

.p-history__list .order-date, .p-history__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-history__tab ul li {
  width: 50%;
  text-align: center
}

.p-history__tab ul li a {
  height: 8.2rem;
  background-color: #d5ccc4;
  display: block;
  font-size: 1.8rem;
  line-height: 8.2rem
}

.p-history__tab ul li a.active {
  background-color: #fff;
  color: #e8652b
}

.p-history__list {
  padding: 2.7rem 3.2rem 1.7rem
}

.p-history__list .order-date {
  margin-bottom: 1rem;
  padding: 1.2rem 1.6rem;
  background-color: #f5f1ed;
  border-radius: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.1rem
}

.p-history__list .order-date__link a::after {
  margin-top: -.2rem;
  margin-left: .4rem;
  content: '';
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border: solid #e8652b;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-history__list .pager {
  padding: 3.8rem 0
}

.p-historyDetail {
  padding: 3.2rem 3.4rem 1.8rem
}

.p-historyDetail h2 {
  padding: .9rem 1.6rem .8rem;
  background-color: #f5f1ed;
  border-radius: 4px;
  font-size: 1.4rem
}

.p-historyDetail dl {
  padding: .9rem 0 .7rem;
  font-size: 1.4rem;
  line-height: 2.2;
  border-bottom: 1px solid #d5ccc4
}

.p-historyDetail dl dt {
  width: 17.6%
}

.p-historyDetail dl dd {
  width: 82.4%;
  line-height: 2.2
}

.assessment-detail .c-tableC dd.content a, .p-historyDetail dl dd a, .p-orderList li .title a, .programLocal .price-table_wrap .note a, .yearpass_container .four-step_wrap .step-item_wrap .text a {
  color: #e8652b;
  text-decoration: underline
}

.p-historyDetail dl dd span.tag {
  margin-right: .8rem;
  width: 7.2rem;
  padding: .3rem 0;
  background-color: #65bbb1;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center
}

.p-historyDetail dl dd span.small {
  font-size: 1.1rem
}

.p-historyDetail .p-orderList li {
  line-height: 1.6
}

.p-historyDetail dl, .p-info .col2--pc, .p-orangecircle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-orangecircle {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #e8652b;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 36px;
  color: #fff;
  font-family: din-2014, sans-serif;
  top: -25px;
  left: 32px
}

.p-info, .p-orderList li {
  padding: 3.5rem 4rem 2rem;
  position: relative
}

.p-info h2 {
  margin-bottom: 2.5rem;
  font-size: 2.4rem
}

.p-info__btn {
  position: absolute;
  top: 4.3rem;
  right: 4rem
}

.p-info .col2--pc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.p-info .col2--pc dl {
  width: 50%
}

.p-info dl {
  margin-bottom: 2.1rem;
  line-height: 1.75
}

.p-info dl dt {
  color: #e8652b;
  font-size: 1.4rem
}

.p-info dl dt a {
  margin-left: 1rem
}

.p-info dl .change-password {
  color: #4e2f14;
  font-size: 1.2rem;
  text-decoration: underline
}

.p-orderList li {
  width: 100%;
  padding: 1.4rem 0 .8rem;
  line-height: 2;
  border-bottom: 1px solid #d5ccc4;
  font-size: 1.4rem
}

.p-orderList li:first-child {
  padding-top: .4rem
}

.p-orderList li:last-child {
  padding-bottom: .4rem;
  border-bottom: none
}

.p-orderList li a {
  color: #4e2f14
}

.p-orderList li .title {
  margin-bottom: 0;
  line-height: 1.4
}

.p-edit dl, .p-orderList.-product, .p-seminr_entry dl {
  margin-bottom: 2rem
}

.p-orderList.-arrowed li::after {
  margin-top: -.2rem;
  margin-left: .4rem;
  content: '';
  display: inline-block;
  width: .7rem;
  height: .7rem;
  border: solid #4e2f14;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.5rem
}

.p-edit {
  padding: 3.5rem 4rem 8rem
}

.p-edit.-password {
  padding-bottom: 4rem
}

.p-edit h2 {
  margin-bottom: 2.8rem;
  font-size: 2.4rem
}

.p-edit dl dd, .p-edit dl dt, .p-seminr_entry dd, .p-seminr_entry dt {
  font-size: 1.4rem
}

.p-edit dl dt {
  margin-bottom: .8rem
}

.p-edit__btn {
  margin-top: 5rem;
  text-align: center
}

.p-category {
  margin: 4.8rem 0 3.2rem
}

.p-category-wrap {
  width: 100%
}

.assessment-tabArea-tab, .p-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.4rem 0;
  background-color: #fff;
  border: solid #e8652b;
  border-width: .1rem .1rem .3rem;
  border-radius: .8rem;
  font-size: 1.6rem
}

.assessment-tabArea-tab_item, .p-category-wrap_item {
  padding: 0 3.2rem;
  border-right: 1px dotted #e8652b;
  text-decoration: underline
}

.assessment-tabArea-tab .--active, .p-category-wrap .--active {
  text-decoration: none
}

.p-seminr_entry {
  margin: 0 0 10rem
}

.p-seminr_entry__form {
  margin-top: 4rem
}

.p-seminr_entry__form .entry-column {
  margin: 0 0 8rem
}

.p-seminr_entry__form input {
  background-color: #fff
}

.p-seminr_entry__desc {
  margin-bottom: 5rem
}

.p-seminr_entry h2 {
  margin-bottom: 3.2rem;
  font-size: 2.4rem
}

.p-seminr_entry p {
  font-size: 1.4rem;
  text-align: center
}

.p-seminr_entry dt {
  margin-bottom: 1rem;
  color: #e8652b
}

.p-seminr_entry__btn {
  margin-top: 4rem;
  text-align: center
}

.p-seminr_entry__link {
  margin-top: 2rem;
  text-align: center
}

.p-seminr_entry .c-formSelect .select {
  max-width: 100%
}

.p-seminr_entry .p-login__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.p-seminr_entry .p-login__btn div:first-child, .yearpass_container__form .p-login__btn div:first-child {
  margin: 0 1.6rem 0 0
}

.p-confirm_area {
  background-color: #fff;
  padding: 4rem;
  border-radius: 2rem
}

.p-thanks__desc {
  margin: 10rem 0 4.8rem
}

.p-thanks__btn, .p-thanks__desc p {
  text-align: center
}

.p-thanks__btn {
  margin: 0 0 10rem
}

.payment, .remark {
  margin: 0 0 8rem
}

.payment .credit, .remark .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 1rem
}

.payment-branch_bank ul li {
  margin: 0 0 1.6rem
}

.payment-branch_credit .credit-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.assessment-detail .c-tableC .col2--pc dl, .payment-branch_credit .credit-wrap dl {
  width: 48%
}

.payment-branch_credit .credit-wrap, .payment-branch_credit .creditinfo-wrap, .payment-branch_credit .creditinfo-wrap .date dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.payment-branch_credit .creditinfo-wrap dl {
  width: 45%
}

.payment-branch_credit .creditinfo-wrap .code dt i, .payment-branch_credit .creditinfo-wrap .date dd .c-formSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.payment-branch_credit .creditinfo-wrap .date dd .c-formSelect {
  margin: 0
}

.payment-branch_credit .creditinfo-wrap .date dd .c-formSelect .select {
  width: 160px
}

.payment-branch_credit .creditinfo-wrap .date dd .c-formSelect span {
  padding: 0 16px
}

.payment-branch_credit .creditinfo-wrap .code {
  width: 160px;
  position: relative
}

.payment-branch_credit .creditinfo-wrap .code dt i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer
}

.payment-branch_credit .creditinfo-wrap .code .credit-help {
  position: absolute;
  top: -235%;
  right: -70%;
  display: none
}

.u-block--480, .u-block--768 {
  display: none
}

.flexbetweens {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex, .flexbetweens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.homeMv__inner {
  position: relative
}

.homeMv__txt {
  width: 10%;
  position: absolute;
  top: 6%;
  right: 10%;
}

.homePosts {
  padding: 5rem 0 0
}

.homePosts h2 {
  margin-bottom: 2.3rem
}

.homePosts__col2--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.homePosts__seminar {
  width: 57.5%
}

.homePosts__seminar .p-postsList {
  padding: 1.5rem 4rem 4rem 5rem;
  position: relative
}

.homePosts__seminar .p-postsList .btn {
  position: absolute;
  top: 2.5rem;
  right: 4rem
}

.homePosts__news {
  width: 40.555%
}

.homePosts__news .p-postsList {
  padding: 1.5rem 2rem 4rem 4rem;
  position: relative
}

.homePosts__news .p-postsList .btn {
  position: absolute;
  top: 2.5rem;
  right: 2.3rem
}

.homeAbout {
  padding: 9rem 0 10rem
}

.homeAbout.c-background .c-background__imageContainer {
  width: 1643px
}

.homeAbout.c-background .c-background__imageContainer .bg--1 {
  width: 100%;
  position: absolute;
  top: 3.5rem;
  right: -1rem
}

.homeAbout::after {
  content: '';
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: repeat-x url(../img/home/home_about_bg_bottom.png) bottom center/1366px #fff
}

.homeAbout h2 {
  margin-bottom: 1.5rem
}

.contact-container p, .homeAbout p, .homeMap p, .service-family .p-blockC p, .service-self .p-blockC p, .supporting-member .p-blockC p {
  line-height: 1.8
}

.homeInitiative {
  padding-top: 7rem;
  background-color: #fff
}

.homeInitiative.c-background .c-background__imageContainer {
  width: 1506px
}

.homeInitiative.c-background .c-background__imageContainer .bg--1 {
  width: 278px;
  top: 32rem;
  right: 0
}

.homeInitiative h2 {
  margin-bottom: 3.4rem;
  text-align: center
}

.homeInitiative__section {
  margin-bottom: 7.5rem
}

#page_mypage section:last-child, .homeInitiative__section:last-child, .homeService__item:last-child {
  margin-bottom: 0
}

.homeService {
  padding: 9rem 0 2.5rem;
  background-color: #fff
}

.homeService.c-background .c-background__imageContainer {
  width: 1426px
}

.homeService.c-background .c-background__imageContainer .bg--1 {
  width: 286px;
  position: absolute;
  top: 11.5rem;
  left: 0
}

.homeService h2 {
  margin-bottom: 2rem;
  text-align: center
}

.homeService__imageContainer {
  width: 1426px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.assessment-voice__list ul, .homeService__col2--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.homeService__item {
  width: 47.2727%;
  margin-bottom: 7.5rem
}

.homeMap {
  padding: 7.3rem 0 4.3rem;
  position: relative;
  text-align: center
}

.homeMap::before {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: repeat-x url(../img/home/home_map_bg_top.png) top center/1366px #fff
}

.homeMap h2 {
  margin-bottom: 1.5rem
}

.homeMap__map {
  position: relative;
  /*padding-right: 6%*/
}

.homeMap__map .map {
  /*margin-top: -9.3rem;*/
  padding: 0 1%;
  width: 52%;
}
.homemapwrap{
	display: flex;
	margin-top: 5%;
}
.homeMap__map ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 48%;
}
.homeMap__map li {
  width: 17rem;
  text-align: left;
  margin-bottom: 1.5em;
  /*position: absolute*/
}

.homeMap__map li .eng {
  padding-bottom: .2rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  border-bottom: 1px dashed #e8652b;
  line-height: 1.45
}

.homeMap__map li .name {
  margin-bottom: .5rem;
  font-size: 1.4rem
}

.homeMap__map li .link a {
  display: inline-block;
  height: 2rem
}

.homeMap__map li .link a img {
  width: auto;
  height: 100%
}

#page_home .p-footer {
  border-top: none
}

#service1_content1 {
  margin-bottom: 9rem
}

#service1_content2 {
  margin-bottom: 1.5rem
}

#service2_content1 {
  margin-bottom: 7.6rem
}

#service2_content2 {
  margin-bottom: 10.9rem
}

#service2_content3 {
  margin-bottom: 10.8rem
}

#service2_content4 {
  margin-bottom: 8rem
}

.supporting-member {
  padding: 8.8rem 0 0
}

.supporting-member .p-blockC {
  margin-bottom: 5.1rem
}

.service-family .p-blockC h2, .service-self .p-blockC h2, .supporting-member .p-blockC h2 {
  margin-bottom: 1.4rem
}

.assessment-detail .c-tableC dd.content, .service-family {
  padding: 0
}

.service-family__col2--pc {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.service-family__item {
  width: 47.2727%;
  margin-bottom: 7.5rem
}

.service-family .p-blockB__img {
  margin-bottom: 1rem
}

.service-family .p-blockB__txt {
  padding-right: 0
}

.assessment-detail .c-tableC dd.content dl, .assessment-form h4, .service-family .p-blockB__txt h3 {
  margin-bottom: .6rem
}

.service-self {
  padding: 0 0 5rem
}

.service-self .c-imgList {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.service-self .c-imgList__item {
  margin-bottom: 2rem;
  width: 31.5%
}

.service2-a {
  padding: 10rem 0 0
}

.service2-a.c-background .c-background__imageContainer {
  width: 1508px
}

.service2-a.c-background .c-background__imageContainer .bg--1 {
  width: 278px;
  position: absolute;
  top: 27rem;
  right: 0
}

.service2-a.c-background .c-background__imageContainer .bg--2 {
  width: 286px;
  position: absolute;
  top: 45rem;
  left: 4rem
}

.service2-a .p-blockA h2 {
  margin-bottom: 1.2rem
}

.service2-b {
  padding: 0 0 14rem
}

.service2-b .p-blockC {
  margin: 0 auto;
  max-width: 642px
}

.assessment-application .p-blockA__txt h3, .service2-b .p-blockC h2 {
  margin-bottom: 1.5rem
}

.service2-b .p-blockC p {
  margin-bottom: 2.9rem;
  line-height: 1.8
}

.news-container, .single-container {
  padding: 12rem 0 10rem
}

.single-event .p-article .p-login__form {
  margin: 0 0 6.4rem
}

.single-event .p-article .p-login__form form dt {
  margin: 0 0 1.2rem
}

.single-event .p-article .p-login__form form .c-formSelect .select {
  max-width: 100%
}

.recent-news {
  position: relative
}

.programAll .program_content .content-list, .programLocal .program_content .content-list, .recent-news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.recent-news_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4rem
}

.recent-news__head {
  margin-bottom: 2.4rem
}

.recent-news__btn {
  position: absolute;
  top: .7rem;
  right: 0
}

.contact-container {
  padding: 7.4rem 0 10.5rem
}

.programAbout {
  background-image: url(../img/home/home_map.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 100%;
  padding: 12.8% 0 50%
}

.programAll .p-blockC, .programLocal .p-blockC {
  margin: 0 0 7.7%
}

.programAll .program_content .content-list, .programLocal .program_content .content-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 12.8%
}

.programAll .program_content .content-list_item, .programLocal .program_content .content-list_item {
  background-color: #fff;
  border-radius: 12px;
  width: 30.5%
}

.programAll .program_content .content-list_item .item-inner, .programLocal .program_content .content-list_item .item-inner {
  position: relative;
  padding: 54px 0
}

.programAll .program_content .content-list_item .item-inner .c-title24, .programLocal .program_content .content-list_item .item-inner .c-title24 {
  line-height: 1.5;
  margin: 0 0 10px
}

.programAll .program_content .content-list_item .item-inner .img {
  width: 170px;
  margin: 0 auto 20px
}

.programLocal .program_content .content-list_item .item-inner .img {
  margin: 0 auto 20px
}

.programAll .program_content .content-list_item .item-inner p, .programLocal .program_content .content-list_item .item-inner p {
  line-height: 1.75;
  padding: 0 30px
}

.programAll .program_content .content-list_item:first-child, .programLocal .program_content .content-list_item:first-child {
  width: 100%;
  height: auto;
  margin: 0 0 6.95%
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail {
  padding: 0 32px
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail ol, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li {
  width: 47.5%
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li .img, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li .img {
  width: 215px;
  margin: 0 auto 8%
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li h4, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li h4 {
  text-align: center;
  color: #e8652b;
  font-size: 20px;
  margin: 0 0 2%
}

.programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li p, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li p {
  padding: 0
}

.programAll .price-table .c-title24, .programLocal .price-table .c-title24 {
  margin: 0 0 24px
}

.programAll .price-table_wrap, .programLocal .price-table_wrap {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 0 32px;
  padding: 32px
}

.programAll .price-table_wrap .table, .programLocal .price-table_wrap .table {
  width: 100%;
  border-collapse: unset;
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.programAll .price-table_wrap .table tr:nth-child(2n) {
  background-color: #f5f1ed
}

.programAll .price-table_wrap .table-head th, .programLocal .price-table_wrap .table-head th {
  text-align: center;
  position: relative
}

.programAll .price-table_wrap .table-head th p, .programLocal .price-table_wrap .table-head th p {
  color: #e8652b;
  margin: 24px 0 6px
}

.programAll .price-table_wrap .table-head th span, .programLocal .price-table_wrap .table-head th span {
  display: block;
  margin: 0 0 30px
}

.programAll .price-table_wrap .table-head th:not(:first-child), .programLocal .price-table_wrap .table-head th:not(:first-child) {
  width: 200px
}

.programAll .price-table_wrap .table-head th:not(:first-child)::after, .programLocal .price-table_wrap .table-head th:not(:first-child)::after {
  content: "";
  position: absolute;
  background-color: #e8652b;
  width: 90%;
  height: 16px;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.programAll .price-table_wrap .table-body td, .programLocal .price-table_wrap .table-body td {
  padding: 16px 0;
  border-radius: 4px
}

.programAll .price-table_wrap .table-body td:first-child, .programLocal .price-table_wrap .table-body td:first-child {
  padding: 16px 0 16px 16px;
  text-align: left;
  color: #e8652b
}

.programAll .price-table .btn_wrap, .programLocal .price-table .btn_wrap {
  text-align: center;
  margin: 0 0 120px
}

.programLocal .program_content .content-list_item .item-inner .img {
  width: 200px
}

.programLocal .program_content .content-list_item:nth-child(2n) .item-inner .c-title24 {
  margin: 0 0 45px
}

.programLocal .price-table_wrap .table tr:nth-child(2n) {
  background-color: #fff
}

.programLocal .price-table_wrap .table tr:nth-child(2n+1) {
  background-color: #f5f1ed
}

.programLocal .price-table_wrap .table tr:first-child {
  background-color: #fff
}

.programLocal .price-table_wrap .note {
  font-size: 12px;
  margin: 16px 0 0
}

#page_mypage section {
  margin-bottom: 4.8rem
}

.mypage-container {
  padding: 3rem 0 10rem
}

#assessment_kit {
  margin-top: 7rem
}

#assessment_kit, #kit_application, #kit_voice {
  margin-bottom: 9rem
}

#assessment_resume {
  margin-bottom: 10rem
}

#assessment_resume .p-blockC {
  margin: 0 auto;
  max-width: 750px
}

#resume_detail {
  margin-top: 0
}

.assessment-tabArea {
  padding-top: 4.8rem;
  text-align: center
}

.assessment-tabArea-wrap {
  display: inline-block
}

.assessment-tabArea-tab {
  width: auto
}

.assessment-intro {
  margin-bottom: 9.5rem
}

.assessment-form h2, .assessment-intro h2 {
  margin-bottom: 2.5rem
}

.assessment-application .p-blockA__img {
  width: 51.1%
}

.assessment-application .p-blockA__txt {
  width: 42.9%;
  padding-top: 1.2rem;
  padding-right: 0
}

.assessment-application .p-blockA__txt p {
  letter-spacing: -.5px
}

.assessment-voice h3 {
  margin-bottom: 4rem;
  text-align: center
}

.assessment-detail h3, .assessment-voice__list {
  margin-bottom: 2rem
}

.assessment-voice__list ul li {
  margin-bottom: 4rem;
  width: 32%;
  background-color: #fff;
  padding: 1.6rem 1.5rem;
  border-radius: 8px;
  position: relative;
  line-height: 2
}

.assessment-voice__list ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.assessment-voice__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.assessment-voice__img .img {
  width: 49%
}

.assessment-detail .c-tableC {
  padding: 2rem 3rem
}

.assessment-detail .c-tableC_item {
  padding: .8rem 0
}

.assessment-detail .c-tableC_item:last-child {
  border-bottom: none
}

.assessment-detail .c-tableC dd, .assessment-detail .c-tableC dt {
  line-height: 2
}

.assessment-detail .c-tableC dd.sub_content {
  padding: 0!important
}

.assessment-detail .c-tableC .col2--pc, .assessment-form .col2--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.assessment-detail__btn {
  margin-top: 3rem;
  text-align: center
}

.assessment-form {
  padding-bottom: 10rem
}

.assessment-form .col2--pc__item {
  width: 49%
}

.assessment-form section {
  margin-bottom: 7rem
}

.assessment-form .c-box--white, .assessment-form .p-article, .assessment-form .p-edit, .assessment-form .p-history, .assessment-form .p-historyDetail, .assessment-form .p-info, .assessment-form .p-newsList {
  margin-top: 3.4rem;
  padding: 3rem 4rem
}

.assessment-form dl {
  margin-bottom: 2rem;
  padding-left: .5rem
}

.assessment-form dl dd, .assessment-form dl dt, .yearpass_container__form dd, .yearpass_container__form dt {
  font-size: 1.4rem
}

.assessment-form dl dt {
  margin-bottom: .8rem;
  color: #e8652b
}

.assessment-form dl dd .c-formTextarea textarea {
  height: 16rem
}

.assessment-form .table {
  width: 100%;
  overflow-x: scroll
}

.assessment-form table {
  width: 100%;
  white-space: nowrap
}

.assessment-form table thead {
  border-bottom: 1px solid #d6c3a7
}

.assessment-form table tfoot {
  border-top: 1px solid #d6c3a7
}

.assessment-form table tr td, .assessment-form table tr th {
  width: 115px;
  text-align: center
}

.assessment-form table tr td:first-child, .assessment-form table tr th:first-child {
  width: auto;
  text-align: left
}

.assessment-form table tr td .select, .assessment-form table tr th .select {
  margin: 0 auto;
  width: 8rem
}

.assessment-form table tr th {
  padding-bottom: 1rem;
  color: #e8652b;
  font-size: 1.4rem
}

.assessment-form table tr td {
  padding: 1.5rem 0 0;
  vertical-align: middle
}

.assessment-form table tr:last-child td {
  padding-bottom: 1.5rem
}

.assessment-form table tfoot td, .assessment-form table tfoot th {
  padding: 1.5rem 0;
  vertical-align: middle;
  text-align: right!important
}

.assessment-form table tfoot th {
  padding-top: 1.7rem;
  padding-right: 4.5rem
}

.assessment-form__btn {
  margin-top: 5rem;
  text-align: center
}

.assessment-thanks-container {
  padding: 10rem 0;
  text-align: center
}

.assessment-thanks__btn {
  margin-top: 5rem
}

.p-eservice .c-title24 {
  margin: 0 0 48px
}

.p-eservice .mission {
  margin: 0 0 12.8%
}

.p-eservice .mission .l-inner640 {
  width: 100%
}

.p-eservice .mission-wrap .c-background__imageContainer {
  width: 1675px
}

.p-eservice .mission-wrap .c-background__imageContainer .bg--1 {
  top: 3%
}

.p-eservice .origin_wrap {
  margin: 0 auto 12.8%
}

.p-eservice .origin_wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-eservice .origin_wrap-content .img-wrap {
  position: relative;
  width: 50%
}

.p-eservice .origin_wrap-content .img-wrap_item {
  position: absolute
}

.p-eservice .origin_wrap-content .img-wrap .img-01 {
  top: 0;
  left: 0;
  z-index: 1
}

.p-eservice .origin_wrap-content .img-wrap .img-02 {
  top: 35%;
  left: 43%;
  z-index: 2
}

.p-eservice .origin_wrap-content .img-wrap .img-03 {
  top: 61%;
  left: 5%;
  z-index: 1
}

.p-eservice .origin_wrap-content .text {
  width: 47%
}

.p-eservice .origin_wrap-content .text p {
  margin: 0 0 9%
}

.event-container .article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.event-container .article-wrap_item {
  width: 31.59%;
  margin: 0 0 2.4rem 2.4rem
}

.event-container .article-wrap_item:nth-child(3n-2) {
  margin: 0
}

.event-container .article-wrap_item .card {
  background-color: #fff;
  border-radius: 8px
}

.event-container .article-wrap_item .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.event-container .article-wrap_item .card a .card-head {
  padding: 0 16px 24px
}

.event-container .article-wrap_item .card a .card-head_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 12px
}

.event-container .article-wrap_item .card a .card-head_info .c-date {
  font-size: 12px;
  color: #e8652b
}

.event-container .article-wrap_item .card a .card-head_info .c-tag {
  border: 1px solid #65bbb1;
  border-radius: 4px;
  width: 72px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.event-container .article-wrap_item .card a .card-thumbnail {
  margin: 0 0 18px
}

.event-container .p-newsList__pager {
  margin: 2.4rem 0 10rem
}

.yearpass_container {
  margin: 5rem 0
}

.yearpass_container .about-yerapass {
  margin: 0 0 10rem
}

.yearpass_container .four-step {
  margin: 0 0 12rem;
  text-align: center
}

.yearpass_container .four-step .c-title24 {
  margin: 0 0 4.8rem
}

.yearpass_container .four-step_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.yearpass_container .four-step_wrap .step-item {
  width: 23.4%;
  background-color: #fff;
  border-radius: 12px
}

.yearpass_container .four-step_wrap .step-item_wrap {
  padding: 24px 20px
}

.yearpass_container .four-step_wrap .step-item_wrap .step {
  border-radius: 20px;
  padding: 4px 0;
  background-color: #e8652b;
  color: #fff;
  margin: 0 0 24px
}

.yearpass_container .four-step_wrap .step-item_wrap .title {
  color: #e8652b;
  margin: 0 0 1.6rem
}

.yearpass_container .four-step_wrap .step-item_wrap .text {
  font-size: 14px
}

.yearpass_container__form__desc {
  margin-bottom: 5rem
}

.yearpass_container__form .note {
  text-align: left;
  margin: 0 0 2.4rem
}

.yearpass_container__form .address .addnum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.8rem
}

.yearpass_container__form .address .addnum span {
  padding: 0 1.6rem 0 0
}

.yearpass_container__form .address .addnum .c-formInput {
  margin: 0;
  width: 24rem
}

.yearpass_container__form .belongs, .yearpass_container__form .flexbetweens dl {
  width: 48.9%
}

.yearpass_container__form .payment, .yearpass_container__form .remark {
  margin: 8rem 0 0
}

.yearpass_container__form .c-formCheckbox--horizontal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.yearpass_container__form h3 {
  margin-bottom: 3.2rem;
  font-size: 2.4rem
}

.yearpass_container__form p {
  font-size: 1.4rem;
  text-align: center
}

.yearpass_container__form dl {
  margin-bottom: 2rem
}

.yearpass_container__form dt {
  margin-bottom: 1rem;
  color: #e8652b
}

.yearpass_container__form__btn {
  margin-top: 4rem;
  text-align: center
}

.yearpass_container__form__link {
  margin-top: 2rem;
  text-align: center
}

.yearpass_container__form .c-formSelect .select {
  max-width: 100%
}

.yearpass_container__form .p-login__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

p.suspend {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  border: 1px solid black;
  margin-bottom: 1em;
}

p.suspend.alert {
  color: red;
  border: 1px solid red;
}

@media screen and (max-width:1280px) {
  .l-mainWithColumn+.l-right {
    margin-left: auto
  }
  .p-header__title {
    margin-right: 0
  }
  .p-header__title h1 {
    height: 5.3rem
  }
  .p-header__menu ul a, .p-header__menu ul li {
    font-size: 1.5rem
  }
}

@media (max-width:1160px) {
  .l-sideLeft {
    margin-right: 4%
  }
  .l-sideLeft+.l-mainWithColumn {
    width: calc(100% - 221px - 4% - 60px)
  }
}

@media screen and (max-width:1024px) {
  .l-mainWithColumn+.l-right {
    width: 100%
  }
  .l-drawerClose {
    text-align: center;
    line-height: 5rem
  }
  .have_curtain .l-overlay, .l-overlay {
    display: block
  }
  .l-col2--pc .l-col2__left, .l-col2--pc .l-col2__right {
    width: 100%
  }
  .p-header {
    padding: 2rem 0
  }
  .p-header__title {
    margin: 0 auto
  }
  .p-header__menu.-mypage ul li .icon {
    width: 2rem;
    height: 2rem
  }
  .p-header__menu.-gnav, .p-header__menu.-mypage ul li .txt {
    display: none
  }
  .p-header__burger {
    display: block;
    top: 0
  }
  .p-postsList h2 {
    text-align: left
  }
  .p-login {
    height: calc(100vh - 93px)
  }
  .homePosts__seminar {
    margin-bottom: 2rem;
    width: 100%
  }
  .homePosts__news .p-postsList, .homePosts__seminar .p-postsList {
    padding: 3rem 2rem
  }
  .homePosts__seminar .p-postsList .btn {
    right: 2rem
  }
  .homePosts__news, .p-eservice .origin_wrap-content .img-wrap, .p-eservice .origin_wrap-content .text {
    width: 100%
  }
  .homeMap__map {
    padding-right: 0
  }
  .homeMap__map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .homeMap__map li {
    width: 28%;
    margin: 0 0 5% 8%;
    position: static
  }
  .homeMap__map li:nth-child(3n-2) {
    margin-left: 0
  }
  .p-eservice .origin_wrap {
    margin: 0 auto 48.8%
  }
  .p-eservice .origin_wrap-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .p-eservice .origin_wrap-content .img-wrap .img-02 {
    left: 36%;
    margin: 16% 0 0
  }
  .p-eservice .origin_wrap-content .img-wrap .img-03 {
    left: 60%;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin: 2% 0 0
  }
  .p-eservice .origin_wrap-content .text p {
    margin: 0 0 3%
  }
}

@media screen and (max-width:1023px) {
  .event-container .article-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .event-container .article-wrap_item {
    width: 48%
  }
  .event-container .article-wrap_item:nth-child(3n-2) {
    margin: 0 0 2.4rem 2.4rem
  }
  .event-container .article-wrap_item:nth-child(2n+1) {
    margin: 0 0 2.4rem
  }
}

@media screen and (max-width:896px) {
  .programAll .price-table_wrap .table, .programLocal .price-table_wrap .table {
    display: block
  }
  .programAll .price-table_wrap .table tbody, .programLocal .price-table_wrap .table tbody {
    width: 840px;
    display: block
  }
}

@media screen and (max-width:768px) {
  .l-sideLeft {
    width: 100%;
    margin: 0
  }
  .l-sideLeft+.l-mainWithColumn {
    width: 100%
  }
  .l-mainWithColumn {
    margin: 0 auto;
    width: 100%
  }
  .l-inner1100, .l-inner1260, .l-inner940 {
    width: calc(100% - 30px)
  }
  .c-whiteBtn.-contact {
    margin-right: 0;
    margin-bottom: 2rem
  }
  .c-formCheckbox--horizontal .c-formCheckbox__label {
    margin-right: 2rem
  }
  .c-formTextarea textarea {
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem
  }
  .c-title32 {
    font-size: 2.4rem
  }
  .c-tableA table td, .c-tableA table th, .p-footer__txt .area2 ul {
    display: block
  }
  .c-tableA table th {
    padding-bottom: 0
  }
  .c-tableA table td {
    padding-top: 0
  }
  .c-tableC_item .main_title {
    width: 15%
  }
  .c-tableC_item .content {
    width: 80%
  }
  .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .page, .wp-pagenavi .previouspostslink {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 4rem
  }
  .wp-pagenavi .page:before {
    width: calc(4rem - .2rem);
    height: calc(4rem - .2rem);
    top: .1rem;
    left: .1rem
  }
  .c-progress ul li {
    font-size: 1rem
  }
  .p-footer__fb, .p-footer__txt, .p-footer__txt .area1__left, .p-footer__txt .area1__right {
    width: 100%
  }
  .p-footer__txt .area1__left .logo {
    height: 6.2rem
  }
  .p-footer__txt .area1__left .logo img {
    height: 100%;
    width: auto
  }
  .p-footer__txt .area2 ul li {
    border-width: 0 0 1px;
    padding: 0 0 1rem
  }
  .p-subpageMv {
    height: 24rem
  }
  .p-subpageMv__title {
    font-size: 2.4rem
  }
  .p-banner {
    padding: 7rem 0 6rem
  }
  .p-banner__list li {
    width: 49%;
    margin-left: 2%
  }
  .p-banner__list li:nth-child(3n-2) {
    margin-left: 2%
  }
  .p-banner__list li:nth-child(2n-1) {
    margin-left: 0
  }
  .p-blockA, .p-newsList__list li a {
    display: block
  }
  .-reverse .p-blockA__img, .-reverse .p-blockA__txt, .p-blockA__img, .p-blockA__txt {
    width: 100%
  }
  .p-blockA__txt, .p-blockB__txt {
    padding-right: 0
  }
  .assessment-detail .c-tableC dt.main_title, .p-newsList__list li a .date {
    margin-bottom: .5rem
  }
  .p-newsList__list li a .title, .payment-branch_credit .creditinfo-wrap dl {
    width: 100%
  }
  .assessment-detail .c-tableC .col2--pc dl, .p-login__form .col2--pc__item, .p-login__form .col3--pc__item {
    margin-bottom: 2rem;
    width: 100%
  }
  .p-contact__form {
    margin-top: 6rem
  }
  .p-contact__btn {
    margin-top: 3rem
  }
  .p-contact__btn .backbtn {
    max-width: 34rem
  }
  .p-contact__confirm .whitebox {
    padding: 4rem 2rem 2.3rem
  }
  #sidebar {
    margin: 0 auto;
    width: calc(100% - 30px)
  }
  .p-history__tab ul li a {
    height: 6.2rem;
    font-size: 1.6rem;
    line-height: 6.2rem
  }
  .p-history__list {
    padding: 1.7rem 2rem
  }
  .p-info {
    padding: 3.5rem 2rem 2rem
  }
  .p-edit {
    padding: 3.5rem 2rem 6rem
  }
  .assessment-tabArea-tab_item, .p-category-wrap_item {
    padding: 0 2rem
  }
  .payment-branch_credit .creditinfo-wrap {
    display: block
  }
  .payment-branch_credit .creditinfo-wrap .code, .payment-branch_credit .creditinfo-wrap .date dd .c-formSelect .select {
    width: 200px
  }
  .homeService__item, .service-family__item {
    width: 100%
  }
  .homeMap__map li {
    width: 45%;
    margin: 0 0 5% 5%
  }
  .homeMap__map li:nth-child(3n-2) {
    margin-left: 5%
  }
  .homeMap__map li:nth-child(2n-1) {
    margin-left: 0
  }
  .service-self .c-imgList {
    margin-top: 4rem
  }
  .service-self .c-imgList__item {
    width: 48%
  }
  .service2-b {
    padding-bottom: 7rem
  }
  .contact-container, .news-container, .single-container {
    padding: 6rem 0 5rem
  }
  .programAll .program_content .content-list_item, .programLocal .program_content .content-list_item {
    width: 48.5%;
    margin: 0 0 6.95%
  }
  .programAll .program_content .content-list_item:last-child, .programLocal .program_content .content-list_item:last-child {
    margin: 0
  }
  .mypage-container {
    margin: 0 auto;
    width: calc(100% - 30px);
    padding: 3rem 0 5rem
  }
  .assessment-application .p-blockA__img, .assessment-application .p-blockA__txt {
    width: 100%
  }
  .assessment-voice__list ul li {
    width: 49%
  }
  .assessment-form {
    padding-bottom: 5rem
  }
  .assessment-form .col2--pc__item {
    margin-bottom: 2rem;
    width: 100%
  }
  .assessment-form .c-box--white, .assessment-form .p-article, .assessment-form .p-edit, .assessment-form .p-history, .assessment-form .p-historyDetail, .assessment-form .p-info, .assessment-form .p-newsList {
    padding: 3rem 2rem
  }
  .assessment-form dl dd .select {
    width: 80px
  }
  .assessment-form__btn .backbtn {
    margin-bottom: 2rem
  }
  .p-eservice .origin_wrap-content .img-wrap .img-01 {
    width: 40%
  }
  .p-eservice .origin_wrap-content .img-wrap .img-02 {
    width: 30%
  }
  .yearpass_container .four-step_wrap .step-item {
    width: 48%;
    margin: 0 0 3%
  }
}

@media (max-width:768px) {
  .p-footer__col2--pc, .p-footer__txt .area1, .p-info .col2--pc, .p-login__form .col2--pc, .p-login__form .col3--pc {
    display: block
  }
  .u-none--768 {
    display: none
  }
  .assessment-detail .c-tableC .col2--pc, .assessment-form .col2--pc, .homePosts__col2--pc, .homeService__col2--pc, .service-family__col2--pc, .u-block--768 {
    display: block
  }
}

@media screen and (max-width:480px) {
  .l-contents, .l-contentsBottom, .l-contentsTop, .l-footer, .l-header {
    min-width: auto
  }
  .c-wm-vrl {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
  }
  .c-tableB {
    padding: 1.5rem 1.5rem .5rem
  }
  .c-tableB_item {
    display: block;
    padding: 1.6rem 0
  }
  .c-tableB_item .title {
    margin: 0 0 4px
  }
  .c-tableB_item .content {
    width: 100%
  }
  .c-tableB_item .content ul {
    padding: 0 0 0 20px
  }
  .c-tableB_item .content ul li a {
    font-size: 12px
  }
  .c-tableC {
    padding: 1.2rem 2.4rem
  }
  .c-tableC_item, .payment dl dd .c-formRadio {
    display: block
  }
  .c-tableC_item .main_title {
    width: 100%;
    margin: 0 0 1.6rem
  }
  .c-tableC_item .content, .payment-branch_credit .credit-wrap dl {
    width: 100%
  }
  .p-postsList li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p-postsList li .title {
    margin-left: 0;
    width: 100%
  }
  .p-article {
    padding: 2rem
  }
  .assessment-tabArea-tab_item, .p-category-wrap_item {
    margin: .6rem 0;
    padding: 0 1rem
  }
  .payment dl dd .c-formRadio__label:nth-of-type(2) {
    margin: 0
  }
  .payment-branch_credit .credit-wrap {
    display: block
  }
  .payment-branch_credit .creditinfo-wrap .date dd .c-formSelect {
    width: 50%
  }
  .homeMap__map .map {
    margin-top: 0
  }
  .homeMap__map li {
    width: 100%;
    margin: 0 0 5%
  }
  .homeMap__map li:nth-child(3n-2) {
    margin-left: 0
  }
  .assessment-voice__list ul li, .service-self .c-imgList__item {
    width: 100%
  }
  .programAll .program_content .content-list, .programLocal .program_content .content-list {
    margin: 0 0 48px
  }
  .programAll .program_content .content-list_item, .programLocal .program_content .content-list_item {
    width: 100%;
    margin: 0 0 48px
  }
  .programAll .program_content .content-list_item:first-child, .programLocal .program_content .content-list_item:first-child {
    margin: 0 0 48px
  }
  .programAll .program_content .content-list_item:first-child .item-inner .item-detail ol, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol {
    display: block
  }
  .programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li {
    width: 100%
  }
  .programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li:first-child, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li:first-child {
    margin: 0 0 16%
  }
  .programAll .program_content .content-list_item:first-child .item-inner .item-detail ol li h4, .programLocal .program_content .content-list_item:first-child .item-inner .item-detail ol li h4 {
    padding: 0 20px
  }
  .p-eservice .origin_wrap {
    margin: 0 auto 100%
  }
  .p-eservice .origin_wrap-content .img-wrap .img-01 {
    width: 70%
  }
  .p-eservice .origin_wrap-content .img-wrap .img-02 {
    left: 52%;
    width: 50%;
    margin: 36% 0 0
  }
  .p-eservice .origin_wrap-content .img-wrap .img-03 {
    left: 5%;
    width: 60%;
    margin: 68% 0 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  .event-container .article-wrap_item {
    margin: 0 0 2.4rem;
    width: 100%
  }
  .event-container .article-wrap_item:nth-child(2n+1), .event-container .article-wrap_item:nth-child(3n-2) {
    margin: 0 0 2.4rem
  }
  .yearpass_container .four-step_wrap .step-item {
    width: 100%;
    margin: 0 0 2rem
  }
}

@media (max-width:480px) {
  .u-block--480 {
    display: block
  }
}

@media screen and (max-width:360px) {
  .c-tableB_item .content ul li a {
    font-size: 10px
  }
}


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

.p-eservice .origin_wrap-content .img-wrap .img-01 {
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 380px;
}

.p-banner__list li {
  width: 18%;
  margin-left: 1.1818% !important;
  margin-bottom: 2%;
}

.homeMap::before {
  display: none;
}

.p-banner::before {
  display: none;
}

@media screen and (max-width:768px) {
  .p-banner__list {
    padding-left: 1em !important;
  }
  .homemapwrap {
    display: flex;
    margin-top: 5%;
    flex-wrap: wrap;
}
.homeMap__map .map {
    /* margin-top: -9.3rem; */
    padding: 0 1%;
    width: 100%;
}
.homeMap__map ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.homeMap__map li {
    width: 28%;
    margin: 1em !important;
}
.p-newsList__list li {
    width: 50%;
}
}

@media screen and (max-width:630px) {
	.homeMap__map li {
    width: 43%;
    margin: 2% !important;
}
}

@media screen and (max-width:648px) {
.p-newsList__list li {
    width: 100%;
}
}
@media (max-width:480px) {
  .p-login h2 {
    font-size: 2.1rem;
  }
  body, p {
    font-size: 1.4rem;
  }
  .p-header__title {
    margin-left: 22%;
  }
  .c-title24, .c-title24--brown, .c-title32 {
    font-size: 1.8rem;
  }
  .contact-container .resume_box {
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .contact-container .resume_box .resume_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-container .resume_box .resume_movie {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-container .resume_box .resume_con_m {
    width: 100%;
    margin: 0;
  }
  .l-drawerClose.js-drawerClose .fas.fa-times {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-formInput input {
    font-size: 16px;
  }

}
.category .category-label{
  display: inline-block;
  padding: 3px 6px;
  margin: 0px 5px;
  border-radius: 15px;
  background-color: #FFDFAF; /* 薄いオレンジ */
  color: #8B4513; /* 濃い茶色 */
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #FF8C00; /* オレンジの枠 */
}

.item {
  display: flex;
  flex-direction: column; 
  padding: 0px;
}

.item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  align-items: flex-start !important;
}
  
.item a .top-row {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8B4513; 
  font-weight: bold;
}
