@charset "UTF-8";
/*
*/
.hx01 {
  background: #0068b6;
  color: #fff;
  font-size: 3.4666666667vw;
  padding: 2vw 2.4vw;
}
.hx01 small {
  display: inline-block;
  position: relative;
  font-size: 2.1333333333vw;
}

.hx02 {
  background: #68a621;
  padding-left: 12px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 28px;
  font-size: 1.8rem;
}

.hx03 {
  padding-left: 12px;
  color: #333333;
  margin-bottom: 28px;
  font-size: 1.8rem;
  border-left: 5px solid #68a621;
}

.table01 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border: 0.2666666667vw solid #ccc;
  width: 100%;
}
.table01 th,
.table01 td {
  border: 0.2666666667vw solid #ccc;
}
.table01 th {
  padding: 2vw 0.6666666667vw;
  background-color: #eeeeee;
  width: 29.3333333333vw;
}
.table01 td {
  padding: 2vw;
}

.table02 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border-top: 0.2666666667vw solid #eee;
  width: 100%;
}
.table02 tr {
  width: 100%;
  display: block;
  border-bottom: 0.2666666667vw solid #eee;
}
.table02 th,
.table02 td {
  width: 100%;
  padding: 2.6666666667vw;
  display: block;
}
.table02 th {
  text-align: left;
}
.table02 td {
  padding-top: 0;
}

.table03 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border: 0.2666666667vw solid #ccc;
  width: 100%;
}
.table03 th,
.table03 td {
  padding: 1.0666666667vw 0.8vw;
  border: 0.2666666667vw solid #ccc;
}
.table03 thead th {
  background-color: #0080c4;
  color: #fff;
  text-align: left;
}
.table03 th {
  background-color: #eeeeee;
}
.table03 th:nth-of-type(3) {
  width: 32vw;
}
.table03 th:nth-of-type(4) {
  width: 32vw;
}
.table03 td {
  background-color: #fff;
  text-align: center;
}

.btn01 {
  width: 48.4vw;
  font-weight: bold;
  font-size: 3.7333333333vw;
  background-image: url(../img/common/icon-arrow03-right.png);
  background-repeat: no-repeat;
  background-position: right 3.3333333333vw center;
  background-color: #004d86;
  background-size: 1.8666666667vw auto;
  color: #fff;
  padding: 4vw;
  display: inline-block;
  text-align: left;
}
.btn01:link, .btn01:visited {
  color: #fff;
}
.btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*@import "mixin/component";*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*@import "../components/normalize-css/normalize";*/
.pc {
  display: none !important;
}

html,
body {
  width: 100vw;
  position: relative;
  letter-spacing: 0;
  font-size: 2.6666666667vw;
  font-weight: 400;
  color: #333333;
}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 {
  font-weight: normal;
  font-size: 90%;
  line-height: 1em;
}

h2 {
  font-weight: normal;
  font-size: 120%;
}

h3 {
  font-weight: normal;
}

h4 {
  font-weight: normal;
}

h5 {
  font-weight: normal;
}

h6 {
  font-weight: normal;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #4c80c2;
  text-decoration: none;
}
a:visited {
  color: #4c80c2;
  text-decoration: none;
}
a:hover {
  color: #789fd1;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}

button:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  /*transition: all 0.1s;*/
}

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
textarea {
  font-size: 100%;
} /* テキストエリア内文字サイズのブラウザ間での差異をなくす */
/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
pタグにつける文字サイズのクラス
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
リスト
-----------------------------------------------------------------*/
ol,
ul {
  list-style: none;
}

/*-----------------------------------------------------------------
Div全体にリンクさせる
-----------------------------------------------------------------*/
.divLink {
  cursor: pointer;
}

/*-----------------------------------------------------------------
Form
-----------------------------------------------------------------*/
[type=textbox],
[type=text],
[type=email],
textarea {
  background-color: #fff;
  padding: 4px 8px;
  border: 1px solid #ccc;
}

select {
  padding: 4px 8px;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-image: initial;
}

/*-----------------------------------------------------------------
BODY
-----------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------
wrapper
-----------------------------------------------------------------*/
#wrapper {
  width: 100%;
  font-size: 1.4rem;
}
#wrapper > h2 {
  text-align: center;
  font-size: 5.8666666667vw;
  font-weight: bold;
  color: #004d86;
  margin: 9.3333333333vw 0 12vw;
}

/*-----------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------*/
header {
  position: relative;
}
header.active #header .middle .links .btn.menu {
  background-image: url(../img/common/header-menu-close.png);
}
header.active #nav {
  display: block;
}

#header {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  background: #004d86;
  height: auto;
}
#header .skinny {
  display: none !important;
}
#header {
  /*H1*/
}
#header h1 {
  background: #003862;
  color: #fff;
  font-size: 2.6666666667vw;
  height: 5.3333333333vw;
  line-height: 5.3333333333vw;
  padding-left: 2.6666666667vw;
}
#header .middle {
  position: relative;
  height: auto;
  padding: 2.5333333333vw;
  /*        -js-display: flex;
          display: flex;*/
}
#header .middle .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .middle {
  /*ロゴ*/
}
#header .middle .logo {
  position: relative;
  z-index: 100;
  width: 49.3333333333vw;
}
#header .middle .search {
  margin-top: 1.3333333333vw;
  position: relative;
  z-index: 10;
  width: 100%;
}
#header .middle .search .input_wrap {
  width: 100%;
  padding-right: 57px;
}
#header .middle .search .form {
  position: relative;
}
#header .middle .search input {
  width: 100%;
  border: 1px solid #ccc;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
  height: 41px;
  float: left;
  font-size: 1.6rem;
}
#header .middle .search button {
  background: url(../img/common/btn-search.png) center center no-repeat;
  width: 57px;
  height: 41px;
  border: 0;
  position: absolute;
  right: 0;
}
#header .middle .search p {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 2.6333333333vw;
  line-height: 1.45;
  padding-top: 0.6666666667vw;
  letter-spacing: normal;
  margin-left: -0.2666666667vw;
  margin-right: -1.0666666667vw;
}
#header .middle .search p a {
  color: #fff;
  text-decoration: underline;
}
#header .middle .font-size {
  display: none;
}
#header .middle .font-size:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .middle .font-size {
  width: auto;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 100;
}
#header .middle .font-size .label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  padding-left: 4px;
}
#header .middle .font-size .btns {
  float: left;
}
#header .middle .font-size .btns:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .middle .font-size .btns .btn {
  display: block;
  margin: 0;
  float: left;
  box-sizing: border-box;
  padding: 4px 0;
  width: 47px;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #cccccc;
  background: #fff;
}
#header .middle .font-size .btns .btn:first-of-type {
  border-radius: 4px 0 0 4px;
}
#header .middle .font-size .btns .btn:last-of-type {
  border-radius: 0 4px 4px 0;
}
#header .middle .font-size .btns .btn.textresizer-active {
  background: #8c8c8c;
  color: #fff;
  border: 1px solid #8c8c8c;
}
#header .middle {
  /*電話番号*/
}
#header .middle .tel {
  display: none;
  float: left;
  width: 205px;
  margin: 25px 0 0 0;
}
#header .middle .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2.6666666667vw;
}
#header .middle .links .btn {
  display: block;
  width: 16vw;
  z-index: 100;
}
#header .middle .links .btn.menu {
  top: 2.6666666667vw;
  right: 21.3333333333vw;
  background: url(../img/common/header-menu.png) center top no-repeat;
  background-size: contain;
}
#header .middle .links .btn.menu a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .middle .links .btn.system {
  top: 2.6666666667vw;
  right: 2.6666666667vw;
}

/*-----------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------*/
#nav {
  display: none;
  width: 100%;
  height: calc(100vh - 24.6666666667vw);
  margin: 0;
  position: absolute;
  top: 24.6666666667vw;
  left: 0;
  z-index: 10;
}
#nav:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#nav {
  background-color: #e4f0f9;
}
#nav > ul {
  border-bottom: 0.2666666667vw solid #ccc;
  padding: 8vw 2.6666666667vw 2.6666666667vw;
  height: calc(100% - 26.6666666667vw);
  overflow-y: auto;
}
#nav > ul > li {
  width: 100%;
  min-height: 13.3333333333vw;
  position: relative;
}
#nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
  height: 13.3333333333vw;
  border-top: 0.2666666667vw solid #ccc;
  color: #333333;
  font-size: 3.7333333333vw;
  font-weight: bold;
  position: relative;
}
#nav > ul > li i {
  position: absolute;
  z-index: 100;
  top: 0vw;
  right: 0vw;
  display: block;
  width: 8vw;
  height: 13.3333333333vw;
  background: url(../img/common/icon-arrow02-bottom.png) center center no-repeat;
  background-size: 2.2666666667vw auto;
}
#nav > ul > li.active i {
  transform: rotateZ(180deg);
}
#nav > ul > li.active .submenu {
  display: block;
}
#nav .submenu {
  padding: 0;
  z-index: 9999;
  width: 100%;
  display: none;
  overflow: hidden;
  left: 0;
  color: #333;
}
#nav .submenu:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#nav .submenu {
  padding-bottom: 2.6666666667vw;
}
#nav .submenu .line {
  display: grid;
  gap: 1.3333333333vw;
  padding-bottom: 1.3333333333vw;
}
#nav .submenu .line li {
  display: block;
  padding: 0;
}
#nav .submenu .line li a {
  display: block;
  padding-left: 4.6666666667vw;
  background-image: url(../img/common/icon-arrow05-right.png);
  background-size: 3.3333333333vw auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #333;
  font-size: 3.7333333333vw;
  text-align: left;
}
#nav li:hover .submenu {
  /*display: block;*/
}
#nav .tel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26.6666666667vw;
  background-color: #004d86;
  padding: 6vw;
  text-align: center;
}
#nav .tel img {
  width: 68.6666666667vw;
}

/*-----------------------------------------------------------------
検索
-----------------------------------------------------------------*/
#header_search {
  width: 1000px;
  height: 37px;
  margin: 0 auto 10px;
  background: url(img/common/search_bg.png) center center no-repeat;
}
#header_search form {
  float: left;
  overflow: hidden;
  padding: 5px 0 0 57px;
}

#header_search_box_text {
  float: left;
  width: 254px;
  height: 27px;
  padding: 0 10px !important;
  margin: 0 6px 0 0;
  border: 0 !important;
  line-height: 27px;
}

#header_search_box_submit {
  float: left;
  width: 47px;
  height: 23px;
  padding: 0 !important;
  margin: 2px 14px 0 0;
  border: none !important;
  background: url(img/common/search_btn.png) center center no-repeat;
  cursor: pointer;
}

#header_search p {
  float: left;
  font-size: 80%;
  line-height: 37px;
  color: #fff;
}
#header_search a {
  text-decoration: underline;
}
#header_search a:link, #header_search a:visited {
  color: #fff;
}
#header_search a:hover, #header_search a:active {
  color: #e1ebee;
}

/*-----------------------------------------------------------------
ページトップボタン
-----------------------------------------------------------------*/
#pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 100;
}

/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
#footer_upper_wrapper {
  width: 100%;
  height: 132px;
  margin: 0 0 35px;
  background: url(img/common/footer_upper_bg.png) repeat-x top;
  overflow: hidden;
}

/*-----------------------------------------------------------------
メインコンテンツ
-----------------------------------------------------------------*/
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.6666666667vw;
  overflow: hidden;
}

#footer-menu {
  background: #004d86;
  padding: 6vw 0;
}
#footer-menu .container {
  padding: 0 2.6666666667vw 0;
}
#footer-menu .column {
  margin-bottom: 5.3333333333vw;
}
#footer-menu .column:last-child {
  margin-bottom: 0;
}
#footer-menu h4 {
  font-size: 2.6666666667vw;
  border-left: 0.6666666667vw solid #fff;
  height: 3.2vw;
  line-height: 3.2vw;
  padding-left: 1.3333333333vw;
}
#footer-menu h4 a {
  color: #fff;
}
#footer-menu ul {
  margin-top: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw 0;
}
#footer-menu ul li a {
  display: flex;
  align-items: center;
  font-size: 2.6666666667vw;
  width: 45.3333333333vw;
  color: #fff;
  background: url(../img/common/icon-arrow03-right.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 2.6666666667vw;
}

#footer .company {
  padding: 3.3333333333vw 0;
  text-align: center;
  font-size: 2.6666666667vw;
  line-height: 1.75;
}
#footer .company ul li {
  display: inline-block;
}
#footer .company ul li a {
  color: #333333;
}
#footer .company ul li a:after {
  content: "｜";
}
#footer .company ul li:last-of-type a:after {
  content: "";
}
#footer .company .ssl {
  margin-top: 4.6666666667vw;
}
#footer .company p {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
}
#copyright {
  text-align: center;
  background: #004d86;
  color: #fff;
  font-size: 2.4vw;
}

/*content*/
#content {
  margin: 0 auto 40px;
  overflow: hidden;
}

/*-----------------------------------------------------------------
HX
-----------------------------------------------------------------*/
.hx01 {
  background: #0068b6;
  color: #fff;
  font-size: 3.4666666667vw;
  padding: 2vw 2.4vw;
}
.hx01 small {
  display: inline-block;
  position: relative;
  font-size: 2.1333333333vw;
}

.hx02 {
  background: #68a621;
  padding-left: 12px;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 28px;
  font-size: 1.8rem;
}

.hx03 {
  padding-left: 12px;
  color: #333333;
  margin-bottom: 28px;
  font-size: 1.8rem;
  border-left: 5px solid #68a621;
}

/*-----------------------------------------------------------------
buttons
-----------------------------------------------------------------*/
.btn01 {
  width: 48.4vw;
  font-weight: bold;
  font-size: 3.7333333333vw;
  background-image: url(../img/common/icon-arrow03-right.png);
  background-repeat: no-repeat;
  background-position: right 3.3333333333vw center;
  background-color: #004d86;
  background-size: 1.8666666667vw auto;
  color: #fff;
  padding: 4vw;
  display: inline-block;
  text-align: left;
}
.btn01:link, .btn01:visited {
  color: #fff;
}
.btn01:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
.table01 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border: 0.2666666667vw solid #ccc;
  width: 100%;
}
.table01 th,
.table01 td {
  border: 0.2666666667vw solid #ccc;
}
.table01 th {
  padding: 2vw 0.6666666667vw;
  background-color: #eeeeee;
  width: 29.3333333333vw;
}
.table01 td {
  padding: 2vw;
}

.table02 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border-top: 0.2666666667vw solid #eee;
  width: 100%;
}
.table02 tr {
  width: 100%;
  display: block;
  border-bottom: 0.2666666667vw solid #eee;
}
.table02 th,
.table02 td {
  width: 100%;
  padding: 2.6666666667vw;
  display: block;
}
.table02 th {
  text-align: left;
}
.table02 td {
  padding-top: 0;
}

.table03 {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border: 0.2666666667vw solid #ccc;
  width: 100%;
}
.table03 th,
.table03 td {
  padding: 1.0666666667vw 0.8vw;
  border: 0.2666666667vw solid #ccc;
}
.table03 thead th {
  background-color: #0080c4;
  color: #fff;
  text-align: left;
}
.table03 th {
  background-color: #eeeeee;
}
.table03 th:nth-of-type(3) {
  width: 32vw;
}
.table03 th:nth-of-type(4) {
  width: 32vw;
}
.table03 td {
  background-color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------
パンくずリスト
-----------------------------------------------------------------*/
#breadcrumbs {
  font-size: 3.2vw;
  padding: 1.3333333333vw;
}
#breadcrumbs li {
  display: inline-block;
  padding-left: 0.8vw;
}
#breadcrumbs li span {
  padding-left: 0.8vw;
}

/*-----------------------------------------------------------------
breadcrumbs
-----------------------------------------------------------------*/
/*
Header
*/
