@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap");
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #333;
  font-style: normal;
  font: 14px/160% "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

li {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
html{
	font-size: 62.5%;
}

body{
margin:0;
padding:0}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,figure,input,textarea,p,blockquote,table,th,td,address{
margin:0;
padding:0;
color:$main_color;
font-style:normal;
font:13px/160% verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Osaka, sans-serif;
font-size: 1.3rem
}

select,
input,
button,
textarea{
font-size:99%;
}

table{
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
font:100%}

textarea,input{margin:0;padding:0}

caption,th{text-align:left}
td,th{vertical-align: top}

fieldset,img,abbr{border:none}
li{list-style-type:none}
hr{display:none}

strong{font-weight:bold}


*/
main figure,
main div,
main p,
main ul,
main dl,
main ol,
main h2,
main h3,
main h4,
main table {
  margin: 0 0 30px;
}

a, a:link {
  color: #EB6C1F;
}

a:visited {
  color: #EB6C1F;
}

a:hover {
  color: #EB6C1F;
}

#side {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  width: calc( 50vw - 400px );
  z-index: 8000;
}
#side .inner {
  width: 240px;
  margin: 0 0 0 auto;
  padding-right: 40px;
}
#side .inner #logo {
  margin: 30px 0 30px;
  text-align: center;
}
#side .inner ul {
  margin-bottom: 25px;
  border-top: rgba(255, 255, 255, 0.4) 1px solid;
}
#side .inner ul li {
  border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
}
#side .inner ul li:nth-child(6) a {
  font-size: 16px;
}
#side .inner ul li.current a {
  color: #FFE500;
}
#side .inner ul li.current a span {
  color: #FFE500;
}
#side .inner ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  display: block;
}
#side .inner ul li a:hover {
  color: #FFE500;
}
#side .inner ul li a:hover span {
  color: #FFE500;
}
#side .inner ul li a::before {
  content: url("../img/arrow.svg");
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  margin-right: 10px;
}
#side .inner ul li a span {
  font-size: 11px;
  margin-left: 3px;
  color: #fff;
}
#side .inner .btn {
  margin-bottom: 20px;
}
#side .inner .btn a {
  display: block;
  color: #fff;
  border: #fff 1px solid;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#side .inner .btn a:hover {
  background: #fff;
  color: #ED6C23;
  border-color: #ED6C23;
}
#side .inner .btn a:hover::before {
  content: url("../img/arrow_orange.svg");
}
#side .inner .btn a::before {
  content: url("../img/arrow.svg");
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 15px;
}

#contents {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 240px;
}
#contents aside.banner {
  padding: 40px;
  padding-top: 0;
  padding-bottom: 70px;
}
#contents aside.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#contents aside.banner ul li {
  width: 47.9166666667%;
}
#contents aside.banner ul li img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#contents main {
  padding: 40px 40px 0;
  margin-bottom: 60px;
}
#contents main .topicPath {
  text-align: right;
  margin-bottom: 70px;
}
#contents main .topicPath li {
  display: inline-block;
}
#contents main .topicPath li::after {
  content: "＞";
  margin: 0 10px;
}
#contents main .topicPath li:last-child::after {
  content: none;
}
#contents main h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}
#contents main h1 span {
  font-size: 26px;
  font-weight: inherit;
}
#contents main img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#contents footer {
  text-align: center;
  background: url("../img/bg_footer.png") no-repeat 50% 0;
  padding-top: 75px;
  padding-bottom: 20px;
}
#contents footer ul {
  margin-bottom: 40px;
}
#contents footer ul li {
  display: inline-block;
}
#contents footer ul li:first-child::before {
  content: "|";
  margin: 0 15px 0 0;
}
#contents footer ul li::after {
  content: "|";
  margin: 0 15px;
}
#contents footer ul li a {
  text-decoration: none;
}
#contents footer #copy {
  font-size: 10px;
}

@media (max-width: 1320px) {
  #side {
    width: 280px;
  }

  #contents {
    padding-left: 280px;
  }
  #contents main {
    padding: 4.1666666667%;
    padding-bottom: 0;
  }
  #contents aside.banner {
    padding: 4.1666666667%;
    padding-top: 0;
    padding-bottom: 70px;
  }
  #contents aside.banner ul {
    display: block;
    text-align: center;
  }
  #contents aside.banner ul li {
    width: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 70px;
  }

  #side {
    width: auto;
    position: relative;
    height: auto;
    background: #e6552b;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  #side .inner {
    width: auto;
    padding-right: 0;
  }
  #side .inner header {
    padding: 10px 15px;
    position: relative;
  }
  #side .inner header #logo {
    margin: 0;
  }
  #side .inner header #logo img {
    width: 98px;
  }
  #side .inner header .smpNav {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
  }
  #side .inner header .smpNav .bars {
    width: 37px;
    height: 29px;
    position: relative;
  }
  #side .inner header .smpNav .bars span {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 4px;
    display: block;
    top: 2px;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
  }
  #side .inner header .smpNav .bars span:nth-child(2) {
    top: 12px;
  }
  #side .inner header .smpNav .bars span:nth-child(3) {
    top: 23px;
  }
  #side .inner header .smpNav.on .bars span {
    top: 12px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #side .inner header .smpNav.on .bars span:nth-child(2) {
    opacity: 0;
  }
  #side .inner header .smpNav.on .bars span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #side .inner .menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6552b), to(#f4a41c));
    background: linear-gradient(top, #e6552b 0%, #f4a41c 100%);
    padding: 0 40px 28px;
    text-align: center;
    display: none;
  }
  #side .inner .menu ul li a {
    font-size: 16px;
    padding: 15px 0;
  }
  #side .inner .menu ul li a::before {
    content: none;
  }
  #side .inner .menu .btn a {
    font-size: 16px;
    padding: 15px;
  }
  #side .inner .menu .tel img {
    width: 230px;
  }

  #contents {
    padding-left: 0;
  }
  #contents aside.banner {
    padding: 0;
    padding-top: 35px;
  }
  #contents aside.banner ul {
    display: block;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 50px;
  }
  #contents aside.banner ul li {
    width: auto;
    margin-bottom: 20px;
  }
  #contents aside.banner ul li:last-child {
    margin-bottom: 0;
  }
  #contents main {
    padding: 10px;
    margin-bottom: 0;
  }
  #contents main .topicPath {
    text-align: right;
    margin-bottom: 30px;
  }
  #contents main .topicPath li {
    font-size: 11px;
  }
  #contents main .topicPath li::after {
    margin: 0 5px;
  }
  #contents main .topicPath li a {
    font-size: inherit;
  }
  #contents main h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #contents main figure.full {
    margin: 0 -10px 20px;
  }
  #contents footer {
    background: url("../img/bg_footer.png") no-repeat 50% 0;
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #contents footer ul {
    margin-bottom: 20px;
  }
  #contents footer ul li a {
    text-decoration: none;
    font-size: 11px;
  }
}
#c01 #contents main .lead {
  margin-bottom: 80px;
}
#c01 #contents main .lead figure {
  margin-bottom: 30px;
}
#c01 #contents main .lead p {
  font-size: 16px;
}
#c01 #contents main .warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#c01 #contents main .warp section {
  width: 47.9166666667%;
}
#c01 #contents main .warp section h2 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
}
#c01 #contents main .warp section dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
#c01 #contents main .warp section dl dt::before {
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background: linear-gradient(157deg, #e6552b 0%, #f4a41c 100%);
}
#c01 #contents main .warp section dl dd a {
  display: block;
  color: #EB6B1F;
  border: #EB6B1F 1px solid;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#c01 #contents main .warp section dl dd a:hover {
  background: #EB6B1F;
  color: #fff;
}
#c01 #contents main .warp section dl dd a:hover::before {
  content: url("../img/arrow.svg");
}
#c01 #contents main .warp section dl dd a::before {
  content: url("../img/arrow_orange.svg");
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  #c01 #contents main .lead {
    margin-bottom: 40px;
  }
  #c01 #contents main .lead figure {
    margin-bottom: 30px;
  }
  #c01 #contents main .lead p {
    font-size: 16px;
  }
  #c01 #contents main .warp {
    display: block;
  }
  #c01 #contents main .warp section {
    width: auto;
  }
  #c01 #contents main .warp section h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
  }
  #c01 #contents main .warp section dl dt {
    font-size: 16px;
  }
  #c01 #contents main .warp section dl dd a {
    font-size: 14px;
    padding: 10px;
  }
}
#d01 #contents main h1 {
  margin-bottom: 30px;
}
#d01 #contents main .intro figure img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#d01 #contents main .intro p {
  font-size: 16px;
  margin-bottom: 60px;
}
#d01 #contents main > section h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
#d01 #contents main > section section h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
#d01 #contents main > section section h3::before {
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background: linear-gradient(157deg, #e6552b 0%, #f4a41c 100%);
}
#d01 #contents main > section section .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#d01 #contents main > section section .wrap .slideArea {
  width: 73.9583333333%;
  margin-bottom: 0;
}
#d01 #contents main > section section .wrap .slideArea .slider {
  margin-bottom: 20px;
}
#d01 #contents main > section section .wrap .slideArea .slider div {
  margin-bottom: 0;
}
#d01 #contents main > section section .wrap .slideArea .thumb {
  margin: 0 30px;
  position: relative;
}
#d01 #contents main > section section .wrap .slideArea .thumb div {
  margin-bottom: 0;
}
#d01 #contents main > section section .wrap .slideArea .thumb button {
  position: absolute;
}
#d01 #contents main > section section .wrap .slideArea .thumb button.slick-arrow {
  top: 0;
  border: #ED6C23 1px solid;
  width: 20px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#d01 #contents main > section section .wrap .slideArea .thumb button.slick-arrow:hover {
  background: #ED6C23 url("../img/arrow.svg") no-repeat 50% 50%;
}
#d01 #contents main > section section .wrap .slideArea .thumb button.slick-prev {
  left: -30px;
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#d01 #contents main > section section .wrap .slideArea .thumb button.slick-next {
  right: -30px;
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
}
#d01 #contents main > section section .wrap .slideArea .thumb li {
  margin-right: 10px;
  cursor: pointer;
  height: 73px;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  background: rgba(237, 108, 35, 0.1);
}
#d01 #contents main > section section .wrap .slideArea .thumb li img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#d01 #contents main > section section .wrap .slideArea .thumb li:hover {
  opacity: 0.8;
}
#d01 #contents main > section section .wrap .slideArea ul li {
  height: 530px;
}
#d01 #contents main > section section .wrap .slideArea ul li a.movie {
  position: relative;
  display: block;
}
#d01 #contents main > section section .wrap .slideArea ul li a.movie:after {
  content: "";
  background: url("../img/d01/youtubeThumbnail.png");
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#d01 #contents main > section section .wrap .slideArea ul li a.movie img {
  position: relative;
}
#d01 #contents main > section section .wrap .slideArea ul li img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#d01 #contents main > section section .wrap .lightBox {
  width: 23.9583333333%;
  margin-bottom: 0;
}
#d01 #contents main > section section .wrap .lightBox ul {
  margin-bottom: 20px;
}
#d01 #contents main > section section .wrap .lightBox ul li {
  margin-bottom: 10px;
}
#d01 #contents main > section section .wrap .lightBox ul li a {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  display: block;
}
#d01 #contents main > section section .wrap .lightBox ul li a:hover {
  opacity: 0.8;
}
#d01 #contents main > section section .wrap .lightBox ul li a img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#d01 #contents main > section section .wrap .lightBox .btn {
  margin-bottom: 0;
}
#d01 #contents main > section section .wrap .lightBox .btn a {
  display: block;
  color: #EB6B1F;
  border: #EB6B1F 1px solid;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#d01 #contents main > section section .wrap .lightBox .btn a:hover {
  background: #EB6B1F;
  color: #fff;
}
#d01 #contents main > section section .wrap .lightBox .btn a:hover::before {
  content: url("../img/arrow.svg");
}
#d01 #contents main > section section .wrap .lightBox .btn a::before {
  content: url("../img/arrow_orange.svg");
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#d01 #contents main > section section .tableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
#d01 #contents main > section section .tableWrap table {
  border-top: #ccc 1px solid;
  width: 48.9583333333%;
  border-collapse: collapse;
}
#d01 #contents main > section section .tableWrap table th, #d01 #contents main > section section .tableWrap table td {
  border-bottom: #ccc 1px solid;
  padding: 10px 20px;
}
#d01 #contents main > section section .tableWrap table th {
  font-weight: bold;
  text-align: left;
  background: #F7F7F7;
  white-space: nowrap;
  width: 140px;
}
#d01 #contents main > section section .point {
  background: url("../img/stripe.png");
  padding: 4px;
  margin-bottom: 40px;
}
#d01 #contents main > section section .point .inner {
  background: #fff;
  margin-bottom: 0;
  padding: 20px;
}

@media (max-width: 768px) {
  #d01 #contents main .intro p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #d01 #contents main > section h2 {
    font-size: 20px;
  }
  #d01 #contents main > section section h3 {
    font-size: 16px;
  }
  #d01 #contents main > section section .wrap {
    display: block;
  }
  #d01 #contents main > section section .wrap .slideArea {
    width: auto;
    margin-bottom: 20px;
  }
  #d01 #contents main > section section .wrap .slideArea .thumb li {
    height: 48px;
  }
  #d01 #contents main > section section .wrap .slideArea .thumb li:hover {
    opacity: 0.8;
  }
  #d01 #contents main > section section .wrap .slideArea ul li {
    height: 270px;
  }
  #d01 #contents main > section section .wrap .slideArea ul li img {
    max-width: 100%;
    height: auto;
    width: 100% \9 ;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  }
  #d01 #contents main > section section .wrap .lightBox {
    width: auto;
    margin-bottom: 0;
  }
  #d01 #contents main > section section .wrap .lightBox ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #d01 #contents main > section section .wrap .lightBox ul li {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  #d01 #contents main > section section .wrap .lightBox ul li:first-child {
    margin-left: 0;
  }
  #d01 #contents main > section section .wrap .lightBox ul li a img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100% \9 ;
  }
  #d01 #contents main > section section .wrap .lightBox .btn {
    margin-bottom: 0;
  }
  #d01 #contents main > section section .tableWrap {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  #d01 #contents main > section section .tableWrap table {
    width: 100%;
    margin-bottom: 0;
  }
  #d01 #contents main > section section .tableWrap table:last-child {
    border-bottom: #ccc 1px solid;
  }
  #d01 #contents main > section section .tableWrap table tr:last-child th, #d01 #contents main > section section .tableWrap table tr:last-child td {
    border-bottom: none;
  }
  #d01 #contents main > section section .tableWrap table th, #d01 #contents main > section section .tableWrap table td {
    border-bottom: #ccc 1px solid;
    padding: 10px 20px;
  }
  #d01 #contents main > section section .tableWrap table th {
    font-weight: bold;
    text-align: left;
    background: #F7F7F7;
    white-space: nowrap;
    width: 140px;
  }
  #d01 #contents main > section section .point {
    background: url("../img/stripe.png");
    padding: 4px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
#e01 #contents main .nav {
  margin-bottom: 40px;
}
#e01 #contents main .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#e01 #contents main .nav ul li {
  width: 47.9166666667%;
}
#e01 #contents main .nav ul li.active a {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
}
#e01 #contents main .nav ul li.active a:hover {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
}
#e01 #contents main .nav ul li.active a::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#e01 #contents main .nav ul li a {
  display: block;
  text-align: center;
  border: #ED6E25 1px solid;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  padding: 15px;
  position: relative;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#e01 #contents main .nav ul li a:hover {
  color: #fff;
  background: #ED6E25;
}
#e01 #contents main .nav ul li a:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#e01 #contents main .nav ul li a::before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 22px;
  left: 40px;
}
#e01 #contents main .tabCont:last-child {
  display: none;
}
#e01 #contents main .tabCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#e01 #contents main .tabCont ul li {
  margin-right: 3.125%;
  width: 31.25%;
  margin-bottom: 40px;
}
#e01 #contents main .tabCont ul li:nth-child(3n) {
  margin-right: 0;
}
#e01 #contents main .tabCont ul li figure {
  margin-bottom: 15px;
}
#e01 #contents main .tabCont ul li figure img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#e01 #contents main .tabCont ul li dl {
  text-align: center;
}
#e01 #contents main .tabCont ul li dl dt {
  font-weight: bold;
  font-size: 18px;
}
#e01 #contents main .tabCont ul li dl dd {
  font-size: 14px;
}
#e01 #contents main .tabCont ul li dl dd a {
  text-decoration: none;
}

@media (max-width: 768px) {
  #e01 #contents main .nav {
    margin-bottom: 20px;
  }
  #e01 #contents main .nav ul li a {
    font-size: 15px;
    padding: 10px;
  }
  #e01 #contents main .nav ul li a::before {
    width: 10px;
    height: 10px;
    top: 18px;
    left: 40px;
  }
  #e01 #contents main .tabCont:last-child {
    display: none;
  }
  #e01 #contents main .tabCont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #e01 #contents main .tabCont ul li {
    margin-right: 4.7619047619%;
    width: 47.619047619%;
    margin-bottom: 20px;
  }
  #e01 #contents main .tabCont ul li:nth-child(3n) {
    margin-right: 4.7619047619%;
  }
  #e01 #contents main .tabCont ul li:nth-child(2n) {
    margin-right: 0;
  }
  #e01 #contents main .tabCont ul li figure {
    margin-bottom: 15px;
  }
  #e01 #contents main .tabCont ul li figure img {
    max-width: 100%;
    height: auto;
    width: 100% \9 ;
  }
  #e01 #contents main .tabCont ul li dl {
    margin-bottom: 0;
  }
  #e01 #contents main .tabCont ul li dl dt {
    font-size: 14px;
  }
  #e01 #contents main .tabCont ul li dl dd {
    font-size: 12px;
  }
  #e01 #contents main .tabCont ul li dl dd a {
    font-size: 12px;
  }
}
#f01 #contents main h1 {
  margin-bottom: 30px;
}
#f01 #contents main p.lead {
  font-size: 16px;
  margin-bottom: 60px;
}
#f01 #contents main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#f01 #contents main ul li {
  width: 21.875%;
  margin-right: 4.1666666667%;
  margin-bottom: 60px;
}
#f01 #contents main ul li:nth-child(4n) {
  margin-right: 0;
}
#f01 #contents main ul li figure {
  margin-bottom: 20px;
}
#f01 #contents main ul li figure img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#f01 #contents main ul li p {
  font-size: 16px;
  text-align: center;
}
#f01 #contents main ul li p a {
  text-decoration: none;
  font-size: inherit;
}

@media (max-width: 768px) {
  #f01 #contents main p.lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #f01 #contents main ul li {
    margin-right: 3.125%;
    width: 31.25%;
    margin-bottom: 40px;
  }
  #f01 #contents main ul li:nth-child(4n) {
    margin-right: 3.125%;
  }
  #f01 #contents main ul li:nth-child(3n) {
    margin-right: 0;
  }
  #f01 #contents main ul li figure {
    margin-bottom: 10px;
  }
  #f01 #contents main ul li p {
    margin-bottom: 0;
    font-size: 13px;
  }
}
#k01 #contents main section {
  margin-bottom: 70px;
}
#k01 #contents main section h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
#k01 #contents main section h2::before {
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background: linear-gradient(157deg, #e6552b 0%, #f4a41c 100%);
}
#k01 #contents main section ul {
  border-top: #ccc 1px dotted;
}
#k01 #contents main section ul li {
  border-bottom: #ccc 1px dotted;
  padding: 30px 20px;
}
#k01 #contents main section ul li a {
  text-decoration: none;
  font-size: 16px;
}
#k01 #contents main section ul li a:hover {
  text-decoration: underline;
}
#k01 #contents main section ul li a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 768px) {
  #k01 #contents main section ul li {
    padding: 15px 10px;
  }
  #k01 #contents main section ul li a {
    font-size: 14px;
  }
  #k01 #contents main section ul li a:before {
    margin-right: 5px;
  }
}
#j01 #contents main section {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: #ccc 1px dotted;
}
#j01 #contents main section h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}
#j01 #contents main section h2::before {
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background: linear-gradient(157deg, #e6552b 0%, #f4a41c 100%);
}

@media (max-width: 768px) {
  #j01 #contents main section {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
}
#g01 #contents main .leadBox {
  background: #F5F5EA url("../img/g01/fig.png") 100% 50%;
  background-size: cover;
  padding: 45px 45.8333333333% 45px 3.9583333333%;
  margin-bottom: 40px;
}
#g01 #contents main .leadBox p {
  font-size: 16px;
  line-height: 200%;
}
#g01 #contents main .leadBox .btn a {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
  display: block;
  width: 80.3571428571%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding: 15px;
  position: relative;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  border: #ED6E25 1px solid;
}
#g01 #contents main .leadBox .btn a:hover {
  background: #fff;
  color: #ED6E25;
}
#g01 #contents main .leadBox .btn a:hover::before {
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
}
#g01 #contents main .leadBox .btn a::before {
  content: "";
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
}
#g01 #contents main section h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 40px;
}
#g01 #contents main section ul {
  border-top: #ccc 1px dotted;
}
#g01 #contents main section ul li {
  border-bottom: #ccc 1px dotted;
  padding: 20px;
}
#g01 #contents main section ul li a {
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
#g01 #contents main section ul li a:hover {
  text-decoration: underline;
}
#g01 #contents main section ul li a::before {
  content: "";
  background: url("../img/g01/q.png");
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -4px;
}

@media (max-width: 768px) {
  #g01 #contents main h1 span {
    font-size: 15px;
  }
  #g01 #contents main .leadBox {
    background: #F5F5EA url("../img/g01/fig_smp.png") 0 0;
    background-size: cover;
    padding: 40px 15px 15px;
    margin-bottom: 30px;
  }
  #g01 #contents main .leadBox p {
    font-size: 14px;
    line-height: 160%;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
  }
  #g01 #contents main .leadBox .btn {
    margin-bottom: 0;
  }
  #g01 #contents main .leadBox .btn a {
    width: auto;
    font-size: 16px;
  }
  #g01 #contents main section h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #g01 #contents main section ul {
    margin: 0 10px;
  }
  #g01 #contents main section ul li {
    padding: 20px 0;
  }
  #g01 #contents main section ul li a {
    font-size: 14px;
    padding-left: 30px;
    display: block;
  }
  #g01 #contents main section ul li a::before {
    content: "";
    background: url("../img/g01/q.png");
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 0;
  }
}
#g01-02 #contents main section {
  border-bottom: #ccc 1px dotted;
}
#g01-02 #contents main h2 {
  border-top: #ccc 1px dotted;
  border-bottom: #ccc 1px dotted;
  padding: 25px 25px 25px 65px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
#g01-02 #contents main h2::before {
  content: "";
  background: url("../img/g01/q.png");
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  top: 28px;
  left: 25px;
}
#g01-02 #contents main .dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px 20px 20px;
}
#g01-02 #contents main .dialog.master > div {
  background: #FAFAF4;
}
#g01-02 #contents main .dialog.master > div::after {
  border-right-color: #FAFAF4;
}
#g01-02 #contents main .dialog dl {
  margin-bottom: 0;
  width: 50px;
}
#g01-02 #contents main .dialog dl dd {
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
}
#g01-02 #contents main .dialog > div {
  width: calc(100% - 75px);
  margin-bottom: 0;
  border: #ccc 1px solid;
  padding: 15px 20px;
  position: relative;
}
#g01-02 #contents main .dialog > div::after, #g01-02 #contents main .dialog > div::before {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#g01-02 #contents main .dialog > div::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
#g01-02 #contents main .dialog > div::before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 6px;
  margin-top: -6px;
}
#g01-02 #contents main .dialog > div * {
  font-size: 16px;
  margin-bottom: 10px;
}
#g01-02 #contents main .dialog > div > *:only-child {
  margin-bottom: 0;
}
#g01-02 #contents main .btn {
  text-align: center;
  margin: 60px 0 70px;
}
#g01-02 #contents main .btn a {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 64.5833333333%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  padding: 35px 40px 35px 60px;
  position: relative;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  border: #ED6E25 1px solid;
}
#g01-02 #contents main .btn a:hover {
  background: #fff;
  color: #ED6E25;
}
#g01-02 #contents main .btn a:hover::before {
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
}
#g01-02 #contents main .btn a::before {
  content: "";
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#g01-02 #contents main div.pageNate {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#g01-02 #contents main div.pageNate div:nth-child(1) {
  min-width: 162px;
}
#g01-02 #contents main div.pageNate div:nth-child(2) {
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  min-width: 162px;
}
#g01-02 #contents main div.pageNate div:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#g01-02 #contents main div.pageNate div a {
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  padding: 15px;
  display: block;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#g01-02 #contents main div.pageNate div a:hover {
  background: #ED6E25;
  color: #fff;
}
#g01-02 #contents main div.pageNate div a:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#g01-02 #contents main div.pageNate div a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 768px) {
  #g01-02 #contents h1 span {
    font-size: 15px;
  }
  #g01-02 #contents main h2 {
    padding: 15px 15px 15px 35px;
    font-size: 16px;
  }
  #g01-02 #contents main h2::before {
    content: "";
    background: url("../img/g01/q.png");
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 16px;
    left: 5px;
  }
  #g01-02 #contents main .dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px 20px 10px;
  }
  #g01-02 #contents main .dialog.master > div {
    background: #FAFAF4;
  }
  #g01-02 #contents main .dialog.master > div::after {
    border-right-color: #FAFAF4;
  }
  #g01-02 #contents main .dialog dl {
    margin-bottom: 0;
    width: 30px;
  }
  #g01-02 #contents main .dialog dl dd {
    font-size: 10px;
  }
  #g01-02 #contents main .dialog > div {
    width: calc(100% - 55px);
    padding: 10px 15px;
  }
  #g01-02 #contents main .dialog > div::after, #g01-02 #contents main .dialog > div::before {
    top: 15px;
  }
  #g01-02 #contents main .dialog > div * {
    font-size: 14px;
  }
  #g01-02 #contents main .dialog > div > *:only-child {
    margin-bottom: 0;
  }
  #g01-02 #contents main .btn {
    text-align: center;
    margin: 60px 0 30px;
  }
  #g01-02 #contents main .btn a {
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 20px 20px 20px 30px;
    position: relative;
  }
  #g01-02 #contents main .btn a::before {
    content: "";
    background: url("../img/arrow.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: 20px;
  }
  #g01-02 #contents main div.pageNate {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #g01-02 #contents main div.pageNate div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #g01-02 #contents main div.pageNate div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  #g01-02 #contents main div.pageNate div:nth-child(3) a {
    width: 100%;
  }
  #g01-02 #contents main div.pageNate div a {
    text-decoration: none;
    font-size: 14px;
    border: #ED6B22 1px solid;
    padding: 10px;
    display: block;
  }
}
#g02 #contents main h1 {
  margin-bottom: 40px;
}
#g02 #contents main p.lead {
  font-size: 16px;
  margin-bottom: 60px;
}
#g02 #contents main .form {
  max-width: 760px;
  margin: 0 auto;
}
#g02 #contents main .form .intro {
  background: url("../img/stripe.png");
  padding: 4px;
  margin-bottom: 40px;
}
#g02 #contents main .form .intro .inner {
  background: #fff;
  margin-bottom: 0;
  padding: 20px;
}
#g02 #contents main .form .intro .inner h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
#g02 #contents main .form .intro .inner h2::before {
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 26px;
  display: block;
  background: linear-gradient(157deg, #e6552b 0%, #f4a41c 100%);
}
#g02 #contents main .form .intro .inner p {
  margin-bottom: 0;
}
#g02 #contents main .form .wrap {
  display: table;
  border-top: #ccc 1px dotted;
  width: 100%;
}
#g02 #contents main .form .wrap dl {
  display: table-row-group;
}
#g02 #contents main .form .wrap dl dt, #g02 #contents main .form .wrap dl dd {
  display: table-cell;
  border-bottom: #ccc 1px dotted;
  padding: 20px;
}
#g02 #contents main .form .wrap dl dt {
  font-weight: bold;
  vertical-align: top;
  font-size: 16px;
  white-space: nowrap;
  width: 1%;
}
#g02 #contents main .form .wrap dl dt span {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 5px;
  margin-left: 5px;
  vertical-align: middle;
}
#g02 #contents main .form .wrap dl dd input, #g02 #contents main .form .wrap dl dd textarea, #g02 #contents main .form .wrap dl dd select, #g02 #contents main .form .wrap dl dd option {
  font-size: 16px;
}
#g02 #contents main .form .wrap dl dd input, #g02 #contents main .form .wrap dl dd textarea {
  border: #ccc 1px solid;
  padding: 5px;
  width: 100%;
}
#g02 #contents main .form .wrap dl dd .selectWrap {
  margin-bottom: 0;
  border: #ccc 1px solid;
  display: inline-block;
  position: relative;
}
#g02 #contents main .form .wrap dl dd .selectWrap::after {
  content: "";
  background: #000 url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: 7px 11px;
  display: inline-block;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 5px;
  right: 5px;
}
#g02 #contents main .form .wrap dl dd .selectWrap select {
  padding: 5px 45px 5px 5px;
}
#g02 #contents main .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g02 #contents main .form .btns li {
  margin-right: 40px;
  min-width: 31.5789473684%;
}
#g02 #contents main .form .btns li:last-child {
  margin-right: 0;
}
#g02 #contents main .form .btns li.cancel button {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
#g02 #contents main .form .btns li.cancel button:hover {
  background: #fff;
  color: #ccc;
}
#g02 #contents main .form .btns li.cancel button::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#g02 #contents main .form .btns li button {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  color: #ED6B22;
  padding: 30px 25px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  width: 100%;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#g02 #contents main .form .btns li button:hover {
  background: #ED6B22;
  color: #fff;
}
#g02 #contents main .form .btns li button:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#g02 #contents main .form .btns li button:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 768px) {
  #g02 #contents main h1 {
    margin-bottom: 20px;
  }
  #g02 #contents main p.lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #g02 #contents main .form {
    margin: 0 auto;
  }
  #g02 #contents main .form .wrap {
    display: block;
  }
  #g02 #contents main .form .wrap dl {
    display: block;
    padding: 20px;
    border-bottom: #ccc 1px dotted;
    margin-bottom: 0;
  }
  #g02 #contents main .form .wrap dl dt, #g02 #contents main .form .wrap dl dd {
    display: block;
    border: none;
    padding: 0;
  }
  #g02 #contents main .form .wrap dl dt {
    border-bottom: none;
    font-size: 16px;
    width: auto;
    margin-bottom: 20px;
  }
  #g02 #contents main .form .wrap dl dd {
    padding-top: 0;
  }
  #g02 #contents main .form .wrap dl dd input, #g02 #contents main .form .wrap dl dd textarea, #g02 #contents main .form .wrap dl dd select, #g02 #contents main .form .wrap dl dd option {
    font-size: 16px;
  }
  #g02 #contents main .form .btns {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 20px;
  }
  #g02 #contents main .form .btns li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #g02 #contents main .form .btns li:last-child {
    margin-right: 0;
  }
  #g02 #contents main .form .btns li button {
    padding: 15px 25px;
    display: block;
    width: 100%;
  }
}
#l01 #contents main h1 {
  margin-bottom: 40px;
}
#l01 #contents main p.lead {
  font-size: 16px;
}
#l01 #contents main nav {
  margin-bottom: 40px;
}
#l01 #contents main nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l01 #contents main nav ul li {
  margin-left: 8px;
  width: 100%;
}
#l01 #contents main nav ul li:first-child {
  margin-left: 0;
}
#l01 #contents main nav ul li.current a {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
}
#l01 #contents main nav ul li.current a:hover {
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
}
#l01 #contents main nav ul li a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  border: #ED6B22 1px solid;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#l01 #contents main nav ul li a:hover {
  background: #ED6B22;
  color: #fff;
}
#l01 #contents main .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#l01 #contents main .icon li {
  margin-left: 10px;
}
#l01 #contents main .icon li:first-child {
  margin-left: 0;
}
#l01 #contents main ul.list {
  border-top: #ccc 1px dotted;
}
#l01 #contents main ul.list li {
  border-bottom: #ccc 1px dotted;
  padding: 20px;
}
#l01 #contents main ul.list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#l01 #contents main ul.list li dl.new dt::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  background: #333;
  padding: 4px 6px;
  margin-left: 15px;
}
#l01 #contents main ul.list li dl dt {
  width: 160px;
  position: relative;
}
#l01 #contents main ul.list li dl dd {
  width: calc(100% -160px);
}
#l01 #contents main ul.list li dl dd a {
  text-decoration: none;
  font-size: 16px;
}
#l01 #contents main ul.list li dl dd a:hover {
  text-decoration: underline;
}
#l01 #contents main ul.window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#l01 #contents main ul.window li {
  width: 21.875%;
  margin-right: 4.1666666667%;
  margin-bottom: 40px;
  position: relative;
}
#l01 #contents main ul.window li.new::after {
  content: "NEW";
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #fff;
  background: #333;
  padding: 3px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#l01 #contents main ul.window li:nth-child(4n) {
  margin-right: 0;
}
#l01 #contents main ul.window li figure {
  margin-bottom: 10px;
}
#l01 #contents main ul.window li figure a {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  display: block;
}
#l01 #contents main ul.window li figure a:hover {
  opacity: 0.8;
}
#l01 #contents main ul.window li figure img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#l01 #contents main ul.window li dl {
  margin-bottom: 0;
}
#l01 #contents main ul.window li dl dt {
  font-size: 13px;
}
#l01 #contents main ul.window li dl dd a {
  text-decoration: none;
  font-size: 16px;
}
#l01 #contents main div.pageNate {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l01 #contents main div.pageNate div a {
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  padding: 10px 40px;
  display: block;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#l01 #contents main div.pageNate div a:hover {
  background: #ED6B22;
  color: #fff;
}
#l01 #contents main div.pageNate div a:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#l01 #contents main div.pageNate div a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 1000px) {
  #l01 #contents main nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #l01 #contents main nav ul li {
    margin-left: 0;
    width: 25%;
    margin-bottom: 5px;
  }
  #l01 #contents main nav ul li a {
    border-right: 0;
  }
  #l01 #contents main nav ul li:nth-child(4n) a {
    border-right: #ED6B22 1px solid;
  }
}
@media (max-width: 768px) {
  #l01 #contents h1 span {
    font-size: 15px;
  }
  #l01 #contents main p.lead {
    font-size: 14px;
  }
  #l01 #contents main nav {
    margin-bottom: 10px;
  }
  #l01 #contents main nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: #ED6B22 1px solid;
    border-bottom: none;
  }
  #l01 #contents main nav ul li {
    margin-left: 0;
    width: 50%;
    margin-bottom: 0;
  }
  #l01 #contents main nav ul li a {
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
  #l01 #contents main nav ul li:nth-child(4n) a {
    border-right: none;
  }
  #l01 #contents main nav ul li:nth-child(2n) a {
    border-left: #ED6B22 1px solid;
  }
  #l01 #contents main ul.window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #l01 #contents main ul.window li {
    width: 47.9166666667%;
    margin-right: 4.1666666667%;
    margin-bottom: 40px;
  }
  #l01 #contents main ul.window li figure img {
    width: 100%;
  }
  #l01 #contents main ul.window li:nth-child(2n) {
    margin-right: 0;
  }
  #l01 #contents main ul.window li:nth-child(4n) {
    margin-right: 0;
  }
  #l01 #contents main ul.window li dl dd a {
    font-size: 14px;
  }
  #l01 #contents main ul.list li {
    padding: 15px 10px;
  }
  #l01 #contents main ul.list li dl {
    display: block;
    margin-bottom: 0;
  }
  #l01 #contents main ul.list li dl.new dt::after {
    font-size: 11px;
  }
  #l01 #contents main ul.list li dl dt {
    width: auto;
    position: relative;
    margin-bottom: 5px;
  }
  #l01 #contents main ul.list li dl dd {
    width: auto;
  }
  #l01 #contents main ul.list li dl dd a {
    text-decoration: none;
    font-size: 14px;
  }
  #l01 #contents main div.pageNate {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #l01 #contents main div.pageNate div a {
    font-size: 14px;
    padding: 10px 30px;
  }
}
#l01-03 #contents main #title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}
#l01-03 #contents main #title span {
  font-size: 26px;
  font-weight: inherit;
}
#l01-03 #contents main #blogCont {
  border-top: #ccc 1px dotted;
  border-bottom: #ccc 1px dotted;
  padding: 60px 20px 1px;
}
#l01-03 #contents main #blogCont dl.date dt, #l01-03 #contents main #blogCont dl.date dd {
  display: inline-block;
  vertical-align: middle;
}
#l01-03 #contents main #blogCont dl.date dd {
  margin-left: 15px;
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px;
}
#l01-03 #contents main #blogCont h1 {
  font-size: 26px;
}
#l01-03 #contents main #blogCont p, #l01-03 #contents main #blogCont div, #l01-03 #contents main #blogCont ul {
  margin-bottom: 60px;
  font-size: 16px;
}
#l01-03 #contents main #blogCont p *, #l01-03 #contents main #blogCont div *, #l01-03 #contents main #blogCont ul * {
  font-size: inherit;
}
#l01-03 #contents main #blogCont .figBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l01-03 #contents main #blogCont .figBox.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#l01-03 #contents main #blogCont .figBox figure {
  width: 47.8260869565%;
}
#l01-03 #contents main #blogCont .figBox .cont {
  margin-bottom: 0;
  width: 46.7391304348%;
}
#l01-03 #contents main #blogCont ul.figLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l01-03 #contents main #blogCont ul.figLayout li {
  margin-left: 1.0869565217%;
}
#l01-03 #contents main #blogCont ul.figLayout li:first-child {
  margin-left: 0;
}
#l01-03 #contents main div.pageNate {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#l01-03 #contents main div.pageNate div:nth-child(1) {
  min-width: 130px;
}
#l01-03 #contents main div.pageNate div:nth-child(2) {
  min-width: 130px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#l01-03 #contents main div.pageNate div:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#l01-03 #contents main div.pageNate div a {
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  padding: 15px;
  display: block;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#l01-03 #contents main div.pageNate div a:hover {
  background: #ED6B22;
  color: #fff;
}
#l01-03 #contents main div.pageNate div a:hover:before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#l01-03 #contents main div.pageNate div a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 768px) {
  #l01-03 #contents main #title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #l01-03 #contents main #title span {
    font-size: 15px;
  }
  #l01-03 #contents main #blogCont {
    border-top: #ccc 1px dotted;
    border-bottom: #ccc 1px dotted;
    padding: 30px 10px 1px;
  }
  #l01-03 #contents main #blogCont dl.date {
    margin-bottom: 10px;
  }
  #l01-03 #contents main #blogCont h1 {
    font-size: 20px;
  }
  #l01-03 #contents main #blogCont p, #l01-03 #contents main #blogCont div, #l01-03 #contents main #blogCont ul {
    margin-bottom: 30px;
    font-size: 14px;
  }
  #l01-03 #contents main #blogCont p *, #l01-03 #contents main #blogCont div *, #l01-03 #contents main #blogCont ul * {
    font-size: inherit;
  }
  #l01-03 #contents main #blogCont .figBox {
    display: block;
  }
  #l01-03 #contents main #blogCont .figBox.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #l01-03 #contents main #blogCont .figBox figure {
    width: auto;
  }
  #l01-03 #contents main #blogCont .figBox .cont {
    margin-bottom: 0;
    width: auto;
  }
  #l01-03 #contents main #blogCont ul.figLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #l01-03 #contents main #blogCont ul.figLayout li {
    margin-left: 1.0869565217%;
  }
  #l01-03 #contents main #blogCont ul.figLayout li:first-child {
    margin-left: 0;
  }
  #l01-03 #contents main div.pageNate {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #l01-03 #contents main div.pageNate div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #l01-03 #contents main div.pageNate div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  #l01-03 #contents main div.pageNate div:nth-child(3) a {
    width: 100%;
  }
  #l01-03 #contents main div.pageNate div a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border: #ED6B22 1px solid;
    padding: 10px;
    display: block;
  }
}
#top #mv {
  width: 100%;
  padding-left: calc( 50vw - 400px );
}
#top #mv ul li img {
  display: block;
  width: 100%;
}
#top #mv .bx-wrapper {
  position: relative;
}
#top #mv .bx-wrapper .bx-pager {
  position: absolute;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#top #mv .bx-wrapper .bx-pager div {
  margin-left: 5px;
}
#top #mv .bx-wrapper .bx-pager div a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border: 3px #fff solid;
}
#top #mv .bx-wrapper .bx-pager div a.active {
  background: #EA6E26;
}
#top #contents main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top #contents main .wrap section {
  width: 47.9166666667%;
}

#top #contents main section.pana{
  margin-bottom: 60px;
}

#top #contents main section h2 {
  font-weight: bold;
  font-size: 24px;
}
#top #contents main section figure {
  margin-bottom: 30px;
}
#top #contents main section figure img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
}
#top #contents main section p {
  font-size: 16px;
}
#top #contents main section .btn a {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  padding: 15px;
  display: block;
  width: 60.8695652174%;
  margin: 0 auto;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#top #contents main section .btn a:hover {
  background: #ED6C23;
  color: #fff;
}
#top #contents main section .btn a:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#top #contents main section .btn a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

#top #contents main ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top #contents main ul.list li {
  width: 31.25%;
  margin-right: 3.125%;
}
#top #contents main ul.list li:last-child {
  margin-right: 0;
}
#top #contents main ul.list li a {
  text-decoration: none;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  display: block;
}
#top #contents main ul.list li a:hover {
  opacity: 0.8;
}
#top #contents main ul.list li dl {
  margin-bottom: 0;
  position: relative;
}
#top #contents main ul.list li dl dt img {
  max-width: 100%;
  height: auto;
  width: 100% \9 ;
  display: block;
}
#top #contents main ul.list li dl dd {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: bold;
}
#top #contents main ul.list li dl dd span {
  font-size: 14px;
  color: inherit;
  font-weight: inherit;
}
#top #contents main section.news h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
#top #contents main section.news ul {
  border-top: #ccc 1px dotted;
}
#top #contents main section.news ul li {
  border-bottom: #ccc 1px dotted;
  padding: 20px;
}
#top #contents main section.news ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#top #contents main section.news ul li dl dt {
  width: 220px;
  position: relative;
}
#top #contents main section.news ul li dl dt span {
  display: inline-block;
  width: 110px;
  margin-left: 15px;
  text-align: center;
  background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
  color: #fff;
}
#top #contents main section.news ul li dl dd {
  width: calc(100% - 220px);
}
#top #contents main section.news ul li dl dd a {
  text-decoration: none;
  font-size: 16px;
}
#top #contents main section.news ul li dl dd a:hover {
  text-decoration: underline;
}
#top #contents main section.news div.pageNate {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top #contents main section.news div.pageNate div a {
  text-decoration: none;
  font-size: 16px;
  border: #ED6B22 1px solid;
  padding: 10px 40px;
  display: block;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
#top #contents main section.news div.pageNate div a:hover {
  background: #ED6C23;
  color: #fff;
}
#top #contents main section.news div.pageNate div a:hover::before {
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
#top #contents main section.news div.pageNate div a:before {
  content: "";
  background: url("../img/arrow_orange.svg") no-repeat 50% 50%;
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}

@media (max-width: 1320px) {
  #top #mv {
    width: 100%;
    padding-left: calc( 280px );
  }
}
@media (max-width: 768px) {
  #top #mv {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  #top #contents main .wrap {
    display: block;
  }
  #top #contents main .wrap section {
    width: auto;
  }
  #top #contents main section h2 {
    font-size: 20px;
  }

  #top #contents main section.pana figure{
    margin: 0 0 20px
  }
  #top #contents main section figure {
    margin-bottom: 20px;
  }
  #top #contents main section figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
    width: 100% \9 ;
  }
  #top #contents main section p {
    font-size: 14px;
  }
  #top #contents main section .btn a {
    font-size: 14px;
    display: block;
    width: auto;
  }
  #top #contents main ul.list {
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
  #top #contents main ul.list li {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #top #contents main ul.list li:last-child {
    margin-right: 0;
  }
  #top #contents main ul.list li a {
    text-decoration: none;
  }
  #top #contents main ul.list li dl {
    margin-bottom: 0;
    position: relative;
  }
  #top #contents main ul.list li dl dt {
    height: 200px;
    overflow: hidden;
  }
  #top #contents main ul.list li dl dt img {
    max-width: 100%;
    height: auto;
    width: 100% \9 ;
    display: block;
    width: 100%;
  }
  #top #contents main ul.list li dl dd {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(104deg, #e6552b 0%, #f4a41c 100%);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: bold;
  }
  #top #contents main ul.list li dl dd span {
    font-size: 14px;
    color: inherit;
    font-weight: inherit;
  }
  #top #contents main section.news h2 {
    font-size: 20px;
  }
  #top #contents main section.news ul li {
    padding: 20px 0;
  }
  #top #contents main section.news ul li dl {
    display: block;
    margin-bottom: 0;
  }
  #top #contents main section.news ul li dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  #top #contents main section.news ul li dl dt span {
    display: inline-block;
    width: auto;
    margin-left: 15px;
    padding: 2px 10px;
  }
  #top #contents main section.news ul li dl dd {
    width: auto;
  }
  #top #contents main section.news ul li dl dd a {
    text-decoration: none;
    font-size: 16px;
  }
  #top #contents main section.news div.pageNate {
    margin-top: 15px;
    display: block;
  }
  #top #contents main section.news div.pageNate div a {
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
  }
#sdgs{
	margin:30px 0 0 0;
}
}