@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; }

input[type="number"] {
  width: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

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

* {
  font-size: inherit;
  line-height: inherit; }

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit; }

*, :before, :after {
  border-style: solid;
  border-width: 0; }

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

button, input, select, textarea {
  background-color: transparent; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
  min-height: 1.5em; }

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

nav ol, nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

* {
  box-sizing: border-box; }

:root {
  width: 100%;
  color: #333;
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact; }

body {
  overflow: hidden;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5; }

body > svg:first-child {
  display: none; }

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8; } }

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1400px; } }

img {
  height: auto; }

@media screen and (max-width: 767px) {
  img {
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  img {
    max-width: 100%; } }

a {
  color: inherit;
  outline: none;
  transition: .3s; }

@media print, screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: .85;
    transition: .2s; } }

ul, ol, li {
  list-style: none; }

button {
  outline: none;
  cursor: pointer; }

td, th {
  text-align: left;
  font-weight: normal; }

strong {
  font-weight: bold; }

p {
  font-size: 1.6rem;
  line-height: 2; }

p a {
  text-decoration: underline; }

p + p {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  p {
    font-size: 1.5rem;
    line-height: 1.8; }
  p + p {
    margin-top: 30px; } }

.container {
  opacity: 0; }

.container .ttl_h2 + p {
  margin-top: 50px; }

.container p {
  font-size: 1.8rem;
  line-height: 1.8; }

.container p + p {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .container .ttl_h2 + p {
    margin-top: 20px; }
  .container p {
    font-size: 1.6rem;
    line-height: 1.56; }
  .container p + p {
    margin-top: 15px; } }

@media print, screen and (min-width: 768px) {
  #header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px; }
  #header .site-ttl {
    padding-left: 30px; }
  #header .menu, #header .menu-nav_wrap {
    display: none; }
  #header .menu-trans {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 120px;
    height: 120px;
    padding: 35px 40px 40px;
    background-color: rgba(65, 65, 65, 0.95);
    color: #fff;
    text-align: center; }
  #header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 160px; }
  #header nav ul {
    width: 780px;
    font-size: 1.8rem; }
  #header nav ul > li {
    display: inline-block; }
  #header nav ul > li + li {
    margin-left: 40px; }
  #header nav a:hover {
    text-decoration: underline; } }

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background: #fff; }
  #header .site-ttl {
    width: calc(100% - 100px);
    padding: 2.66667vw; }
  #header .site-ttl h1 {
    display: flex;
    align-items: center; }
  #header .site-ttl h1 > img {
    width: 30%; }
  #header .site-ttl h1 a img {
    max-width: 100%;
    width: auto;
    max-height: 30px; }
  #header .menu {
    display: block; }
  #header .menu-nav_wrap {
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: rgba(28, 28, 28, 0.95); }
  #header .menu-nav {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px; }
  #header .menu-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    transition: all .4s; }
  #header .menu-nav span:first-child {
    top: 0; }
  #header .menu-nav span:nth-child(2) {
    top: 9px; }
  #header .menu-nav span:last-child {
    bottom: 0; }
  #header .menu-nav.nav-on {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -5px; }
  #header .menu-nav.nav-on span:first-child {
    top: 0;
    -webkit-transform: translateY(14px) rotate(-45deg);
            transform: translateY(14px) rotate(-45deg); }
  #header .menu-nav.nav-on span:nth-child(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
            animation: active-menu-bar02 .8s forwards; }
  #header .menu-nav.nav-on span:last-child {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg); }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  @keyframes active-menu-bar02 {
    100% {
      height: 0; } }
  #header .menu-trans {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 18.66667vw;
    padding: 1.33333vw .66667vw 1.33333vw;
    background-color: rgba(65, 65, 65, 0.95); }
  #header .menu-trans img {
    width: auto;
    max-width: 100%; }
  #header .menu-trans span {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center; }
  #header .menu-trans span + span {
    width: 100%;
    color: #fff;
    font-size: .8rem; }
  #header nav {
    display: none; }
  #header .global-nav {
    display: none;
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 50px;
    z-index: 990;
    width: 100%;
    height: calc( 100% - 50px);
    padding: 6.66667vw 9.33333vw;
    background: rgba(27, 27, 27, 0.95); }
  #header .global-nav > ul {
    display: block;
    width: 100%;
    margin: 0; }
  #header .global-nav > ul > li a {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 20px;
    background: url("../img/common/ico_arrow03_sp.png") no-repeat left center;
    background-size: 5px auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold; } }

@media print, screen and (min-width: 768px) {
  .en #header nav ul {
    width: 540px; }
  .en #header .menu-trans {
    padding: 35px 20px 40px; } }

@media screen and (max-width: 767px) {
  .en #header .menu-trans {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10.66667vw; }
  .en #header .menu-trans span {
    padding: 0 2px; }
  .en #header .menu-trans span + span {
    padding: 0 4px; }
  .en #header .site-ttl h1 > img {
    width: 45%; } }

#footer {
  position: relative; }

#footer #pagetop {
  position: absolute;
  right: 0;
  bottom: 100%; }

#footer #pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px; }

main + #footer {
  padding-top: 60px; }

#footer .access-list {
  width: calc( 100% - 230px);
  padding-bottom: 60px; }

#footer .access-list_items li {
  font-size: 2rem;
  font-weight: bold; }

#footer .access-list_items li span {
  font-size: 1.4rem;
  font-weight: normal; }

#footer .access-list_items li::before {
  content: url(../img/common/ico_pin_pc.png);
  position: relative;
  top: 5px;
  display: inline-block;
  margin-right: 15px; }

#footer .access-list_items li::after {
  content: url(../img/common/ico_arrow_pc.png);
  position: relative;
  display: inline-block;
  margin-left: 5px; }

#footer .access-list_items li + li {
  margin-top: 10px; }

#footer #copyright {
  display: block;
  width: 1000px;
  padding: 40px 0 50px;
  margin: 0 auto;
  border-top: solid 1px #e2e2e2;
  color: #afafaf;
  font-size: 1.5rem;
  text-align: center; }

@media print, screen and (min-width: 768px) {
  #footer #pagetop {
    background: rgba(255, 255, 255, 0.95); } }

@media screen and (max-width: 767px) {
  main + #footer {
    margin-top: 0;
    padding-top: 40px; }
  #footer .access-list {
    width: 100%;
    padding-bottom: 0; }
  #footer .access-list_items li {
    background: url(../img/common/ico_pin_sp.png) no-repeat left 10px center, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 4vw auto,1.33333vw auto;
    font-size: 1.6rem; }
  #footer .access-list_items li span {
    display: block;
    font-size: 1.1rem; }
  #footer .access-list_items li::before, #footer .access-list_items li::after {
    content: none; }
  #footer .access-list_items li a {
    display: block;
    padding: 4vw 9.33333vw;
    border-top: solid 1px #e2e2e2; }
  #footer .access-list_items li:last-child a {
    border-bottom: solid 1px #e2e2e2; }
  #footer #copyright {
    width: 100%;
    border-top: none;
    padding: 8vw 0 4vw;
    font-size: 1rem; }
  #footer #pagetop a {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9); }
  #footer #pagetop a img {
    width: 30%; } }

@media print, screen and (min-width: 768px) {
  .en #footer .access-list_items li:last-child {
    position: relative;
    padding-left: 30px;
    line-height: 1; }
  .en #footer .access-list_items li:last-child::before {
    content: url(../img/common/ico_pin_pc.png);
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    margin-right: 15px; } }

@media screen and (max-width: 767px) {
  main {
    padding-top: 50px; } }

blockquote, .block {
  padding: 30px;
  background: #fafafa; }

blockquote .ttl-block, .block .ttl-block {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3; }

blockquote .ttl-block + p, .block .ttl-block + p {
  margin-top: 15px; }

* + blockquote, * + .block {
  margin-top: 30px; }

blockquote p::before, .block p::before {
  content: '”'; }

blockquote p::after, .block p::after {
  content: '”'; }

@media screen and (max-width: 767px) {
  blockquote, .block {
    padding: 25px; }
  blockquote .ttl-block, .block .ttl-block {
    font-size: 1.6rem; }
  blockquote .ttl-block + p, .block .ttl-block + p {
    margin-top: 15px; } }

.block-items .num {
  font-family: "Khand",sans-serif; }

@media print, screen and (min-width: 768px) {
  .block-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .block-items .block-item {
    opacity: 0;
    width: 29.9%;
    min-height: 215px;
    min-width: 320px;
    margin-bottom: 20px;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
    transition: .3s;
    background: rgba(0, 153, 68, 0.9);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold; }
  .block-items .block-item a {
    display: block;
    height: 100%; }
  .block-items .block-item--p02 {
    -webkit-transform: translate(0, 160px);
            transform: translate(0, 160px);
    transition: .6s; }
  .block-items .block-item--p03 {
    -webkit-transform: translate(0, 240px);
            transform: translate(0, 240px);
    transition: .9s; }
  .block-items .block-item--p04 {
    -webkit-transform: translate(0, 320px);
            transform: translate(0, 320px);
    transition: 1.2s; }
  .block-items .block-item--01 {
    background: url(../img/common/bg_block-items--01_pc.png) no-repeat center center, rgba(255, 255, 255, 0.9);
    color: #094;
    line-height: 1; }
  .block-items .block-item--01 .block-item_inr {
    padding: 25px 20px 0; }
  .block-items .block-item--01 .num {
    font-size: 7rem; }
  .block-items .block-item--02 .block-item_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1; }
  .block-items .block-item--02 .block-item_inr .num {
    padding-right: 20px;
    font-size: 7rem; }
  .block-items .block-item--02 .block-item_inr .num .edit {
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif; }
  .block-items .block-item--03 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--03 .block-item_inr .num {
    display: block;
    font-size: 11rem; }
  .block-items .block-item--03 .block-item_inr .edit {
    font-size: 4.8rem; }
  .block-items .block-item--04 {
    height: 450px;
    max-height: 450px; }
  .block-items .block-item--04 .block-item_inr {
    padding: 35px 45px;
    line-height: 1; }
  .block-items .block-item--04 .block-item_inr img {
    display: block;
    margin: 0 auto 15px; }
  .block-items .block-item--04 .block-item_inr .num {
    display: block;
    font-size: 15.7rem;
    line-height: .9; }
  .block-items .block-item--04 .block-item_inr .edit {
    font-size: 7.8rem; }
  .block-items .block-item--05 {
    height: 450px;
    max-height: 450px; }
  .block-items .block-item--05 .block-item_inr {
    padding: 35px 45px;
    line-height: 1; }
  .block-items .block-item--05 .block-item_inr img {
    display: block;
    margin: 0 auto; }
  .block-items .block-item--05 .block-item_inr .num {
    display: block;
    font-size: 15.7rem; }
  .block-items .block-item--05 .block-item_inr .edit {
    font-size: 7.8rem; }
  .block-items .block-item--06 {
    max-height: 215px;
    background: url(../img/common/bg_block-items--06_pc.png) no-repeat left top 50px, rgba(0, 153, 68, 0.9); }
  .block-items .block-item--06 .block-item_inr {
    padding: 50px 0 50px 130px;
    line-height: 1; }
  .block-items .block-item--06 .num {
    display: block;
    font-size: 10rem; }
  .block-items .block-item--06 .edit {
    font-size: 4rem; }
  .block-items .block-item--07 .block-item_inr {
    padding: 40px;
    line-height: 1; }
  .block-items .block-item--07 .block-item_inr img {
    display: block;
    margin: 0 auto; }
  .block-items .block-item--07 .block-item_inr .edit:first-child {
    width: 55px;
    font-size: 2.4rem; }
  .block-items .block-item--07 .block-item_inr .num {
    display: block;
    width: calc(100% - 55px);
    font-size: 5.5rem; }
  .block-items .block-item--07 .block-item_inr .edit {
    font-size: 2.2rem; }
  .block-items .block-item--07 .block-item_inr .block-item_inr-box {
    display: flex;
    margin-top: 10px; }
  .block-items .block-item--08 a {
    background: url(../img/common/bg_block-items--08_pc.png) no-repeat right -55px center, rgba(0, 153, 68, 0.9);
    padding: 45px;
    line-height: 1; }
  .block-items .block-item--08 .num {
    display: inline-block;
    margin-top: 10px;
    font-size: 11rem; }
  .block-items .block-item--08 .edit_jp {
    display: block;
    width: 100%; }
  .block-items .block-item--08 .edit:last-child {
    font-size: 3.3rem; }
  .block-items .block-item--09 .block-item_inr {
    padding: 45px 40px;
    line-height: 1; }
  .block-items .block-item--09 .block-item_inr .edit {
    font-size: 2rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box {
    display: flex;
    align-items: baseline; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .num {
    font-size: 11rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .num--02 {
    font-family: "Khand",sans-serif;
    font-size: 4rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .edit {
    font-size: 3.3rem; }
  .block-items .block-item--10 a {
    padding: 40px 45px 45px 180px;
    background: url(../img/common/bg_block-items--10_pc.png) no-repeat left 35px top 55px, rgba(0, 153, 68, 0.9);
    line-height: 1; }
  .block-items .block-item--10 .num {
    display: inline-block;
    font-size: 12rem; }
  .block-items .block-item--10 .edit {
    font-size: 3.6rem; }
  .block-items .block-item--03, .block-items .block-item--05, .block-items .block-item--07, .block-items .block-item--09 {
    background: rgba(255, 255, 255, 0.9);
    color: #094; }
  .block-items .anim {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  .block-items .block-item_box {
    width: 29.9%;
    min-width: 320px; }
  .block-items .block-item_box .block-item {
    width: 100%; }
  .block-items .block-items--a a {
    padding: 40px; } }

@media screen and (max-width: 767px) {
  .block-items .block-item {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
    transition: .3s;
    min-height: 56vw;
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: bold; }
  .block-items .block-item--p02, .block-items .block-item--p03, .block-items .block-item--p04 {
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
    transition: .3s; }
  .block-items .block-item--01, .block-items .block-item--03, .block-items .block-item--05, .block-items .block-item--07, .block-items .block-item--09 {
    background: rgba(255, 255, 255, 0.9);
    color: #094; }
  .block-items .block-item--02, .block-items .block-item--04, .block-items .block-item--06, .block-items .block-item--08, .block-items .block-item--10 {
    background: rgba(0, 153, 68, 0.9);
    color: #fff; }
  .block-items .block-item > a {
    display: block;
    min-height: 56vw;
    height: 100%;
    padding: 12vw; }
  .block-items .block-item--01 a {
    background: url(../img/common/bg_block-items--01_sp.png) no-repeat center center;
    background-size: calc( 100% - 24vw) auto; }
  .block-items .block-item--01 .block-item_inr {
    padding-top: 20px;
    padding-left: 30px;
    line-height: 1; }
  .block-items .block-item--01 .num {
    font-size: 7rem; }
  .block-items .block-item--01 .edit_sp {
    display: block; }
  .block-items .block-item--02 .block-item_inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1; }
  .block-items .block-item--02 .block-item_inr .num {
    padding-right: 20px;
    font-size: 7rem; }
  .block-items .block-item--02 .block-item_inr .num .edit {
    font-size: 2.4rem;
    font-family: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif; }
  .block-items .block-item--03 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--03 .block-item_inr .num {
    display: block;
    font-size: 12rem; }
  .block-items .block-item--03 .block-item_inr .edit {
    font-size: 4.8rem; }
  .block-items .block-item--03 .block-item_inr img {
    display: inline-block;
    width: 40%;
    margin-right: 10px;
    margin-top: 10px; }
  .block-items .block-item--04 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--04 .block-item_inr img {
    display: block;
    margin: 0 auto 15px; }
  .block-items .block-item--04 .block-item_inr .num {
    display: block;
    font-size: 16rem;
    line-height: .9; }
  .block-items .block-item--04 .block-item_inr .edit {
    font-size: 8rem; }
  .block-items .block-item--05 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--05 .block-item_inr img {
    display: block;
    margin: 15px auto 0; }
  .block-items .block-item--05 .block-item_inr .num {
    display: block;
    font-size: 16rem; }
  .block-items .block-item--05 .block-item_inr .edit {
    font-size: 8rem; }
  .block-items .block-item--06 a {
    padding: 45px 0 45px 38%;
    background: url(../img/common/bg_block-items--06_sp.png) no-repeat left center;
    background-size: 35% auto;
    line-height: 1; }
  .block-items .block-item--06 .num {
    display: inline-block;
    font-size: 12rem; }
  .block-items .block-item--06 .edit {
    font-size: 3.5rem; }
  .block-items .block-item--06 .edit_sp {
    display: block; }
  .block-items .block-item--07 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--07 .block-item_inr img {
    display: block;
    width: 80%;
    margin: 0 auto; }
  .block-items .block-item--07 .block-item_inr .edit:first-child {
    width: 23%;
    font-size: 2.4rem;
    text-align: center; }
  .block-items .block-item--07 .block-item_inr .num {
    display: block;
    width: 86%;
    font-size: 5.5rem;
    text-align: center; }
  .block-items .block-item--07 .block-item_inr .edit {
    font-size: 2.2rem; }
  .block-items .block-item--07 .block-item_inr .block-item_inr-box {
    display: flex;
    margin-top: 10px; }
  .block-items .block-item--08 a {
    background: url(../img/common/bg_block-items--08_sp.png) no-repeat right center;
    background-size: 30% auto;
    padding: 45px 25% 45px 45px;
    line-height: 1; }
  .block-items .block-item--08 .num {
    display: inline-block;
    margin-top: 10px;
    font-size: 11rem; }
  .block-items .block-item--08 .edit:first-child {
    font-size: 2rem; }
  .block-items .block-item--08 .edit {
    font-size: 3.3rem; }
  .block-items .block-item--09 .block-item_inr {
    line-height: 1; }
  .block-items .block-item--09 .block-item_inr img {
    width: 31%; }
  .block-items .block-item--09 .block-item_inr .edit {
    font-size: 2rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box {
    display: flex;
    align-items: baseline; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .num {
    font-size: 12rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .num--02 {
    font-family: "Khand",sans-serif;
    font-size: 4.8rem; }
  .block-items .block-item--09 .block-item_inr .block-item_inr-box .edit {
    font-size: 3.6rem; }
  .block-items .block-item--10 a {
    padding: 45px 0 45px 60%;
    background: url(../img/common/bg_block-items--10_sp.png) no-repeat left 45px center;
    background-size: 43% auto;
    line-height: 1; }
  .block-items .block-item--10 .num {
    display: inline-block;
    font-size: 12rem; }
  .block-items .block-item--10 .edit {
    font-size: 3.5rem; }
  .block-items .block-item--10 .edit_sp {
    display: block; }
  .block-items .anim {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@media screen and (max-width: 767px) {
  .jp .block-items .block-item--07 .block-item_inr .block-item_inr-box {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px; }
  .jp .block-items .block-item--07 .block-item_inr .block-item_inr-box > .edit {
    width: 25%;
    font-size: 2rem; }
  .jp .block-items .block-item--07 .block-item_inr .num {
    width: 75%;
    font-size: 4.8rem; }
  .jp .block-items .block-item--08 .block-item_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
  .jp .block-items .block-item--08 .edit_jp {
    display: block; } }

@media print, screen and (min-width: 768px) {
  .en .block-items .block-item--07 .block-item_inr {
    padding: 30px 40px;
    text-align: center; }
  .en .block-items .block-item--07 .block-item_inr .edit:first-child {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }
  .en .block-items .block-item--07 .block-item_inr .num {
    width: 100%;
    font-size: 5rem; }
  .en .block-items .block-item--07 .block-item_inr .block-item_inr-box {
    margin-top: 5px; }
  .en .block-items .block-item--08 {
    max-height: 215px; }
  .en .block-items .block-item--08 a {
    max-height: 215px;
    padding-top: 35px;
    background: url(../img/common/bg_block-items--08_pc.png) no-repeat right -75px bottom 10px, rgba(0, 153, 68, 0.9); }
  .en .block-items .block-item--09 {
    max-height: 215px; }
  .en .block-items .block-item--09 a {
    max-height: 215px; }
  .en .block-items .block-item--09 .block-item_inr {
    padding-top: 35px; }
  .en .block-items .block-item--09 .block-item_inr-box {
    flex-wrap: wrap;
    align-items: center; }
  .en .block-items .block-item--09 .block-item_inr-box .edit {
    line-height: 1.5; }
  .en .block-items .block-item--09 .block-item_inr-box .num--02 {
    font-size: 2.8rem; }
  .en .block-items .block-item--09 .block-item_inr-box .num {
    font-size: 8rem; }
  .en .block-items .block-item--09 .edit:first-child {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.4rem; }
  .en .block-items .block-item--09 .edit:first-child + .edit {
    display: block;
    width: 100%;
    font-size: 2rem; }
  .en .block-items .block-item--10 {
    max-height: 215px; }
  .en .block-items .block-item--10 a {
    max-height: 215px;
    padding: 35px 40px 45px;
    background: url(../img/common/en/bg_block-items--10_pc.png) no-repeat left 50px top 80px, rgba(0, 153, 68, 0.9); }
  .en .block-items .block-item--10 .block-item_inr-box .num {
    display: block;
    padding-top: 10px;
    padding-left: 150px; } }

@media screen and (max-width: 767px) {
  .en .block-items .block-item--07 .block-item_inr {
    text-align: center; }
  .en .block-items .block-item--07 .block-item_inr .edit:first-child {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .en .block-items .block-item--07 .block-item_inr .num {
    width: 100%; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box .edit:first-child {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.4rem; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box .num {
    font-size: 20vw; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box .num--02 {
    font-family: "Khand",sans-serif;
    font-size: 2rem; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box .edit {
    font-size: 3.6rem; }
  .en .block-items .block-item--09 .block-item_inr .block-item_inr-box img {
    width: 18%; } }

.sec {
  width: 700px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .sec {
    width: 100%;
    padding: 0 6.66667vw; } }

.sec-r {
  width: 50%;
  background: #fff;
  margin-left: auto;
  padding: 0 50px; }

@media screen and (max-width: 767px) {
  .sec-r {
    width: 100%;
    margin-left: 0;
    padding: 0 6.66667vw; } }

.sec-bg {
  background: url(../img/common/bg_sec02.jpg) no-repeat left center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .sec-bg {
    background: none; } }

#sec01 + #sec02 {
  margin-top: 100px; }

@media screen and (max-width: 767px) {
  #sec01 + #sec02 {
    margin-top: 60px; } }

#sec03 {
  background: url(../img/common/bg_sec03_pc.jpg) no-repeat center center;
  background-size: cover; }

#sec03 .sec-m {
  display: block;
  padding: 100px 0; }

@media screen and (max-width: 767px) {
  #sec03 {
    padding: 8vw 6.66667vw 37.33333vw;
    background: url(../img/common/bg_sec03_sp.jpg) no-repeat center center;
    background-size: cover; }
  #sec03 .sec-m {
    padding: 0; }
  #sec03 .ttl-green--j {
    margin-bottom: 30px; } }

.sec-m {
  display: flex;
  width: 1100px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .sec-m {
    display: block;
    width: 100%;
    padding: 0 6.66667vw; } }

.ttl_h2 {
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6; }

@media screen and (max-width: 767px) {
  .ttl_h2 {
    font-size: 2.2rem; } }

.container .ttl_h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .container .ttl_h3 {
    font-size: 1.6rem;
    line-height: 1.5; } }

.container .ttl_h2 + .ttl_h3 {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .container .ttl_h2 + .ttl_h3 {
    margin-top: 20px; } }

.ttl-green {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #094;
  font-size: 4.6rem;
  font-family: 'Khand', sans-serif;
  line-height: 1; }

.ttl-green span {
  display: inline-block;
  margin-left: 20px;
  color: #333;
  font-size: 1.8rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .ttl-green {
    margin-bottom: 15px;
    font-size: 3rem; }
  .ttl-green span {
    margin-left: 15px;
    font-size: 1.5rem; } }

.ttl-green--j {
  margin-bottom: 50px;
  color: #094;
  font-size: 4rem;
  text-align: center;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .ttl-green--j {
    margin-bottom: 25px;
    font-size: 2rem; } }

@media print, screen and (min-width: 768px) {
  #footer .ttl-green {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 230px;
    font-size: 4rem;
    text-align: left; }
  #footer .ttl-green span {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem; } }

p + .btn {
  margin-top: 60px; }

.btn a {
  display: block;
  width: 440px;
  margin: 0 auto;
  padding: 25px 60px 35px 95px;
  background: url(../img/common/ico_pdf_pc.png) no-repeat left 35px center, url(../img/common/ico_arrow_pc.png) no-repeat right 30px center, #f5f5f5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25; }

.btn a span {
  font-size: 14px;
  font-weight: normal; }

@media print, screen and (min-width: 768px) {
  .btn:hover {
    cursor: pointer; } }

@media screen and (max-width: 767px) {
  P + .btn {
    margin-top: 30px; }
  .btn a {
    width: 100%;
    padding: 6.66667vw 6.66667vw 6.66667vw 18.66667vw;
    background: url(../img/common/ico_pdf_sp.png) no-repeat left 4vw center, url(../img/common/ico_arrow_sp.png) no-repeat right 4vw center, #f5f5f5;
    background-size: 8vw auto,1.06667vw auto;
    font-size: 1.2rem; }
  .btn a span {
    font-size: 1.1rem; } }

.modal_tgt {
  display: none; }

.modal_bg {
  display: none;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_modal.png);
  cursor: pointer; }

.modal_body {
  display: none;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  vertical-align: middle; }

.modal_close {
  z-index: 997;
  position: absolute;
  cursor: pointer; }

.modal_inner {
  z-index: 996;
  position: relative; }

@media screen and (max-width: 767px) {
  .modal_body {
    width: calc( 100% - 16vw);
    padding: 40px 35px;
    background: #fff; }
  .modal_wrap {
    padding: 30px;
    background-color: #fff; }
  .modal_close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: url(../img/common/modal_close_sp.png) center center/15px auto no-repeat; }
  .modal_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #094;
    color: #094;
    font-size: 2.2rem; }
  .modal_tgt-inr {
    overflow: scroll;
    max-height: 50vh;
    -webkit-overflow-scrolling: touch; }
  .modal_tgt-inr::-webkit-scrollbar {
    width: 3px; }
  .modal_tgt-inr::-webkit-scrollbar-thumb {
    background: #bdbdbd; }
  .modal_tgt-inr::-webkit-scrollbar-track-piece:start {
    background: #fff; }
  .modal_tgt-inr::-webkit-scrollbar-track-piece:end {
    background: #fff; }
  .modal_list {
    overflow: hidden; }
  .modal_list dt {
    color: #094;
    font-size: 1.6rem;
    font-weight: bold; }
  .modal_list dd {
    font-size: 1.6rem; }
  .modal_list dd + dt {
    margin-top: 15px; }
  .modal_list--02 {
    overflow: hidden; }
  .modal_list--02 dt {
    float: left;
    width: 5em;
    font-size: 1.6rem; }
  .modal_list--02 dt::before {
    content: '●';
    color: #094; }
  .modal_list--02 dd {
    float: right;
    width: calc(100% - 5em);
    color: #094;
    font-size: 1.6rem;
    font-weight: bold; }
  .modal_list--02 dd::before {
    content: '：';
    color: #333;
    margin-right: 5px; }
  .modal_list--02 dd + dt {
    clear: both; }
  .modal_list--02.modal_list--02flx {
    overflow: hidden; }
  .modal_list--02.modal_list--02flx dt {
    float: none;
    min-width: 10em;
    font-size: 2rem; }
  .modal_list--02.modal_list--02flx dt::before {
    content: '●';
    color: #094; }
  .modal_list--02.modal_list--02flx dt::after {
    content: '：';
    color: #333;
    margin-left: 5px; }
  .modal_list--02.modal_list--02flx dd {
    float: none;
    display: block;
    color: #094;
    font-size: 2rem; }
  .modal_list--02.modal_list--02flx dd + dt {
    margin-top: 10px; }
  .modal_list--02.modal_list--02flx dd::before {
    content: none; }
  .en .modal_list dd {
    padding-left: 1em;
    text-indent: -1em; }
  .en .modal_list--02 dt {
    width: 9em;
    padding-left: 1em;
    text-indent: -1em; }
  .en .modal_list--02 dd {
    width: calc( 100% - 9em);
    padding-left: 1em;
    text-indent: -1em; }
  .en .modal_list--02.modal_list--02flx dt {
    width: 15em; }
  .en .modal_list--02.modal_list--02flx dd {
    width: 100%; }
  .modal_tgt-slide {
    margin: 0 -35px; }
  .modal_tgt-slide .modal_ttl {
    margin: 0 35px 15px; }
  .modal_tgt-slide .modal_tgt-inr {
    overflow: hidden; } }

@media print, screen and (min-width: 768px) {
  .modal_inner {
    padding: 80px;
    background-color: #fff; }
  .modal_wrap {
    padding: 30px 40px;
    border: 2px solid #b8ce3c;
    border-radius: 14px; }
  .modal_close {
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    padding: 10px;
    background: url(../img/common/modal_close_pc.png) center center no-repeat; }
  .modal_ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #094;
    color: #094;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1; }
  .modal_ttl span {
    font-size: 1.3rem; }
  .modal_tgt-860 {
    width: 800px; }
  .modal_tgt-500 {
    width: 480px; }
  .modal_tgt-slide {
    width: 700px;
    padding: 0 50px; }
  .modal_list {
    overflow: hidden; }
  .modal_list dt {
    float: left;
    width: 40px;
    color: #094;
    font-size: 2.2rem; }
  .modal_list dd {
    float: right;
    width: calc(100% - 50px);
    font-size: 2rem; }
  .modal_list dd::before {
    content: '：'; }
  .modal_list dd + dt {
    clear: both; }
  .modal_list--02 {
    overflow: hidden; }
  .modal_list--02 dt {
    float: left;
    width: 120px;
    font-size: 2rem; }
  .modal_list--02 dt::before {
    content: '●';
    color: #094; }
  .modal_list--02 dd {
    float: right;
    width: calc(100% - 120px);
    color: #094;
    font-size: 2rem; }
  .modal_list--02 dd::before {
    content: '：';
    color: #333;
    margin-right: 5px; }
  .modal_list--02 dd + dt {
    clear: both; }
  .modal_list--02.modal_list--02flx {
    overflow: hidden; }
  .modal_list--02.modal_list--02flx dt {
    float: left;
    display: inline-block;
    min-width: 180px;
    font-size: 2rem; }
  .modal_list--02.modal_list--02flx dt::before {
    content: '●';
    color: #094; }
  .modal_list--02.modal_list--02flx dd {
    float: left;
    max-width: calc(100% - 180px);
    color: #094;
    font-size: 2rem; }
  .modal_list--02.modal_list--02flx dd + dt {
    clear: both; }
  .en .modal_list dd {
    padding-left: 1em;
    text-indent: -1em; }
  .en .modal_list--02 dt {
    width: 280px;
    padding-left: 1em;
    text-indent: -1em; }
  .en .modal_list--02 dd {
    width: calc( 100% - 280px);
    padding-left: 1em;
    text-indent: -1em; } }

.link-list .link-list-items .link-list_ttl {
  margin-bottom: 20px;
  font-size: 2.4rem; }

.link-list .link-list-items p {
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5; }

@media print, screen and (min-width: 768px) {
  .link-list .link-list-items .list-ar a {
    background: url(../img/common/ico_ar02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ar a:hover {
    background: url(../img/common/ico_ar02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-ar_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ar a:hover p {
    color: #df2b2b; }
  .link-list .link-list-items .list-ic a {
    background: url(../img/common/ico_ic02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ic a:hover {
    background: url(../img/common/ico_ic02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-ic_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ic a:hover p {
    color: #ff6f29; }
  .link-list .link-list-items .list-ee a {
    background: url(../img/common/ico_ee02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ee a:hover {
    background: url(../img/common/ico_ee02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-ee_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ee a:hover p {
    color: #f2bc3c; }
  .link-list .link-list-items .list-ms a {
    background: url(../img/common/ico_ms02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ms a:hover {
    background: url(../img/common/ico_ms02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-ms_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-ms a:hover p {
    color: #32b48b; }
  .link-list .link-list-items .list-me a {
    background: url(../img/common/ico_me02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-me a:hover {
    background: url(../img/common/ico_me02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-me_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-me a:hover p {
    color: #4b96cb; }
  .link-list .link-list-items .list-la a {
    background: url(../img/common/ico_la02_pc.png) no-repeat left center, url(../img/common/ico_arrow02_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-la a:hover {
    background: url(../img/common/ico_la02_pc.png) no-repeat left center, url(../img/common/ico_arrow02-la_pc.png) no-repeat right 5px center; }
  .link-list .link-list-items .list-la a:hover p {
    color: #7363aa; } }

.link-list .link-list-items a {
  display: block;
  padding: 30px 40px 30px 110px;
  border-top: solid 1px #e2e2e2; }

.link-list .link-list-items li:last-child a {
  border-bottom: solid 1px #e2e2e2; }

@media screen and (max-width: 767px) {
  .link-list .link-list-items .list-ar a {
    background: url(../img/common/ico_ar02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items .list-ic a {
    background: url(../img/common/ico_ic02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items .list-ee a {
    background: url(../img/common/ico_ee02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items .list-ms a {
    background: url(../img/common/ico_ms02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items .list-me a {
    background: url(../img/common/ico_me02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items .list-la a {
    background: url(../img/common/ico_la02_sp.png) no-repeat left 5.33333vw, url(../img/common/ico_arrow02_sp.png) no-repeat right center;
    background-size: 13.33333vw auto,2vw auto; }
  .link-list .link-list-items a {
    padding: 5.33333vw 5.33333vw 5.33333vw 18.66667vw; }
  .link-list .link-list-items .link-list_ttl {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold; }
  .link-list .link-list-items p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.4; } }

#movie {
  margin: 56px 50px;
  padding: 64px 150px;
  background-color: #f5f5f5; }

#movie .wrapper {
  max-width: 1000px;
  margin: 0 auto; }

#movie .title {
  margin-bottom: 50px;
  color: #094;
  font-size: 4rem;
  line-height: 1;
  text-align: center; }

#movie .section {
  margin-top: 42px; }

#movie .category {
  margin-bottom: 24px;
  color: #333;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5; }

#movie .items {
  position: relative;
  margin: 0 -10px; }

#movie .item {
  width: 254px;
  padding: 0 10px;
  cursor: pointer; }

#movie .item:focus {
  outline: none; }

#movie .item__thumb {
  position: relative; }

#movie .item__thumb img {
  width: 100%; }

#movie .item__thumb > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); }

#movie .item__name {
  margin-top: 12px;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.56; }

#movie .item__summary {
  margin-top: 14px;
  color: #999;
  font-size: 1.6rem;
  line-height: 1.5; }

#movie .slick-track {
  margin: 0; }

#movie .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  transition: .2s; }

#movie .slide-arrow > div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #094;
  width: 40px;
  height: 100%;
  cursor: pointer; }

#movie .slide-arrow > div::before {
  width: 7px;
  height: 16px;
  background: url("../img/common/ico_arrow_movie.png") center center/contain no-repeat;
  content: ""; }

#movie .slide-arrow[aria-disabled="true"] {
  opacity: .5; }

#movie .prev-arrow {
  left: -72px; }

#movie .next-arrow {
  right: -72px; }

#movie .next-arrow > div::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#movie .slick-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center; }

#movie .slick-dots li {
  padding: 0 5px; }

#movie .slick-dots li:only-child {
  display: none; }

#movie .slick-dots button {
  display: block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d2d2d2;
  font-size: 0;
  line-height: 0; }

#movie .slick-dots .slick-active button {
  background-color: #094; }

#movie .player {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_modal.png);
  cursor: pointer; }

#movie .player__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

#movie .player__container {
  position: relative;
  max-width: 864px;
  width: 100%; }

#movie .player__iframe {
  position: relative;
  height: 0;
  padding-top: 56.25%; }

#movie .player__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#movie .player__close {
  position: absolute;
  top: -48px;
  right: 0; }

#movie .player__close img {
  width: 22px; }

#movie .player__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  height: 70px;
  padding: 0 48px;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px; }

#movie .player__button img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px; }

@media screen and (max-width: 767px) {
  #movie {
    margin: 4vw;
    padding: 10.66667vw 5.33333vw; }
  #movie .title {
    margin-bottom: 20px;
    font-size: 2rem; }
  #movie .section {
    margin-top: 28px; }
  #movie .category {
    margin-bottom: 16px;
    font-size: 1.6rem; }
  #movie .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
  #movie .item {
    width: auto;
    padding: 0 12px; }
  #movie .item__thumb > div svg {
    width: 24px; }
  #movie .item__name {
    margin-top: 8px;
    font-size: 1.4rem; }
  #movie .item__summary {
    display: none; }
  #movie .slide-arrow {
    display: flex;
    flex-basis: 50%;
    position: relative;
    top: 0;
    margin-top: 16px;
    -webkit-transform: none;
            transform: none; }
  #movie .slide-arrow > div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #094;
    width: 40px;
    height: 100%;
    transition: .2s; }
  #movie .slide-arrow > div[aria-disabled="true"] {
    opacity: .3; }
  #movie .prev-arrow {
    order: 2;
    left: 0;
    justify-content: flex-end;
    padding-right: 5px; }
  #movie .next-arrow {
    order: 3;
    right: 0;
    justify-content: flex-start;
    padding-left: 5px; }
  #movie .slick-dots {
    order: 1;
    flex-basis: 100%;
    margin-top: 18px; }
  #movie .player__container {
    max-width: calc(100% - 16vw); } }

.en #slider .slider_item--top .slider_txt p {
  font-size: 3.73333vw; }

.en #slider .ico_dep {
  font-size: 3.2vw; }

.en #slider .ico_dep span {
  display: inline-block;
  line-height: 1.3; }

@media print, screen and (min-width: 768px) {
  .en #slider .slider_item .slider_txt {
    padding: 45px 15px 45px 40px;
    line-height: 1.3; }
  .en #slider .slider_item--top .slider_txt p {
    font-size: 2.5rem; }
  .en #slider .ico_dep {
    font-size: 2.4rem; }
  .en #slider .slider_pager_item::before, .en #slider .slider_pager_item::after {
    font-size: 1.2rem; }
  .en #slider .slider_pager_item--a::before {
    content: "Architecture"; }
  .en #slider .slider_pager_item--b::before {
    content: "Industrial Chemistry"; }
  .en #slider .slider_pager_item--c::before {
    content: "Electrical Engineering"; }
  .en #slider .slider_pager_item--d::before {
    content: "Information and"; }
  .en #slider .slider_pager_item--d::after {
    content: "Computer Technology"; }
  .en #slider .slider_pager_item--e::before {
    content: "Mechanical"; }
  .en #slider .slider_pager_item--e::after {
    content: "Engineering"; }
  .en #slider .slider_pager_item--f::before {
    content: "Liberal Arts"; } }

#slider {
  position: relative;
  margin-bottom: 10.66667vw; }

#slider .slider_items {
  position: relative;
  height: 77.33333vw;
  overflow: hidden; }

#slider .slider_items a {
  display: block; }

#slider .slider_item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#slider .slider_item.is-current {
  z-index: 1; }

#slider .slider_item--top .slider_txt {
  display: flex;
  align-items: center;
  background: url(../img/common/bg_dep_sp.png) right top/21.33333vw auto no-repeat, rgba(0, 159, 68, 0.95); }

#slider .slider_item--top .slider_txt p {
  font-size: 5.86667vw;
  line-height: 1.59; }

#slider .slider_item--top .slider_txt::before {
  display: none; }

#slider .slider_item--ar .slider_txt {
  background: url(../img/common/bg_ar_sp.png) no-repeat right top/21.33333vw auto, rgba(218, 30, 29, 0.95); }

#slider .slider_item--ar .slider_txt .ico_dep {
  background: url(../img/common/ico_ar01_sp.png) no-repeat left center/8vw auto; }

#slider .slider_item--ic .slider_txt {
  background: url(../img/common/bg_ic_sp.png) no-repeat right top/21.33333vw auto, rgba(254, 117, 51, 0.95); }

#slider .slider_item--ic .slider_txt .ico_dep {
  background: url(../img/common/ico_ic01_sp.png) no-repeat left center/8vw auto; }

#slider .slider_item--ee .slider_txt {
  background: url(../img/common/bg_ee_sp.png) no-repeat right top/21.33333vw auto, rgba(239, 181, 40, 0.95); }

#slider .slider_item--ee .slider_txt .ico_dep {
  background: url(../img/common/ico_ee01_sp.png) no-repeat left center/8vw auto; }

#slider .slider_item--ms .slider_txt {
  background: url(../img/common/bg_ms_sp.png) no-repeat right top/21.33333vw auto, rgba(60, 184, 145, 0.95); }

#slider .slider_item--ms .slider_txt .ico_dep {
  background: url(../img/common/ico_ms01_sp.png) no-repeat left center/8vw auto; }

#slider .slider_item--me .slider_txt {
  background: url(../img/common/bg_me_sp.png) no-repeat right top/21.33333vw auto, rgba(75, 148, 201, 0.95); }

#slider .slider_item--me .slider_txt .ico_dep {
  background: url(../img/common/ico_me01_sp.png) no-repeat left center/8vw auto; }

#slider .slider_item--la .slider_txt {
  background: url(../img/common/bg_la_sp.png) no-repeat right top/21.33333vw auto, rgba(111, 97, 169, 0.95); }

#slider .slider_item--la .slider_txt .ico_dep {
  background: url(../img/common/ico_la01_sp.png) no-repeat left center/8vw auto; }

#slider .ico_dep {
  display: block;
  min-height: 8vw;
  margin-bottom: 1.86667vw;
  padding-left: 10.66667vw;
  font-size: 4.4vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.75; }

#slider .ico_dep span {
  padding-bottom: 8px;
  border-bottom: solid 3px #fff; }

#slider .slide_inr {
  position: relative;
  height: 100%; }

#slider .slider_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93.3%;
  height: 33.33333vw;
  padding: 4.66667vw 6.66667vw;
  background-color: #e1e1e1; }

#slider .slider_txt p {
  color: #fff;
  font-weight: bold;
  font-size: 5.06667vw;
  line-height: 1.32; }

#slider .slider_txt::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc( 50% - 1.6vw);
  right: 4vw;
  width: 1.33333vw;
  height: 3.2vw;
  background: url(../img/common/ico_arrow03_sp.png) 0 0/1.33333vw auto no-repeat; }

#slider .slide_img img {
  width: 100%;
  max-width: none; }

#slider .slider_link {
  display: none; }

#slider .slider_pager {
  display: flex;
  justify-content: space-between;
  margin: 4vw 6.66667vw 0; }

#slider .slider_pager_item {
  flex: 0 0 calc( 100% / 6 - 1.06667vw);
  height: 3.73333vw;
  width: calc( ( 100% - 50px ) / 6);
  border-bottom: 1.86667vw solid #fff;
  transition: .2s; }

#slider .slider_pager_item--a {
  background-color: #df2b2b; }

#slider .slider_pager_item--a.is-current {
  border-color: #df2b2b; }

#slider .slider_pager_item--b {
  background-color: #ff6f29; }

#slider .slider_pager_item--b.is-current {
  border-color: #ff6f29; }

#slider .slider_pager_item--c {
  background-color: #f2bc3c; }

#slider .slider_pager_item--c.is-current {
  border-color: #f2bc3c; }

#slider .slider_pager_item--d {
  background-color: #32b48b; }

#slider .slider_pager_item--d.is-current {
  border-color: #32b48b; }

#slider .slider_pager_item--e {
  background-color: #4b96cb; }

#slider .slider_pager_item--e.is-current {
  border-color: #4b96cb; }
/*
#slider .slider_pager_item--f {
  background-color: #7363aa; }

#slider .slider_pager_item--f.is-current {
  border-color: #7363aa; }
*/
																					/* 2021.12.15 橋本 削除 */

@media print, screen and (min-width: 768px) {
  #slider {
    margin-bottom: 85px; }
  #slider .slider_items {
    height: 500px; }
  #slider .slider_item {
    padding-left: 200px; }
  #slider .slider_item .slider_txt {
    background-size: cover; }
  #slider .slider_item--top .slider_txt {
    padding-right: 10px;
    padding-left: 60px;
    background-image: url(../img/common/bg_dep_pc.png); }
  #slider .slider_item--top .slider_txt p {
    font-size: 4rem;
    line-height: 1.5; }
  #slider .slider_item--top .slider_txt::before {
    display: none; }
  #slider .slider_item--ar .slider_txt {
    background-image: url(../img/common/bg_ar_pc.png); }
  #slider .slider_item--ar .slider_txt .ico_dep {
    background-image: url(../img/common/ico_ar01_pc.png);
    background-size: 54px auto; }
  #slider .slider_item--ic .slider_txt {
    background-image: url(../img/common/bg_ic_pc.png); }
  #slider .slider_item--ic .slider_txt .ico_dep {
    background-image: url(../img/common/ico_ic01_pc.png);
    background-size: 54px auto; }
  #slider .slider_item--ee .slider_txt {
    background-image: url(../img/common/bg_ee_pc.png); }
  #slider .slider_item--ee .slider_txt .ico_dep {
    background-image: url(../img/common/ico_ee01_pc.png);
    background-size: 54px auto; }
  #slider .slider_item--ms .slider_txt {
    background-image: url(../img/common/bg_ms_pc.png); }
  #slider .slider_item--ms .slider_txt .ico_dep {
    background-image: url(../img/common/ico_ms01_pc.png);
    background-size: 54px auto; }
  #slider .slider_item--me .slider_txt {
    background-image: url(../img/common/bg_me_pc.png); }
  #slider .slider_item--me .slider_txt .ico_dep {
    background-image: url(../img/common/ico_me01_pc.png);
    background-size: 54px auto; }
/*
  #slider .slider_item--la .slider_txt {
    background-image: url(../img/common/bg_la_pc.png); }
  #slider .slider_item--la .slider_txt .ico_dep {
    background-image: url(../img/common/ico_la01_pc.png);
    background-size: 54px auto; }
*/
																					/* 2021.12.15 橋本 削除 */

  #slider .ico_dep {
    min-height: 54px;
    margin-bottom: 20px;
    padding-left: 70px;
    font-size: 2.6rem; }
  #slider .slide_inr {
    position: static; }
  #slider .slider_txt {
    bottom: calc( 50% - 180px);
    width: 488px;
    height: 360px;
    padding: 45px 0 45px 74px; }
  #slider .slider_txt p {
    font-size: 3.6rem;
    line-height: 1.5; }
  #slider .slider_txt::before {
    display: none; }
  #slider .slider_link {
    display: block;
    margin-top: 16px;
    font-size: 1.6rem; }
  #slider .slider_link::after {
    content: url(../img/common/ico_arrow03_pc.png);
    position: relative;
    top: -1px;
    margin-left: 10px; }
  #slider .slider_pager {
    min-width: 1200px;																/* 2021.12.15 橋本 min-width: 1400px; */
    width: 71vw;
    padding-left: 200px;
    margin: 20px 0 0; }
  #slider .slider_pager_item {
    flex: 0 0 18%;																	/* 2021.12.15 橋本 flex: 0 0 15%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-width: 160px;
    height: 50px;
    padding-left: 10px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid;
    background-color: transparent; }
  #slider .slider_pager_item + .slider_pager_item {
    margin-left: 1%; }
  #slider .slider_pager_item::before, #slider .slider_pager_item::after {
    width: 100%;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1; }
  #slider .slider_pager_item.is-current {
    color: #fff; }
  #slider .slider_pager_item--a {
    color: #df2b2b; }
  #slider .slider_pager_item--a::before {
    content: "建築学科/建築学専攻"; }
  #slider .slider_pager_item--a.is-current, #slider .slider_pager_item--a:hover {
    background-color: #df2b2b;
    border-top: 4px solid transparent;
    color: #fff; }
  #slider .slider_pager_item--b {
    color: #ff6f29; }
  #slider .slider_pager_item--b::before {
    content: "工業化学科/工業化学専攻"; }
  #slider .slider_pager_item--b.is-current, #slider .slider_pager_item--b:hover {
    background-color: #ff6f29;
    border-top: 4px solid transparent;
    color: #fff; }
  #slider .slider_pager_item--c {
    color: #f2bc3c; }
  #slider .slider_pager_item--c::before {
    content: "電気工学科/電気工学専攻"; }
  #slider .slider_pager_item--c.is-current, #slider .slider_pager_item--c:hover {
    background-color: #f2bc3c;
    border-top: 4px solid transparent;
    color: #fff; }
  #slider .slider_pager_item--d {
    color: #32b48b; }
  #slider .slider_pager_item--d::before {
    content: "情報工学科/情報工学専攻"; }
  #slider .slider_pager_item--d.is-current, #slider .slider_pager_item--d:hover {
    background-color: #32b48b;
    border-top: 4px solid transparent;
    color: #fff; }
  #slider .slider_pager_item--e {
    color: #4b96cb; }
  #slider .slider_pager_item--e::before {
    content: "機械工学科/機械工学専攻"; }
  #slider .slider_pager_item--e.is-current, #slider .slider_pager_item--e:hover {
    background-color: #4b96cb;
    border-top: 4px solid transparent;
    color: #fff; } }
/*
  #slider .slider_pager_item--f {
    color: #7363aa; }
  #slider .slider_pager_item--f::before {
    content: "教 養"; }
  #slider .slider_pager_item--f.is-current, #slider .slider_pager_item--f:hover {
    background-color: #7363aa;
    border-top: 4px solid transparent;
    color: #fff; } }
*/
																					/* 2021.12.15 橋本 削除 */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-wrapper {
  background: #fff; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -60px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../img/common/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d2d2d2;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #094; }

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: -30px;
  background: url("../img/common/ico_slide-prev_pc.png") no-repeat left center; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: -30px;
  background: url("../img/common/ico_slide-next_pc.png") no-repeat left center; }

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  opacity: .8;
  transition: .3s; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 18px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../img/common/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../img/common/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%; }

.bx-wrapper .bx-caption span {
  display: block;
  font-size: 1.8rem; }

@media print, screen and (min-width: 768px) {
  .bx-wrapper {
    width: 100%;
    height: 340px; }
  .bx-viewport {
    height: 380px !important; }
  .bx-viewport li {
    width: 600px !important;
    margin-right: 0 !important; }
  .bx-viewport li img {
    max-width: 100%;
    max-height: 340px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .bx-viewport {
    height: 210px !important; }
  .bx-viewport li {
    width: calc( 100vw - 16vw) !important;
    margin-right: 0 !important; }
  .bx-viewport li img {
    max-width: 100%;
    width: 100%;
    max-height: 160px;
    height: auto;
    margin: 0 auto; }
  .bx-controls-direction {
    display: none; }
  .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -20px;
    width: 100%; }
  .bx-wrapper {
    margin-bottom: 30px; }
  .bx-wrapper .bx-caption span {
    padding-left: 1em;
    font-size: 1.6rem; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.fs10 {
  font-size: 1rem !important; }

.fs11 {
  font-size: 1.1rem !important; }

.fs12 {
  font-size: 1.2rem !important; }

.fs13 {
  font-size: 1.3rem !important; }

.fs14 {
  font-size: 1.4rem !important; }

.fs15 {
  font-size: 1.5rem !important; }

.fs16 {
  font-size: 1.6rem !important; }

.fs17 {
  font-size: 1.7rem !important; }

.fs18 {
  font-size: 1.8rem !important; }

.fs19 {
  font-size: 1.9rem !important; }

.fs20 {
  font-size: 2rem !important; }

.fs21 {
  font-size: 2.1rem !important; }

.fs22 {
  font-size: 2.2rem !important; }

.fs23 {
  font-size: 2.3rem !important; }

.fs24 {
  font-size: 2.4rem !important; }

.fs25 {
  font-size: 2.5rem !important; }

.fs26 {
  font-size: 2.6rem !important; }

.fs27 {
  font-size: 2.7rem !important; }

.fs28 {
  font-size: 2.8rem !important; }

@media screen and (max-width: 767px) {
  .sp-fs10 {
    font-size: 1rem !important; }
  .sp-fs11 {
    font-size: 1.1rem !important; }
  .sp-fs12 {
    font-size: 1.2rem !important; }
  .sp-fs13 {
    font-size: 1.3rem !important; }
  .sp-fs14 {
    font-size: 1.4rem !important; }
  .sp-fs15 {
    font-size: 1.5rem !important; }
  .sp-fs16 {
    font-size: 1.6rem !important; }
  .sp-fs17 {
    font-size: 1.7rem !important; }
  .sp-fs18 {
    font-size: 1.8rem !important; }
  .sp-fs19 {
    font-size: 1.9rem !important; }
  .sp-fs20 {
    font-size: 2rem !important; }
  .sp-fs21 {
    font-size: 2.1rem !important; }
  .sp-fs22 {
    font-size: 2.2rem !important; }
  .sp-fs23 {
    font-size: 2.3rem !important; }
  .sp-fs24 {
    font-size: 2.4rem !important; }
  .sp-fs25 {
    font-size: 2.5rem !important; }
  .sp-fs26 {
    font-size: 2.6rem !important; }
  .sp-fs27 {
    font-size: 2.7rem !important; }
  .sp-fs28 {
    font-size: 2.8rem !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-fs10 {
    font-size: 1rem !important; }
  .tablet-fs11 {
    font-size: 1.1rem !important; }
  .tablet-fs12 {
    font-size: 1.2rem !important; }
  .tablet-fs13 {
    font-size: 1.3rem !important; }
  .tablet-fs14 {
    font-size: 1.4rem !important; }
  .tablet-fs15 {
    font-size: 1.5rem !important; }
  .tablet-fs16 {
    font-size: 1.6rem !important; }
  .tablet-fs17 {
    font-size: 1.7rem !important; }
  .tablet-fs18 {
    font-size: 1.8rem !important; }
  .tablet-fs19 {
    font-size: 1.9rem !important; }
  .tablet-fs20 {
    font-size: 2rem !important; }
  .tablet-fs21 {
    font-size: 2.1rem !important; }
  .tablet-fs22 {
    font-size: 2.2rem !important; }
  .tablet-fs23 {
    font-size: 2.3rem !important; }
  .tablet-fs24 {
    font-size: 2.4rem !important; }
  .tablet-fs25 {
    font-size: 2.5rem !important; }
  .tablet-fs26 {
    font-size: 2.6rem !important; }
  .tablet-fs27 {
    font-size: 2.7rem !important; }
  .tablet-fs28 {
    font-size: 2.8rem !important; } }

@media print, screen and (min-width: 768px) {
  .pc-fs10 {
    font-size: 1rem !important; }
  .pc-fs11 {
    font-size: 1.1rem !important; }
  .pc-fs12 {
    font-size: 1.2rem !important; }
  .pc-fs13 {
    font-size: 1.3rem !important; }
  .pc-fs14 {
    font-size: 1.4rem !important; }
  .pc-fs15 {
    font-size: 1.5rem !important; }
  .pc-fs16 {
    font-size: 1.6rem !important; }
  .pc-fs17 {
    font-size: 1.7rem !important; }
  .pc-fs18 {
    font-size: 1.8rem !important; }
  .pc-fs19 {
    font-size: 1.9rem !important; }
  .pc-fs20 {
    font-size: 2rem !important; }
  .pc-fs21 {
    font-size: 2.1rem !important; }
  .pc-fs22 {
    font-size: 2.2rem !important; }
  .pc-fs23 {
    font-size: 2.3rem !important; }
  .pc-fs24 {
    font-size: 2.4rem !important; }
  .pc-fs25 {
    font-size: 2.5rem !important; }
  .pc-fs26 {
    font-size: 2.6rem !important; }
  .pc-fs27 {
    font-size: 2.7rem !important; }
  .pc-fs28 {
    font-size: 2.8rem !important; } }

.fwB {
  font-weight: bold !important; }

.txt-green {
  color: #094 !important; }

.br_pc {
  display: block; }

@media screen and (max-width: 767px) {
  .br_pc {
    display: none; } }

.br_sp {
  display: none; }

@media screen and (max-width: 767px) {
  .br_sp {
    display: block; } }

@media screen and (max-width: 767px) {
  .pc_show {
    display: none; } }

.nowrap {
  white-space: nowrap !important; }

@media screen and (max-width: 767px) {
  .sp-nowrap {
    white-space: nowrap !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-nowrap {
    white-space: nowrap !important; } }

@media print, screen and (min-width: 768px) {
  .pc-nowrap {
    white-space: nowrap !important; } }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0px !important; }
  .sp-mr0 {
    margin-right: 0px !important; }
  .sp-mb0 {
    margin-bottom: 0px !important; }
  .sp-ml0 {
    margin-left: 0px !important; }
  .sp-mt5 {
    margin-top: 5px !important; }
  .sp-mr5 {
    margin-right: 5px !important; }
  .sp-mb5 {
    margin-bottom: 5px !important; }
  .sp-ml5 {
    margin-left: 5px !important; }
  .sp-mt10 {
    margin-top: 10px !important; }
  .sp-mr10 {
    margin-right: 10px !important; }
  .sp-mb10 {
    margin-bottom: 10px !important; }
  .sp-ml10 {
    margin-left: 10px !important; }
  .sp-mt15 {
    margin-top: 15px !important; }
  .sp-mr15 {
    margin-right: 15px !important; }
  .sp-mb15 {
    margin-bottom: 15px !important; }
  .sp-ml15 {
    margin-left: 15px !important; }
  .sp-mt20 {
    margin-top: 20px !important; }
  .sp-mr20 {
    margin-right: 20px !important; }
  .sp-mb20 {
    margin-bottom: 20px !important; }
  .sp-ml20 {
    margin-left: 20px !important; }
  .sp-mt25 {
    margin-top: 25px !important; }
  .sp-mr25 {
    margin-right: 25px !important; }
  .sp-mb25 {
    margin-bottom: 25px !important; }
  .sp-ml25 {
    margin-left: 25px !important; }
  .sp-mt30 {
    margin-top: 30px !important; }
  .sp-mr30 {
    margin-right: 30px !important; }
  .sp-mb30 {
    margin-bottom: 30px !important; }
  .sp-ml30 {
    margin-left: 30px !important; }
  .sp-mt35 {
    margin-top: 35px !important; }
  .sp-mr35 {
    margin-right: 35px !important; }
  .sp-mb35 {
    margin-bottom: 35px !important; }
  .sp-ml35 {
    margin-left: 35px !important; }
  .sp-mt40 {
    margin-top: 40px !important; }
  .sp-mr40 {
    margin-right: 40px !important; }
  .sp-mb40 {
    margin-bottom: 40px !important; }
  .sp-ml40 {
    margin-left: 40px !important; }
  .sp-mt45 {
    margin-top: 45px !important; }
  .sp-mr45 {
    margin-right: 45px !important; }
  .sp-mb45 {
    margin-bottom: 45px !important; }
  .sp-ml45 {
    margin-left: 45px !important; }
  .sp-mt50 {
    margin-top: 50px !important; }
  .sp-mr50 {
    margin-right: 50px !important; }
  .sp-mb50 {
    margin-bottom: 50px !important; }
  .sp-ml50 {
    margin-left: 50px !important; }
  .sp-mt55 {
    margin-top: 55px !important; }
  .sp-mr55 {
    margin-right: 55px !important; }
  .sp-mb55 {
    margin-bottom: 55px !important; }
  .sp-ml55 {
    margin-left: 55px !important; }
  .sp-mt60 {
    margin-top: 60px !important; }
  .sp-mr60 {
    margin-right: 60px !important; }
  .sp-mb60 {
    margin-bottom: 60px !important; }
  .sp-ml60 {
    margin-left: 60px !important; }
  .sp-mt65 {
    margin-top: 65px !important; }
  .sp-mr65 {
    margin-right: 65px !important; }
  .sp-mb65 {
    margin-bottom: 65px !important; }
  .sp-ml65 {
    margin-left: 65px !important; }
  .sp-mt70 {
    margin-top: 70px !important; }
  .sp-mr70 {
    margin-right: 70px !important; }
  .sp-mb70 {
    margin-bottom: 70px !important; }
  .sp-ml70 {
    margin-left: 70px !important; }
  .sp-mt75 {
    margin-top: 75px !important; }
  .sp-mr75 {
    margin-right: 75px !important; }
  .sp-mb75 {
    margin-bottom: 75px !important; }
  .sp-ml75 {
    margin-left: 75px !important; }
  .sp-mt80 {
    margin-top: 80px !important; }
  .sp-mr80 {
    margin-right: 80px !important; }
  .sp-mb80 {
    margin-bottom: 80px !important; }
  .sp-ml80 {
    margin-left: 80px !important; }
  .sp-mt85 {
    margin-top: 85px !important; }
  .sp-mr85 {
    margin-right: 85px !important; }
  .sp-mb85 {
    margin-bottom: 85px !important; }
  .sp-ml85 {
    margin-left: 85px !important; }
  .sp-mt90 {
    margin-top: 90px !important; }
  .sp-mr90 {
    margin-right: 90px !important; }
  .sp-mb90 {
    margin-bottom: 90px !important; }
  .sp-ml90 {
    margin-left: 90px !important; }
  .sp-mt95 {
    margin-top: 95px !important; }
  .sp-mr95 {
    margin-right: 95px !important; }
  .sp-mb95 {
    margin-bottom: 95px !important; }
  .sp-ml95 {
    margin-left: 95px !important; }
  .sp-mt100 {
    margin-top: 100px !important; }
  .sp-mr100 {
    margin-right: 100px !important; }
  .sp-mb100 {
    margin-bottom: 100px !important; }
  .sp-ml100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-mt0 {
    margin-top: 0px !important; }
  .tablet-mr0 {
    margin-right: 0px !important; }
  .tablet-mb0 {
    margin-bottom: 0px !important; }
  .tablet-ml0 {
    margin-left: 0px !important; }
  .tablet-mt5 {
    margin-top: 5px !important; }
  .tablet-mr5 {
    margin-right: 5px !important; }
  .tablet-mb5 {
    margin-bottom: 5px !important; }
  .tablet-ml5 {
    margin-left: 5px !important; }
  .tablet-mt10 {
    margin-top: 10px !important; }
  .tablet-mr10 {
    margin-right: 10px !important; }
  .tablet-mb10 {
    margin-bottom: 10px !important; }
  .tablet-ml10 {
    margin-left: 10px !important; }
  .tablet-mt15 {
    margin-top: 15px !important; }
  .tablet-mr15 {
    margin-right: 15px !important; }
  .tablet-mb15 {
    margin-bottom: 15px !important; }
  .tablet-ml15 {
    margin-left: 15px !important; }
  .tablet-mt20 {
    margin-top: 20px !important; }
  .tablet-mr20 {
    margin-right: 20px !important; }
  .tablet-mb20 {
    margin-bottom: 20px !important; }
  .tablet-ml20 {
    margin-left: 20px !important; }
  .tablet-mt25 {
    margin-top: 25px !important; }
  .tablet-mr25 {
    margin-right: 25px !important; }
  .tablet-mb25 {
    margin-bottom: 25px !important; }
  .tablet-ml25 {
    margin-left: 25px !important; }
  .tablet-mt30 {
    margin-top: 30px !important; }
  .tablet-mr30 {
    margin-right: 30px !important; }
  .tablet-mb30 {
    margin-bottom: 30px !important; }
  .tablet-ml30 {
    margin-left: 30px !important; }
  .tablet-mt35 {
    margin-top: 35px !important; }
  .tablet-mr35 {
    margin-right: 35px !important; }
  .tablet-mb35 {
    margin-bottom: 35px !important; }
  .tablet-ml35 {
    margin-left: 35px !important; }
  .tablet-mt40 {
    margin-top: 40px !important; }
  .tablet-mr40 {
    margin-right: 40px !important; }
  .tablet-mb40 {
    margin-bottom: 40px !important; }
  .tablet-ml40 {
    margin-left: 40px !important; }
  .tablet-mt45 {
    margin-top: 45px !important; }
  .tablet-mr45 {
    margin-right: 45px !important; }
  .tablet-mb45 {
    margin-bottom: 45px !important; }
  .tablet-ml45 {
    margin-left: 45px !important; }
  .tablet-mt50 {
    margin-top: 50px !important; }
  .tablet-mr50 {
    margin-right: 50px !important; }
  .tablet-mb50 {
    margin-bottom: 50px !important; }
  .tablet-ml50 {
    margin-left: 50px !important; }
  .tablet-mt55 {
    margin-top: 55px !important; }
  .tablet-mr55 {
    margin-right: 55px !important; }
  .tablet-mb55 {
    margin-bottom: 55px !important; }
  .tablet-ml55 {
    margin-left: 55px !important; }
  .tablet-mt60 {
    margin-top: 60px !important; }
  .tablet-mr60 {
    margin-right: 60px !important; }
  .tablet-mb60 {
    margin-bottom: 60px !important; }
  .tablet-ml60 {
    margin-left: 60px !important; }
  .tablet-mt65 {
    margin-top: 65px !important; }
  .tablet-mr65 {
    margin-right: 65px !important; }
  .tablet-mb65 {
    margin-bottom: 65px !important; }
  .tablet-ml65 {
    margin-left: 65px !important; }
  .tablet-mt70 {
    margin-top: 70px !important; }
  .tablet-mr70 {
    margin-right: 70px !important; }
  .tablet-mb70 {
    margin-bottom: 70px !important; }
  .tablet-ml70 {
    margin-left: 70px !important; }
  .tablet-mt75 {
    margin-top: 75px !important; }
  .tablet-mr75 {
    margin-right: 75px !important; }
  .tablet-mb75 {
    margin-bottom: 75px !important; }
  .tablet-ml75 {
    margin-left: 75px !important; }
  .tablet-mt80 {
    margin-top: 80px !important; }
  .tablet-mr80 {
    margin-right: 80px !important; }
  .tablet-mb80 {
    margin-bottom: 80px !important; }
  .tablet-ml80 {
    margin-left: 80px !important; }
  .tablet-mt85 {
    margin-top: 85px !important; }
  .tablet-mr85 {
    margin-right: 85px !important; }
  .tablet-mb85 {
    margin-bottom: 85px !important; }
  .tablet-ml85 {
    margin-left: 85px !important; }
  .tablet-mt90 {
    margin-top: 90px !important; }
  .tablet-mr90 {
    margin-right: 90px !important; }
  .tablet-mb90 {
    margin-bottom: 90px !important; }
  .tablet-ml90 {
    margin-left: 90px !important; }
  .tablet-mt95 {
    margin-top: 95px !important; }
  .tablet-mr95 {
    margin-right: 95px !important; }
  .tablet-mb95 {
    margin-bottom: 95px !important; }
  .tablet-ml95 {
    margin-left: 95px !important; }
  .tablet-mt100 {
    margin-top: 100px !important; }
  .tablet-mr100 {
    margin-right: 100px !important; }
  .tablet-mb100 {
    margin-bottom: 100px !important; }
  .tablet-ml100 {
    margin-left: 100px !important; } }

@media print, screen and (min-width: 768px) {
  .pc-mt0 {
    margin-top: 0px !important; }
  .pc-mr0 {
    margin-right: 0px !important; }
  .pc-mb0 {
    margin-bottom: 0px !important; }
  .pc-ml0 {
    margin-left: 0px !important; }
  .pc-mt5 {
    margin-top: 5px !important; }
  .pc-mr5 {
    margin-right: 5px !important; }
  .pc-mb5 {
    margin-bottom: 5px !important; }
  .pc-ml5 {
    margin-left: 5px !important; }
  .pc-mt10 {
    margin-top: 10px !important; }
  .pc-mr10 {
    margin-right: 10px !important; }
  .pc-mb10 {
    margin-bottom: 10px !important; }
  .pc-ml10 {
    margin-left: 10px !important; }
  .pc-mt15 {
    margin-top: 15px !important; }
  .pc-mr15 {
    margin-right: 15px !important; }
  .pc-mb15 {
    margin-bottom: 15px !important; }
  .pc-ml15 {
    margin-left: 15px !important; }
  .pc-mt20 {
    margin-top: 20px !important; }
  .pc-mr20 {
    margin-right: 20px !important; }
  .pc-mb20 {
    margin-bottom: 20px !important; }
  .pc-ml20 {
    margin-left: 20px !important; }
  .pc-mt25 {
    margin-top: 25px !important; }
  .pc-mr25 {
    margin-right: 25px !important; }
  .pc-mb25 {
    margin-bottom: 25px !important; }
  .pc-ml25 {
    margin-left: 25px !important; }
  .pc-mt30 {
    margin-top: 30px !important; }
  .pc-mr30 {
    margin-right: 30px !important; }
  .pc-mb30 {
    margin-bottom: 30px !important; }
  .pc-ml30 {
    margin-left: 30px !important; }
  .pc-mt35 {
    margin-top: 35px !important; }
  .pc-mr35 {
    margin-right: 35px !important; }
  .pc-mb35 {
    margin-bottom: 35px !important; }
  .pc-ml35 {
    margin-left: 35px !important; }
  .pc-mt40 {
    margin-top: 40px !important; }
  .pc-mr40 {
    margin-right: 40px !important; }
  .pc-mb40 {
    margin-bottom: 40px !important; }
  .pc-ml40 {
    margin-left: 40px !important; }
  .pc-mt45 {
    margin-top: 45px !important; }
  .pc-mr45 {
    margin-right: 45px !important; }
  .pc-mb45 {
    margin-bottom: 45px !important; }
  .pc-ml45 {
    margin-left: 45px !important; }
  .pc-mt50 {
    margin-top: 50px !important; }
  .pc-mr50 {
    margin-right: 50px !important; }
  .pc-mb50 {
    margin-bottom: 50px !important; }
  .pc-ml50 {
    margin-left: 50px !important; }
  .pc-mt55 {
    margin-top: 55px !important; }
  .pc-mr55 {
    margin-right: 55px !important; }
  .pc-mb55 {
    margin-bottom: 55px !important; }
  .pc-ml55 {
    margin-left: 55px !important; }
  .pc-mt60 {
    margin-top: 60px !important; }
  .pc-mr60 {
    margin-right: 60px !important; }
  .pc-mb60 {
    margin-bottom: 60px !important; }
  .pc-ml60 {
    margin-left: 60px !important; }
  .pc-mt65 {
    margin-top: 65px !important; }
  .pc-mr65 {
    margin-right: 65px !important; }
  .pc-mb65 {
    margin-bottom: 65px !important; }
  .pc-ml65 {
    margin-left: 65px !important; }
  .pc-mt70 {
    margin-top: 70px !important; }
  .pc-mr70 {
    margin-right: 70px !important; }
  .pc-mb70 {
    margin-bottom: 70px !important; }
  .pc-ml70 {
    margin-left: 70px !important; }
  .pc-mt75 {
    margin-top: 75px !important; }
  .pc-mr75 {
    margin-right: 75px !important; }
  .pc-mb75 {
    margin-bottom: 75px !important; }
  .pc-ml75 {
    margin-left: 75px !important; }
  .pc-mt80 {
    margin-top: 80px !important; }
  .pc-mr80 {
    margin-right: 80px !important; }
  .pc-mb80 {
    margin-bottom: 80px !important; }
  .pc-ml80 {
    margin-left: 80px !important; }
  .pc-mt85 {
    margin-top: 85px !important; }
  .pc-mr85 {
    margin-right: 85px !important; }
  .pc-mb85 {
    margin-bottom: 85px !important; }
  .pc-ml85 {
    margin-left: 85px !important; }
  .pc-mt90 {
    margin-top: 90px !important; }
  .pc-mr90 {
    margin-right: 90px !important; }
  .pc-mb90 {
    margin-bottom: 90px !important; }
  .pc-ml90 {
    margin-left: 90px !important; }
  .pc-mt95 {
    margin-top: 95px !important; }
  .pc-mr95 {
    margin-right: 95px !important; }
  .pc-mb95 {
    margin-bottom: 95px !important; }
  .pc-ml95 {
    margin-left: 95px !important; }
  .pc-mt100 {
    margin-top: 100px !important; }
  .pc-mr100 {
    margin-right: 100px !important; }
  .pc-mb100 {
    margin-bottom: 100px !important; }
  .pc-ml100 {
    margin-left: 100px !important; } }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

@media screen and (max-width: 767px) {
  .sp-pt0 {
    padding-top: 0px !important; }
  .sp-pr0 {
    padding-right: 0px !important; }
  .sp-pb0 {
    padding-bottom: 0px !important; }
  .sp-pl0 {
    padding-left: 0px !important; }
  .sp-pt5 {
    padding-top: 5px !important; }
  .sp-pr5 {
    padding-right: 5px !important; }
  .sp-pb5 {
    padding-bottom: 5px !important; }
  .sp-pl5 {
    padding-left: 5px !important; }
  .sp-pt10 {
    padding-top: 10px !important; }
  .sp-pr10 {
    padding-right: 10px !important; }
  .sp-pb10 {
    padding-bottom: 10px !important; }
  .sp-pl10 {
    padding-left: 10px !important; }
  .sp-pt15 {
    padding-top: 15px !important; }
  .sp-pr15 {
    padding-right: 15px !important; }
  .sp-pb15 {
    padding-bottom: 15px !important; }
  .sp-pl15 {
    padding-left: 15px !important; }
  .sp-pt20 {
    padding-top: 20px !important; }
  .sp-pr20 {
    padding-right: 20px !important; }
  .sp-pb20 {
    padding-bottom: 20px !important; }
  .sp-pl20 {
    padding-left: 20px !important; }
  .sp-pt25 {
    padding-top: 25px !important; }
  .sp-pr25 {
    padding-right: 25px !important; }
  .sp-pb25 {
    padding-bottom: 25px !important; }
  .sp-pl25 {
    padding-left: 25px !important; }
  .sp-pt30 {
    padding-top: 30px !important; }
  .sp-pr30 {
    padding-right: 30px !important; }
  .sp-pb30 {
    padding-bottom: 30px !important; }
  .sp-pl30 {
    padding-left: 30px !important; }
  .sp-pt35 {
    padding-top: 35px !important; }
  .sp-pr35 {
    padding-right: 35px !important; }
  .sp-pb35 {
    padding-bottom: 35px !important; }
  .sp-pl35 {
    padding-left: 35px !important; }
  .sp-pt40 {
    padding-top: 40px !important; }
  .sp-pr40 {
    padding-right: 40px !important; }
  .sp-pb40 {
    padding-bottom: 40px !important; }
  .sp-pl40 {
    padding-left: 40px !important; }
  .sp-pt45 {
    padding-top: 45px !important; }
  .sp-pr45 {
    padding-right: 45px !important; }
  .sp-pb45 {
    padding-bottom: 45px !important; }
  .sp-pl45 {
    padding-left: 45px !important; }
  .sp-pt50 {
    padding-top: 50px !important; }
  .sp-pr50 {
    padding-right: 50px !important; }
  .sp-pb50 {
    padding-bottom: 50px !important; }
  .sp-pl50 {
    padding-left: 50px !important; }
  .sp-pt55 {
    padding-top: 55px !important; }
  .sp-pr55 {
    padding-right: 55px !important; }
  .sp-pb55 {
    padding-bottom: 55px !important; }
  .sp-pl55 {
    padding-left: 55px !important; }
  .sp-pt60 {
    padding-top: 60px !important; }
  .sp-pr60 {
    padding-right: 60px !important; }
  .sp-pb60 {
    padding-bottom: 60px !important; }
  .sp-pl60 {
    padding-left: 60px !important; }
  .sp-pt65 {
    padding-top: 65px !important; }
  .sp-pr65 {
    padding-right: 65px !important; }
  .sp-pb65 {
    padding-bottom: 65px !important; }
  .sp-pl65 {
    padding-left: 65px !important; }
  .sp-pt70 {
    padding-top: 70px !important; }
  .sp-pr70 {
    padding-right: 70px !important; }
  .sp-pb70 {
    padding-bottom: 70px !important; }
  .sp-pl70 {
    padding-left: 70px !important; }
  .sp-pt75 {
    padding-top: 75px !important; }
  .sp-pr75 {
    padding-right: 75px !important; }
  .sp-pb75 {
    padding-bottom: 75px !important; }
  .sp-pl75 {
    padding-left: 75px !important; }
  .sp-pt80 {
    padding-top: 80px !important; }
  .sp-pr80 {
    padding-right: 80px !important; }
  .sp-pb80 {
    padding-bottom: 80px !important; }
  .sp-pl80 {
    padding-left: 80px !important; }
  .sp-pt85 {
    padding-top: 85px !important; }
  .sp-pr85 {
    padding-right: 85px !important; }
  .sp-pb85 {
    padding-bottom: 85px !important; }
  .sp-pl85 {
    padding-left: 85px !important; }
  .sp-pt90 {
    padding-top: 90px !important; }
  .sp-pr90 {
    padding-right: 90px !important; }
  .sp-pb90 {
    padding-bottom: 90px !important; }
  .sp-pl90 {
    padding-left: 90px !important; }
  .sp-pt95 {
    padding-top: 95px !important; }
  .sp-pr95 {
    padding-right: 95px !important; }
  .sp-pb95 {
    padding-bottom: 95px !important; }
  .sp-pl95 {
    padding-left: 95px !important; }
  .sp-pt100 {
    padding-top: 100px !important; }
  .sp-pr100 {
    padding-right: 100px !important; }
  .sp-pb100 {
    padding-bottom: 100px !important; }
  .sp-pl100 {
    padding-left: 100px !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-pt0 {
    padding-top: 0px !important; }
  .tablet-pr0 {
    padding-right: 0px !important; }
  .tablet-pb0 {
    padding-bottom: 0px !important; }
  .tablet-pl0 {
    padding-left: 0px !important; }
  .tablet-pt5 {
    padding-top: 5px !important; }
  .tablet-pr5 {
    padding-right: 5px !important; }
  .tablet-pb5 {
    padding-bottom: 5px !important; }
  .tablet-pl5 {
    padding-left: 5px !important; }
  .tablet-pt10 {
    padding-top: 10px !important; }
  .tablet-pr10 {
    padding-right: 10px !important; }
  .tablet-pb10 {
    padding-bottom: 10px !important; }
  .tablet-pl10 {
    padding-left: 10px !important; }
  .tablet-pt15 {
    padding-top: 15px !important; }
  .tablet-pr15 {
    padding-right: 15px !important; }
  .tablet-pb15 {
    padding-bottom: 15px !important; }
  .tablet-pl15 {
    padding-left: 15px !important; }
  .tablet-pt20 {
    padding-top: 20px !important; }
  .tablet-pr20 {
    padding-right: 20px !important; }
  .tablet-pb20 {
    padding-bottom: 20px !important; }
  .tablet-pl20 {
    padding-left: 20px !important; }
  .tablet-pt25 {
    padding-top: 25px !important; }
  .tablet-pr25 {
    padding-right: 25px !important; }
  .tablet-pb25 {
    padding-bottom: 25px !important; }
  .tablet-pl25 {
    padding-left: 25px !important; }
  .tablet-pt30 {
    padding-top: 30px !important; }
  .tablet-pr30 {
    padding-right: 30px !important; }
  .tablet-pb30 {
    padding-bottom: 30px !important; }
  .tablet-pl30 {
    padding-left: 30px !important; }
  .tablet-pt35 {
    padding-top: 35px !important; }
  .tablet-pr35 {
    padding-right: 35px !important; }
  .tablet-pb35 {
    padding-bottom: 35px !important; }
  .tablet-pl35 {
    padding-left: 35px !important; }
  .tablet-pt40 {
    padding-top: 40px !important; }
  .tablet-pr40 {
    padding-right: 40px !important; }
  .tablet-pb40 {
    padding-bottom: 40px !important; }
  .tablet-pl40 {
    padding-left: 40px !important; }
  .tablet-pt45 {
    padding-top: 45px !important; }
  .tablet-pr45 {
    padding-right: 45px !important; }
  .tablet-pb45 {
    padding-bottom: 45px !important; }
  .tablet-pl45 {
    padding-left: 45px !important; }
  .tablet-pt50 {
    padding-top: 50px !important; }
  .tablet-pr50 {
    padding-right: 50px !important; }
  .tablet-pb50 {
    padding-bottom: 50px !important; }
  .tablet-pl50 {
    padding-left: 50px !important; }
  .tablet-pt55 {
    padding-top: 55px !important; }
  .tablet-pr55 {
    padding-right: 55px !important; }
  .tablet-pb55 {
    padding-bottom: 55px !important; }
  .tablet-pl55 {
    padding-left: 55px !important; }
  .tablet-pt60 {
    padding-top: 60px !important; }
  .tablet-pr60 {
    padding-right: 60px !important; }
  .tablet-pb60 {
    padding-bottom: 60px !important; }
  .tablet-pl60 {
    padding-left: 60px !important; }
  .tablet-pt65 {
    padding-top: 65px !important; }
  .tablet-pr65 {
    padding-right: 65px !important; }
  .tablet-pb65 {
    padding-bottom: 65px !important; }
  .tablet-pl65 {
    padding-left: 65px !important; }
  .tablet-pt70 {
    padding-top: 70px !important; }
  .tablet-pr70 {
    padding-right: 70px !important; }
  .tablet-pb70 {
    padding-bottom: 70px !important; }
  .tablet-pl70 {
    padding-left: 70px !important; }
  .tablet-pt75 {
    padding-top: 75px !important; }
  .tablet-pr75 {
    padding-right: 75px !important; }
  .tablet-pb75 {
    padding-bottom: 75px !important; }
  .tablet-pl75 {
    padding-left: 75px !important; }
  .tablet-pt80 {
    padding-top: 80px !important; }
  .tablet-pr80 {
    padding-right: 80px !important; }
  .tablet-pb80 {
    padding-bottom: 80px !important; }
  .tablet-pl80 {
    padding-left: 80px !important; }
  .tablet-pt85 {
    padding-top: 85px !important; }
  .tablet-pr85 {
    padding-right: 85px !important; }
  .tablet-pb85 {
    padding-bottom: 85px !important; }
  .tablet-pl85 {
    padding-left: 85px !important; }
  .tablet-pt90 {
    padding-top: 90px !important; }
  .tablet-pr90 {
    padding-right: 90px !important; }
  .tablet-pb90 {
    padding-bottom: 90px !important; }
  .tablet-pl90 {
    padding-left: 90px !important; }
  .tablet-pt95 {
    padding-top: 95px !important; }
  .tablet-pr95 {
    padding-right: 95px !important; }
  .tablet-pb95 {
    padding-bottom: 95px !important; }
  .tablet-pl95 {
    padding-left: 95px !important; }
  .tablet-pt100 {
    padding-top: 100px !important; }
  .tablet-pr100 {
    padding-right: 100px !important; }
  .tablet-pb100 {
    padding-bottom: 100px !important; }
  .tablet-pl100 {
    padding-left: 100px !important; } }

@media print, screen and (min-width: 768px) {
  .pc-pt0 {
    padding-top: 0px !important; }
  .pc-pr0 {
    padding-right: 0px !important; }
  .pc-pb0 {
    padding-bottom: 0px !important; }
  .pc-pl0 {
    padding-left: 0px !important; }
  .pc-pt5 {
    padding-top: 5px !important; }
  .pc-pr5 {
    padding-right: 5px !important; }
  .pc-pb5 {
    padding-bottom: 5px !important; }
  .pc-pl5 {
    padding-left: 5px !important; }
  .pc-pt10 {
    padding-top: 10px !important; }
  .pc-pr10 {
    padding-right: 10px !important; }
  .pc-pb10 {
    padding-bottom: 10px !important; }
  .pc-pl10 {
    padding-left: 10px !important; }
  .pc-pt15 {
    padding-top: 15px !important; }
  .pc-pr15 {
    padding-right: 15px !important; }
  .pc-pb15 {
    padding-bottom: 15px !important; }
  .pc-pl15 {
    padding-left: 15px !important; }
  .pc-pt20 {
    padding-top: 20px !important; }
  .pc-pr20 {
    padding-right: 20px !important; }
  .pc-pb20 {
    padding-bottom: 20px !important; }
  .pc-pl20 {
    padding-left: 20px !important; }
  .pc-pt25 {
    padding-top: 25px !important; }
  .pc-pr25 {
    padding-right: 25px !important; }
  .pc-pb25 {
    padding-bottom: 25px !important; }
  .pc-pl25 {
    padding-left: 25px !important; }
  .pc-pt30 {
    padding-top: 30px !important; }
  .pc-pr30 {
    padding-right: 30px !important; }
  .pc-pb30 {
    padding-bottom: 30px !important; }
  .pc-pl30 {
    padding-left: 30px !important; }
  .pc-pt35 {
    padding-top: 35px !important; }
  .pc-pr35 {
    padding-right: 35px !important; }
  .pc-pb35 {
    padding-bottom: 35px !important; }
  .pc-pl35 {
    padding-left: 35px !important; }
  .pc-pt40 {
    padding-top: 40px !important; }
  .pc-pr40 {
    padding-right: 40px !important; }
  .pc-pb40 {
    padding-bottom: 40px !important; }
  .pc-pl40 {
    padding-left: 40px !important; }
  .pc-pt45 {
    padding-top: 45px !important; }
  .pc-pr45 {
    padding-right: 45px !important; }
  .pc-pb45 {
    padding-bottom: 45px !important; }
  .pc-pl45 {
    padding-left: 45px !important; }
  .pc-pt50 {
    padding-top: 50px !important; }
  .pc-pr50 {
    padding-right: 50px !important; }
  .pc-pb50 {
    padding-bottom: 50px !important; }
  .pc-pl50 {
    padding-left: 50px !important; }
  .pc-pt55 {
    padding-top: 55px !important; }
  .pc-pr55 {
    padding-right: 55px !important; }
  .pc-pb55 {
    padding-bottom: 55px !important; }
  .pc-pl55 {
    padding-left: 55px !important; }
  .pc-pt60 {
    padding-top: 60px !important; }
  .pc-pr60 {
    padding-right: 60px !important; }
  .pc-pb60 {
    padding-bottom: 60px !important; }
  .pc-pl60 {
    padding-left: 60px !important; }
  .pc-pt65 {
    padding-top: 65px !important; }
  .pc-pr65 {
    padding-right: 65px !important; }
  .pc-pb65 {
    padding-bottom: 65px !important; }
  .pc-pl65 {
    padding-left: 65px !important; }
  .pc-pt70 {
    padding-top: 70px !important; }
  .pc-pr70 {
    padding-right: 70px !important; }
  .pc-pb70 {
    padding-bottom: 70px !important; }
  .pc-pl70 {
    padding-left: 70px !important; }
  .pc-pt75 {
    padding-top: 75px !important; }
  .pc-pr75 {
    padding-right: 75px !important; }
  .pc-pb75 {
    padding-bottom: 75px !important; }
  .pc-pl75 {
    padding-left: 75px !important; }
  .pc-pt80 {
    padding-top: 80px !important; }
  .pc-pr80 {
    padding-right: 80px !important; }
  .pc-pb80 {
    padding-bottom: 80px !important; }
  .pc-pl80 {
    padding-left: 80px !important; }
  .pc-pt85 {
    padding-top: 85px !important; }
  .pc-pr85 {
    padding-right: 85px !important; }
  .pc-pb85 {
    padding-bottom: 85px !important; }
  .pc-pl85 {
    padding-left: 85px !important; }
  .pc-pt90 {
    padding-top: 90px !important; }
  .pc-pr90 {
    padding-right: 90px !important; }
  .pc-pb90 {
    padding-bottom: 90px !important; }
  .pc-pl90 {
    padding-left: 90px !important; }
  .pc-pt95 {
    padding-top: 95px !important; }
  .pc-pr95 {
    padding-right: 95px !important; }
  .pc-pb95 {
    padding-bottom: 95px !important; }
  .pc-pl95 {
    padding-left: 95px !important; }
  .pc-pt100 {
    padding-top: 100px !important; }
  .pc-pr100 {
    padding-right: 100px !important; }
  .pc-pb100 {
    padding-bottom: 100px !important; }
  .pc-pl100 {
    padding-left: 100px !important; } }

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

.taC {
  text-align: center !important; }

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

@media screen and (max-width: 767px) {
  .sp-taL {
    text-align: left !important; }
  .sp-taC {
    text-align: center !important; }
  .sp-taR {
    text-align: right !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-taL {
    text-align: left !important; }
  .tablet-taC {
    text-align: center !important; }
  .tablet-taR {
    text-align: right !important; } }

@media print, screen and (min-width: 768px) {
  .pc-taL {
    text-align: left !important; }
  .pc-taC {
    text-align: center !important; }
  .pc-taR {
    text-align: right !important; } }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-w5 {
    width: 5% !important; }
  .sp-w10 {
    width: 10% !important; }
  .sp-w15 {
    width: 15% !important; }
  .sp-w20 {
    width: 20% !important; }
  .sp-w25 {
    width: 25% !important; }
  .sp-w30 {
    width: 30% !important; }
  .sp-w35 {
    width: 35% !important; }
  .sp-w40 {
    width: 40% !important; }
  .sp-w45 {
    width: 45% !important; }
  .sp-w50 {
    width: 50% !important; }
  .sp-w55 {
    width: 55% !important; }
  .sp-w60 {
    width: 60% !important; }
  .sp-w65 {
    width: 65% !important; }
  .sp-w70 {
    width: 70% !important; }
  .sp-w75 {
    width: 75% !important; }
  .sp-w80 {
    width: 80% !important; }
  .sp-w85 {
    width: 85% !important; }
  .sp-w90 {
    width: 90% !important; }
  .sp-w95 {
    width: 95% !important; }
  .sp-w100 {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .tablet-w5 {
    width: 5% !important; }
  .tablet-w10 {
    width: 10% !important; }
  .tablet-w15 {
    width: 15% !important; }
  .tablet-w20 {
    width: 20% !important; }
  .tablet-w25 {
    width: 25% !important; }
  .tablet-w30 {
    width: 30% !important; }
  .tablet-w35 {
    width: 35% !important; }
  .tablet-w40 {
    width: 40% !important; }
  .tablet-w45 {
    width: 45% !important; }
  .tablet-w50 {
    width: 50% !important; }
  .tablet-w55 {
    width: 55% !important; }
  .tablet-w60 {
    width: 60% !important; }
  .tablet-w65 {
    width: 65% !important; }
  .tablet-w70 {
    width: 70% !important; }
  .tablet-w75 {
    width: 75% !important; }
  .tablet-w80 {
    width: 80% !important; }
  .tablet-w85 {
    width: 85% !important; }
  .tablet-w90 {
    width: 90% !important; }
  .tablet-w95 {
    width: 95% !important; }
  .tablet-w100 {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pc-w5 {
    width: 5% !important; }
  .pc-w10 {
    width: 10% !important; }
  .pc-w15 {
    width: 15% !important; }
  .pc-w20 {
    width: 20% !important; }
  .pc-w25 {
    width: 25% !important; }
  .pc-w30 {
    width: 30% !important; }
  .pc-w35 {
    width: 35% !important; }
  .pc-w40 {
    width: 40% !important; }
  .pc-w45 {
    width: 45% !important; }
  .pc-w50 {
    width: 50% !important; }
  .pc-w55 {
    width: 55% !important; }
  .pc-w60 {
    width: 60% !important; }
  .pc-w65 {
    width: 65% !important; }
  .pc-w70 {
    width: 70% !important; }
  .pc-w75 {
    width: 75% !important; }
  .pc-w80 {
    width: 80% !important; }
  .pc-w85 {
    width: 85% !important; }
  .pc-w90 {
    width: 90% !important; }
  .pc-w95 {
    width: 95% !important; }
  .pc-w100 {
    width: 100% !important; } }
