@charset "UTF-8";
/* CSS Document */
/* #################### */
/* _reboot.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 {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  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: -.25em;
}

sup {
  top: -.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: 1rem;
  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"] {
  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: .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 */
/* #################### */
.main_w {
  width: calc(100% - 80px);
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .main_w {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 560px) {
  .main_w {
    width: calc(100% - 20px);
  }
}

@media print {
  .main_w {
    width: 100%;
  }
}

.main_w_full {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .main_w_full {
    width: 100%;
  }
}

/* #################### */
/* _valiables.scss */
/* #################### */
.main_w {
  width: calc(100% - 80px);
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .main_w {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 560px) {
  .main_w {
    width: calc(100% - 20px);
  }
}

@media print {
  .main_w {
    width: 100%;
  }
}

.main_w_full {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .main_w_full {
    width: 100%;
  }
}

/* #################### */
/* _parts.scss */
/* #################### */
/* CSS Document */
/*汎用クラス*/
/*##############################################*/
.wp-caption {
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.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, .link_accent, .link_arrow_bottom, .link_arrow_up, .link_red_boeder, .box_border, .box_border_wide, .bg_gray {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  zoom: 1;
  position: relative;
}

.r10, .regist_btn, h5.midashi {
  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 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;
}

/*汎用テーブル線なし*/
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: 896px) {
  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: flex;
  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;
  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;
  order: 99;
}

.tab_panel h3 {
  font-size: 16px;
}

.tab_panel h4 {
  font-size: 14px;
}

.tab_panel h5 {
  font-size: 14px;
  font-weight: normal;
}

/*####################*/
/*汎用部品*/
/*####################*/
.nosp {
  display: block;
}

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

.nopc {
  display: none;
}

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

.nopc_pad {
  display: none;
}

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

.nosp_pad {
  display: block;
}

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

.btn:hover {
  opacity: 0.8;
}

.link_accent {
  margin: 1em auto;
  padding: 0.5em 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #d75e96;
}

.link_accent:hover {
  text-decoration: none;
  color: #fff;
  background-color: #d75e96;
}

.link_accent:visited {
  color: #fff;
}

.link_print:before {
  font-family: "FontAwesome";
  content: "\f02f";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_pdf:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_download:before {
  font-family: "FontAwesome";
  content: "\f019";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_list:before {
  font-family: "FontAwesome";
  content: "\f03a";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_mail:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_sound:before {
  font-family: "FontAwesome";
  content: "\f1c7";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_movie:before {
  font-family: "FontAwesome";
  content: "\f008";
  color: rgba(0, 0, 0, 0.26);
  margin: 0 0.2em 0 0;
}

.link_youtube:before {
  font-family: "FontAwesome";
  content: "\f16a";
  margin: 0 0.2em 0 0;
  color: #EA3323;
}

.link_web:before {
  font-family: "FontAwesome";
  content: "\f08e";
  margin: 0 0.2em 0 0;
  color: #d75e96;
}

.link_twitter:before {
  font-family: "FontAwesome";
  content: "\f081";
  margin: 0 0.2em 0 0;
  color: #1DA1F2;
}

.link_facebook:before {
  font-family: "FontAwesome";
  content: "\f082";
  margin: 0 0.2em 0 0;
  color: #3B5998;
}

.link_instagram:before {
  font-family: "FontAwesome";
  content: "\f16d";
  margin: 0 0.2em 0 0;
  color: #262626;
}

.link_other:before {
  font-family: "FontAwesome";
  content: "\f0c1";
  margin: 0 0.2em 0 0;
  color: #d75e96;
}

.link_map:before {
  font-family: "FontAwesome";
  content: "\f041";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_arrow_bottom {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}

@media screen and (max-width: 560px) {
  .link_arrow_bottom {
    margin: 0 0 1em;
  }
}

.link_arrow_bottom:before {
  font-family: "FontAwesome";
  content: "\f107";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_arrow_up {
  display: inline-block;
  border: solid 1px #ccc;
  margin: 1em 0 2em;
  padding: 0.5em;
}

.link_arrow_up:before {
  font-family: "FontAwesome";
  content: "\f106";
  margin: 0 0.2em 0 0;
  color: #f00;
}

.link_boxarrow_right {
  display: inline-block;
  margin: 1em 0 2em;
}

.link_boxarrow_right:before {
  font-family: "FontAwesome";
  content: "\f152";
  margin: 0 0.2em 0 0;
  color: #d75e96;
}

.link_red_boeder {
  display: inline-block;
  border: solid 1px #D47068;
  margin: 1em 0 2em;
  padding: 0.5em 1em;
}

@media screen and (max-width: 560px) {
  .link_red_boeder {
    display: block;
    width: 100%;
    text-align: center;
    margin: 1em auto;
  }
}

/*ピンクのボタン*/
.regist_btn {
  display: block;
  width: 14em;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  margin: 1em 0 1em;
  padding: 0.3em 0.5em;
  background-color: #d75e96;
  color: #fff;
  cursor: pointer;
}

.regist_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 560px) {
  .regist_btn {
    margin: 0 auto 1em;
  }
}

.ofi, header #slider .slide img.slide_img {
  -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%;";
}

.ribbon, .ribbon_gray {
  display: table;
  position: relative;
  height: 3em;
  /*高さ*/
  line-height: 3em;
  /*高さ*/
  text-align: center;
  margin: 0 0 1em;
  padding: 0 2.1em 0 1em;
  /*文字の左右の余白*/
  background: #d75e96;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
}

.ribbon:after, .ribbon_gray:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 1.5em 0.9em 1.5em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon_gray {
  background: rgba(0, 0, 0, 0.07);
  /*背景色*/
  color: rgba(0, 0, 0, 0.87);
  /*文字色*/
}

/*
imported Google font
font-family: 'Fredericka the Great', cursive;
font-family: 'IBM Plex Mono', monospace;
*/
html {
  font-size: 16px;
}

body {
  text-align: left;
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  margin: 0;
  padding: 0 0;
  background-size: auto;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.font_min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*h*/
h2.midashi_page {
  margin: 0 0 1rem;
  padding: 25px 40px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #6699cc;
}

@media screen and (max-width: 896px) {
  h2.midashi_page {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}

h3.midashi {
  margin: 0 0 1rem;
  padding: 0.5em 0.6em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #6699cc;
}

@media screen and (max-width: 896px) {
  h3.midashi {
    font-size: 1.4rem;
  }
}

h3.midashi_border {
  margin: 0 0 1rem;
  padding: 0 0.6em;
  font-size: 1.5rem;
  font-weight: normal;
  color: #040000;
  border-left: solid 5px #cc9966;
}

@media screen and (max-width: 896px) {
  h3.midashi_border {
    font-size: 1.4rem;
  }
}

h4.midashi {
  margin: 0 0 1rem;
  padding: 0.5em 0.6em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background-color: #cc9966;
}

@media screen and (max-width: 896px) {
  h4.midashi {
    font-size: 1.25rem;
  }
}

h5.midashi {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.5em 0.6em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #666;
}

.kakko {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
}

.kakko:before, .kakko:after {
  position: absolute;
  top: 0;
  content: '';
  width: 0.5em;
  height: 100%;
  display: inline-block;
}

.kakko:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}

.kakko:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

a {
  color: #d75e96;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ebb0cb;
  text-decoration: underline;
}

a:visited {
  color: #a62963;
}

a:active {
  /*    color: #99ccff;*/
  /*    text-decoration: underline;*/
}

/*文字サイズ関連*/
.smaller {
  font-size: 0.8em;
}

.small {
  font-size: 0.8rem;
}

.larger {
  font-size: 1.2em;
}

.large {
  font-size: 1.2rem;
}

.attention {
  color: #d75e96;
}

/*####################*/
/*基本構造*/
/*####################*/
div.cont_footer_wrap {
  min-height: 100vh;
  background: url(../../images/bg_body.png) left top repeat-y;
  background-size: 220px;
}

@media screen and (max-width: 896px) {
  div.cont_footer_wrap {
    background-size: 73px;
  }
}

@media screen and (max-width: 560px) {
  div.cont_footer_wrap {
    background-image: none;
  }
}

div.cont_footer_wrap article {
  width: calc(100% - 220px);
  min-height: calc(100vh - 160px);
  margin: 0 0 0 220px;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  div.cont_footer_wrap article {
    width: calc(100% - 73px);
    margin: 0 0 0 73px;
  }
}

@media screen and (max-width: 560px) {
  div.cont_footer_wrap article {
    width: 100%;
    margin: 0 0 0;
  }
}

div.cont_footer_wrap article div.content {
  background-color: #fff;
  padding: 0 0 20px;
}

div.cont_footer_wrap article div.content section {
  margin: 0 40px 3em;
}

@media screen and (max-width: 896px) {
  div.cont_footer_wrap article div.content section {
    margin: 0 20px 2em;
  }
}

.column_wrap {
  overflow: hidden;
}

.column_wrap .left_column {
  float: left;
  width: calc(50% - 20px);
}

@media screen and (max-width: 560px) {
  .column_wrap .left_column {
    float: none;
    width: 100%;
    margin: 0 0 2em;
  }
}

.column_wrap .right_column {
  float: right;
  width: calc(50% - 20px);
}

@media screen and (max-width: 560px) {
  .column_wrap .right_column {
    float: none;
    width: 100%;
    margin: 0 0 2em;
  }
}

/*####################*/
/*パンクズ　breadcrumb*/
/*####################*/
#breadcrumbs {
  width: 100%;
  margin: 0 0 0;
  padding: 1em 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 896px) {
  #breadcrumbs {
    margin: 0 20px 0;
    padding: 0.5em 0;
  }
}

@media screen and (max-width: 560px) {
  #breadcrumbs {
    margin: 0 0;
    padding: 0.5em 10px;
    background-color: rgba(0, 0, 0, 0.26);
  }
}

/*####################*/
/*汎用部品*/
/*####################*/
.box_stech {
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white;
  margin: 0 20px;
  padding: 0.8em 1em;
  color: rgba(0, 0, 0, 0.87);
}

.box_stech:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_stech p {
  margin: 0 0 1em;
  padding: 0;
}

.box_border {
  border: solid 1px #dadada;
  margin: 1em;
  padding: 1em;
}

.box_border_wide {
  border: solid 1px #dadada;
  margin: 2em 0;
  padding: 1em;
}

.bg_gray {
  border: solid 1px #dadada;
  background-color: #f2f2f2;
}

img.full_img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

a#scroller {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 15px;
  z-index: 9500;
  opacity: 0.75;
  background: url(../../images/icon_scrollup.png) 0px 0px no-repeat;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  a#scroller {
    right: 20px;
  }
}

@media screen and (max-width: 560px) {
  a#scroller {
    right: 10px;
  }
}

@media print {
  a#scroller {
    display: none;
  }
}

/*####################*/
/*ヘッダ　hedaer*/
/*####################*/
header {
  position: relative;
  margin: 0;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 896px) {
  header {
    height: 100px;
  }
}

header h1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 300px;
  background: url(../../images/logo_main.png) no-repeat;
  background-color: rgba(255, 255, 255, 0.55);
  background-size: contain;
  z-index: 10;
}

@media screen and (max-width: 896px) {
  header h1 {
    width: 73px;
    height: 100px;
  }
}

header .msg {
  position: absolute;
  left: 220px;
  top: 0px;
  width: calc(100vw - 220px);
  height: 300px;
  background: url(../../images/header_msg.png) center 50% no-repeat;
  background-size: contain;
  z-index: 10;
}

@media screen and (max-width: 896px) {
  header .msg {
    left: 100px;
    top: 0px;
    width: 294px;
    height: 100px;
    background: url(../../images/header_msg_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 560px) {
  header .msg {
    left: 90px;
    top: 17px;
    width: 206px;
    height: 70px;
    background: url(../../images/header_msg_sp.png) center 50% no-repeat;
    background-size: contain;
  }
}

header #slider {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

header #slider .slide img.slide_img {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 896px) {
  header #slider .slide img.slide_img {
    height: 100px;
  }
}

header #nav_main {
  position: absolute;
  left: 0;
  top: 300px;
  width: 220px;
  padding: 2rem 30px 0;
}

@media screen and (max-width: 896px) {
  header #nav_main {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    width: 100vw;
    height: auto;
    padding: 100px 20px 40px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

header #nav_main ul.nav_list {
  list-style: none;
  margin: 0 0 2.2rem;
}

header #nav_main ul.nav_list li {
  border-bottom: solid 1px #fff;
}

header #nav_main ul.nav_list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.7em 0;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  header #nav_main ul.nav_list li a {
    font-size: 1.1rem;
  }
}

header #nav_main .banner_box {
  padding: 0 0 0;
  width: 100%;
}

@media screen and (max-width: 896px) {
  header #nav_main .banner_box {
    padding: 40px 0 0;
  }
}

header #nav_main .banner_box a img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  header #nav_main .banner_box a img {
    display: block;
    width: 60%;
    max-width: 280px;
    margin: 0 auto 2em;
  }
}

header #menu_switch {
  display: none;
}

@media screen and (max-width: 896px) {
  header #menu_switch {
    position: absolute;
    display: block;
    z-index: 30;
    width: 60px;
    height: 60px;
    right: 0px;
    top: 0px;
    background: url(../../images/menu_switch_open.png) no-repeat;
    background-size: contain;
  }
  header #menu_switch.opened {
    background: url(../../images/menu_switch_close.png) no-repeat;
    background-size: contain;
  }
}

/*####################*/
/*フッタ　footer*/
/*####################*/
footer #footer_cont {
  position: relative;
  width: calc(100% - 220px);
  min-height: 160px;
  margin: 0 0 0 220px;
  border-top: solid 1px #040000;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  footer #footer_cont {
    width: calc(100% - 73px);
    min-height: 120px;
    margin: 0 0 0 73px;
  }
}

@media screen and (max-width: 560px) {
  footer #footer_cont {
    width: 100%;
    margin: 0 0 0;
  }
}

footer #footer_cont h1 {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 73px;
  height: 100px;
  background: url(../../images/logo_main.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  footer #footer_cont h1 {
    left: 15px;
    top: 15px;
    width: 44px;
    height: 60px;
  }
}

footer #footer_cont .contact {
  position: absolute;
  left: 110px;
  top: 34px;
}

@media screen and (max-width: 896px) {
  footer #footer_cont .contact {
    left: 70px;
    top: 15px;
  }
}

footer #footer_cont .contact .name {
  font-size: 1.1em;
}

@media screen and (max-width: 896px) {
  footer #footer_cont .contact .name {
    font-size: 1em;
  }
}

footer #footer_cont .contact .adress, footer #footer_cont .contact .tel {
  font-size: 1em;
}

@media screen and (max-width: 896px) {
  footer #footer_cont .contact .adress, footer #footer_cont .contact .tel {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  footer #footer_cont .contact .adress, footer #footer_cont .contact .tel {
    font-size: 0.7em;
  }
}

footer #footer_cont .copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 0px;
}

@media screen and (max-width: 896px) {
  footer #footer_cont .copyright {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  footer #footer_cont .copyright {
    font-size: 0.7em;
  }
}
