@charset "UTF-8";
/* CSS Document */
/* #################### */
/* _reboot.scss */
/* 修正時は_reboot.scssを修正してコンパイルしてください */
/* また_reboot.scssをインクルードしているscssファイルもコンパイルし直してください。 */
/* #################### */
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* #################### */
/* _valiables.scss */
/* 修正時は_valiables.scssを修正してコンパイルしてください */
/* #################### */
.main_w, header .header_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .main_w, header .header_inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 560px) {
  .main_w, header .header_inner {
    width: calc(100% - 20px);
  }
}

.full_w, header {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .full_w, header {
    width: 100%;
  }
}

/*####################*/
/*汎用部品*/
/*####################*/
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

/* #################### */
/* _valiables.scss */
/* 修正時は_valiables.scssを修正してコンパイルしてください */
/* #################### */
.main_w, header .header_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .main_w, header .header_inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 560px) {
  .main_w, header .header_inner {
    width: calc(100% - 20px);
  }
}

.full_w, header {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .full_w, header {
    width: 100%;
  }
}

/*####################*/
/*汎用部品*/
/*####################*/
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=65);
  -ms-filter: "alpha(opacity=65)";
}

/* #################### */
/* _parts.scss */
/* 修正時は_parts.scssを修正してコンパイルしてください */
/* #################### */
/* CSS Document */
/*汎用クラス*/
/*##############################################*/
strong {
  font-weight: bold;
}

.torikeshi {
  text-decoration: line-through;
}

.red_txt {
  color: #f00;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

img.center_img {
  display: block;
  margin: 0 auto 2em;
}

.img_cap_box {
  text-align: center;
  margin: 0 auto;
}
.img_cap_box img {
  margin: 0 auto 0.3em;
}
.img_cap_box p {
  font-size: 0.8em;
}
.img_cap_box p.copy {
  text-align: right;
}

.border_box {
  border: solid 1px #dadada;
  margin: 1em auto;
  padding: 1em;
}

hr.sikiri, hr.shikiri {
  border: solid #6e6e71;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_wide, hr.shikiri_wide {
  border: solid #6e6e71;
  border-width: 1px 0 0 0;
  margin: 2em 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_gray, hr.shikiri_gray {
  border: solid #e6e6e6;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dashed, hr.shikiri_dashed {
  border: dashed #ccc;
  border-width: 1px 0 0 0;
  margin: 0 0 5px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_dotted, hr.shikiri_dotted {
  border: dotted #666;
  border-width: 1px 0 0 0;
  margin: 40px 0 40px;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
}

hr.sikiri_ornament, hr.shikiri_ornament {
  clear: both;
  border: none;
  border-width: 0;
  width: 100%;
  height: 10px;
  margin: 2em auto;
  background: url(../../images/shikiri_ornament.png) center 50% no-repeat;
  background-size: 200px 5px;
}

.nodisp {
  position: absolute;
  left: -9999px;
}

/*文字サイズ関連*/
.rem14 {
  font-size: 1.4rem;
}

.rem12 {
  font-size: 1.2rem;
}

.rem09 {
  font-size: 0.9rem;
}

.rem08 {
  font-size: 0.8rem;
}

.rem07 {
  font-size: 0.7rem;
}

.em14 {
  font-size: 1.4em;
}

.em12 {
  font-size: 1.2em;
}

.em09 {
  font-size: 0.9em;
}

.em08 {
  font-size: 0.8em;
}

.em07 {
  font-size: 0.7em;
}

.r3 {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
}

.r6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
}

.r10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  zoom: 1;
  position: relative;
}

.r15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  zoom: 1;
  position: relative;
}

.r20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  zoom: 1;
  position: relative;
}

.mgn10 {
  margin: 10px;
}

.mgn15 {
  margin: 15px;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v15 {
  margin: 15px auto;
}

.mgn_v10 {
  margin: 10px auto;
}

.mgn_v20 {
  margin: 20px auto;
}

.mgn_t10 {
  margin-top: 10px;
}

.mgn_t20 {
  margin-top: 20px;
}

.mgn_b10 {
  margin-bottom: 10px;
}

.mgn_b20 {
  margin-bottom: 20px;
}

.mgn_b30 {
  margin-bottom: 30px;
}

.mgn_b40 {
  margin-bottom: 40px;
}

.pad15 {
  padding: 15px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

/*無印リスト*/
ul.normal {
  list-style: none;
  margin: 1em 0 1em 0.5em;
}
ul.normal li {
  margin: 0 0 0.5em 0;
}

/*黒丸リスト*/
ul.list_disc {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}
ul.list_disc.narrow li {
  margin: 0 0 0 0;
}
ul.list_disc li {
  margin: 0 0 0.5em 0;
}

/*四角リスト*/
ul.list_square {
  list-style: square;
  margin: 1em 0 1em 1.5em;
}
ul.list_square li {
  margin: 0 0 0.5em 0;
}

/*数字リスト*/
ul.list_decimal {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
}
ul.list_decimal li {
  margin: 0 0 0.5em 0;
}

/*日付見出しリスト汎用1　yyyy年m月d日想定*/
dl.list_date {
  overflow: hidden;
}
dl.list_date dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em 0em;
}
dl.list_date dd {
  margin: 0 0 0.5em 9em;
}

/*日付見出しリスト汎用2　yyyy/mm/dd想定*/
dl.list_date_narrow dt {
  clear: left;
  float: left;
  color: #000;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}
dl.list_date_narrow dd {
  margin: 0 0 0.5em 7em;
  padding: 0.5em 0;
}
dl.list_date_narrow dd a {
  text-decoration: none;
  color: #000;
}
dl.list_date_narrow dd a:hover {
  text-decoration: underline;
}

/*table 背景*/
td.tbl_glay,
th.tbl_glay {
  background-color: rgba(0, 0, 0, 0.07);
}

/*つきリスト*/
dl.list_asta dt {
  clear: left;
  float: left;
  width: 1.5em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
dl.list_asta dd {
  margin: 0 0 0.2em 1.5em;
  padding: 0;
}

/*普通のdl*/
dl.normal dt {
  font-weight: bold;
}
dl.normal dd {
  font-weight: normal;
  margin: 0 0 0.2em 1em;
  padding: 0;
}
dl.normal dd:last-child {
  margin: 0 0 1em 1em;
}

/*汎用テーブル線なし*/
table.normal_tbl {
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
table.normal_tbl th {
  padding: 0.35em 0.6em 0.35em 0;
  vertical-align: top;
  white-space: nowrap;
}
table.normal_tbl td {
  padding: 0.35em 0.6em;
  vertical-align: top;
}

/*汎用テーブル線あり*/
table.line_tbl {
  width: auto;
  margin: 20px 0;
  border-collapse: collapse;
}
table.line_tbl tr {
  border-top: solid 1px #dadada;
  border-left: solid 1px #dadada;
}
table.line_tbl tr th {
  background-color: rgba(0, 0, 0, 0.07);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
table.line_tbl tr th:last-child {
  border-right: none;
  border-bottom: solid 1px #dadada;
}
table.line_tbl tr td {
  background-color: #fff;
  border-right: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  padding: 10px 15px;
  vertical-align: middle;
}

/*タブレット時に横カラムが全て縦並びになる*/
@media screen and (max-width: 1080px) {
  table.pad_v th, table.pad_v td {
    width: 100%;
    display: block;
  }
}

/*SP時に横カラムが全て縦並びになる*/
@media screen and (max-width: 560px) {
  table.sp_v th, table.sp_v td {
    width: 100%;
    display: block;
  }
}

table.nothwrap tr th {
  white-space: nowrap;
}

/*cssのみで動作するtab*/
/*tabの全体枠*/
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 2em auto;
  background: #efefef;
  border: 1px solid #ccc;
}

/*inputを非表示にする*/
.input {
  position: absolute;
  opacity: 0;
}

/*tabボタン部分*/
.tab_label {
  width: auto;
  padding: 10px 15px;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #7f7f7f;
  margin-bottom: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.tab_label:hover {
  background: #d8d8d8;
}
.tab_label:active {
  background: #ccc;
}
@media screen and (max-width: 560px) {
  .tab_label {
    width: 100%;
  }
}

.input:checked + .tab_label {
  background: #fff;
  color: #000;
  border: solid 1px #dadada;
}

/*tabの本文エリア*/
.tab_panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.tab_panel h3 {
  font-size: 16px;
}
.tab_panel h4 {
  font-size: 14px;
}
.tab_panel h5 {
  font-size: 14px;
  font-weight: normal;
}
/*本文*/
.honbun {
  margin: 0 0 2em;
  overflow: hidden;
}
.honbun p {
  margin: 0 0 1em;
}

/* #################### */
/* _unit_page_control_subpage.scss */
/* #################### */
/*####################*/
/*nav#main_nav内パーツ　.page_control*/
/*####################*/
.page_control {
  position: absolute;
  overflow: hidden;
  height: 44px;
  top: 10px;
  right: 10px;
  margin: 10px 0px 16px;
  padding: 0px 20px;
  background: #DDDDDD;
  border-radius: 22px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .page_control {
    position: relative;
    height: auto;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
    padding: 10px 20px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .page_control .link_bt_wrap {
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: solid 1px #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.page_control .link_bt_wrap .link_bt {
  float: left;
}
@media screen and (max-width: 1080px) {
  .page_control .link_bt_wrap .link_bt {
    float: none;
  }
}
.page_control .link_bt_wrap .link_bt a {
  display: block;
  width: 44px;
  min-height: 44px;
  padding: 0px;
  text-indent: -100em;
  text-decoration: none;
  color: #000;
  background: center 50% no-repeat #ddd;
}
.page_control .link_bt_wrap .link_bt a.bt_language {
  background-image: url(../img/bt_language_top.png);
}
.page_control .link_bt_wrap .link_bt a.bt_language1 {
  background-image: url(../img/bt_language1_top.png);
}
.page_control .link_bt_wrap .link_bt a.bt_language2 {
  background-image: url(../img/bt_language2_top.png);
}
.page_control .link_bt_wrap .link_bt a.bt_access {
  background-image: url(../img/ncc_bt_access.png);
  background-size: contain;
}
.page_control dl dd {
  min-height: 44px;
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
.page_control > div {
  padding: 0px;
  float: left;
}
@media screen and (max-width: 1080px) {
  .page_control > div {
    float: none;
  }
}
.page_control form.search {
  display: table;
  vertical-align: middle;
  width: auto;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .page_control form.search {
    display: block;
    width: 100%;
    float: none;
  }
}
.page_control form.search div {
  padding: 0px;
}
.page_control form.search label.search_txt {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  padding: 8px 8px 12px;
  background: url(../img/control_search_title.png) center 50% no-repeat;
  background-size: 30px;
  text-indent: -100em;
}
.page_control form.search .input_area {
  overflow: hidden;
  position: relative;
  width: 0em;
  height: 44px;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page_control form.search .input_area.active {
  width: calc(13em + 20px);
}
@media screen and (max-width: 1080px) {
  .page_control form.search .input_area {
    width: calc(100% - 4em);
  }
}
.page_control form.search input {
  display: block;
  padding: 0;
}
.page_control form.search input#search_txt {
  display: block;
  position: absolute;
  top: calc(22px - 1em);
  right: 0;
  bottom: 0;
  left: 0em;
  width: 10em;
  height: 2em;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fafafa;
  float: left;
  outline: none;
}
.page_control form.search input#search_txt:focus {
  background-color: #ffffff;
  outline: none;
}
@media screen and (max-width: 1080px) {
  .page_control form.search input#search_txt {
    width: calc(100% - 3.5em);
  }
}
.page_control form.search input.search_bt {
  display: block;
  position: absolute;
  top: calc(22px - 1em);
  left: 10.5em;
  width: 3em;
  height: 2em;
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: bold;
  color: #ffffff;
  background-image: linear-gradient(#3c3c3c 0%, rgba(0, 0, 0, 0) 100%);
  background-color: #666666;
  border: none;
  float: left;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-appearance: none;
}
@media screen and (max-width: 1080px) {
  .page_control form.search input.search_bt {
    left: calc(100% - 3.5em);
  }
}

#UD dl {
  min-width: 44px;
  min-height: 44px;
  margin: 0px 4px;
  padding: 0px;
  float: left;
  color: #ffffff;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  #UD dl {
    float: none;
    clear: both;
    margin: 0 0;
  }
}
#UD dl dt {
  width: 44px;
  height: 44px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  text-indent: -100em;
  color: #000;
  background: center 50% no-repeat #ddd;
}
#UD dl.color_change dt {
  background-image: url(../img/top/control_color_title.png);
}
#UD dl.textsize_change dt {
  background-image: url(../img/top/control_font_title.png);
}
#UD dl dd a {
  display: block;
  width: 0px;
  height: 44px;
  color:#fff;
  background-color: #225eac;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#UD dl dd a:focus {
  width: 44px;
}
#UD dl dd a.textresizer-active {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1080px) {
  #UD dl dd a {
    width: 44px;
    margin-bottom: 10px;
    background-color: #d2d2d2;
  }
}
#UD dl dd a img {
  width: 100%;
}
#UD dl.active dd a {
  width: 44px;
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header {
  margin: 0 auto;
  padding: 10px 0 0;
  height: 125px;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 1080px) {
  header {
    position: fixed;
    height: 95px;
  }
  header.fixed_header {
    border-bottom: solid 1px #dadada;
  }
}
header .header_inner h1 {
  width: 178px;
  height: 104px;
  margin: 0 auto 20px;
  background: url(../images/logo_h1.png) center 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  header .header_inner h1 {
    width: 120px;
    height: 70px;
    margin: 0 auto 0;
    background: url(../images/logo_h1.png) center 50% no-repeat;
    background-size: contain;
  }
}
header .header_inner #menu_switch {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .header_inner #menu_switch {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 10px;
    top: 10px;
    background: url(../images/menu_open.png) center 50% no-repeat;
    background-size: contain;
    border: solid 1px #1171b7;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@media screen and (max-width: 1080px) {
  header .header_inner #menu_switch.opened {
    background: url(../images/menu_close.png) center 50% no-repeat;
    background-size: contain;
    border: solid 1px #1171b7;
    -webkit-transition: 1s;
    transition: 1s;
  }
}