@charset "UTF-8";
/*
 Theme Name:   乗越2601
 Template:     twentysixteen
*/
@import url(https://fonts.googleapis.com/css?family=Cinzel);
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #828282;
  background-attachment: fixed;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-background-size: cover; }

.edit-link, #navigation-footer {
  /* 最後に消す */
  display: none !important; }

a {
  outline: none;
  transition: all 0.4s ease 0s !important;
  color: #404040;
  text-decoration: none; }

* {
  color: #404040;
  text-align: left; }

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
  box-shadow: none; }

p {
  line-height: 1.7;
  margin: 0 0 1em; }

a:hover {
  text-decoration: none; }

img {
  transition: all 0.4s ease 0s !important; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; }
a:focus {
  outline: none; }

h1.logo {
  position: fixed;
  top: 10%;
  right: 10%;
  z-index: 10;
  width: 67px; }

.blur {
  -webkit-animation: blur 3s,scaleAnim 2s,fade-in 3s; }

.navigation {
  display: none; }

@-webkit-keyframes blur {
  0%, 100% {
    -webkit-filter: blur(0px); }
  50% {
    -webkit-filter: blur(10px); } }
@-webkit-keyframes scaleAnim {
  0% {
    -moz-transform: scale(1.5, 1.5); }
  100% {
    -moz-transform: scale(1, 1); } }
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
h2.entry-title {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  margin-left: 2em;
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  border-right: 1px solid #03a14f;
  padding-right: 5px;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  font-weight: normal;
  top: 10%;
  left: 0; }

.archive h2.entry-title, .single h2.entry-title {
  top: 0; }

#photo-wrap .readmore {
  margin-bottom: 3em;
  margin-top: 0.8em; }

.readmore a {
  color: #03a14f;
  border: 1px solid #03a14f;
  padding: 5px;
  font-family: 'Cinzel', serif;
  font-size: 0.8em; }
  .readmore a:hover {
    color: #404040;
    border: 1px solid #404040; }

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  height: 0; }

.site {
  margin: 0; }

.post-type-archive-items .items-list, .post-type-archive-photo .items-list, .page-id-22 .items-list {
  display: inline-block !important;
  margin: 0 5% 2em 0 !important;
  width: 24% !important; }

.fp-slidesContainer .news .entry-content, .fp-slidesContainer .photos .entry-content, .fp-slidesContainer .map .entry-content, .fp-slidesContainer .items .entry-content {
  margin: 0 20% 0 10% !important; }

.items .entry-content, .single-entry-content {
  margin: 0 20% 0 10% !important; }

.news-thumb {
  width: 8%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
  margin-bottom: 1em; }

.news-list dt {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  margin-right: 3%; }
.news-list p {
  display: inline-block;
  font-size: 0.8em;
  vertical-align: top;
  margin-top: 0.8em; }

.news p a {
  position: relative;
  display: inline-block;
  transition: .3s; }
  .news p a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #03a14f;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .news p a:hover::after {
    width: 100%; }

#news-wrap .readmore {
  margin-top: 1em; }

.items .entry-content p {
  font-size: 0.8em; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

/*----------------------------------------
    Navigation
-----------------------------------------*/
.hide-on-med-and-down {
  display: block !important; }

#wpfp-navmenu {
  bottom: 15%;
  right: 9.3%; }
  #wpfp-navmenu .wpfp-menu > li {
    font-size: 0.9em;
    text-align: center; }
    #wpfp-navmenu .wpfp-menu > li > a {
      font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
      background-color: transparent !important; }
    #wpfp-navmenu .wpfp-menu > li li a {
      background-color: transparent !important; }
  #wpfp-navmenu a.button-collapse {
    display: none !important; }

#secondary {
  bottom: 15%;
  right: 10%;
  position: fixed; }

.post-type-archive-news #secondary, .single-news #secondary, .single-photo #secondary, .post-type-archive-photo #secondary {
  right: 8.7%; }

#secondary li a {
  cursor: pointer;
  display: block;
  padding: 10px !important;
  line-height: 1.75 !important; }

.responsive-menu-accessible .responsive-menu-box {
  left: 5px;
  top: -1px; }

/*----------------------------------------
    Top
-----------------------------------------*/
.post-5 .entry-content {
  margin: 0 9.4% 4% 9.4% !important; }

.entry-date {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif; }

.shop-wrap {
  display: inline-block;
  width: 80%;
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif; }

h2.shop-name {
  font-size: 0.8em !important;
  padding-right: 0.3em !important;
  display: inline-block;
  margin-bottom: 0; }

.shop-name {
  letter-spacing: 0.3em; }
  .shop-name:after {
    content: '●';
    color: #03a14f;
    padding-left: 0.3em !important; }

.shop-text {
  font-size: 0.8em !important;
  display: inline-block;
  margin-bottom: 0; }

.facebook {
  display: none; }

.holiday1 {
  color: #03a14f;
  font-size: 22px;
  opacity: 0.7;
  vertical-align: middle; }

#norigoe-holiday li, #kenroku-holiday li {
  list-style-type: none; }

#wpsbc_widget-2, #wpsbc_widget-3 {
  margin-bottom: 0; }

.legend {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 1; }

/*----------------------------------------
    News
-----------------------------------------*/
.news .entry-content, #photo-wrap, #news-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.news .entry-content {
  width: 100%; }

#photo-wrap {
  vertical-align: top; }

#news-wrap {
  display: inline-block;
  vertical-align: top;
  width: 56%; }

#photo-images {
  width: 40%;
  margin-bottom: 0.3em;
  display: inline-block;
  margin-right: 5%; }

#photo-date {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-size: 0.8em; }

#photo-text {
  font-size: 0.8em;
  vertical-align: top;
  display: inline-block;
  width: 50%; }

.news-list dt {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif; }

#photo-text h4 {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  margin-bottom: 1em; }

/*----------------------------------------
    Map
-----------------------------------------*/
#map-norigoe {
  width: 90% !important;
  height: auto; }

.map .entry-content h3 {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  letter-spacing: 0.3em; }
.map .entry-content p {
  font-size: 0.8em; }

.map-wrapper-left {
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  width: 45%; }

.map-wrapper-right {
  width: 40%;
  display: inline-block;
  vertical-align: top; }

.link-line a {
  position: relative;
  display: inline-block;
  transition: .3s; }
  .link-line a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #03a14f;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .link-line a:hover::after {
    width: 100%; }

.kenroku {
  font-size: 0.8em;
  letter-spacing: -0.01em;
  padding-right: 5px; }

a.attention {
  color: #03a14f;
  position: relative;
  display: inline-block;
  transition: .3s; }
  a.attention:hover {
    color: #03a14f; }
  a.attention::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #03a14f;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  a.attention:hover::after {
    width: 100%; }

#map-norigoe {
  height: 350px;
  width: 700px; }

.gm-style-iw * {
  display: block;
  width: 100%; }
.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }
.gm-style-iw a {
  color: #4272db; }

.blur-wrap {
  position: relative; }

/*----バックアップ（ぼかし部分）
.blur-wrap p,.blur-wrap a {
	color:  rgba(230, 230, 230, 0.4) !important;
  text-shadow: 0 0 5px rgba(0,0,0,0.5) !important;
  filter:dropshadow(color=#CCC,offX=5,offY=5);
}

.blur-wrap::after {
    color: #000;
    content: "いましばらくお待ちを･･･";
    font-size: 13px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
	padding-left:17%;
	padding-top:12%;
}

--*/
/*----------------------------------------
    Single Structure
-----------------------------------------*/
.readmore {
  z-index: 100;
  position: relative; }

/*----------------------------------------
    Single Structure
-----------------------------------------*/
#primary {
  margin-top: 10%; }

.items-sidebar {
  bottom: 15%;
  right: 9%;
  position: fixed; }

.widget {
  border-top: 0;
  font-size: 100%; }
  .widget p, .widget address, .widget hr, .widget ul, .widget ol, .widget dl, .widget dd, .widget table {
    margin-bottom: 0; }

ul#menu-mainmenu li {
  list-style-type: none;
  font-size: 0.9em;
  text-align: center; }

#menu-mainmenu li a {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  padding: 10px; }

.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
  margin-bottom: 0; }

.sidebar {
  float: none;
  margin-left: 0;
  padding: 0;
  width: auto; }

.entry-title {
  font-size: 1rem; }

body:not(.search-results) article:not(.type-page) .entry-content {
  float: none;
  width: 100%; }

/*----------------------------------------
    Footer
-----------------------------------------*/
footer {
  position: fixed;
  bottom: 0;
  background-color: #2c2b2b;
  width: 100%;
  color: #FFF;
  padding-top: 0.5em;
  display: block;
  height: 35px;
  z-index: 9; }
  footer p {
    color: #FFF !important;
    font-size: 0.7rem;
    font-family: "Cinzel",serif;
    margin-left: 10%;
    margin-bottom: 0 !important; }

.copyright {
  float: left;
  width: 70%; }

.dashicons-facebook {
  color: #fff;
  float: right;
  font-size: 1.2em;
  margin-right: 11.3%; }

/*----------------------------------------
    Single
-----------------------------------------*/
.single #fullpage {
  margin-top: 5%; }

.single-entry-content {
  width: 68%;
  padding-bottom: 5em; }

.single-items .single-entry-content {
  width: 50%; }

.single-entry-content h3 {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  margin: 2em 0 1em 0; }

.item-text {
  font-size: 0.95em; }

.items-nav {
  margin-top: 4em;
  text-align: center;
  font-size: 0.8em; }

.flex-caption {
  font-size: 0.8em; }

.flexslider {
  border: 0px solid #fff !important;
  margin: 0 !important; }

#carousel .slides img {
  cursor: pointer; }
#carousel .slides li {
  margin-top: 1em; }

/*----------------------------------------
    Item Archive
-----------------------------------------*/
.archive #fullpage {
  margin-top: 5.7%; }

.items article {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important; }

.archive .items .entry-content {
  padding-bottom: 7em; }

.soldout {
  position: relative;
  width: 24%; }
  .soldout span img {
    display: block;
    opacity: 0.5; }
  .soldout span::after {
    color: #2c2b2b;
    content: "soldout";
    display: block;
    font-size: 16px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 48%;
    width: 100%;
    font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif; }

/*----------------------------------------
    News Archive　and Photo Archive
-----------------------------------------*/
.news-post {
  margin-top: 7em; }
  .news-post:first-child {
    margin-top: 0; }

.news-entry h3 {
  border-bottom: 1px solid #000;
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  font-weight: normal;
  margin-bottom: 1.5em; }

.wp-btn {
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  color: #03a14f; }

.item-image {
  margin-bottom: 2em;
  text-align: center; }
  .item-image img {
    width: 100%; }

.news-entry {
  width: 50%; }

#news-dropdown {
  display: inline-block;
  position: relative; }

#news-dropdown2 {
  display: none;
  position: relative; }

#news-dropdown select, #news-dropdown2 select {
  -moz-appearance: none;
  font-size: 0.7em;
  border: 1px solid #CCC; }

#news-dropdown::after, #news-dropdown2::after {
  content: ">";
  display: block;
  font-size: 10px;
  pointer-events: none;
  position: absolute;
  right: 5%;
  top: 25%;
  -moz-transform: rotate(90deg) scale(1, 1.5);
  -webkit-transform: rotate(90deg) scale(1, 1.5);
  -o-transform: rotate(90deg) scale(1, 1.5);
  -ms-transform: rotate(90deg) scale(1, 1.5);
  transform: rotate(90deg) scale(1, 1.5); }

.photo-date {
  margin-top: 1.5em;
  font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  text-align: right; }

/*----------------------------------------
    Photo Archive
-----------------------------------------*/
/*----------------------------------------
    max-width: 999px
-----------------------------------------*/
@media only screen and (max-width: 999px) {
  .post-5 .entry-content {
    margin-bottom: 6% !important; }

  .entry-date {
    display: block; }

  h1.logo {
    width: 50px; }

  #photo-wrap, #news-wrap {
    width: 80%; }

  .single-entry-content {
    width: 60%; }

  h2.entry-title {
    margin-left: 0.5em;
    top: 5%; }

  .single #fullpage {
    margin-top: 5%; }

  h1.logo {
    top: 5%; }

  #photo-images {
    width: 100%; }

  #photo-text {
    width: 100%;
    margin-top: 1.5em; } }
/*----------------------------------------
    max-width: 414px
-----------------------------------------*/
@media only screen and (max-width: 667px) {
  .hide-on-med-and-down {
    display: none !important; }

  .shop-wrap {
    width: 100%; }

  .post-5 .entry-content {
    margin: 0 5% 4% !important; }

  .entry-date {
    display: block; }

  .post-type-archive-items .items-list, .post-type-archive-photo .items-list, .page-id-22 .items-list {
    width: 28% !important;
    margin: 0 6.6% 2em 0 !important; }

  .post-type-archive-items .items-list:nth-of-type(3n), .post-type-archive-photo .items-list:nth-of-type(3n), .page-id-22 .items-list:nth-of-type(3n) {
    margin: 0 0 2em 0 !important; }

  #map-norigoe {
    width: 98% !important; }

  h1.logo {
    width: 40px;
    position: absolute;
    right: 8%;
    top: 2%; }

  .fp-slidesContainer .news .entry-content, .fp-slidesContainer .map .entry-content, .fp-slidesContainer .items .entry-content {
    margin: 0 3% !important; }

  .items .entry-content, .single-entry-content {
    margin: 0 3% !important; }

  dd {
    margin: 0 0 0; }

  .news-thumb {
    display: none; }

  footer {
    background-color: #2c2b2b;
    bottom: 0;
    color: #fff;
    display: block;
    height: 35px;
    padding-top: 0.5em;
    position: relative;
    width: 100%;
    z-index: 9; }

  #photo-wrap, #news-wrap {
    width: 100%; }

  .single-entry-content {
    width: 60%; }

  h2.entry-title {
    margin-left: 0.5em;
    top: 0%;
    position: relative;
    border-right: 0 none;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb; }

  .single #fullpage {
    margin-top: 5%; }

  .copyright {
    font-size: 0.6em; }

  .archive h1.logo, .single h1.logo {
    top: 0.5%; }

  .archive #fullpage {
    margin-top: 5%; }

  .single-entry-content {
    width: 94%; }

  .archive h2.entry-title, .single h2.entry-title {
    padding: 5em 3% 3em; }

  .hidemap {
    display: none; }

  #post-41 .entry-content {
    margin: 2%;
    width: 98%; }

  .map-wrapper-left {
    width: 100%;
    margin-right: 0%;
    display: block; }

  .map-wrapper-right {
    width: 100%;
    display: block;
    padding-top: 2em; }

  #photo-date {
    margin-top: 0.5em; }

  .responsive-menu-inner {
    margin-top: -5px !important; }

  #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 13px;
    font-family: 'Cinzel',"游明朝体", "游明朝","Yu Mincho", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif; }

  .single-items .single-entry-content {
    width: 94%; }

  #news-dropdown2 {
    display: inline-block;
    margin-left: 3%;
    margin-bottom: 2em; }

  .post-type-archive-photo h2.entry-title, .post-type-archive-news h2.entry-title {
    padding: 5em 3% 1em; }

  .soldout span::after {
    color: #2c2b2b;
    font-size: 13px;
    top: 40%; } }
/*cart*/
.cartjs_product_table table td, .cartjs_product_table table th {
  border: 0 !important; }

/****

howto

*****/
#howto .howto {
  margin-left: 8em;
  margin-right: 8em;
  margin-top: 3em; }
  @media (max-width: 1200px) {
    #howto .howto {
      margin-left: 2.5em;
      margin-right: 2.5em;
      margin-top: 2em; } }
  @media (max-width: 480px) {
    #howto .howto {
      margin-left: 1em;
      margin-right: 1em;
      margin-top: 1.5em; } }
  #howto .howto a {
    color: #03a14f; }
#howto .how-title {
  font-size: 24px;
  margin-bottom: 3em;
  margin-top: 4em; }
  #howto .how-title:first-child {
    margin-top: 0; }
  @media (max-width: 680px) {
    #howto .how-title {
      font-size: 18px;
      font-weight: bold;
      background-color: #EBEBEB;
      padding: .3em;
      text-align: center;
      color: #505050;
      margin-bottom: 1em; } }
#howto .dot li {
  line-height: 1.7;
  display: flex;
  align-items: baseline; }
  #howto .dot li a {
    display: inline; }
  #howto .dot li:before {
    content: "・"; }
#howto .o-dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7; }
  @media (max-width: 480px) {
    #howto .o-dl {
      flex-direction: column; } }
  #howto .o-dl dt {
    flex-basis: 30%;
    margin-bottom: 2em; }
    @media (max-width: 480px) {
      #howto .o-dl dt {
        font-weight: bold;
        font-size: 18px;
        color: #505050;
        margin-bottom: .7em; } }
  #howto .o-dl dd {
    flex-basis: calc(70% - 2em);
    margin-bottom: 2em; }
    @media (max-width: 480px) {
      #howto .o-dl dd {
        font-size: 15px; } }
#howto .o-dl-law {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.7;
  margin-bottom: 10em; }
  @media (max-width: 480px) {
    #howto .o-dl-law {
      flex-direction: column; } }
  #howto .o-dl-law dt {
    flex-basis: 25%;
    margin-bottom: 2em; }
    @media (max-width: 480px) {
      #howto .o-dl-law dt {
        font-weight: bold;
        margin-bottom: .5em;
        font-size: 15px; } }
  #howto .o-dl-law dd {
    flex-basis: calc(75% - 2em);
    margin-bottom: 2em; }
    @media (max-width: 480px) {
      #howto .o-dl-law dd {
        font-size: 15px; } }
#howto .o-dl-size {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  margin-top: 1.5em; }
  @media (max-width: 480px) {
    #howto .o-dl-size {
      justify-content: center; } }
  #howto .o-dl-size dt {
    flex-basis: 20%;
    padding-bottom: 1em;
    border-bottom: 1px solid #505050;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      #howto .o-dl-size dt {
        font-size: 13px; } }
    #howto .o-dl-size dt:first-child {
      border-top: 1px solid #505050;
      padding-top: 1em; }
      #howto .o-dl-size dt:first-child + dd {
        border-top: 1px solid #505050;
        padding-top: 1em; }
  #howto .o-dl-size dd {
    flex-basis: calc(80% - 2em);
    padding-bottom: 1em;
    border-bottom: 1px solid #505050;
    margin-top: 1em;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      #howto .o-dl-size dd {
        font-size: 13px; } }
#howto table.t {
  border-collapse: collapse;
  margin-top: 0.5em;
  width: 517px;
  border-bottom: 1px solid #505050; }
  @media (max-width: 1200px) {
    #howto table.t {
      width: 100%; } }
  #howto table.t td {
    border-top: 1px solid #505050;
    padding: 5px;
    text-align: right; }
  #howto table.t th {
    border-top: 1px solid #505050;
    border-right: 1px solid #505050;
    padding: 5px;
    text-align: left; }
    @media (max-width: 480px) {
      #howto table.t th {
        border-right: 0; } }

.to-howto {
  text-align: center; }
  .to-howto a {
    border-bottom: 1px solid; }
