@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/*
base setting
*/

html,
body {
  color: #222;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  color: #FF7F0A;
}

ul, ol {
  list-style: none;
}

html,body {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


@media screen and (max-width: 750px) {
  html,body {
    font-size: 14px;
  }
}

@media screen and (min-width: 751px), print {
  html,body {
    font-size: 16px;
  }
  
  body {
    min-width: 1080px;
  }

  a:hover {
    color: #ffa510;
    text-decoration: underline;
  }
  
  main {
    line-height: 1.6;
  }
}


/* class
 ------------------------------------------------------ */
/*
img class
*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-full {
  width: 100%;
  height: auto;
}


/*
text class
*/
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (max-width: 750px) {
  .text-xs-center {
    text-align: center !important;
  }
  
  .text-xs-left {
  	text-align: left !important;
  }
  
  .text-xs-right {
  	text-align: right !important;
  }
}

@media screen and (min-width: 751px), print {
  .text-md-center {
    text-align: center !important;
  }
  
  .text-md-left {
  text-align: left !important;
  }
  
  .text-md-right {
  text-align: right !important;
  }
}


/*
font class
*/
.font-bold {
  font-weight: bold !important;
}

.font-thin {
  font-weight: normal !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-weight: normal !important;
  font-style: normal !important;
}

@media screen and (max-width: 750px) {
  .font-xs,
  .font-xs-xs {
    font-size: 0.846rem; /* 11px */
  }
  
  .font-sm,
  .font-xs-sm {
    font-size: 0.923rem; /* 12px */
  }
  
  .font-md,
  .font-xs-md {
    font-size: 1rem; /* 13px */
  }
  
  .font-lg,
  .font-xs-lg {
    font-size: 1.076rem; /* 14px */
  }
  
  .font-xl,
  .font-xs-xl {
    font-size: 1.23rem; /* 16px */
  }

  .font-xs-bold {
    font-weight: bold !important;
  }
  
  .font-xs-thin {
    font-weight: normal !important;
  }
  
  .font-xs-italic {
    font-style: italic !important;
  }
  
  .font-xs-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
}

@media screen and (min-width: 751px), print {
  .font-xs,
  .font-md-xs {
    font-size: 0.75rem; /* 12px */
  }
  
  .font-sm,
  .font-md-sm {
    font-size: 0.875rem; /* 14px */
  }
  
  .font-md,
  .font-md-md {
    font-size: 1rem; /* 16px */
  }
  
  .font-lg,
  .font-md-lg {
    font-size: 1.125rem; /* 18px */
  }
  
  .font-xl,
  .font-md-xl {
    font-size: 1.25rem; /* 20px */
  }

  .font-md-bold {
    font-weight: bold !important;
  }
  
  .font-md-thin {
    font-weight: normal !important;
  }
  
  .font-md-italic {
    font-style: italic !important;
  }
  
  .font-md-normal {
    font-weight: normal !important;
    font-style: normal !important;
  }
}


/*
color class
*/
.color-primary {
  color: #FF7F0A;
}

.color-red {
  color: #bb1c1d;
}


/*
link class
*/
a.link-pdf {
  display: inline-flex;
}

a.link-pdf::before {
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  content: 'PDF';
  margin-left: 0.25em;
  margin-right: 0.5em;
  height: 1.5em;
  width: 1.25em;
  background: url(/common/img/icon_pdf.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(0.15em);
  text-indent: -9999px;
}

.button[class*="icon-blank"]:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 8px;
}

.button.icon-blank:after {
  background: url(/common/img/icon_blank_white.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
}

@media screen and (min-width: 751px), print {
  .button.icon-blank:hover:after {
    background: url(/common/img/icon_blank_orange.svg) no-repeat center center;
    background-size: contain;
  }
}

/*
grid class 
*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media screen and (max-width: 750px) {
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  
  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  
  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  
  .order-xs-first {
    order: -1
  }
  
  .order-xs-last {
    order: 13
  }
  
  .order-xs-0 {
    order: 0
  }
  
  .order-xs-1 {
    order: 1
  }
  
  .order-xs-2 {
    order: 2
  }
  
  .order-xs-3 {
    order: 3
  }
  
  .order-xs-4 {
    order: 4
  }
  
  .order-xs-5 {
    order: 5
  }
  
  .order-xs-6 {
    order: 6
  }
  
  .order-xs-7 {
    order: 7
  }
  
  .order-xs-8 {
    order: 8
  }
  
  .order-xs-9 {
    order: 9
  }
  
  .order-xs-10 {
    order: 10
  }
  
  .order-xs-11 {
    order: 11
  }
  
  .order-xs-12 {
    order: 12
  }
  
  .offset-xs-0 {
    margin-left: 0
  }
  
  .offset-xs-1 {
    margin-left: 8.333333%
  }
  
  .offset-xs-2 {
    margin-left: 16.666667%
  }
  
  .offset-xs-3 {
    margin-left: 25%
  }
  
  .offset-xs-4 {
    margin-left: 33.333333%
  }
  
  .offset-xs-5 {
    margin-left: 41.666667%
  }
  
  .offset-xs-6 {
    margin-left: 50%
  }
  
  .offset-xs-7 {
    margin-left: 58.333333%
  }
  
  .offset-xs-8 {
    margin-left: 66.666667%
  }
  
  .offset-xs-9 {
    margin-left: 75%
  }
  
  .offset-xs-10 {
    margin-left: 83.333333%
  }
  
  .offset-xs-11 {
    margin-left: 91.666667%
  }
}

@media screen and (min-width: 751px), print {
  .row {
    margin-right: -20px;
    margin-left: -20px
  }
  
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-xs, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
  
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  
  .order-md-first {
    order: -1
  }
  
  .order-md-last {
    order: 13
  }
  
  .order-md-0 {
    order: 0
  }
  
  .order-md-1 {
    order: 1
  }
  
  .order-md-2 {
    order: 2
  }
  
  .order-md-3 {
    order: 3
  }
  
  .order-md-4 {
    order: 4
  }
  
  .order-md-5 {
    order: 5
  }
  
  .order-md-6 {
    order: 6
  }
  
  .order-md-7 {
    order: 7
  }
  
  .order-md-8 {
    order: 8
  }
  
  .order-md-9 {
    order: 9
  }
  
  .order-md-10 {
    order: 10
  }
  
  .order-md-11 {
    order: 11
  }
  
  .order-md-12 {
    order: 12
  }
  
  .offset-md-0 {
    margin-left: 0
  }
  
  .offset-md-1 {
    margin-left: 8.333333%
  }
  
  .offset-md-2 {
    margin-left: 16.666667%
  }
  
  .offset-md-3 {
    margin-left: 25%
  }
  
  .offset-md-4 {
    margin-left: 33.333333%
  }
  
  .offset-md-5 {
    margin-left: 41.666667%
  }
  
  .offset-md-6 {
    margin-left: 50%
  }
  
  .offset-md-7 {
    margin-left: 58.333333%
  }
  
  .offset-md-8 {
    margin-left: 66.666667%
  }
  
  .offset-md-9 {
    margin-left: 75%
  }
  
  .offset-md-10 {
    margin-left: 83.333333%
  }
  
  .offset-md-11 {
    margin-left: 91.666667%
  }
}

  

/*
margin class 
*/
.mgt-none {
  margin-top: 0 !important;
}

.mgt-xs {
  margin-top: 0.5em !important;
}

.mgt-sm {
  margin-top: 1em !important;
}

.mgt-md {
  margin-top: 1.5em !important;
}

.mgt-lg {
  margin-top: 3em !important;
}

.mgt-xl {
  margin-top: 5em !important;
}

.mgb-none {
  margin-bottom: 0 !important;
}

.mgb-xs {
  margin-bottom: 0.5em !important;
}

.mgb-sm {
  margin-bottom: 1em !important;
}

.mgb-md {
  margin-bottom: 1.5em !important;
}

.mgb-lg {
  margin-bottom: 3em !important;
}

.mgb-xl {
  margin-bottom: 5em !important;
}

.mgl-none {
  margin-left: 0 !important;
}

.mgl-auto {
  margin-left: auto !important;
}

.mgl-xs {
  margin-left: 0.5em !important;
}

.mgl-sm {
  margin-left: 1em !important;
}

.mgl-md {
  margin-left: 1.5em !important;
}

.mgl-lg {
  margin-left: 3em !important;
}

.mgl-xl {
  margin-left: 5em !important;
}

.mgr-none {
  margin-right: 0 !important;
}

.mgr-auto {
  margin-right: auto !important;
}

.mgr-xs {
  margin-right: 0.5em !important;
}

.mgr-sm {
  margin-right: 1em !important;
}

.mgr-md {
  margin-right: 1.5em !important;
}

.mgr-lg {
  margin-right: 3em !important;
}

.mgr-xl {
  margin-right: 5em !important;
}

@media screen and (max-width: 750px) {
  .mgt-xs-none {
    margin-top: 0 !important;
  }

  .mgt-xs-xs {
    margin-top: 0.5em !important;
  }

  .mgt-xs-sm {
    margin-top: 1em !important;
  }

  .mgt-xs-md {
    margin-top: 1.5em !important;
  }

  .mgt-xs-lg {
    margin-top: 3em !important;
  }

  .mgt-xs-xl {
    margin-top: 5em !important;
  }

  .mgb-xs-none {
    margin-bottom: 0 !important;
  }

  .mgb-xs-xs {
    margin-bottom: 0.5em !important;
  }

  .mgb-xs-sm {
    margin-bottom: 1em !important;
  }

  .mgb-xs-md {
    margin-bottom: 1.5em !important;
  }

  .mgb-xs-lg {
    margin-bottom: 3em !important;
  }

  .mgb-xs-xl {
    margin-bottom: 5em !important;
  }

  .mgl-xs-none {
    margin-left: 0 !important;
  }

  .mgl-xs-auto {
    margin-left: auto !important;
  }

  .mgl-xs-xs {
    margin-left: 0.5em !important;
  }

  .mgl-xs-sm {
    margin-left: 1em !important;
  }

  .mgl-xs-md {
    margin-left: 1.5em !important;
  }

  .mgl-xs-lg {
    margin-left: 3em !important;
  }

  .mgl-xs-xl {
    margin-left: 5em !important;
  }

  .mgr-xs-none {
    margin-right: 0 !important;
  }

  .mgr-xs-auto {
    margin-right: auto !important;
  }

  .mgr-xs-xs {
    margin-right: 0.5em !important;
  }

  .mgr-xs-sm {
    margin-right: 1em !important;
  }

  .mgr-xs-md {
    margin-right: 1.5em !important;
  }

  .mgr-xs-lg {
    margin-right: 3em !important;
  }

  .mgr-xs-xl {
    margin-right: 5em !important;
  }
}

@media screen and (min-width: 751px), print {
  .mgt-md-none {
    margin-top: 0 !important;
  }

  .mgt-md-xs {
    margin-top: 0.5em !important;
  }

  .mgt-md-sm {
    margin-top: 1em !important;
  }

  .mgt-md-md {
    margin-top: 1.5em !important;
  }

  .mgt-md-lg {
    margin-top: 3em !important;
  }

  .mgt-md-xl {
    margin-top: 5em !important;
  }

  .mgb-md-none {
    margin-bottom: 0 !important;
  }

  .mgb-md-xs {
    margin-bottom: 0.5em !important;
  }

  .mgb-md-sm {
    margin-bottom: 1em !important;
  }

  .mgb-md-md {
    margin-bottom: 1.5em !important;
  }

  .mgb-md-lg {
    margin-bottom: 3em !important;
  }

  .mgb-md-xl {
    margin-bottom: 5em !important;
  }

  .mgl-md-none {
    margin-left: 0 !important;
  }

  .mgl-md-auto {
    margin-left: auto !important;
  }

  .mgl-md-xs {
    margin-left: 0.5em !important;
  }

  .mgl-md-sm {
    margin-left: 1em !important;
  }

  .mgl-md-md {
    margin-left: 1.5em !important;
  }

  .mgl-md-lg {
    margin-left: 3em !important;
  }

  .mgl-md-xl {
    margin-left: 5em !important;
  }

  .mgr-md-none {
    margin-right: 0 !important;
  }

  .mgr-md-auto {
    margin-right: auto !important;
  }

  .mgr-md-xs {
    margin-right: 0.5em !important;
  }

  .mgr-md-sm {
    margin-right: 1em !important;
  }

  .mgr-md-md {
    margin-right: 1.5em !important;
  }

  .mgr-md-lg {
    margin-right: 3em !important;
  }

  .mgr-md-xl {
    margin-right: 5em !important;
  }
}

/*
padding class 
*/
.pdt-none {
  padding-top: 0 !important;
}

.pdt-xs {
  padding-top: 0.5em !important;
}

.pdt-sm {
  padding-top: 1em !important;
}

.pdt-md {
  padding-top: 1.5em !important;
}

.pdt-lg {
  padding-top: 3em !important;
}

.pdt-xl {
  padding-top: 5em !important;
}

.pdb-none {
  padding-bottom: 0 !important;
}

.pdb-xs {
  padding-bottom: 0.5em !important;
}

.pdb-sm {
  padding-bottom: 1em !important;
}

.pdb-md {
  padding-bottom: 1.5em !important;
}

.pdb-lg {
  padding-bottom: 3em !important;
}

.pdb-xl {
  padding-bottom: 5em !important;
}

.pdl-none {
  padding-left: 0 !important;
}

.pdl-xs {
  padding-left: 0.5em !important;
}

.pdl-sm {
  padding-left: 1em !important;
}

.pdl-md {
  padding-left: 1.5em !important;
}

.pdl-lg {
  padding-left: 3em !important;
}

.pdl-xl {
  padding-left: 5em !important;
}

.pdr-none {
  padding-right: 0 !important;
}

.pdr-xs {
  padding-right: 0.5em !important;
}

.pdr-sm {
  padding-right: 1em !important;
}

.pdr-md {
  padding-right: 1.5em !important;
}

.pdr-lg {
  padding-right: 3em !important;
}

.pdr-xl {
  padding-right: 5em !important;
}

@media screen and (max-width: 750px) {
  .pdt-xs-none {
    padding-top: 0 !important;
  }
  .pdt-xs-xs {
    padding-top: 0.5em !important;
  }
  .pdt-xs-sm {
    padding-top: 1em !important;
  }
  .pdt-xs-md {
    padding-top: 1.5em !important;
  }
  .pdt-xs-lg {
    padding-top: 3em !important;
  }
  .pdt-xs-xl {
    padding-top: 5em !important;
  }
  .pdb-xs-none {
    padding-bottom: 0 !important;
  }
  .pdb-xs-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-xs-sm {
    padding-bottom: 1em !important;
  }
  .pdb-xs-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-xs-lg {
    padding-bottom: 3em !important;
  }
  .pdb-xs-xl {
    padding-bottom: 5em !important;
  }
  .pdl-xs-none {
    padding-left: 0 !important;
  }
  .pdl-xs-xs {
    padding-left: 0.5em !important;
  }
  .pdl-xs-sm {
    padding-left: 1em !important;
  }
  .pdl-xs-md {
    padding-left: 1.5em !important;
  }
  .pdl-xs-lg {
    padding-left: 3em !important;
  }
  .pdl-xs-xl {
    padding-left: 5em !important;
  }
  .pdr-xs-none {
    padding-right: 0 !important;
  }
  .pdr-xs-xs {
    padding-right: 0.5em !important;
  }
  .pdr-xs-sm {
    padding-right: 1em !important;
  }
  .pdr-xs-md {
    padding-right: 1.5em !important;
  }
  .pdr-xs-lg {
    padding-right: 3em !important;
  }
  .pdr-xs-xl {
    padding-right: 5em !important;
  }
}

@media screen and (min-width: 751px), print {
  .pdt-md-none {
    padding-top: 0 !important;
  }
  .pdt-md-xs {
    padding-top: 0.5em !important;
  }
  .pdt-md-sm {
    padding-top: 1em !important;
  }
  .pdt-md-md {
    padding-top: 1.5em !important;
  }
  .pdt-md-lg {
    padding-top: 3em !important;
  }
  .pdt-md-xl {
    padding-top: 5em !important;
  }
  .pdb-md-none {
    padding-bottom: 0 !important;
  }
  .pdb-md-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-md-sm {
    padding-bottom: 1em !important;
  }
  .pdb-md-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-md-lg {
    padding-bottom: 3em !important;
  }
  .pdb-md-xl {
    padding-bottom: 5em !important;
  }
  .pdl-md-none {
    padding-left: 0 !important;
  }
  .pdl-md-xs {
    padding-left: 0.5em !important;
  }
  .pdl-md-sm {
    padding-left: 1em !important;
  }
  .pdl-md-md {
    padding-left: 1.5em !important;
  }
  .pdl-md-lg {
    padding-left: 3em !important;
  }
  .pdl-md-xl {
    padding-left: 5em !important;
  }
  .pdr-md-none {
    padding-right: 0 !important;
  }
  .pdr-md-xs {
    padding-right: 0.5em !important;
  }
  .pdr-md-sm {
    padding-right: 1em !important;
  }
  .pdr-md-md {
    padding-right: 1.5em !important;
  }
  .pdr-md-lg {
    padding-right: 3em !important;
  }
  .pdr-md-xl {
    padding-right: 5em !important;
  }
}

/*
display class
*/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .d-xs-none {
    display: none !important;
  }
  
  .d-xs-block {
    display: block !important;
  }
  
  .d-xs-inline-block {
    display: inline-block !important;
  }
}

@media screen and (min-width: 751px), print {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block !important;
  }
  
  .d-md-inline-block {
    display: inline-block !important;
  }
}

/*
button class
*/
.button,
.button-block {
  position: relative;
  padding: 11px 50px;
  color: #FFF;
  border: 2px solid #ff800d;
  border-radius: 1000px;
  background: #ff800d;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
}

.button {
  display: inline-block;
}

.button-block {
  display: block;
}

.button::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  height: 500%;
  width: 0;
  z-index: -1;
  background: #FFF;
  opacity: 0;
  transform: rotate(15deg) translateY(-50%);
  transition: all 0.25s;
}

.button[data-status="active"] {
  color: #ff800d;
  text-decoration: none;
}

.button[data-status="active"]::before {
  opacity: 1;
  width: 120%;
}

.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 12px;
  background-image: url(/common/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 9px;
  transition: all 0.2s;
}

.button svg {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.2s;
}

.button[data-status="active"]::after {
  right: 15px;
  background-image: url(/common/img/arrow_orange.svg);
}

.button.button-outlink:after {
  width: 22px;
  height: 22px;
  background-image: url(/common/img/icon_blank_white.svg);
  background-size: 18px;
}


/* button color */
.button.button-blue {
  border-color: #436a79;
  background: #436a79;
}

.button.button-green {
  border-color: #008c46;
  background: #008c46;
}

.button.button-orange {
  border-color: #ff800d;
  background: #ff800d;
}

.button.button-yellow {
  border-color: #fbc004;
  background: #fbc004;
}

.button.icon-none:after {
  display: none !important;
}

@media screen and (max-width: 750px), print {
  .button::before {
    width: 140%;
    height: 400px;
  }
}

@media screen and (min-width: 751px) {
.button:hover {
  color: #ff800d;
  text-decoration: none;
}
  
.button:hover::before {
  opacity: 1;
  width: 120%;
}

.button:hover > svg {
  right: 15px;
}
  
.button:hover::after {
  right: 15px;
  background-image: url(/common/img/arrow_orange.svg);
}

  
.button.button-blue:hover {
  color: #436a79;
}

.button.button-green:hover {
  color: #008c46;
}

.button.button-orange:hover {
  color: #ff800d;
}

.button.button-yellow:hover {
  color: #fbc004;
}

.button.button-outlink:hover::after {
  background-image: url(/common/img/icon_blank_orange.svg);
  background-size: 18px;
}

.button.button-outlink.button-blue:hover::after,
.button[data-status="active"].button-blue.button-outlink::after {
  background-image: url(/common/img/icon_blank_blue.svg);
  background-size: 18px;
}

.button.button-outlink.button-green:hover::after,
.button[data-status="active"].button-green.button-outlink::after {
  background-image: url(/common/img/icon_blank_green.svg);
  background-size: 18px;
}

.button.button-outlink.button-yellow:hover::after,
.button[data-status="active"].button-yellow.button-outlink::after {
  background-image: url(/common/img/icon_blank_yellow.svg);
  background-size: 18px;
}

.button.button-blue:hover::after,
.button[data-status="active"].button-blue::after {
  background-image: url(/common/img/arrow_blue.svg);
  background-size: 18px;
}

.button.button-green:hover::after,
.button[data-status="active"].button-green::after {
  background-image: url(/common/img/arrow_green.svg);
  background-size: 18px;
}

.button.button-yellow:hover::after,
.button[data-status="active"].button-yellow::after {
  background-image: url(/common/img/arrow_yellow.svg);
  background-size: 18px;
}
}


/*
list class
*/
ul.list-normal > li {
  padding-left: 1em;
}

ul.list-normal > li:not(:last-child) {
  margin-bottom: 0.3em;
}

ul.list-normal > li::before {
  margin-left: -1em;
  display: inline-block;
  content: '・';
  width: 1em;
  height: 1em;
}

ul.list-square > li {
  position: relative;
}

ul.list-square > li:not(:last-child) {
  margin-bottom: 0.6em;
}

ul.list-square > li::before {
  position: absolute;
  left: 0;
  content: '';
  box-sizing: border-box;
  background: #ff800d;
}

@media screen and (max-width: 750px) {
  ul.list-square > li {
    padding-left: 14px;
  }

  ul.list-square > li::before {
    top: calc((1.69em - 11px)/2); 
    width: 7px;
    height: 7px;
  }

}

@media screen and (min-width: 751px), print {
  ul.list-square > li {
    padding-left: 16px;
  }

  ul.list-square > li::before {
    top: calc((1.75em - 14px)/2); 
    width: 8px;
    height: 8px;
  }
}


/*
hanging table
*/
table.hanging {
  border-collapse: collapse;
  vertical-align: top;
}

table.hanging > tbody > tr > th,
table.hanging > tbody > tr > td,
table.hanging > tr > th,
table.hanging > tr > td {
  padding-bottom: 0.6em;
}

table.hanging .hanging_icon {
  white-space: nowrap;
}

/*
table class
*/
table[class^="table-data"] {
  width: 100%;
  border-collapse: collapse;
  font-feature-settings: "palt" 1;
}

table[class^="table-data"]>*>tr>th,
table[class^="table-data"]>*>tr>td {
  font-weight: inherit;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 750px) {
  table[class^="table-data"]>*>tr>th,
  table[class^="table-data"]>*>tr>td {
    display: block;
    width: 100%;
    padding: 0 14px;
    font-size: 16px;
    box-sizing: border-box;
  }
  
  table[class^="table-data"]>*>tr:not(:last-child)>td {
    border-bottom: 1px solid #dfdfd0;
  }

  table[class^="table-data"]>*>tr>th {
    padding-top: 18px;
  }

  table[class^="table-data"]>*>tr>td {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 1.25;
  }

}

@media screen and (min-width: 751px), print {
  table[class^="table-data"] {
    width: 100%;
  }

  table[class^="table-data"]>*>tr + tr >th,
  table[class^="table-data"]>*>tr + tr >td {
    border-top: 1px solid #dfdfd0;
  }
  
  table[class^="table-data"]>*>tr>th,
  table[class^="table-data"]>*>tr>td {
    padding: 12px 22px;
    box-sizing: border-box;
  }
    
  table[class^="table-data"]>*>tr>th {
    min-width: 144px;
  }

  table[class^="table-data"]>*>tr>td {
    width: 100%;
  }

}



/* global_header
 ------------------------------------------------------ */
#global_header {
  font-size: 14px;
  background: #fff;
}

#gh_logo a {
  display: block;
}

ul.gh_menu a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
}

ul.gh_menu>li {
  border-bottom: solid 1px #ddd;
}

ul.gh_menu>li>a {
  padding: 14px 40px 14px 22px;
  background: #FFF;
}

ul.gh_menu>li>a::after {
  display: block;
  content: '';
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 12px;
  background: url(/common/img/arrow_orange.svg) no-repeat center center;
  background-size: 19px 9px;
}

ul.gh_menu>li>ul {
  padding: 13px 22px;
  border-top: solid 1px #ddd;
  background: url(/common/img/bg_check.gif) repeat center top;
}

ul.gh_menu>li>ul>li:not(:last-child) {
  margin-bottom: 15px;
}

ul.gh_menu>li>ul>li>a {
  padding-left: 18px;
}

ul.gh_menu>li>ul>li>a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: calc((1.5em - 9px)/2);
  width: 10px;
  height: 9px;
  background: url(/common/img/arrow_orange_small.svg) no-repeat center center;
  background-size: 10px 9px;
}

#gh_dealer {
  padding: 0 18px 12px;
  background: #f8e4eb;
}

#gh_dealer_header {
  margin: 0 -18px 13px;
  padding: 9px 22px;
  font-weight: normal;
  color: #fff;
  background: #df86a5;
}

#gh_dealer .gh_dealer_nav {
  margin: 12px 0;
}

#gh_dealer .gh_dealer_nav li {
  display: inline-block;
}

#gh_dealer .gh_dealer_nav a {
  color: inherit;
  text-decoration: none;
}

#gh_dealer .gh_dealer_nav a[href$=".pdf"] {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

#gh_dealer .gh_dealer_nav a[href$=".pdf"]::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 15px;
  left: 5px;
  top: calc((1.5em - 15px) / 2);
  background: url(/common/img/icon_pdf.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #global_header {
    box-sizing: content-box;
    position: relative;
    height: 60px;
    border-bottom: solid 1px #e6e6e2;
  }

  #gh_logo {
    padding: 10px 0 0 10px;
    width: 216px;
    height: 40px;
  }

  #gh_sp_button {
    box-sizing: content-box;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 7px;
    transition: all 0.2s;
  }
  
  #gh_sp_button::before,
  #gh_sp_button::after,
  #gh_sp_button>i {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 5px;
    overflow: hidden;
    background: #ff800d;
    transition: transform 0.2s;
  }

  #gh_sp_button::before {
    transform: translateY(-11px);
  }

  #gh_sp_button::after {
    transform: translateY(11px);
  }

  #gh_sp_button.is-open {
    background: #ff800d;
  }

  #gh_sp_button.is-open::before {
    background: #fff;
    transform: translateY(0) rotate(135deg);
  }

  #gh_sp_button.is-open>i {
    background: #fff;
    transform: scaleX(0.1);
  }

  #gh_sp_button.is-open::after {
    background: #fff;
    transform: translateY(0) rotate(-135deg);
  }
  
  #gnav_heading {
    display: none!important;
  }

  #gh_contents {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 9999;
    border-top: solid 2px #ff800d;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.30)
  }
  
  #gnav {
    display: block!important;
  }
}

@media screen and (min-width: 751px), print {
  #gh_logo {
    text-align: center;
    border-bottom: solid 1px #ddd;
  }

  #gh_logo a {
    padding: 44px 0 47px;
  }
  
  #gh_sp_button {
    display: none!important
  }

  #gh_contents {
    display: block!important;
  }

  #gnav_heading {
    font-weight: normal;
    position: relative;
    padding: 14px 40px 14px 22px;
    background: #FFF;
    border-bottom: solid 1px #ddd;
  }
  
  #gnav_heading::before,
  #gnav_heading::after {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #ff800e;
    transition: all 0.2s;
  }

  #gnav_heading::after {
    transform: rotate(90deg);
  }

  #gnav_heading.is-open {
    color: #FFF!important;
    background: #ff800e;
  }
  
  #gnav_heading.is-open::before,
  #gnav_heading.is-open::after {
    background: #fff;
  }

  #gnav_heading.is-open::after {
    transform: rotate(0);
  }

  #gnav {
    display: none;
  }
  
  #top_header .logo_spacial,
  #secondary_header .logo_spacial {
    display: none !important;
  }
  
  /* special */
  #special_header .logo_usual,
  #special_header #gh_contents {
    display: none !important;
  }
  
  #special_header #gh_logo {
    height: 80px;
    text-align: left;
    padding: 15px 0 15px 25px;
    box-sizing: border-box;
    transition: 0;
  }

  #special_header #gh_logo a {
    display: inline-block;
    height: 50px;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
    color: #000000;
    transition: all .2s;
  }

  #special_header #gh_logo a:hover {
    color: #ff800d;
  }
  
  #special_header #gh_logo a .logo_spacial {
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: 100;
    transition: 0;
  }

  #special_header #gh_logo a .logo_spacial img {
    margin-right: 27px;
  }
  
}

@media screen and (min-width: 751px) and (hover: hover) {
  ul.gh_menu a {
    transition: all 0.2s;
  }

  ul.gh_menu a:hover {
    color: #ff800d;
  }

  ul.gh_menu>li>a::after {
    transition: all 0.2s;
  }

  ul.gh_menu>li>a:hover::after {
    transition: all 0.2s;
    right: 10px;
  }

  #gh_logo a img {
    transition: all 0.2s;
  }

  #gh_logo a:hover img {
    transform: scale(1.025);
  }

  #gnav_heading:hover {
    color: #ff800d;
  }

  #gh_dealer .gh_dealer_nav a {
    transition: all 0.2s;
  }

  #gh_dealer .gh_dealer_nav a:hover {
    color: #c3466b;
  }

}


/* global_footer
 ------------------------------------------------------ */
#global_footer {
  color: #FFF;
  background: #333;
}

#global_footer a {
  color: #fff;
  text-decoration: none;
}

#global_footer small {
  line-height: 1;
}

#topagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  top: inherit;
  right: 20px;
  bottom: 20px;  
  transition: .2s;
}

#topagetop[data-visible="false"] {
  bottom: -100px;
}

#topagetop.is-stop {
  position: absolute;
  bottom: inherit;
  margin-top: -60px;
  transition: none;
}


@media screen and (max-width: 750px) {
  #global_footer .gf_inner {
    padding: 23px 10px 47px;
  }
  
  #global_footer #foot_menu #gf_nav {
    display: none !important;
  }
  
  #global_footer #foot_menu .foot_content > div  {
    margin-bottom: 11px;
  }
  
  #global_footer #foot_menu .foot_content > div + div {
    padding-top: 11px;
    margin-bottom: 41px;
    border-top: 1px solid #555555;
  }

  #global_footer .copyright {
    display:  block;
    margin: 0 auto;
    text-align:  center;
  }
  
  #global_footer .copyright small {
    font-size: 12px;
  }
  
  #global_footer .copyright small a {
    display: block;
    margin: 11px auto 0;
  }

}

@media screen and (min-width: 751px), print {
  #global_footer,
  #global_footer .gf_inner,
  #global_footer #foot_menu {
    min-width: 1080px;
  }

  #global_footer a:hover {
    color: #ff800d;
  }
  
  #global_footer .gf_inner {
    max-width: 1420px;
    padding: 28px 0 38px;
    margin: 0 auto;
  }

  #global_footer #foot_menu {
    display: flex;
    justify-content: space-between;
    width: 76.67vw;
    max-width: 1150px;
    min-width: 1080px;
    padding-bottom: 50px;
    margin: 0 auto;    
  }

  #global_footer #foot_menu .foot_content {
    font-size: 14px;
  }
  
  #global_footer #foot_menu .foot_content > div {
    margin-bottom: 10px;
  }
  
  #global_footer #foot_menu .foot_content > div + div {
    padding-top: 11px;
    border-top: 1px solid #555555;
  }

  #global_footer #foot_menu #gf_nav {
    width: 45.3vw;
    max-width: 680px;
    min-width: 640px;
  }
  
  #global_footer #foot_menu #foot_access {
    width: 28.67vw;
    max-width: 430px;
    min-width: 403px;
  }
  
  #global_footer #foot_menu .foot_content > div {
    display: flex;
  }
  
  #global_footer #foot_menu #gf_nav > div > ul {
    padding-right: 1em;
    box-sizing: border-box;
  }
  
  #global_footer #foot_menu #gf_nav > div > ul:nth-child(1) {
    width: 7.8vw;
    max-width: 117px;  
    min-width: 110px;
  }
  
  #global_footer #foot_menu #gf_nav > div > ul:nth-child(2) {
    width: 21.47vw;
    max-width: 322px;  
    min-width: 304px;
  }
  
  #global_footer #foot_menu #gf_nav > div > ul:nth-child(3) {
    width: 16vw;
    max-width: 240px;  
    min-width: 226px;
  }
  
  #global_footer #foot_menu .foot_content > div > ul > li + li {
    padding-top: 8px;
  }
  
  #global_footer .copyright {
    padding-top: 35px;
    border-top: 1px solid #555555;  
  }
  
  #global_footer small {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  
  #global_footer small a {
    margin-left: 32px;
    line-height: 1;
  }
  
}

@media screen and (min-width:1500px) {
}

/* outline layout
 ------------------------------------------------------ */
#page_header {
  border-top-color: #ff800d;
  border-top-style: solid;
  border-top-width: 3px;
  color: #FFF;
  background: #333333;
}

#local_nav {
  background: #f2f2ee;
}

#local_nav ul li {
  margin: 5px 8px;
}

#local_nav ul li a {
  display: block;
  position: relative;
  padding: 11px 30px;
  color: #FFF;
  font-size: 13px;
  border: 2px solid #ff800d;
  border-radius: 1000px;
  background: #ff800d;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
/*	
  transition: all 0.5s;
*/
  transition: 0;
	
}

#local_nav ul li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  height: 500%;
  width: 0;
  z-index: -1;
  background: #FFF;
  opacity: 0;
  transform: rotate(15deg) translateY(-50%);
  transition: all 0.25s;
}

#local_nav ul li a:hover,
#local_nav ul li a[data-status="active"] {
  color: #ff800d;
  text-decoration: none;
}

#local_nav ul li a:hover::before,
#local_nav ul li a[data-status="active"]::before {
  opacity: 1;
  width: 120%;
}

#local_nav ul li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 9px;
  background-image: url(/common/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 19px 9px;
  transition: all 0.2s;
}

#local_nav ul li a:hover::after,
#local_nav ul li a[data-status="active"]::after {
  right: 11px;
  background-image: url(/common/img/arrow_orange.svg);
}


/* article */
.secondary_article {
  padding: 10px;
}

.article_header {
  padding: 19px 20px;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  background: #f9e2d0;
  border-radius: 0 18px 0 18px;
}

/* special */
.article_header_special {
  text-align: center;
  position: relative;
}

.article_header_special:after {
  content: "";
  display: block;
  background: #ff800d;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.article_header_special h1 {
  font-weight: 100;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  #page_header {
    padding: 17px 15px;
  }

  #page_header .breadcrumb {
    display: none;
  }
  
  #page_header h1 {
    font-size: 22px;
    line-height: 1.2;
  }  

  #local_nav ul {
    padding: 5px 10px;
  }
  
  #local_nav ul li a:hover::before,
  #local_nav ul li a[data-status="active"]::before {
    width: 140%;
    height: 400px;
  }
  
  .article_header {
    border-radius: 0 16px 0 16px;
  }

  .article_header h1 {
    font-size: 18px;
  }
  
}

@media screen and (min-width: 751px), print {
  body {
    position: relative;
  }
  
  #secondary_main.is-menu-open {
    min-height: 1250px;
  }

  #secondary_header {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 310px;
    border-radius: 20px;
    overflow: hidden;
  }
  
  #page_header {
    padding-top: 60px;
    padding-bottom: 28px;
    padding-left: 350px;
    padding-right: 10px;
    display: flex;
    flex-direction: column-reverse;
    border-top-width: 3px;
  }
  
  #page_header .breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
  }

  #page_header .breadcrumb ul {
    letter-spacing: -.4em;
  }

  #page_header .breadcrumb li {
    display: inline-block;
    letter-spacing: normal;
  }

  #page_header .breadcrumb li:not(:first-child)::before {
    margin: 0 0.25em;
    content: '>';
  }

  #page_header .breadcrumb li a {
    color: inherit;
    text-decoration: none;
  }

  #page_header h1 {
    font-size: 32px;
  }

  #local_nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 340px;
    padding-right: 10px;
  }

  #local_nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
  }

  #local_nav ul li {
    margin: 10px 10px;
  }
  
  #local_nav ul li a {
	  padding: 11px 50px;
    font-size: 16px;
  }
  
	#local_nav ul li a::after {
	  right: 20px;
	  width: 20px;
	  height: 12px;
	}

	#local_nav ul li a:hover::after,
	#local_nav ul li a[data-status="active"]::after {
	  right: 15px;
	}

  .secondary_article {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 340px;
    padding-right: 10px;
  }
  
  .article_header {
    padding: 25px 2vw;
  }
  
  .article_header h1 {
    font-size: 24px;
  }
}

@media screen and (min-width:1500px) {
  #secondary_header {
    left: calc(50% - 740px);
  }

  #page_header {
    padding-left: calc(50% - 400px);
    padding-right: calc(50% - 740px);
  }

  #local_nav {
    padding-left: calc(50% - 410px);
    padding-right: calc(50% - 740px);
  }

  .secondary_article {
    padding-left: calc(50% - 410px);
    padding-right: calc(50% - 740px);
  }

  .article_header {
    padding: 22px 30px;
  }
}


/* .section */
.section {
  margin-bottom: 30px;
}

.section-border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #dedede;
}

.section_header {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .section,
  .section-border {
    padding-right: 5px;
    padding-left: 5px;
  }

}
@media screen and (min-width: 751px), print {
  .section,
  .section-border {
    padding-right: 2vw;
    padding-left: 2vw;
  }
  
}

@media screen and (min-width: 1500px) {
  .section,
  .section-border {
    padding-right: 30px;
    padding-left: 30px;
  }
  
}


/* special */
#special_visual {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50.925%;
  overflow: hidden;
}

#special_visual img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: inherit;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  #special_main .section,
  #special_main .section-border {
    padding-right: 5px;
    padding-left: 5px;
  }
	
	.special_article {
		padding-right: 5px;
		padding-left: 5px;
	}

	.article_header_special {
    padding-top: 22px;
    margin-bottom: 24px;
  }
  
  .article_header_special h1 {
    padding-bottom: 13px;
    font-size: 26px;
	}
  
  .article_header_special:after {
		width: 60px;
		height: 3px;
	}
}
@media screen and (min-width: 751px), print {
  #special_main .section,
  #special_main .section-border {
    padding-right: 10px;
    padding-left: 10px;
  }

  .special_article {
    width: 100%;
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .article_header_special {
    padding-top: 30px;
    margin-bottom: 41px;
    font-size: 34px;
  }
  
  .article_header_special:after {
    width: 100px;
    height: 3px;
  }

  .article_header_special h1 {
    padding-bottom: 14px;
  }
  
  #special_visual {
    padding-top: 550px;
  }
}
@media screen and (min-width: 1500px) {
	#special_main .section,
	#special_main .section-border {
		padding-right: 10px;
		padding-left: 10px;
	}
}


/* heading */
@media screen and (max-width: 750px) {
  .h1 {
    font-size: 18px;
  }

  .h2 {
    font-size: 17px;
  }

  .h3 {
    font-size: 16px;
  }

  .h4 {
    font-size: 15px;
  }

  .h5 {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 751px), print {
	.h1 {
		font-size: 24px;
	}
	
	.h2 {
		font-size: 22px;
	}
	
	.h3 {
		font-size: 20px;
	}
	
	.h4 {
		font-size: 18px;
	}
	
	.h5 {
		font-size: 16px;
		font-weight: bold;
	}
}

/* heading_square */
.heading_square {
	display: flex;
	align-items: flex-start;
}

.heading_square::before {
	margin: calc((1.5em - 20px) / 2) 15px 0 0;
	display: inline-block;
	content: '';
	flex-shrink: 0;
	width: 21px;
	height: 20px;
	background: url(/common/img/section_heading_icon.svg) no-repeat center center;
	background-size: contain;
}

.heading_bar {
	padding: 15px 20px;
	background: #e6e6e2;
	border-radius: 0 18px 0 18px;
}

@media screen and (min-width: 751px), print {
	.heading_bar {
		padding: 15px 2vw;
	}
}

@media screen and (min-width: 1500px), print {
	.heading_bar {
		padding: 15px 30px;
	}
}

/* .hero_image */
.hero_image {
	border-radius: 15px;
	overflow: hidden;
}

.hero_image img {
  display: block;
}

@media screen and (min-width: 751px), print {
  .hero_image {
    margin: 0 -2vw;
  }
}

@media screen and (min-width: 1500px), print {
  .hero_image {
    margin: 0 -30px;
  }
}

/* .entrance_list */
@media screen and (max-width: 750px) {
  .entrance_list .entrance_item {
    margin-bottom: 20px;
  }

  .entrance_list .entrance_item>a {
    position: relative;
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
    background: #f8f8f8;
    background: #f2f2ee;
    border-radius: 18px;
    overflow: hidden;
  }

  .entrance_list .entrance_item .entrance_thumb img {
    display: block;
    transition: all 0.2s;
  }

  .entrance_list .entrance_item a::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0;
    border-color: #ff800d;
    transition: all 0.2s;
    border-radius: 18px;
  }

  .entrance_list .entrance_item .entrance_title {
    position: relative;
    background: #ff800d;
    color: #FFF;
    padding: 10px 50px 10px 20px;
  }

  .entrance_list .entrance_item .entrance_title::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 12px;
    background-image: url(/common/img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.2s;
  }

  .entrance_list .entrance_item .entrance_text {
    text-align: justify;
    padding: 10px 20px 20px;
  }

}
@media screen and (min-width: 751px), print {
  .entrance_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px;
  }

  .entrance_list .entrance_item {
    margin-left: 20px;
    margin-bottom: 20px;
    flex-basis: calc(33.333% - 20px);
    flex-grow: 1;
    min-width: 315px;
    max-width: calc(50% - 30px);
  }

  .entrance_list .entrance_item>a {
    position: relative;
    display: flex;
    height: 100%;
    color: inherit;
    text-decoration: none;
    flex-direction: column;
    background: #f8f8f8;
    background: #f2f2ee;
    border-radius: 18px;
    overflow: hidden;
  }
	
  .entrance_list .entrance_item>a > * {
		min-height: 0%;
	}
	
  .entrance_list .entrance_item .entrance_thumb img {
    display: block;
    transition: all 0.2s;
  }

  .entrance_list .entrance_item:hover .entrance_thumb img {
    transform: scale(1.1);
  }

  .entrance_list .entrance_item a::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 0;
    border-color: #ff800d;
    transition: all 0.2s;
    border-radius: 18px;
  }

  .entrance_list .entrance_item:hover a::after {
    border-width: 2px;
  }

  .entrance_list .entrance_item .entrance_title {
    position: relative;
    background: #ff800d;
    color: #FFF;
    padding: 10px 50px 10px 20px;
  }

  .entrance_list .entrance_item .entrance_title::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 12px;
    background-image: url(/common/img/arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all 0.2s;
  }

  .entrance_list .entrance_item .entrance_text {
    text-align: justify;
    padding: 10px 20px 20px;
  }

}

/* .cat_ */
.cat_dealer a {
	background: #f8e4eb;
}

.cat_general a {
	background: #e1eefb;
}

.cat_cosplay a {
	background: #f8f1e4;
}

.cat_other a {
	background: #eef4f8;
}

.cat_wf a {
	background: #dddddd;
}

