@charset "UTF-8";
/* ----------------------------------------------------------------
    Placeholder
----------------------------------------------------------------- */
/* clearfix */
.lyt-hdg-l1 .hdg-l1:before,
.lyt-hdg-l1 .hdg-l1:after {
  content: "";
  display: table;
}
.lyt-hdg-l1 .hdg-l1:after {
  clear: both;
}

.nav-local-lyt-column:before,
.nav-local-lyt-column:after {
  content: "";
  display: table;
}
.nav-local-lyt-column:after {
  clear: both;
}

.list-bullet:before,
.list-bullet:after {
  content: "";
  display: table;
}
.list-bullet:after {
  clear: both;
}

.link-list-anchor:before,
.link-list-anchor:after {
  content: "";
  display: table;
}
.link-list-anchor:after {
  clear: both;
}

.lyt-column:before,
.lyt-column:after,
.lyt-media:before,
.lyt-media:after,
.lyt-media > .item.ver-modal:before,
.lyt-media > .item.ver-modal:after {
  content: "";
  display: table;
}
.lyt-column:after,
.lyt-media:after,
.lyt-media > .item.ver-modal:after {
  clear: both;
}

.list-bullet > li:before,
.list-check > li:before,
.link-03:before,
.link-list > li:before,
.nav-menu-selected:before,
.nav-menu-list a:before,
.btn-list > li a:before,
.lyt-column-center[data-column-name*="flow"] > *:before {
  content: "";
  display: block;
}

.nav-menu-selected {
  border: 0;
  background: transparent;
  padding: 0;
}

.lyt-hdg-l1 .hdg-l1 {
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
}

[data-category*="yss"] .lyt-hdg-l1 .hdg-l1{
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .lyt-hdg-l1 .hdg-l1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 860px) {
  .lyt-hdg-l1 .hdg-l1 {
    width: auto;
  }
}
.lyt-hdg-l1,
.hdg-l2,
.hdg-l3,
.hdg-l4-02 {
  line-height: 1.2;
}

.btn,
.btn-02,
.btn-03,
.btn-04 {
  border-radius: 2em;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  padding: 13px 30px 12px;
  display: inline-block;
  position: relative;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.tbl,
.tbl-plan {
  width: 100%;
}

.tbl th,
.tbl-plan th,
.tbl td,
.tbl-plan td {
  word-wrap: break-word;
}

.tbl th > :last-child,
.tbl-plan th > :last-child,
.tbl td > :last-child,
.tbl-plan td > :last-child {
  margin-bottom: 0;
}

.tbl tr.ta-c th,
.tbl-plan tr.ta-c th,
.tbl tr.ta-c td,
.tbl-plan tr.ta-c td {
  text-align: center !important;
}

.tbl tr.ta-r th,
.tbl-plan tr.ta-r th,
.tbl tr.ta-r td,
.tbl-plan tr.ta-r td {
  text-align: right !important;
}

.tbl tr.ta-l th,
.tbl-plan tr.ta-l th,
.tbl tr.ta-l td,
.tbl-plan tr.ta-l td {
  text-align: left !important;
}

.tbl tr.va-t th,
.tbl-plan tr.va-t th,
.tbl tr.va-t td,
.tbl-plan tr.va-t td {
  vertical-align: top !important;
}

.tbl tr.va-m th,
.tbl-plan tr.va-m th,
.tbl tr.va-m td,
.tbl-plan tr.va-m td,
.tbl tr.va-m img,
.tbl-plan tr.va-m img {
  vertical-align: middle !important;
}

.tbl tr.va-b th,
.tbl-plan tr.va-b th,
.tbl tr.va-b td,
.tbl-plan tr.va-b td,
.tbl tr.va-b img,
.tbl-plan tr.va-b img {
  vertical-align: bottom !important;
}

.tbl td.ta-c,
.tbl-plan td.ta-c {
  text-align: center !important;
}

.tbl td.ta-r,
.tbl-plan td.ta-r {
  text-align: right !important;
}

.tbl td.ta-l,
.tbl-plan td.ta-l {
  text-align: left !important;
}

.tbl td.va-t,
.tbl-plan td.va-t {
  vertical-align: top !important;
}

.tbl td.va-m,
.tbl-plan td.va-m,
.tbl td.va-m img,
.tbl-plan td.va-m img {
  vertical-align: middle !important;
}

.tbl td.va-b,
.tbl-plan td.va-b,
.tbl td.va-b img,
.tbl-plan td.va-b img {
  vertical-align: bottom !important;
}


/* ----------------------------------------------------------------
    Contents
----------------------------------------------------------------- */
.row-fluid.ver-bg {
  background-color: #f7f7f7;
}
.row-fluid.ver-bg .box {
  background: #fff none repeat scroll 0 0;
}

/* .row-inner
----------------------------------------------- */
.row-inner {
  padding-top: 20px;
  padding-bottom: 40px;
}
.row-inner > :first-child {
  margin-top: 0;
}
.row-inner > :last-child {
  margin-bottom: 0;
}
.row-inner.-wide {
  max-width: 1180px;
  width: auto;
  padding-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .row-inner.-wide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .row-inner {
    padding-bottom: 30px;
  }
}

/* .row-indent
----------------------------------------------- */
.row-indent {
  padding: 0 0 0 10px;
}
.row-indent > :last-child {
  margin-bottom: 40px;
}
.row-indent > .link-list-anchor:last-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .row-indent {
    padding: 0 0 0 10px;
  }
}


/* .box-news-yss
----------------------------------------------- */
.box-news-yss h2 {
  display: none;
}
.box-news-yss .list a.btn {
  position: absolute;
  top: 5px;
  right: 0px
}

.box-news-yss .list ul li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: #d5d5d5 1px dashed
}

.box-news-yss .list .opst a {
  padding-left: 1.5em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
.box-news-yss .list .opst a::before {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #006fbc;
}
.box-news-yss .list .opst a::after {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: .3em;
  width: .3em;
  height: .3em;
  border-top: .1em solid #fff;
  border-right: .1em solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .box-news-yss .list .opst a {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
}


.box-news-yss .list dl dt {
  margin: 0 10px 0 0;
  padding: 0;
  display: table-cell;
  width: 120px;
}

.box-news-yss .list dl dd {
  margin: 0;
  padding: 0 0 0 60px;
  display: table-cell;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.box-news-yss .list dl dd.new {
  background-image: url(/users/common/img/icon-new.gif);
}

.box-news-yss .list dl dd.update {
  background-image: url(/users/common/img/icon-update.gif);
}

@media only screen and (max-width: 640px) {
  .box-news-yss .list dl dt {
    width: 100%;
    display: block;
  }

  .box-news-yss .list dl dd {
    padding-bottom: 10px;
  }
}
/*

.box-news-yss .ta-r:not(:target)
{
  clear: both\9;
}
.box-news-yss .list dl dt:not(:target)
{
  width: 140px\9;
}
.box-news-yss .list dl dd.new:not(:target)
{
  width: 100%\9;
}
.box-news-yss .list dl dd.update:not(:target)
{
  width: 100%\9;
}
*/

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
/* .lyt-hdg-l1
----------------------------------------------- */
.lyt-hdg-l1 {
  background: #006fbc;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
  padding: 16px 0 11px;
  line-height: 1.5;
}
[data-category*="yss"] .lyt-hdg-l1, [data-category*="users"] .lyt-hdg-l1 {
  font-size: 30px;
  font-size: 3rem;
  padding: 12px 0 8px;
}
@media only screen and (max-width: 640px) {
 [data-category*="yss"] .lyt-hdg-l1, [data-category*="users"] .lyt-hdg-l1 {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 16px 0 11px;
 }
}
.lyt-hdg-l1 .hdg-l1 {
  font-weight: 400;
}
.lyt-hdg-l1 .hdg-l1 > b {
  margin: 0 10px 0 0;
  font-weight: 400;
}
.lyt-hdg-l1 .hdg-l1 .name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.lyt-hdg-l1 .hdg-l1 .district {
  float: right;
}
[data-category*="yss"] .district {
  position: absolute;
  top: 5px;
  right: 0;
}

@media only screen and (max-width: 640px) {
  .lyt-hdg-l1 {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 10px 0;
  }
  .lyt-hdg-l1 .hdg-l1 .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .lyt-hdg-l1 .hdg-l1 .district {
    margin: 5px 0 0;
  }
  [data-category*="yss"] .district {
    position: static;
  }
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  border-radius: 4px;
  background: #d8ecfa;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 70px -3px 20px;
  padding: 14px 20px;
}
.lyt-hdg-l1 + .hdg-l2 {
    margin-top: 0;
}
.hdg-l2 .sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0 15px;
}
.hdg-l2 [class^="label"] {
  vertical-align: middle;
  margin: 0 10px;
}
.hdg-l2 img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/* .hdg-l2-icon
----------------------------------------------- */
.hdg-l2-icon {
  border-radius: 4px;
  background: #d8ecfa;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 70px -3px 20px;
  padding: 10px 20px;
  width: 100%;
  width: calc(100% + 10px);
  display: table;
}
.hdg-l2-icon .text {
  display: table-cell;
  vertical-align: middle;
}
.lyt-hdg-l1 + .hdg-l2-icon {
  margin-top: 0;
}
.hdg-l2-icon .icon {
  display: table-cell;
  vertical-align: middle;
  width: 265px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .hdg-l2-icon .text {
    display: block;
  }
  .hdg-l2-icon .icon {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .hdg-l2, .hdg-l2-icon {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px;
  }
  .hdg-l2 .sub {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 0 10px;
  }
  .hdg-l2 [class^="label"] {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* .hdg-l2-02
----------------------------------------------- */
.hdg-l2-02 {
  color: #006fbc;
  font-family: 'Noto Sans JP';
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 50px 0px 20px;
  padding-bottom: 4px;
  border-bottom: 2px solid #006fbc;
}
.lyt-hdg-l1 + .hdg-l2-02 {
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .hdg-l2-02 {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* .hdg-l2-03
----------------------------------------------- */
.hdg-l2-03 {
    margin: 50px 0 20px;
    padding-bottom: 4px;
    color: #333;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 2.2rem;
    border-bottom: 0 none;
}
.lyt-hdg-l1 + .hdg-l2-03 {
    margin-top: 0;
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  border-left: 2px solid #005996;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 40px 0 20px;
  padding: 7px 15px 5px;
}
.hdg-l2 + .hdg-l3,
.hdg-l2-02 + .hdg-l3,
.hdg-l2-03 + .hdg-l3 {
  margin-top: 0;
}
.hdg-l3 .sub {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 0 10px;
}
.hdg-l3 [class^="label"] {
  vertical-align: middle;
  margin: 0 5px;
  padding-bottom: 7px;
}


@media only screen and (max-width: 640px) {
  .hdg-l3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 10px 5px;
  }
  .hdg-l3 .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.hdg-l3-02 {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  color: #005996;
}




/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  margin: 30px 0 15px;
}
.hdg-l4 [class^="label"] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 640px) {
  .hdg-l4 {
    font-size: 16px;
    font-size: 1.6rem;
	 margin: 0 0 10px;
  }
}
[data-category*="yss-download"] .hdg-l4 {
  margin: 0 0 15px;
}


/* .hdg-l4-icon
----------------------------------------------- */
.hdg-l4-icon {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px;
  position: relative;
}
.hdg-l4-icon .icon-wrap {
  display: table-cell;
  vertical-align: top;
}
.hdg-l4-icon .icon {
  background: #006fbc;
  color: #fff;
  font-weight: 700;
  padding: 0 5px;
  font-size: 60%;
  display: block;
  margin-top: 4px;
}
.hdg-l4-icon .txt {
  display: table-cell;
}
@media only screen and (max-width: 640px) {
  .hdg-l4-icon {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* .hdg-l4-02
----------------------------------------------- */
.hdg-l4-02 {
  border-bottom: 1px solid #005996;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px;
  padding: 0 0 8px;
}
@media only screen and (max-width: 640px) {
  .hdg-l4-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* .hdg-l5
----------------------------------------------- */
.hdg-l5 {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px;
}
@media only screen and (max-width: 640px) {
  .hdg-l5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media (-ms-high-contrast:none) {
  .hdg-l2 {
    padding-bottom: 4px;
  }
  .hdg-l2-icon {
    padding-bottom: 4px;
  }
  .lyt-hdg-l1 .hdg-l1 b {
    display: inline-block;
    padding-top: 6px;
  }
}
.ie9 .hdg-l2 {
  padding-bottom: 4px;
}
.ie9 .hdg-l2-icon {
  padding-bottom: 4px;
}

/* ----------------------------------------------------------------
    List
----------------------------------------------------------------- */
/* .list-bullet
----------------------------------------------- */
.list-bullet {
  margin: 0 0 20px;
}
.list-bullet > li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 5px;
}
.list-bullet > li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: .55em;
  left: 0;
  background-color: #666;
  border-radius: 50%;
}
.list-bullet.-min-dots > li::before {
  width: 4px;
  height: 4px;
}
.list-bullet > li > :last-child,
.list-bullet > li:last-child {
  margin-bottom: 0;
}
.list-bullet[data-col-num="2"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="2"] > li {
  float: left;
  width: 47.95%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="2"] > li:nth-child(2n+1) {
  clear: both;
}
.list-bullet[data-col-num="3"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="3"] > li {
  float: left;
  width: 31.22%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="3"] > li:nth-child(3n+1) {
  clear: both;
}
.list-bullet[data-col-num="4"] {
  margin-left: -2.08%;
}
.list-bullet[data-col-num="4"] > li {
  float: left;
  width: 22.95%;
  margin-left: 2.04%;
}
.list-bullet[data-col-num="4"] > li:nth-child(4n+1) {
  clear: both;
}

@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="2"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="2"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="3"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="3"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .list-bullet[data-col-num="4"] {
    margin-left: 0;
  }
  .list-bullet[data-col-num="4"] > li {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
/* .list-number
----------------------------------------------- */
.list-number {
  margin: 0 0 20px;
}
.list-number > li {
  width: 100%;
  margin: 0 0 5px;
  display: table;
}
.list-number > li .num,
.list-number > li .note {
  vertical-align: top;
  display: table-cell;
}
.list-number > li .num {
  width: 1.5em;
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.list-number > li .note > :last-child {
  margin-bottom: 0;
}

/* .list-def
----------------------------------------------- */
.list-def {
  margin: 0 0 20px;
}
.list-def > dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.list-def > dd {
  margin: 0 0 15px;
}
.list-def > dd > :last-child,
.list-def > dd:last-child {
  margin-bottom: 0;
}

/* .list-check
----------------------------------------------- */
.list-check {
  margin: 0 0 20px;
}
.list-check > li {
  padding-left: 33px;
  position: relative;
  margin: 0 0 5px;
}
.list-check > li::before {
  width: 24px;
  height: 18px;
  position: absolute;
  top: .25em;
  left: 0;
  background: url(/users/common/img/icon-check.png) no-repeat;
}
.list-check > li > :last-child,
.list-check > li:last-child {
  margin-bottom: 0;
}
.list-check > li .note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

/* .list-news
----------------------------------------------- */
.list-news {
  margin-bottom: 50px;
}
.list-news li {
  margin-bottom: 15px;
}
.list-news li .date {
  min-width: 213px;
}
.list-news li .date .icon {
  display: inline-block;
  margin: 3px 0 0 20px;
  min-width: 50px;
  height: 15px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news li .date .icon._new {
  background-color: #ff689a;
}
.list-news li .date .icon._update {
  background-color: #48c0de;
}
.list-news li .title {
}
.list-news._2col li .date {
  display: block;
  width: 100%;
}
.list-news._2col .title {
  display: block;
}
.list-news li .title a {
  color: #333;
  text-decoration: underline;
}
.list-news li .title a:hover, .list-news li .title a:active, .list-news li .title a:focus {
  color: #ff538c;
  text-decoration: none;
}
.list-news._noicon li .date{
  min-width: 151px;
}

@media screen and (max-width: 640px) {
  .list-news li {
    display: block;
  }
  .list-news li .date {
    display: block;
    margin-bottom: 3px;
  }
  .list-news li .date .icon {
    margin: 0 0 0 15px;
  }
  .list-news li .title {
    display: block;
  }
}

.list-news-02 li {
  display: table;
  padding: 15px 0 15px 19px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.list-news-02 li:first-child {
  border-top: none;
}
.list-news-02 li .category {
  display: table-cell;
  width: 121px;
}
.list-news-02 li .category .icon-category {
  display: inline-block;
  padding: 2px;
  min-width: 100px;
  height: 19px;
  background-color: #77bdda;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news-02 li .title {
  display: table-cell;
}
.list-news-02 li .title .link {
  color: #333;
  vertical-align: top;
  font-size: 1.4rem;
}
.list-news-02 li .title .link:hover, .list-news-02 li .title .link:active, .list-news-02 li .title .link:focus {
  color: #ff538c;
}
@media screen and (max-width: 640px) {
  .list-news-02 li {
    display: block;
    padding-left: 0;
  }
  .list-news-02 li .category {
    display: block;
    margin-bottom: 5px;
  }
  .list-news-02 li .title {
    display: block;
  }
}

.list-news-03 li {
  margin-bottom: 15px;
}
.list-news-03 li .date {
  min-width: 143px;
}
.list-news-03 li .date .icon {
  display: inline-block;
  margin: 3px 0 0 20px;
  width: 50px;
  height: 15px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news-03 li .date .icon._new {
  background-color: #ff689a;
}
.list-news-03 li .date .icon._update {
  background-color: #48c0de;
}
.list-news-03 li .title {
}
.list-news-03 li .title a {
  color: #333;
  text-decoration: underline;
}
.list-news-03 li .title a:hover, .list-news-03 li .title a:active, .list-news-03 li .title a:focus {
  color: #ff538c;
  text-decoration: none;
}
.list-news-03._noicon li .date{
  min-width: 151px;
}

@media screen and (max-width: 640px) {
  .list-news-03 li {
    display: block;
  }
  .list-news-03 li .date {
    display: block;
    margin-bottom: 10px;
  }
  .list-news-03 li .date .icon {
    margin: 0 0 0 15px;
    padding: 2px;
    width: 66px;
    height: 24px;
    font-size: 1.3rem;
  }
  .list-news-03 li .title {
    display: block;
  }
}

.list-news-04 li {
  display: table;
  margin-bottom: 15px;
}
.list-news-04 li .icon-wrap {
  display: table-cell;
  min-width: 93px;
}
.list-news-04 li .icon-wrap .icon {
  display: inline-block;
  margin: 3px 0 0 20px;
  min-width: 50px;
  height: 15px;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-size: 1.0rem;
}
.list-news-04 li .icon-wrap .icon._new {
  background-color: #ff689a;
}
.list-news-04 li .icon-wrap .icon._update {
  background-color: #48c0de;
}
.list-news-04 li .title {
  display: table-cell;
}
.list-news-04 li .title a {
  color: #333;
  text-decoration: underline;
}
.list-news-04 li .title a:hover, .list-news-04 li .title a:active, .list-news-04 li .title a:focus {
  color: #ff538c;
  text-decoration: none;
}
.list-news-04._noicon li .date{
  min-width: 151px;
}

@media screen and (max-width: 640px) {
  .list-news-04 li {
    display: block;
  }
  .list-news-04 li .icon-wrap .icon {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .list-news-04 li .date {
    display: block;
    margin-bottom: 10px;
  }
  .list-news-04 li .date .icon {
    margin: 0 0 0 15px;
    padding: 2px;
    width: 66px;
    height: 24px;
    font-size: 1.3rem;
  }
  .list-news-04 li .title {
    display: block;
  }
}

/* .importantInfo
----------------------------------------------- */
.importantInfo {
  padding: 30px;
  margin: 0 0 40px;
  background-color: #e5eef7;
  font-size: 1.6rem;
}
.importantInfo ul li {
  margin-bottom: 7px;
}
.importantInfo ul li:last-child {
  margin-bottom: 0;
}
.importantInfo > :last-child {
  margin-bottom: 0;
}
.importantInfo a {
  position: relative;
  display: inline-block;
}

/* .list-qa
----------------------------------------------- */
.list-qa {
  margin-bottom: 40px;
}
.list-qa > li {
  margin-bottom: 5px;
}
.list-qa > li .icon-qa {
  position: absolute;
  top: 12px;
  left: 19px;
  width: 24px;
}
.list-qa > li .question {
  position: relative;
  display: block;
  padding: 17px 52px 16px 63px;
  width: 100%;
  border: 0;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: 400;
  font-size: 1.8rem;
}
.list-qa > li .answer {
  position: relative;
  padding: 17px 23px 16px 63px;
  background-color: #ededed;
}
.list-qa > li .answer .icon-qa {
  top: 20px;
}
.list-qa > li .answer p, .list-qa > li .answer ul {
  margin-bottom: 10px;
}
.list-qa > li .answer *:last-child {
  margin-bottom: 0;
}
.list-qa > li .btn-tgl {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  color: transparent;
}
.list-qa > li .btn-tgl::before, .list-qa > li .btn-tgl::after {
  background-color: #005bac;
  -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.list-qa > li .btn-tgl::before {
  top: 1px;
  right: 15px;
  width: 2px;
  height: 32px;
}
.list-qa > li .btn-tgl::after {
  top: 16px;
  right: 0;
  width: 32px;
  height: 2px;
}
.list-qa > li.is-open .btn-tgl::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-qa > li.is-open .btn-tgl::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 640px) {
  .list-qa {
    margin-bottom: 30px;
  }
  .list-qa > li .icon-qa {
    top: 17px;
    left: 10px;
    width: 17px;
  }
  .list-qa > li .question {
    padding: 15px 36px 14px 39px;
    font-size: 1.3rem;
  }
  .list-qa > li .answer {
    padding: 15px 15px 14px 39px;
    font-size: 1.2rem;
  }
  .list-qa > li .answer .list-note li {
    font-size: 1.2rem;
  }
  .list-qa > li .btn-tgl::before {
    top: 7px;
    right: 7px;
    width: 2px;
    height: 16px;
  }
  .list-qa > li .btn-tgl::after {
    top: 14px;
    right: 0;
    width: 16px;
    height: 2px;
  }
}

/* .list-description
----------------------------------------------- */
.list-description img {
  vertical-align: middle;
  margin-right: 10px;
}
.list-description > li {
  display: inline-block;
  margin-right: 50px;
}
@media only screen and (max-width: 640px) {
  .list-description > li {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  padding-left: 1.5em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
}
.link::before {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #006fbc;
}
.link::after {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: .3em;
  width: .3em;
  height: .3em;
  border-top: .1em solid #fff;
  border-right: .1em solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .link {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
}

/* .link-list
----------------------------------------------- */
.link-list {
  margin: 0 0 20px;
}
.link-list > li {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 5px;
  display: block;
}
.link-list > li > a {
  text-decoration: none;
}
.link-list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #006fbc;
}
.link-list > li::after {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: .3em;
  width: .3em;
  height: .3em;
  border-top: .1em solid #fff;
  border-right: .1em solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list > li > :last-child,
.link-list > li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .link-list > li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 22px;
  }
}

/* .link-list（右寄せ）
----------------------------------------------- */
.link-list._right {
  text-align: right;
}
.link-list._right > li::before {
  display: none;
}
.link-list._right > li::after {
  display: none;
}
.link-list._right > li a {
  position: relative;
}
.link-list._right > li a::before {
  content: '';
  display: block;
  position: absolute;
  top: .3em;
  left: -1.4em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #006fbc;
}
.link-list._right > li a::after {
  content: '';
  display: block;
  position: absolute;
  top: .65em;
  left: -1.1em;
  width: .3em;
  height: .3em;
  border-top: .1em solid #fff;
  border-right: .1em solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .link-list-anchor
----------------------------------------------- */
.link-list-anchor {
  font-size: 0;
  margin: 0 0 20px;
}
.link-list-anchor > li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 29px;
  display: inline-block;
}
.link-list-anchor > li:last-child {
  margin-right: 0;
}
.link-list-anchor > li > a {
  padding-left: 17px;
  position: relative;
  display: inline-block;
}
.link-list-anchor > li > a::before {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 640px) {
  .link-list-anchor {
    margin-left: -3.44%;
  }
  .link-list-anchor > li {
    float: left;
    width: 46.66%;
    margin-left: 3.33%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .link-list-anchor > li:nth-child(2n+1) {
    clear: both;
  }
}

/* .link-anc
----------------------------------------------- */
.link-anc li {
  display: inline-block;
  margin: 0 16px 10px 0;
}
.link-anc li a {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #333;
  text-decoration: none;
}
.link-anc li a::before {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 7px;
  width: 9px;
  height: 9px;
  border: 1px solid #005bac;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.link-anc li a:hover, .link-anc li a:active, .link-anc li a:focus {
  color: #ff538c;
}

/* .link-zoom
----------------------------------------------- */
.link-zoom {
  padding-left: 22px;
  position: relative;
  display: inline-block;

}
.link-zoom::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/users/common/img/icon-zoom.png) no-repeat;
  position: absolute;
  top: .1em;
  left: 0;
}

/* .link-text
----------------------------------------------- */
.link-text {
  color: #0062b6;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

/* .service-list
----------------------------------------------- */
.service-list {
  display: table;
  width: 100%;
}
.service-list li {
  color: #006fbc;
  display: table-cell;
  text-align: center;
  width: 20%;
  font-size: 1.8rem;
}
.service-list li img {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .service-list li {
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .service-list li img {
    margin-bottom: 10px;
  }
}

/* .nav-menu
----------------------------------------------- */
.nav-menu[data-position="top"] {
  border-bottom: 3px solid #006fbc;
  margin: 0 0 40px;
}

.nav-menu[data-position="bottom"] {
  margin: 35px 0 40px;
}

@media only screen and (max-width: 640px) {
  .nav-menu[data-position="top"] {
    border: 0;
  }
}
/* .nav-menu-hook
----------------------------------------------- */
.nav-menu-hook {
  display: none;
}

@media only screen and (max-width: 640px) {
  .nav-menu-hook {
    display: block;
    background: #006fbc;
  }
  .nav-menu-txt {
    color: #fff;
  }
}
/* .nav-menu-selected
----------------------------------------------- */
.nav-menu-selected {
  width: 100%;
  border: 1px solid #bfbfbf;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 35px 12px;
  position: relative;
}
.nav-menu-selected::before {
  width: 9px;
  height: 9px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  position: absolute;
  top: 40%;
  top: calc(50% - .5em);
  right: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.is-open .nav-menu-selected {
  border-bottom: 0;
}
.is-open .nav-menu-selected::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  top: calc(50% - .3em);
}

/* .nav-menu-state
----------------------------------------------- */
.nav-menu-state {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* .nav-menu-list
----------------------------------------------- */
.nav-menu-list {
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  display: table;
}
.nav-menu-list > li {
  width: 10%;
  min-height: 48px;
  border-left: 1px solid #bfbfbf;
  background: #faf8f3;
  vertical-align: top;
  margin: 0;
  display: table-cell;
}
.nav-menu-list > li:first-child {
  border-left: 0;
}
.nav-menu-list a {
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  display: table;
}
.nav-menu-list a > span {
  vertical-align: middle;
  display: table-cell;
}
.nav-menu-list > .is-current {
  background: #006fbc;
}
.nav-menu-list > .is-current a {
  color: #fff;
  font-weight: 700;
}

[data-position="top"] .nav-menu-list {
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}

[data-position="bottom"] .nav-menu-list {
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  .nav-menu-list > li {
    width: 100%;
    height: auto !important;
    border-left: 0;
    border-bottom: 1px solid #bfbfbf;
    display: block;
  }
  .nav-menu-list a {
    padding: 12px 35px 12px;
    position: relative;
  }
  .nav-menu-list a::before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 40%;
    top: calc(50% - .5em);
    right: 15px;
    border-top: 1px solid #b5b5b3;
    border-right: 1px solid #b5b5b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  [data-position="top"] .nav-menu-list {
    border-radius: 0;
  }

  [data-position="bottom"] .nav-menu-list {
    border-radius: 0;
    border-bottom: 0;
  }
}

/* ----------------------------------------------------------------
    local nav
----------------------------------------------------------------- */
/* .nav-local
----------------------------------------------- */
.nav-local {
  margin: 0 auto;
  padding: 12px 0 10px;
  max-width: 980px;
  text-align: center;
}
.nav-local > dl {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.nav-local dt {
  padding: 5px 45px 5px 30px;
  border-right: 1px solid #ccc;
  color: #4d4d4d;
  font-size: 2rem;
  flex-shrink: 0;
}
.nav-local dt > a {
  text-decoration: none;
}
.nav-local dd {
  color: #4d4d4d;
  font-size: 1.4rem;
}
.nav-local .nav-local-list {
  margin-bottom: 0;
  text-align: left;
}
.nav-local .nav-local-list > li {
  margin: 0 25px;
  display: inline-block;
}
.nav-local .nav-local-list > li > a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  transition: background .2s ease-out;
}
.nav-local .nav-local-list > li > a:hover,
.nav-local .nav-local-list > li > a:active,
.nav-local .nav-local-list > li > a:focus,
.nav-local .nav-local-list > .is-current > a {
  border-radius: 3px;
  background: #e5f3fa;
}
@media only screen and (max-width: 640px) {
  .nav-local > dl {
    flex-direction: column;
  }
  .nav-local dt {
    padding: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav-local dt > a {
    padding: 5px 5px 20px;
    display: block;
  }
    .nav-local dd {
      width: 100%;
    }
  .nav-local .nav-local-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-local .nav-local-list > li {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .nav-local .nav-local-list > li:nth-of-type(odd) {
    border-right: 1px solid #e6e6e6;
  }
  .nav-local .nav-local-list > li:last-child,
  .nav-local .nav-local-list > li:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }
  .nav-local .nav-local-list > li > a {
    padding: 13px 5px;
    height: 100%;
  }
  .nav-local .nav-local-list > li > a:hover,
  .nav-local .nav-local-list > li > a:active,
  .nav-local .nav-local-list > li > a:focus,
  .nav-local .nav-local-list > .is-current > a {
    border-radius: 0;
  }
}

/* ----------------------------------------------------------------
    Javascript
----------------------------------------------------------------- */
/* .tab-switch
----------------------------------------------- */
.tab-switch {
  margin-bottom: 40px;
}
.tab-switch .tab-list {
  width: 100%;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  display: table;
  border-bottom: 3px solid #006fbc;
  border-radius: 3px 3px 0 0;
}
.tab-switch .tab-list > li {
  width: 10%;
  height: 100%;
  display: table-cell;
  background: #faf8f3;
  vertical-align: top;
  margin: 0;
}
.tab-switch .tab-list > li:first-child a{
  border-left: 0;
}
.tab-switch .tab-list a {
  border-left: 1px solid #bfbfbf;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px 35px;
}
.tab-switch .tab-list a > span {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.tab-switch .tab-list .is-current {
  animation: tab-switch .5s cubic-bezier(0.4, 0.0, 0.2, 1);
  background: #006fbc;
  color: #fff;
  font-weight: 700;
}
.tab-switch .is-hidden {
  display: none;
}
.tab-switch .tab-item {
  animation: tab-switch .5s cubic-bezier(0.4, 0.0, 0.2, 1);
  border: 1px solid #bfbfbf;
  border-top: 0;
  padding: 15px 20px;
}

@media only screen and (max-width: 640px) {
  .tab-switch .tab-list > li {
    width: 100%;
    height: auto !important;
    border-left: 0;
    border-bottom: 1px solid #bfbfbf;
    display: block;
  }
  .tab-switch .tab-list a {
    padding: 12px 35px;
    position: relative;
  }
}

@keyframes tab-switch{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  border: 1px solid #006fbc;
  font-size: 16px;
  font-size: 1.6rem;
  color: #006fbc;
  position: relative;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #d8ecfa;
  color: #006fbc;
}
.btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  top: calc(50% - .2em);
  right: .5em;
  width: .4em;
  height: .4em;
  border-top: 2px solid #006fbc;
  border-right: 2px solid #006fbc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 640px) {
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .btn-02
----------------------------------------------- */
.btn-02 {
  background: #006fbc;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.btn-02::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  top: calc(50% - .2em);
  right: .5em;
  width: .4em;
  height: .4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-02:hover,
.btn-02:active,
.btn-02:focus {
  color: #fff;
  background: #008def;
}

@media only screen and (max-width: 640px) {
  .btn-02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .btn-03
----------------------------------------------- */
.btn-03 {
  background: #ff8124;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.btn-03.-thin {
  font-weight: 400;
}
.btn-03::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  top: calc(50% - .15em);
  right: .5em;
  width: .3em;
  height: .3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-03:hover,
.btn-03:active,
.btn-03:focus {
  background: #ff9c00;
  color: #fff;
}
.btn-03 > span {
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-03 > .min {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .btn-03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-03 > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn-03 > .min {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* .btn-04
----------------------------------------------- */
.btn-04 {
  border: 1px solid #ff8124;
  background: #ffe3c4;
  font-size: 20px;
  font-size: 2rem;
  color: #ff8124;
  font-weight: 700;
  position: relative;
}
.btn-04::after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  top: calc(50% - .15em);
  right: .5em;
  width: .3em;
  height: .3em;
  border-top: 2px solid #ff8124;
  border-right: 2px solid #ff8124;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-04:hover,
.btn-04:active,
.btn-04:focus {
  background: #ffe29d;
  color: #ff8124;
}
.btn-04 > span {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .btn-04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .btn-04 > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* .lyt-btn
----------------------------------------------- */
.lyt-btn {
  width: 475px;
  margin: 0 auto 40px;
}
.lyt-btn > :last-child {
  margin-bottom: 0;
}
.lyt-btn [class^="btn"] {
  width: 100%;
}

@media only screen and (max-width: 530px) {
  .lyt-btn {
    width: 100%;
  }
}

.lyt-btn-02 {
  margin: 0 auto 40px;
  width: 202px;
}
.lyt-btn-02 [class^="btn"] {
  width: 100%;
/*  background-color: transparent;*/
}

/* .btn-list
----------------------------------------------- */
.btn-list {
  overflow: hidden;
  margin: 0 0 30px;
}
.btn-list img {
  vertical-align: middle;
  margin-left: 10px;
}
.btn-list > li {
  float: left;
  display: table;
  margin: 0 0 10px;
  display: table;
  width: 100%;
}
.btn-list.col3 li {
  width: 32%;
  margin-left: 2%;
}
.btn-list.col3 li:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.btn-list.col4 li {
  width: 24%;
  margin-left: 1.3%;
}
.btn-list.col4 li:nth-child(4n+1){
  margin-left: 0;
  clear: both;
}
.btn-list > li a {
  display: table-cell;
  vertical-align: middle;
}
.btn-list > li a {
  border: 1px solid #e6e6e6;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  text-decoration: none;
  padding: 18px 40px 18px 20px;
  display: block;
  position: relative;
  background-color: #f7f7f7;
  -webkit-transition: background .1s ease-out;
  transition: background .1s ease-out;
  display: table-cell;
  vertical-align: middle;
}
.btn-list > li a::after {
  position: absolute;
  content: '';
  display: block;
  top: 45%;
  top: calc(50% - 7px);
  right: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #9f9f9f;
  border-bottom: transparent;
  border-left: transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-list > li a:hover,
.btn-list > li a:active,
.btn-list > li a:focus {
  background-color: #ebebeb;
  color: #4c4c4c;
}
.btn-list > li .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 0;
  display: block;
}

@media only screen and (max-width: 640px) {
  .btn-list.col3 li{
    width: 49%;
    margin-left: 0;
  }
  .btn-list.col3 li:nth-child(3n+1){
    clear: none;
  }
  .btn-list.col3 li:nth-child(2n){
    margin-left: 2%;
  }
  .btn-list.col4 li{
    width: 49%;
    margin-left: 0;
  }
  .btn-list.col4 li:nth-child(3n+1){
    clear: none;
  }
  .btn-list.col4 li:nth-child(2n){
    margin-left: 2%;
  }
  .btn-list > li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10px 10px;
  }
  .btn-list > li a:before{
    right: 5px;
  }
}

/* ----------------------------------------------------------------
    Text
----------------------------------------------------------------- */
/* em
----------------------------------------------- */
em {
  color: #333;
  font-weight: 700;
}

/* strong
----------------------------------------------- */
strong {
  color: #006fbc;
  font-weight: 700;
}

/* .label
----------------------------------------------- */
.label {
  background: #006fbc;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 5px 5px 3px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.label-02 {
  border: 1px solid #06275e;
  color: #06275e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 3px 5px 2px;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .label-02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .lead
----------------------------------------------- */
.lead {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 15px;
}

@media only screen and (max-width: 640px) {
  .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lead-02 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  [data-category="users-cloud"] .lead-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lead-03 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.lead-03 .title {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .lead-03 {
    font-size: 1.4rem;
  }
  .lead-03 .title {
    font-size: 1.8rem;
  }
}

.lead-04 {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 15px;
}
.lead-04 .title {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 20px;
  font-size: 2.0rem;
  display: block;
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .lead-04 {
    font-size: 1.4rem;
      font-size: 14px;
  }
    .lead-04 .title {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------
    Table
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl {
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  margin: 0 0 20px;
}
.tbl tr > :last-child {
  border-right: 0;
}
.tbl th,
.tbl td {
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  padding: 12px 15px;
}
.tbl th {
  font-weight: 400;
}
.tbl thead th,
.tbl thead td {
  background: #666;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.tbl .head {
  background: #666;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.tbl .highlight {
  background:#ffffcc;
  color: #333;
}
.tbl .col-self {
  background: #e7f2d9;
  color: #333;
}
.tbl .col-basic {
  background: #e1e8f6;
  color: #333;
}
.tbl .col-total {
  background: #fae1e6;
  color: #333;
}
.tbl tbody th {
  background: #faf8f3;
}
.tbl .normal {
  background: #faf8f3;
  color: #333;
}
.tbl .bl-none {
  border-left: 0;
}

@media only screen and (max-width: 640px) {
  .tbl th,
  .tbl td {
    padding: 10px;
  }
  .tbl thead th,
  .tbl thead td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl .head {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tbl[data-table-layout="break"] th,
  .tbl[data-table-layout="break"] td {
    width: 100% !important;
    display: block;
  }
}

.tbl tr.ta-c td.ta-l {
  text-align: left !important;
}

/* .tbl-plan / 料金プラン
----------------------------------------------- */
.tbl-plan {
  background: #faf8f3;
  margin: 0 0 20px;
}
.tbl-plan tr > :last-child {
  border-right: 0;
}
.tbl-plan th,
.tbl-plan td {
  border-bottom: 4px solid #fff;
  border-right: 3px solid #fff;
  padding: 12px;
}
.tbl-plan th img,
.tbl-plan td img {
  vertical-align: middle;
}
.tbl-plan th {
  font-weight: 700;
}
.tbl-plan thead th {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: top;
  padding: 18px 20px 15px;
}
.tbl-plan thead th > span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  margin: 10px 0 0;
  display: block;
}
.tbl-plan thead td {
  background: #fff;
}
.tbl-plan tbody .head {
  background: #0084df;
  color: #fff;
  text-align: center;
}
.tbl-plan tbody td {
  text-align: center;
}
.tbl-plan tbody th {
  text-align: left;
}
.tbl-plan .head-self {
  background: #00aa86;
}
.tbl-plan .col-self {
  background: #e2f7f2;
}
.tbl-plan .head-basic {
  background: #0086ca;
}
.tbl-plan .col-basic {
  background: #e6f7ff;
}
.tbl-plan .head-total {
  background: #d9393f;
}
.tbl-plan .col-total {
  background: #fff1f2;
}

@media only screen and (max-width: 640px) {
  .tbl-plan th,
  .tbl-plan td {
    padding: 10px;
  }
  .tbl-plan thead th {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
  }
  .tbl-plan thead th > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* .tbl-scroll
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .tbl-scroll {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  .tbl-scroll::-webkit-scrollbar-track {
    background: #e2e2e2;
  }
  .tbl-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .tbl-scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .tbl-scroll > table {
    width: 860px;
    margin-bottom: 0;
  }
}

/* .tbl-function
----------------------------------------------- */
.tbl-function {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.tbl-function thead th {
  color: #fff;
  text-align: center;
  padding: 20px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.tbl-function thead th.head-free {
  background: #00ad86;
}
.tbl-function thead th.head-free2 {
  background: #00ad39;
}
.tbl-function thead th.head-self {
  background: #0086d1;
}
.tbl-function thead th.head-basic {
  background: #006299;
}
.tbl-function thead th.head-p1030 {
  background: #008db0;
}
.tbl-function thead th.head-gym {
  background: #006b86;
}
.tbl-function tbody tr {
  background: #ededed;
}
.tbl-function tbody tr th {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  padding: 20px 40px 20px 12px;
  position: relative;
}
.tbl-function tbody tr th span {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.tbl-function tbody tr td {
  text-align: center;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  padding: 12px;
  vertical-align: middle;
}
.tbl-function tbody tr td.free {
  background: #e8faf6;
}
.tbl-function tbody tr td.free2 {
  background: #e3fceb;
}
.tbl-function tbody tr td.self {
  background: #e8f6fc;
}
.tbl-function tbody tr td.basic {
  background: #e8f6fc;
}
.tbl-function tbody tr td.p1030 {
  background: #e6f6fa;
}
.tbl-function tbody tr td.gym {
  background: #dceef3;
}
.tbl-function tbody tr td img {
  vertical-align: middle;
}
.tbl-function tbody tr.even {
  background: #e2e2e2;
}
.tbl-function tbody tr.even td.free {
  background: #d2f1ea;
}
.tbl-function tbody tr.even td.free2 {
  background: #c6eed3;
}
.tbl-function tbody tr.even td.self {
  background: #d7eef8;
}
.tbl-function tbody tr.even td.basic {
  background: #cfe6ef;
}
.tbl-function tbody tr.even td.p1030 {
  background: #d8ecf1;
}
.tbl-function tbody tr.even td.gym {
  background: #cce4ea;
}
.tbl-function.mynumber thead th.head-self {
  background: #00a2a0;
}
.tbl-function.mynumber thead th.head-basic {
  background: #007170;
}
.tbl-function.mynumber tbody tr td.free {
  background: #e3fafa;
}
.tbl-function.mynumber tbody tr td.self {
  background: #e3fafa;
}
.tbl-function.mynumber tbody tr td.basic {
  background: #d9f5f5;
}
.tbl-function.mynumber tbody tr.even td.free {
  background: #d2f1ea;
}
.tbl-function.mynumber tbody tr.even td.self {
  background: #d3f4f4;
}
.tbl-function.mynumber tbody tr.even td.basic {
  background: #c4e9e9;
}
@media only screen and (max-width: 640px) {
  .tbl-function {
    font-size: 1.4rem;
  }
}

/* .icon-mark
----------------------------------------------- */
.icon-mark {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
  color: transparent;
}
.icon-mark::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.icon-mark._circle {
  width: 1em;
}
.icon-mark._circle::before {
  content: '\0025cb';
}
.icon-mark._cross {
  width: 1em;
}
.icon-mark._cross::before {
  content: '\00d7';
}


/* ----------------------------------------------------------------
   Box
----------------------------------------------------------------- */
/* .box
----------------------------------------------- */
.box {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.box > :last-child {
  margin-bottom: 0;
}
.box .box-hdg {
  background: #f7f7f7;
  padding: 12px 20px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 6px 6px 0 0;
  line-height: 1.44;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
.box .box-txt {
  padding: 15px 20px;
}
@media only screen and (max-width: 640px) {
  .box .box-txt {
    margin-bottom: 20px;
  }
}
.box .box-txt > *:last-child {
  margin-bottom: 0;
}

/* .box-02
----------------------------------------------- */
.box-02 {
  border: 2px solid #005996;
  margin: 0 0 20px;
  padding: 20px;
}
.box-02 > :last-child {
  margin-bottom: 0;
}
.box-02 .box-hdg {
  color: #005996;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}
.box-02 .inner-box {
  padding: 25px 0;
  border-bottom: solid 1px #d9d9d9;
}
.box-02 .inner-box:first-child {
  padding-top: 0;
}
.box-02 .inner-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.box-02 .inner-box > :last-child{
  margin-bottom: 0;
}

.box-02._bg-01 {
  background-image: url("/users/common/img/regulations-img.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}

@media only screen and (max-width: 640px) {
  .box-02._bg-01 {
    padding-bottom: 120px;
    background-position: 96% 96%;
  }
}

/* .box-03
----------------------------------------------- */
.box-03 {
  background-color: #f6f9fc;
  padding: 20px;
  margin: 0 0 20px;
}

.box-03 .box-hdg {
  font-size: 1.8rem;
  color: #006fbc;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.box-03 .box-txt :last-child {
  margin-bottom: 0;
}

/* .box-04
----------------------------------------------- */
.box-04 {
  padding: 20px;
  border: solid 1px #ccc;
  margin: 0 0 20px;
}

.box-04 .box-hdg {
  font-size: 1.8rem;
  color: #006fbc;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.box-04 .box-txt :last-child {
  margin-bottom: 0;
}

/* .box-05
----------------------------------------------- */
.box-05 {
  padding: 20px;
  background-color: #f2f2f2;
  margin: 0 0 20px;
}

.box-05 .box-hdg {
  font-size: 1.8rem;
  color: #4c4c4c;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.box-05 .box-txt :last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------
    Column
----------------------------------------------------------------- */
/* .lyt-column
----------------------------------------------- */
.lyt-column {
  margin-bottom: 20px;
}
.lyt-column > .col {
  margin-bottom: 20px;
}
.lyt-column > .col > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .lyt-column > .col {
    margin-bottom: 8px;
    height: auto !important;
  }
  .lyt-column > .col:last-child {
    margin-bottom: 0;
  }



}

.lyt-column[data-col-num="2"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="2"] > .col {
  float: left;
  width: 47.95%;
  margin-left: 2.04%;
}






.lyt-column[data-col-num="2"] > .col:nth-child(2n+1) {
  clear: both;
}
.lyt-column[data-col-num="3"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="3"] > .col {
  float: left;
  width: 31.22%;
  margin-left: 2.04%;
}
.lyt-column[data-col-num="3"] > .col:nth-child(3n+1) {
  clear: both;
}
.lyt-column[data-col-num="4"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="4"] > .col {
  float: left;
  width: 22.95%;
  margin-left: 2.04%;
}
.lyt-column[data-col-num="4"] > .col:nth-child(4n+1) {
  clear: both;
}
.lyt-column[data-col-num="5"] {
  margin-left: -2.08%;
}
.lyt-column[data-col-num="5"] > .col {
  float: left;
  width: 17.95%;
  margin-left: 2.04%;
}
.lyt-column[data-col-num="5"] > .col:nth-child(5n+1) {
  clear: both;
}

/* .lyt-column[data-col-num="2"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="2"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="2"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
/* .lyt-column[data-col-num="3"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="3"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="3"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
/* .lyt-column[data-col-num="4"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="4"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="4"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
/* .lyt-column[data-col-num="5"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-column[data-col-num="5"] {
    margin-left: 0;
  }
  .lyt-column[data-col-num="5"] > .col {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

/* .lyt-column-center
----------------------------------------------- */
.lyt-column-center {
  text-align: center;
  font-size: 0;
  margin: -20px 0 30px -20px;
}
.lyt-column-center > li > :last-child {
  margin-bottom: 0;
}
.lyt-column-center > * {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 0 20px;
  vertical-align: top;
}
.lyt-column-center[data-column-name*="flow"] {
  margin: -40px 0 40px -60px;
}
.lyt-column-center[data-column-name*="flow"] > * {
  margin: 40px 0 0 60px;
  width: 279px;
  position: relative;
}
.lyt-column-center[data-column-name*="flow"] > *:before {
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #bababa;
  margin-top: -25px;
  position: absolute;
  left: -40px;
  top: 50%;
}
.lyt-column-center[data-column-name*="flow"] > *:first-child:before {
  display: none;
}
.lyt-column-center[data-column-name*="flow"] .box {
  text-align: left;
  padding:20px;
}
.lyt-column-center[data-column-name="flow-col"] .box {
  height: auto!important;
}
.lyt-column-center[data-column-name*="flow"] .box .hdg {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.lyt-column-center[data-column-name*="flow"] .box .hdg .title {
  display: block;
  margin-top: 10px;
}

.lyt-column-center[data-column-name="flow-col"] {
  margin: 0;
}
.lyt-column-center[data-column-name="flow-col"] > * {
  margin: 0;
  width: 100%;
}
.lyt-column-center[data-column-name="flow-col"] > *:before {
  border-color: #bababa transparent transparent transparent;
  left: 50%;
  margin-left: -10px;
  top: -10px;
}
.lyt-column-center[data-column-name="flow-col"] .box {
  margin-bottom: 50px;
}

.lyt-column-center[data-column-name*="icon-none"] > *:before {
  display: none;
}


@media only screen and (max-width: 640px) {
  .lyt-column-center {
    margin: 0 0 20px 0;
  }
  .lyt-column-center > * {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 980px) {
  .lyt-column-center[data-column-name*="flow"] {
    margin: -40px 0 40px -30px;
  }
  .lyt-column-center[data-column-name*="flow"] > * {
    margin: 40px 0 0 30px;
  }
  .lyt-column-center[data-column-name*="flow"] > *:before {
    left: -24px;
  }
  .lyt-column-center[data-column-name="flow-col"] {
    margin: 0;
  }
  .lyt-column-center[data-column-name="flow-col"] > * {
    margin: 0;
  }
  .lyt-column-center[data-column-name="flow-col"] > *:before {
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .lyt-column-center[data-column-name*="flow"] {
    margin: 20px 0 30px 0;
  }
  .lyt-column-center[data-column-name*="flow"] > * {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }
  .lyt-column-center[data-column-name*="flow"] > *:before {
    left: 50%;
    top: 10px;
    border-width: 10px 12px;
    border-color: #bababa transparent transparent transparent;
    margin-left: -12px;
  }
  .lyt-column-center[data-column-name*="flow"] > *:first-child {
    margin-top: 0;
  }
  .lyt-column-center[data-column-name*="flow"] .box {
    height: auto !important;
  }
  .lyt-column-center[data-column-name*="flow"] .box .hdg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lyt-column-center[data-column-name="flow-col"] .box {
    margin-bottom: 26px;
  }
}

.lyt-column[data-column-name="user"] {
  overflow: hidden;
}
.lyt-column[data-column-name="user"] h2 {
  font-size: 24px;
  font-weight: 400;
  color: #0066b3;
  margin-bottom: 15px;
  text-align: center;
}
.lyt-column[data-column-name="user"] h2 span {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}
.lyt-column[data-column-name="user"] h2.cloud span::before {
  content: "";
  display: block;
  width: 40px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 10%;
  background: url(/users/img/index-icon-02.png) no-repeat;
}
.lyt-column[data-column-name="user"] h2.desktop span::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(/users/img/index-icon.png) no-repeat;
}
.lyt-column[data-column-name="user"] .col {
  float: left;
  margin-left: 60px;
  width: 560px;
}
.lyt-column[data-column-name="user"] .col:first-child {
  margin-left: 0;
}
.lyt-column[data-column-name="user"] p {
  text-align: center;
}
.lyt-column[data-column-name="user"] p img {
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #ccc;
}
.lyt-column[data-column-name="user"] dl {
  padding: 0 30px;
}
.lyt-column[data-column-name="user"] dl dt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.lyt-column[data-column-name="user"] dl ul {
  overflow: hidden;
}
.lyt-column[data-column-name="user"] dl ul li {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.lyt-column[data-column-name="user"] dl ul li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .lyt-column[data-column-name="user"] .col {
    width: 100%;
    float: none;
    margin: 0 0 60px 0;
  }
  .lyt-column[data-column-name="user"] dl {
    width: 560px;
    margin: 0 auto 20px;
  }
  .lyt-column[data-column-name="user"] .target {
    height: auto !important;
  }
  .lyt-column[data-column-name="user"] p img {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .lyt-column[data-column-name="user"] dl {
    width: 100%;
  }
  .lyt-column[data-column-name="user"] dl ul li {
    width: 100%;
    margin-right: 0;
  }
}

.lyt-column[data-column-name="panel"] {
  margin: 0 0 0 -20px;
}
.lyt-column[data-column-name="panel"] .col {
  width: 313px;
  margin: 0 0 20px 20px;
  float: left;
}
.lyt-column[data-column-name="panel"][data-col="2"] .col {
  width: 480px;
}
.lyt-column[data-column-name="panel"][data-col="4"] .col {
  width: 230px;
}
.lyt-column[data-column-name="panel"] .col .panel {
  color: #333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.lyt-column[data-column-name="panel"] .col .panel span {
  display: block;
  text-align: center;
  text-decoration: none;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-title {
  padding: 20px 20px 5px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-image {
  padding: 10px 0 15px;
  text-align: center;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-link {
  padding: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  position: relative;
  text-align: center;
  height: 100%;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-link .link-list {
  text-align: left;
  margin-bottom: 0;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-link img {
  vertical-align: middle;
  margin-left: 5px;
}
.lyt-column[data-column-name="panel"] .col .panel .sup-link:before {
  width: 9px;
  height: 17px;
  background-position: 0 -54px;
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  margin-top: -8.5px;
  position: absolute;
  right: 17px;
  top: 50%;
}
.lyt-column[data-column-name="panel"] .col a.panel:hover,
.lyt-column[data-column-name="panel"] .col a.panel:active,
.lyt-column[data-column-name="panel"] .col a.panel:focus {
  color: #333;
  border: 2px solid #ff96b9;
  margin: -1px;
}
.lyt-column[data-column-name="panel"] .col .panel:hover img,
.lyt-column[data-column-name="panel"] .col .panel:active img,
.lyt-column[data-column-name="panel"] .col .panel:focus img {
  opacity: 1.0;
}

.lyt-media[data-item-layout="left"] > .item {
  float: left;
  margin-right: 50px;
}

.lyt-column[data-column-name="panel"] .col .link-list li {
  font-size: 1.2rem;
}
.lyt-column[data-column-name="panel"] .col .link-list > li {
  padding-left: 18px;
}
@media only screen and (max-width: 1000px) {
  .lyt-column[data-column-name="panel"][data-col="2"] {
    margin: 0 auto;
    width: 480px;
  }
  .lyt-column[data-column-name="panel"][data-col="3"] {
    margin: 0 auto;
    width: 646px;
  }
  .lyt-column[data-column-name="panel"][data-col="3"] .col:nth-child(2n-1) {
    margin-left: 0;
  }
  .lyt-column[data-column-name="panel"][data-col="4"] {
    margin: 0 auto;
    width: 730px;
  }
  .lyt-column[data-column-name="panel"][data-col="4"] .col:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 805px) {
  .lyt-column[data-column-name="panel"][data-col="2"] {
    margin: 0 auto;
    width: 480px;
  }
  .lyt-column[data-column-name="panel"][data-col="2"] .col {
    margin-left: 0;
    width: 480px;
  }
  .lyt-column[data-column-name="panel"][data-col="4"] {
    width: 280px;
  }
  .lyt-column[data-column-name="panel"][data-col="4"] .col {
    margin-left: 0;
    width: 280px;
  }
  .lyt-column[data-column-name="panel"] .col .panel {
    height: auto !important;
  }
}
@media only screen and (max-width: 686px) {
  .lyt-column[data-column-name="panel"][data-col="2"] ,
  .lyt-column[data-column-name="panel"][data-col="3"] {
    width: 280px;
  }
  .lyt-column[data-column-name="panel"][data-col="2"] .col,
  .lyt-column[data-column-name="panel"][data-col="3"] .col {
    margin-left: 0;
    width: 280px;
  }
  .lyt-column[data-column-name="panel"] .col .panel .sup-title {
    font-size: 1.6rem;
  }
  .lyt-column[data-column-name="panel"] .col .panel .sup-link {
    font-size: 1.6rem;
  }
}

[data-category="yss"] .lyt-column[data-column-name="panel"] .sup-image img {
  height: 200px;
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  text-align: center;
  margin: 0 0 40px;
}
.media.ver-modal .media-inner {
  text-align: center;
  position: relative;
  display: inline-block;
}
.media.ver-modal .media-inner img {
  width: 100%;
}
.media.ver-modal .media-inner > span {
  display: block;
}
.media.ver-modal .media-inner .caption {
  text-align: left;
  padding: 0 6.5em 0 0;
}
.media.ver-modal .media-inner .link-modal {
  text-align: left;
  margin: 5px 0 0 10px;
  position: absolute;
  right: 0;
}

/* .lyt-media
----------------------------------------------- */
.lyt-media {
  margin: 0 0 20px;
}
[data-category*="yss-download"] .lyt-media {
  margin-bottom: 50px;
}
.lyt-media > .item {
  text-align: center;
  margin-bottom: 10px;
}
.lyt-media > .col {
  overflow: hidden;
}
.lyt-media > .col > :last-child {
  margin-bottom: 0;
}
.lyt-media > :last-child {
  margin-bottom: 0;
}
.lyt-media > .item.ver-modal > img,
.lyt-media > .item.ver-modal > a,
.lyt-media > .item.ver-modal > span {
  display: block;
}
.lyt-media > .item.ver-modal .caption {
  float: left;
  text-align: left;
}
.lyt-media > .item.ver-modal .link-modal {
  float: right;
  text-align: left;
  margin: 5px 0 0 10px;
}
.lyt-media[data-item-layout="left"] > .item {
  float: left;
  margin-right: 50px;
}

/* .lyt-media[data-item-layout="left"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="left"] > .item {
    float: none;
    margin-right: 0;
  }
  .lyt-media[data-item-layout="left"].sp-keep > .item {
    float: left;
    width: 30%;
    margin-right: 20px;
  }

  .lyt-column .lyt-media[data-item-layout="left"] > .item {
    margin-right: 0;
  }
  .lyt-column .lyt-media[data-item-layout="left"].sp-keep > .item {
    margin-right: 10px;
  }
}
.lyt-column .lyt-media[data-item-layout="left"] > .item {
  margin-right: 20px;
}

/* .lyt-media[data-item-layout="right"]
----------------------------------------------- */
.lyt-media[data-item-layout="right"] > .item {
  float: right;
  margin-left: 50px;
}

@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="right"] > .item {
    float: none;
    margin-left: 0;
  }
  .lyt-media[data-item-layout="right"].sp-keep > .item {
    float: right;
    width: 30%;
    margin-left: 20px;
  }

  .lyt-column .lyt-media[data-item-layout="right"] > .item {
    margin-left: 0;
  }
  .lyt-column .lyt-media[data-item-layout="right"].sp-keep > .item {
    margin-left: 10px;
  }
}
.lyt-column .lyt-media[data-item-layout="right"] > .item {
  margin-left: 20px;
}

/* .lyt-media[data-item-layout="left-sp"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="left-sp"] > .item {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
}
/* .lyt-media[data-item-layout="right-sp"]
----------------------------------------------- */
@media only screen and (max-width: 640px) {
  .lyt-media[data-item-layout="right-sp"] > .item {
    float: right;
    width: 30%;
    margin-left: 20px;
  }
}

/* ----------------------------------------------------------------
    Unique
----------------------------------------------------------------- */
/* .box-nav
----------------------------------------------- */
.box-nav .box-hdg {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.box-nav .media {
  margin-bottom: 10px;
}

/* total plan
----------------------------------------------- */
#ycolumn-htwrap .start {
    margin-bottom: 0;
}
#ycolumn-htwrap .ycolumn-ht {
    width: 734px;
    background-color: #fffded;
    border: 1px solid #ff6801;
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
#ycolumn-htwrap .ycolumn-ht .lead {
    font-size: 1.2rem;
}
#ycolumn-htwrap .ycolumn-ht .lead .cl-2 {
    color: #dd0000;
}
/*ログイン後*/
#ycolumn-htwrap .ycolumn-ht-ask {
    margin-top: 12px;
}
#ycolumn-htwrap .ycolumn-ht-ask .co {
    margin: 5px 35px 0 34px;
}
#ycolumn-htwrap .ycolumn-ht-ask .co .text18 {
    font-size: 2rem;
    font-weight: 700;
}

/* .users-status
----------------------------------------------- */
.users-status {
  max-width: 980px;
  margin: 10px auto;
  padding: 0 10px;
}
.topic-path + .users-status {
  margin-top: -5px;
}
@media only screen and (max-width: 640px) {
  .topic-path + .users-status {
    margin-top: 10px;
  }
}
.users-status #user_info{
  text-align: left;
}
.users-status #user_info::after {
  content: '';
  clear: both;
  display: table;
}
.users-status #user_info h3.name{
  border:none;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  margin-bottom: 5px;
  text-align: right;
}
.users-status #user_info ul {
  margin-bottom: 0;
  line-height: 1.8;
  float: right;
  text-align: right;
}
.users-status #user_info li{
  float: right;
  margin-left: 20px;
}
.users-status a {
  padding-left: 1.5em;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.users-status a::before {
  content: '';
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #006fbc;
}
.users-status a::after {
  content: '';
  display: block;
  position: absolute;
  top: .7em;
  left: .3em;
  width: .3em;
  height: .3em;
  border-top: .1em solid #fff;
  border-right: .1em solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.users-status #user_regist{
  display: none;
}
.users-status .download {
  display: none;
}
