@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  min-width: 1000px;
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

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

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

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

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 {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

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

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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;
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

.pagination {
  font-size: 80%;
}

.pagination a {
  text-decoration: none;
  border: solid 1px #AAE;
  color: #15B;
}

.pagination a, .pagination span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination .current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next {
  color: #999;
  border-color: #999;
  background: #fff;
}

/* pager
-------------------------------------------------------*/
.jp-previous,
.jp-next {
  display: none !important;
}

.holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.holder a {
  display: block;
  width: 40px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 38px;
  border: 1px solid #00B2EC;
}
.holder a:not(.jp-current) a {
  color: #00B2EC !important;
}
.holder a.jp-current {
  font-weight: normal !important;
  background: #00B2EC !important;
  color: #fff !important;
}

#itemContainer li {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
}

/* layout
-------------------------------------------------------*/
footer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #F2F2F2;
}
footer .footer-bar-contents {
  position: relative;
  height: 60px;
}
footer .footer-bar-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #00B2EC;
}
footer .footer-bar-contents .pagetop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #008EEC;
  color: #fff;
}
footer .footer-bar-contents .pagetop a::before {
  content: "";
  position: relative;
  top: 0px;
  display: inline-block;
  width: 10px;
  height: 22px;
  margin-right: 8px;
  background: url(../common/images/pagetop_arrow.svg) left top no-repeat;
}
footer .footer-bar-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
footer .footer-bar-contents ul li:not(:last-child) {
  margin-right: 55px;
}
footer .footer-bar-contents ul li a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #fff;
}
footer .footer-bar-contents ul li a::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
}
footer .footer-outline-contents {
  position: relative;
  padding: 25px 0 30px;
}
footer .footer-outline-contents dl {
  color: #787878;
}
footer .footer-aside-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
}
footer .footer-aside-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  z-index: -1;
  background: #545454;
}
footer .footer-aside-contents p.global-copyright {
  color: #B7B7B7;
  font-size: 1.1rem;
  text-align: center;
}

header {
  position: relative;
  width: 1000px;
  height: 195px;
  margin: 0 auto;
  z-index: 10;
}
header .header-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-logo span {
  position: absolute;
  top: 0;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  height: 100%;
}
header .header-logo span img {
  width: 100%;
}
header .global-menu-grid ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
}
header .global-menu-grid ul li {
  width: 200px;
  border-left: 1px #848484 solid;
}
header .global-menu-grid ul li:last-child {
  border-right: 1px #848484 solid;
}
header .global-menu-grid ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 80px;
  letter-spacing: 0.05em;
}
header .global-menu-grid ul li a figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  margin-bottom: 10px;
}
header .global-menu-grid ul li a p {
  font-size: 1.5rem;
  text-align: center;
}
header .header-function {
  position: absolute;
  top: 20px;
  right: 0;
}
header .header-function ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 400px;
}
header .header-function ul li {
  width: 190px;
}
header .header-function ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
}
header .header-function ul li a::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
header .header-function ul li:not(:last-child) {
  margin-right: 20px;
}
header .header-function ul li:first-child a {
  border: 1px #00B2EC solid;
  color: #00B2EC;
  font-size: 1.8rem;
  pointer-events: none;
}
header .header-function ul li:first-child a::before {
  top: 1px;
  width: 16px;
  height: 21px;
  background: url(../common/images/function_icon_tel.svg) left top no-repeat;
}
header .header-function ul li:last-child a {
  background: #00B2EC;
  color: #fff;
}
header .header-function ul li:last-child a::before {
  width: 22px;
  height: 17px;
  background: url(../common/images/function_icon_mail.svg) left top no-repeat;
}

.container {
  width: 100%;
}

.contents {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.column-block-contents {
  width: 100%;
}
.column-block-contents aside ul {
  width: 100%;
  padding: 20px 15px;
  background: #00B2EC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.column-block-contents aside ul li:not(:last-child) {
  margin-bottom: 15px;
}
.column-block-contents aside ul li:last-child a {
  font-size: 1.3rem;
  line-height: 1.3;
}
.column-block-contents aside ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 50px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
}
.column-block-contents aside ul li a span em {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 60px;
}
.column-block-contents aside .banner-list {
  width: 100%;
}
.column-block-contents aside .banner-list p:not(:last-child) {
  margin-bottom: 15px;
}
.column-block-contents aside .banner-list p a {
  display: block;
}
.column-block-contents aside .banner-list p a img {
  width: 100%;
}

.directory-menu {
  display: none;
  position: absolute;
  top: 195px;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.56);
  z-index: 20;
}
.directory-menu .local-menu-grid {
  width: 100%;
  background: #00B2EC;
}
.directory-menu .local-menu-grid#local-01 ul::before {
  left: 294px;
}
.directory-menu .local-menu-grid#local-02 ul::before {
  left: 494px;
}
.directory-menu .local-menu-grid#local-03 ul::before {
  left: 694px;
}
.directory-menu .local-menu-grid#local-04 ul::before {
  left: 894px;
}
.directory-menu .local-menu-grid ul {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 35px 150px;
}
.directory-menu .local-menu-grid ul::before {
  content: "";
  position: absolute;
  top: -17px;
  display: block;
  width: 0;
  height: 0;
  margin-top: 1px;
  border: 6px solid transparent;
  border-bottom: 11px solid #00B2EC;
}
.directory-menu .local-menu-grid ul li {
  padding: 10px 0;
  margin: 0 30px;
}
.directory-menu .local-menu-grid ul li a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
}
.directory-menu .local-menu-grid ul li a::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 1px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  transition: 0.7s ease;
}

.subpage-title {
  padding: 50px 0;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.subpage-contents-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 10px 15px 45px;
  letter-spacing: 0.05em;
  background: #DEF7FF;
}
.subpage-contents-title::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 20px;
  top: 50%;
  display: block;
  width: 15px;
  height: 25px;
  background: url(../images/new_title_line.svg) left top no-repeat;
}

.annotation-txt {
  color: #00B2EC;
}

.notes {
  margin: 0 20px 25px;
  padding: 18px 30px;
  border: 1px solid #00B2EC;
}
.notes.no-before ul li {
  padding: 0;
}
.notes.no-before ul li:before {
  display: none;
}
.notes ul li {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
}
.notes ul li:not(:last-child) {
  margin-bottom: 5px;
}
.notes ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.notes ul li > span {
  position: relative;
  color: #ff0000;
  font-size: 1.2rem;
  top: -2px;
}

.form-contents-table {
  margin-bottom: 50px;
  padding: 0 20px;
}
.form-contents-table > li:not(:last-child) {
  margin-bottom: 15px;
}
.form-contents-table > li > dl.error > dd label.select-label {
  border: 2px solid #ff0000 !important;
}
.form-contents-table > li > dl.error > dd input {
  border: 2px solid #ff0000 !important;
}
.form-contents-table > li > dl.error > dd textarea {
  border: 2px solid #ff0000 !important;
}
.form-contents-table > li > dl.error > dd .line-select-button li {
  border: 2px solid #ff0000 !important;
}
.form-contents-table > li > dl > dd .elements-228 {
  width: 228px;
}
.form-contents-table > li > dl > dd .elements-230 {
  margin-right: 10px;
  width: 230px;
}
.form-contents-table > li > dl > dd .elements-full {
  width: 100%;
}
.form-contents-table > li > dl > dd .ermsg {
  padding-top: 5px;
  color: #ff0000;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.form-contents-table > li > dl > dd .address li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-contents-table > li > dl > dd .address li:first-child input {
  margin: 0 10px;
}
.form-contents-table > li > dl > dd .address li:not(:last-child) {
  margin-bottom: 10px;
}
.form-contents-table > li > dl > dd .address li > p {
  position: relative;
  font-size: 1.3rem;
}
.form-contents-table > li > dl > dd .address li > p:before {
  content: "※";
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  padding: 16px 15px;
  background: #fff;
  border: 2px #F2F2F2 solid;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
}

::-webkit-input-placeholder {
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 16px 15px;
  }
}
@-moz-document url-prefix() {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 20px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 17px 15px 16px;
  }
}
label.select-label {
  position: relative;
  display: inline-block;
  width: 310px;
  border: 2px #F2F2F2 solid;
}

label.select-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #787878;
  pointer-events: none;
  z-index: 2;
}

label.select-label select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  padding: 7px 15px;
  background: #fff;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

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

label.select-label select span {
  border: none;
  font-size: 1.8rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  label.select-label select {
    -webkit-appearance: none;
    padding: 20px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  label.select-label select {
    padding: 16px 15px 15px;
  }
}
input[type=radio],
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 0 20px 0 65px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 25px;
  height: 25px;
  margin-top: -13px;
  background: #fff;
  border: 1px #707070 solid;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=checkbox]:checked + label::before {
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: #787878;
  background-size: 100%;
  z-index: 4;
}

input[type=checkbox][disabled] {
  background: #ff0000;
  cursor: not-allowed;
  /* 禁止カーソル */
}

input[type=checkbox][disabled] + label::before {
  background: #F2F2F2;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 22px 0 22px 55px;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

input[type=radio] + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px #707070 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 23px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  background: #787878;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}

textarea {
  position: relative;
  width: 100%;
  height: 16em;
  padding: 10px 15px;
  background: #fff;
  border: 2px solid #F2F2F2;
  font-size: 1.6rem;
  line-height: 1.3;
  outline: none;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .trigger,
.back-shadow {
    display: none;
  }

  br.tabbr,
br.spbr {
    display: none;
  }

  .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 -500%;
    padding: 0 500%;
    background: #00B2EC;
    pointer-events: none;
  }

  .breadcrumbs {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
    background: #00b2ec;
  }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrumbs ul li {
    padding: 6px 0;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    color: #fff;
  }
  .breadcrumbs ul li a {
    display: block;
    color: #fff;
  }
  .breadcrumbs ul li:not(:first-child) {
    position: relative;
    padding: 0 0 0 40px;
  }
  .breadcrumbs ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 14px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  footer .footer-bar-contents .pagetop {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .footer-bar-contents .pagetop a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    width: 200px;
  }
  footer .footer-bar-contents .pagetop a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  footer .footer-bar-contents ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  footer .footer-bar-contents ul li a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  footer .footer-outline-contents dl dt {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  footer .footer-outline-contents dl dt span {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  footer .footer-outline-contents dl dd {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  header .global-menu-grid ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .global-menu-grid ul li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  header .header-logo {
    width: 600px;
    height: 100px;
    padding: 0 10px;
  }
  header .header-logo a {
    width: 434px;
  }
  header .header-logo a img {
    width: 100%;
  }
  header .header-function ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  header .header-function ul li a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }

  .subpage-title {
    margin: 20px 0;
    padding: 31px 0;
    border: 1px solid #848484;
  }

  .directory-menu local-menu-grid ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .directory-menu local-menu-grid ul li a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .directory-menu local-menu-grid ul li a:hover:before {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }

  .column-block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-block-contents .main-block-contents {
    width: 750px;
  }
  .column-block-contents aside {
    margin-right: 30px;
    width: 220px;
  }
  .column-block-contents aside ul {
    margin-bottom: 30px;
  }
  .column-block-contents aside ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents aside ul li a span {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents aside ul li a:hover span {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .column-block-contents aside .banner-list {
    margin-bottom: 30px;
  }
  .column-block-contents aside .banner-list p a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .column-block-contents aside .banner-list p a:hover {
    -moz-opacity: 0.65;
    opacity: 0.65;
  }
  .column-block-contents aside .side-youtube {
    position: relative;
    cursor: pointer;
  }
  .column-block-contents aside .side-youtube a {
    position: relative;
  }
  .column-block-contents aside .side-youtube a:before {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    cursor: pointer;
    content: "";
    width: 70px;
    height: 50px;
    background: #444343;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    z-index: 99;
  }
  .column-block-contents aside .side-youtube a:after {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    content: "";
    width: 17px;
    height: 20px;
    background: url(../common/images/icn_triangle.svg) no-repeat;
    z-index: 100;
    margin-left: 3px;
  }
  .column-block-contents aside .side-youtube a:hover:before {
    background: #ff2a21;
  }
  .column-block-contents aside .side-youtube a img {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    filter: contrast(85%);
  }
  .column-block-contents aside .side-youtube a:hover img {
    filter: contrast(100%);
  }
  .column-block-contents aside .side-youtube a {
    display: block;
  }
  .column-block-contents aside .side-youtube a img {
    width: 100%;
  }
  .column-block-contents aside .side-youtube p {
    padding: 8px 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #00B2EC;
    color: #fff;
  }
  .column-block-contents .youtube-wapper {
    width: 100%;
    height: auto;
  }

  h2 {
    padding: 20px 0;
    text-align: center;
  }

  h3 {
    padding: 10px 0;
    background: #f0f0f0;
  }

  .holder a:not(.jp-current) {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .holder a:not(.jp-current):hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .holder a .jp-current:hover {
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .breadcrumbs {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  div.pageWrap {
    width: 100%;
  }

  .contents {
    width: 100%;
    padding: 0 15px 75px;
  }

  footer {
    width: 100%;
  }
  footer .footer-bar-contents {
    height: 60px;
  }
  footer .footer-bar-contents .pagetop {
    width: 100%;
  }
  footer .footer-bar-contents .pagetop a {
    width: 100%;
    font-size: 1.6rem;
  }
  footer .footer-bar-contents ul {
    display: none;
  }
  footer .footer-outline-contents {
    padding: 25px 15px 30px;
  }
  footer .footer-outline-contents dl {
    color: #787878;
  }
  footer .footer-outline-contents dl dt {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  footer .footer-outline-contents dl dt span {
    display: block;
    font-size: 1.7rem;
  }
  footer .footer-outline-contents dl dd {
    line-height: 1.8;
  }
  footer .footer-aside-contents p.global-copyright {
    font-size: 1.1rem;
  }

  header {
    width: 100%;
    height: 120px;
  }
  header .header-logo {
    height: 70px;
    padding: 0 15px;
  }
  header nav.header-function,
header nav.global-menu-grid {
    display: none;
  }

  .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #00B2EC;
    z-index: 50;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 15px;
  }
  .trigger .menu-title {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .trigger .menu-trigger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
  }
  .trigger .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .trigger .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .trigger .menu-trigger span:nth-of-type(3) {
    top: 14px;
  }
  .trigger .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .trigger .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .trigger .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }

  .sp-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .back-shadow {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px 120px;
    background: #00B2EC;
    border-top: 1px #fff solid;
    overflow-y: auto;
    z-index: 40;
  }
  .back-shadow nav.header-function {
    margin-bottom: 15px;
  }
  .back-shadow nav.header-function ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .back-shadow nav.header-function ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    border: 1px #fff solid;
    color: #fff;
  }
  .back-shadow nav.header-function ul li a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    margin-left: -100px;
  }
  .back-shadow nav.header-function ul li:first-child {
    -webkit-order: 2;
    order: 2;
  }
  .back-shadow nav.header-function ul li:first-child a {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .back-shadow nav.header-function ul li:first-child a::before {
    width: 16px;
    height: 21px;
    background: url(../common/images/function_icon_tel_white.svg) left top no-repeat;
  }
  .back-shadow nav.header-function ul li:last-child {
    margin-bottom: 15px;
    -webkit-order: 1;
    order: 1;
  }
  .back-shadow nav.header-function ul li:last-child a {
    font-size: 1.6rem;
  }
  .back-shadow nav.header-function ul li:last-child a::before {
    width: 22px;
    height: 17px;
    background: url(../common/images/function_icon_mail.svg) left top no-repeat;
  }
  .back-shadow nav.bar-function {
    margin-bottom: 30px;
  }
  .back-shadow nav.bar-function ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .back-shadow nav.bar-function ul li {
    width: 49%;
  }
  .back-shadow nav.bar-function ul li:not(:last-child) {
    margin-right: 2%;
  }
  .back-shadow nav.bar-function ul li:last-child {
    margin-bottom: 5px;
  }
  .back-shadow nav.bar-function ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-left: 18px;
    border: 1px #fff solid;
    color: #fff;
    font-size: 1.5rem;
  }
  .back-shadow nav.bar-function ul li a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 15px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }
  .back-shadow p.close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    margin: 0 auto 25px;
    border: 1px #fff solid;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .back-shadow .hamburger-menu {
    margin-bottom: 15px;
  }
  .back-shadow .hamburger-menu > li {
    border-bottom: 1px #fff solid;
  }
  .back-shadow .hamburger-menu > li:first-child dl:after, .back-shadow .hamburger-menu > li:last-child dl:after {
    display: none;
  }
  .back-shadow .hamburger-menu > li:last-child dl dt img {
    max-width: auto;
    max-height: 35px;
  }
  .back-shadow .hamburger-menu > li dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
  }
  .back-shadow .hamburger-menu > li dl::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .back-shadow .hamburger-menu > li dl.active::after {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .back-shadow .hamburger-menu > li dl dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
  }
  .back-shadow .hamburger-menu > li dl dt img {
    max-width: 30px;
    max-height: 25px;
  }
  .back-shadow .hamburger-menu > li dl dd {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .back-shadow .hamburger-menu > li > a {
    position: relative;
  }
  .back-shadow .hamburger-menu > li .slide-local {
    display: none;
    border-top: 1px #fff solid;
  }
  .back-shadow .hamburger-menu > li .slide-local ul {
    padding: 0 10px;
  }
  .back-shadow .hamburger-menu > li .slide-local ul li:not(:last-child) {
    border-bottom: 1px #fff dashed;
  }
  .back-shadow .hamburger-menu > li .slide-local ul li a {
    position: relative;
    display: block;
    padding: 20px 10px 20px 30px;
    color: #fff;
    font-size: 1.4rem;
  }
  .back-shadow .hamburger-menu > li .slide-local ul li a::before {
    content: "";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 10px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }

  .column-block-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-block-contents .main-block-contents {
    order: 1;
    -webkit-order: 1;
    width: 100%;
  }
  .column-block-contents aside {
    order: 2;
    -webkit-order: 2;
    width: 100%;
  }
  .column-block-contents aside ul {
    margin-bottom: 30px;
    padding: 20px 10px;
  }
  .column-block-contents aside ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .column-block-contents aside ul li a {
    height: 65px;
    padding-left: 70px;
    font-size: 1.6rem;
  }
  .column-block-contents aside ul li a span em {
    width: 70px;
    height: 65px;
  }
  .column-block-contents aside .banner-list {
    margin-bottom: 30px;
  }
  .column-block-contents aside .banner-list p:not(:last-child) {
    margin-bottom: 25px;
  }
  .column-block-contents aside .side-youtube a {
    position: relative;
    display: block;
  }
  .column-block-contents aside .side-youtube a img {
    width: 100%;
  }
  .column-block-contents aside .side-youtube a:before {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    cursor: pointer;
    content: "";
    width: 70px;
    height: 50px;
    background: #444343;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    z-index: 99;
  }
  .column-block-contents aside .side-youtube a:after {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    content: "";
    width: 17px;
    height: 20px;
    background: url(../common/images/icn_triangle.svg) no-repeat;
    z-index: 100;
    margin-left: 3px;
  }
  .column-block-contents aside .side-youtube p {
    padding: 8px 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #00B2EC;
    color: #fff;
  }

  .subpage-title {
    padding: 30px 0;
    font-size: 2.1rem;
    text-align: center;
  }

  .subpage-contents-title {
    position: relative;
    margin-bottom: 18px;
    font-size: 1.8rem;
    padding: 16px 0 16px 15px;
    line-height: 1.4;
  }
  .subpage-contents-title:before {
    top: 30px;
    left: 0;
    width: 10px;
    height: 20px;
    background-size: 10px 20px;
  }
  .subpage-contents-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -20px;
    padding: 0 20px;
    z-index: -1;
    background: #DEF7FF;
  }

  input[type=checkbox] + label {
    padding: 10px 12px 10px 50px;
    height: auto;
  }

  input[type=checkbox] + label::before {
    left: 12px;
  }

  input[type=checkbox]:checked + label::after {
    left: 16px;
  }

  input[type=checkbox] + label span {
    position: static;
    top: 0;
    left: 0;
  }

  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 11px 10px;
  }

  input[type=radio] + label {
    padding: 17px 0 17px 45px;
  }

  textarea {
    height: 10em;
  }

  .notes {
    margin: 0 0 25px;
    padding: 13px;
  }
  .notes ul li {
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .notes ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .form-contents-table {
    margin-bottom: 30px;
    padding: 0;
  }
  .form-contents-table > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .form-contents-table > li > dl > dd label.select-label {
    width: 100%;
  }
  .form-contents-table > li > dl > dd label.select-label select {
    padding: 15px 10px;
  }
  .form-contents-table > li > dl > dd .address li:not(:last-child) {
    margin-bottom: 5px;
  }
  .form-contents-table > li > dl > dd .address li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-contents-table > li > dl > dd .address li:first-child .elements-228 {
    margin-right: 0;
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
  }
  .form-contents-table > li > dl > dd .address li:first-child .elements-230 {
    margin-right: 10px;
    width: 91%;
    flex: 1;
    -webkit-flex: 1;
  }
  .form-contents-table > li > dl > dd .address li:first-child p {
    margin-top: 5px;
    width: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.spbr {
    display: none;
  }

  .container {
    width: 650px;
  }

  header {
    width: 650px;
    margin: 0 auto;
  }
  header .header-logo span {
    right: 5px;
    width: 90px;
  }
  header .header-logo a img {
    height: 50px;
  }

  .trigger {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .banner-list p {
    width: 48%;
  }
  .banner-list p img {
    width: 100%;
  }
  .banner-list p:nth-child(2n-1) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.tabbr {
    display: none;
  }

  header .header-logo a img {
    height: 42px;
  }
  header .header-logo span {
    position: absolute;
    top: 0;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
  }
}
@media screen and (min-width: 321px) {
  /* ------------------------------------------------------*/
  .minbr {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  .minbr {
    display: block;
  }

  header .header-logo a img {
    height: 35px;
  }
  header .header-logo span {
    width: 50px;
  }

  footer .footer-aside-contents {
    height: auto;
    padding: 5px 0;
  }
  footer .footer-aside-contents p.global-copyright {
    line-height: 1.4;
  }
}
/* layout
------------------------------------------------------*/
.consult-contents:not(:last-of-type) {
  margin-bottom: 50px;
}
.consult-contents > p {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.consult-contents .about-consultlist {
  margin-top: 20px;
  padding: 0 20px;
}
.consult-contents .about-consultlist li {
  position: relative;
  padding-left: 22px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.consult-contents .about-consultlist li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #00B2EC;
}
.consult-contents .consultlist-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0 20px;
}
.consult-contents .consultlist-link > li:not(:last-child) {
  margin-right: 10px;
}
.consult-contents .consultlist-link > li a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 350px;
  font-size: 1.6rem;
  padding: 10px 0;
  color: #fff;
  background: #0076EC;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.56);
  line-height: 1.9;
}
.consult-contents > .fax {
  width: 710px;
  margin: 25px auto 0;
  padding: 34px 20px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #00B2EC;
  letter-spacing: 0.05em;
  line-height: 1;
}
.consult-contents > .fax span {
  position: relative;
  padding-left: 50px;
}
.consult-contents > .fax span:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 33px;
  height: 31px;
  top: 50%;
  left: 0;
}
.consult-contents > .fax span:before {
  background: url(../consult/images/icn_fax.svg) no-repeat;
}
.consult-contents > a:not(.form) {
  pointer-events: none;
  display: block;
  width: 710px;
  margin: 25px auto 0;
  padding: 34px 20px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #00B2EC;
  letter-spacing: 0.05em;
}
.consult-contents > a:not(.form) span {
  position: relative;
  padding-left: 50px;
}
.consult-contents > a:not(.form) span:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 22px;
  height: 29px;
  top: 50%;
  left: 10px;
  background: url(../consult/images/icn_tel.svg) no-repeat;
}
.consult-contents > a.form {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 300px;
  margin: 25px auto 0;
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #4ECFA8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.56);
  line-height: 1.9;
}

.consult-schedule-contents .month {
  margin: 0 20px 30px;
  padding: 35px 38px;
  border: 1px solid #00B2EC;
}
.consult-schedule-contents .month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.consult-schedule-contents .month ul li:not(:last-child) {
  margin-right: 40px;
}
.consult-schedule-contents .month ul li a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #00B2EC;
}
.consult-schedule-contents .month ul li a.onpage {
  position: relative;
}
.consult-schedule-contents .month ul li a.onpage:after {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 105px;
  height: 1px;
  background: #00B2EC;
}
.consult-schedule-contents .month ul li a.nolink {
  pointer-events: none;
}
.consult-schedule-contents .month-schedule-contents {
  margin-bottom: 40px;
}
.consult-schedule-contents .month-schedule-contents table {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.consult-schedule-contents .month-schedule-contents table thead tr {
  border-bottom: 5px solid #fff;
}
.consult-schedule-contents .month-schedule-contents table thead tr th {
  background: #D9FFFD;
  text-align: center;
  height: 65px;
}
.consult-schedule-contents .month-schedule-contents table thead tr th:first-child, .consult-schedule-contents .month-schedule-contents table thead tr th:nth-child(2) {
  width: 65px;
}
.consult-schedule-contents .month-schedule-contents table thead tr th:nth-child(3) {
  width: 313px;
}
.consult-schedule-contents .month-schedule-contents table thead tr th:not(:last-child) {
  border-right: 5px solid #fff;
}
.consult-schedule-contents .month-schedule-contents table tbody tr:not(:last-child) {
  border-bottom: 5px solid #fff;
}
.consult-schedule-contents .month-schedule-contents table tbody tr:last-child td {
  height: 53px;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.sat td:first-child, .consult-schedule-contents .month-schedule-contents table tbody tr.sat td:nth-child(2) {
  color: #0080FF;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.sat td:nth-child(3), .consult-schedule-contents .month-schedule-contents table tbody tr.sat td:nth-child(4) {
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.sun td:first-child, .consult-schedule-contents .month-schedule-contents table tbody tr.sun td:nth-child(2) {
  color: #FF0000;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.sun td:nth-child(3), .consult-schedule-contents .month-schedule-contents table tbody tr.sun td:nth-child(4) {
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.holiday td:first-child, .consult-schedule-contents .month-schedule-contents table tbody tr.holiday td:nth-child(2) {
  color: #FF0000;
}
.consult-schedule-contents .month-schedule-contents table tbody tr.holiday td:nth-child(3), .consult-schedule-contents .month-schedule-contents table tbody tr.holiday td:nth-child(4) {
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td {
  text-align: center;
  height: 55px;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:first-child, .consult-schedule-contents .month-schedule-contents table tbody tr td:nth-child(2) {
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:nth-child(3) {
  position: relative;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:nth-child(3):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 308px;
  height: 50px;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:nth-child(4) {
  position: relative;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:nth-child(4):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 50px;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
}
.consult-schedule-contents .month-schedule-contents table tbody tr td:not(:last-child) {
  border-right: 5px solid #fff;
}
.consult-schedule-contents .month-schedule-contents .schedule-head {
  margin-bottom: 5px;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dt span {
  display: block;
  margin-right: 5px;
  width: 60px;
  background: #D9FFFD;
  text-align: center;
  line-height: 60px;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li {
  background: #D9FFFD;
  text-align: center;
  line-height: 60px;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li:first-child {
  width: 308px;
  margin-right: 5px;
}
.consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li:nth-child(2) {
  width: 307px;
}
.consult-schedule-contents .month-schedule-contents .schedule-body {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.sat > dl > dt {
  color: #0080FF;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.sun > dl > dt, .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.holiday > dl > dt {
  color: #FF0000;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.sat > dl > dd > ul > li, .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.sun > dl > dd > ul > li, .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li.holiday > dl > dd > ul > li {
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 50px;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  width: 60px;
  background: #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li:first-child {
  width: 308px;
  margin-right: 5px;
  min-height: 50px;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li:nth-child(2) {
  width: 307px;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  height: 46px;
  border: 2px solid #F2F2F2;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li .strike-through {
  position: relative;
  display: block;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li .strike-through:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd > ul > li .strike-through + em {
  width: 100%;
  display: block;
}
.consult-schedule-contents .notice {
  margin-bottom: 10px;
  padding: 0 15px;
}
.consult-schedule-contents .notice li {
  position: relative;
  padding-left: 22px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.consult-schedule-contents .notice li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #00B2EC;
}
.consult-schedule-contents .other-center {
  padding: 0 20px;
}
.consult-schedule-contents .other-center li a {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #0076EC;
}
.consult-schedule-contents .other-center li a span {
  position: relative;
  padding: 0 0 0 30px;
}
.consult-schedule-contents .other-center li a span:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  position: absolute;
  width: 21px;
  height: 10px;
  top: 50%;
  left: 0;
  background: url(../seminar/images/icn_arrow.svg) no-repeat;
  margin-top: 1px;
}

.consult-consultee-contents:not(:last-child) {
  margin-bottom: 80px;
}
.consult-consultee-contents .consultee-head {
  margin-bottom: 20px;
}
.consult-consultee-contents .consultee-head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-consultee-contents .consultee-head dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  padding: 0 20px;
  width: 250px;
  font-size: 1.6rem;
  background: #F2F2F2;
  letter-spacing: 0.05em;
}
.consult-consultee-contents .consultee-head dl dd {
  flex: 1;
  -webkit-flex: 1;
}
.consult-consultee-contents .consultee-head dl dd ul li {
  padding: 0 20px;
  font-size: 1.3rem;
  background: #F2F2F2;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.consult-consultee-contents .consultee-head dl dd ul li:not(:last-child) {
  margin-bottom: 5px;
}
.consult-consultee-contents .consultee-body .consultee-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-consultee-contents .consultee-body .consultee-person:not(:last-child) {
  margin-bottom: 10px;
}
.consult-consultee-contents .consultee-body .consultee-person h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  margin-right: 5px;
  padding: 0 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  border: 1px solid #B5B5B5;
}
.consult-consultee-contents .consultee-body .consultee-person > ul {
  flex: 1;
  -webkit-flex: 1;
  width: 100%;
}
.consult-consultee-contents .consultee-body .consultee-person > ul > li {
  padding: 4px 20px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  border: 1px solid #B5B5B5;
}
.consult-consultee-contents .consultee-body .consultee-person > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.consult-consultee-contents .consultee-body .consultee-person > ul > li:nth-child(2) {
  padding: 9px 20px;
}
.consult-consultee-contents .consultee-body .consultee-person > ul > li:nth-child(2) > ul > li {
  position: relative;
  padding-left: 16px;
}
.consult-consultee-contents .consultee-body .consultee-person > ul > li:nth-child(2) > ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.consult-form-contents.confirm > a {
  background: #0076EC;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dt {
  margin-bottom: 0;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd {
  font-size: 1.5rem;
  padding: 18px 10px;
  line-height: 1.6;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd > dl:not(:last-child) {
  margin-bottom: 15px;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd > dl > dt {
  margin-bottom: 0;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd > dl > dd {
  line-height: 2;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd .other-position {
  margin-top: 20px;
  padding: 10px;
  border: 2px #F2F2F2 solid;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd .other-position dt {
  padding: 13px 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #F2F2F2;
}
.consult-form-contents.confirm .form-contents-table > li > dl > dd .other-position dd {
  font-size: 1.5rem;
  padding: 18px 10px 5px;
  line-height: 1.6;
}
.consult-form-contents .form-contents-table > li > dl.required > dt:after {
  content: "＊";
  padding-left: 15px;
  color: #ff0000;
  font-size: 1.2rem;
}
.consult-form-contents .form-contents-table > li > dl > dt {
  position: relative;
  margin-bottom: 10px;
  padding: 13px 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #F2F2F2;
}
.consult-form-contents .form-contents-table > li > dl > dd {
  font-size: 1.6rem;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.position li {
  margin-bottom: 10px;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.kind li {
  margin-bottom: 10px;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.kind li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.half li {
  width: 350px;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.half li:nth-child(3n) {
  margin-right: 10px;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button.half li:nth-child(2n) {
  margin-right: 0;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button li {
  width: 230px;
  border: 2px solid #F2F2F2;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button li:not(:last-child) {
  margin-right: 10px;
}
.consult-form-contents .form-contents-table > li > dl > dd .line-select-button li:nth-child(3n) {
  margin-right: 0;
}
.consult-form-contents .form-contents-table > li > dl > dd .other-position > p {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.consult-form-contents .form-contents-table > li > dl > dd > dl:not(:last-child) {
  margin-bottom: 5px;
}
.consult-form-contents .form-contents-table > li > dl > dd > dl dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #0076EC;
}
.consult-form-contents .form-contents-table > li > dl > dd > dl dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.consult-form-contents > a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #4ECFA8;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.56);
  line-height: 1.9;
}

input[type=radio] + label {
  padding: 15px 0 15px 35px;
}

input[type=radio] + label::before {
  left: 10px;
}

input[type=radio]:checked + label::after {
  left: 13px;
}

input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px 35px;
  line-height: 1;
}

input[type=checkbox] + label::before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: -8px;
  left: 10px;
  width: 17px;
  height: 17px;
}

input[type=checkbox]:checked + label::after {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-top: -5px;
  left: 13px;
  width: 11px;
  height: 11px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 11px 15px;
  }
}
@-moz-document url-prefix() {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 15px 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    padding: 12px 15px 11px;
  }
}
.consult-thanks-contents dl {
  padding: 0 20px;
}
.consult-thanks-contents dl dt {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.consult-thanks-contents dl dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.consult-stresscheck-contents:not(:last-of-type) {
  margin-bottom: 80px;
}
.consult-stresscheck-contents > p {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.consult-stresscheck-contents > p:not(:last-of-type) {
  margin-bottom: 20px;
}
.consult-stresscheck-contents .out-link {
  margin-top: 40px;
}
.consult-stresscheck-contents .out-link li:not(:last-child) {
  margin-bottom: 50px;
}
.consult-stresscheck-contents .out-link li a {
  display: block;
  width: 600px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.6;
  border: 1px solid #000;
}
.consult-stresscheck-contents .out-link li a span {
  position: relative;
  padding-left: 24px;
}
.consult-stresscheck-contents .out-link li a span:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../about/images/icn_outsidelink.svg) no-repeat;
}
.consult-stresscheck-contents .data-link li:not(:last-child) {
  margin-bottom: 20px;
}
.consult-stresscheck-contents .data-link li a {
  position: relative;
  display: block;
  padding: 29px 20px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  border: 1px solid #00B2EC;
}
.consult-stresscheck-contents .data-link li a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "PDF";
  top: 50%;
  left: auto;
  right: 10px;
  width: 50px;
  font-size: 1.4rem;
  text-align: center;
  background: #00B2EC;
  color: #fff;
  line-height: 26px;
}
.consult-stresscheck-contents .data-link li a[href$=".pdf"]:after {
  content: "PDF";
}
.consult-stresscheck-contents .data-link li a[href$=".docx"]:after {
  content: "word";
}
.consult-stresscheck-contents .data-link li a[href$=".xlsx"]:after {
  content: "excel";
}

.consult-balance-contents:not(:last-of-type) {
  margin-bottom: 60px;
}
.consult-balance-contents .out-link {
  margin-top: 40px;
}
.consult-balance-contents .out-link > li:not(:last-child) {
  margin-bottom: 50px;
}
.consult-balance-contents .out-link > li a {
  display: block;
  width: 600px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.6;
  border: 1px solid #000;
}
.consult-balance-contents .out-link > li a span {
  position: relative;
  padding-left: 24px;
}
.consult-balance-contents .out-link > li a span:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../about/images/icn_outsidelink.svg) no-repeat;
}
.consult-balance-contents .out-link > li .detail-out-link {
  width: 600px;
  margin: 20px auto 0;
  padding: 15px;
  background: #f0f0f0;
}
.consult-balance-contents .out-link > li .detail-out-link ul li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 14px;
  line-height: 1.9;
}
.consult-balance-contents .out-link > li .detail-out-link ul li:before {
  content: "・";
  position: absolute;
  top: 1px;
  left: 0;
}
.consult-balance-contents .out-link > li .detail-out-link ul li a {
  display: inline;
  border: none;
  color: #0076EC;
  text-decoration: underline;
  line-height: 1.9;
}
.consult-balance-contents .out-link > li .detail-out-link p {
  font-size: 1.4rem;
  line-height: 1.9;
}
.consult-balance-contents .bnr-link {
  width: 600px;
  margin: 50px auto 0;
}
.consult-balance-contents .bnr-link a {
  display: block;
  width: 178px;
  margin-bottom: 25px;
}
.consult-balance-contents .bnr-link figure {
  width: 187px;
}
.consult-balance-contents .bnr-link figure img {
  width: 100%;
}
.consult-balance-contents dl dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.consult-balance-contents.balance-support dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}
.consult-balance-contents.balance-support dl dt {
  margin-right: 20px;
}
.consult-balance-contents.balance-support dl dt figure {
  width: 87px;
  margin: 0 auto 15px;
}
.consult-balance-contents.balance-support dl dt figure img {
  width: 100%;
}
.consult-balance-contents.balance-support dl dt figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.consult-balance-contents.balance-support dl dd {
  flex: 1;
  -webkit-flex: 1;
}
.consult-balance-contents.service-content > p {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.consult-balance-contents.service-content > figure {
  margin-bottom: 40px;
  line-height: 0;
}
.consult-balance-contents.service-content ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
.consult-balance-contents.service-content ul li dl dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #0080FF;
}
.consult-balance-contents.service-content ul li dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0080FF;
}
.consult-balance-contents.service-content > a {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 20px 70px 25px 20px;
  border: 1px solid #00B2EC;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.consult-balance-contents.service-content > a:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "PDF";
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  background: #00B2EC;
  color: #fff;
  text-align: center;
  margin-top: -2px;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .consult-contents .consultlist-link > li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-contents .consultlist-link > li a:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .consult-contents > a.form {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-contents > a.form:hover {
    -moz-opacity: 0.75;
    opacity: 0.75;
  }

  .consult-schedule-contents .month ul li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-schedule-contents .month ul li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .consult-schedule-contents .other-center li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-schedule-contents .other-center li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .consult-stresscheck-contents .out-link li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-stresscheck-contents .out-link li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .consult-stresscheck-contents .data-link li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-stresscheck-contents .data-link li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }

  .consult-balance-contents .out-link > li a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-balance-contents .out-link > li a:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .consult-balance-contents .bnr-link a {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-balance-contents .bnr-link a:hover {
    -moz-opacity: 0.65;
    opacity: 0.65;
  }
  .consult-balance-contents.service-content > a[href$=".pdf"] {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .consult-balance-contents.service-content > a[href$=".pdf"]:hover {
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .main-block-contents {
    padding-bottom: 80px;
  }

  .consult-contents:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .consult-contents p {
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .consult-contents .about-consultlist {
    padding: 0;
  }
  .consult-contents .about-consultlist li {
    letter-spacing: 0;
    line-height: 1.65;
  }
  .consult-contents .consultlist-link {
    margin-top: 20px;
    padding: 0;
  }
  .consult-contents .consultlist-link li {
    width: 100%;
  }
  .consult-contents .consultlist-link li:first-child {
    margin: 0 0 15px;
  }
  .consult-contents .consultlist-link li a {
    width: 100%;
    line-height: 1.6;
  }
  .consult-contents > a:not(.form) {
    pointer-events: auto;
    margin: 20px 0 0;
    padding: 25px 20px;
    width: 100%;
    font-size: 2.3rem;
  }
  .consult-contents > a:not(.form) span {
    padding-left: 45px;
  }
  .consult-contents > a:not(.form) span:before {
    margin-top: 2px;
  }
  .consult-contents > a.form {
    margin: 20px 0 0;
    width: 100%;
    line-height: 1.6;
  }
  .consult-contents > .fax {
    width: 100%;
    font-size: 2.3rem;
    padding: 25px 20px;
  }
  .consult-contents > .fax span {
    padding-left: 45px;
  }
  .consult-contents > .fax span:before {
    margin-top: 2px;
  }

  .consult-schedule-contents .month {
    margin: 0 0 15px;
    padding: 15px 25px;
  }
  .consult-schedule-contents .month ul li {
    width: 50%;
    text-align: center;
  }
  .consult-schedule-contents .month ul li:not(:last-child) {
    margin-right: 0;
  }
  .consult-schedule-contents .month ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
  }
  .consult-schedule-contents .month ul li a.onpage:after {
    bottom: 13px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head {
    margin-bottom: 3px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dt span {
    margin-right: 3px;
    width: 50px;
    line-height: 83px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dd {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li {
    line-height: 40px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li:first-child {
    margin: 0 0 3px;
    width: 100%;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dd ul li:nth-child(2) {
    width: 100%;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li:not(:last-child) {
    margin-bottom: 3px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl {
    height: auto;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dt span {
    margin-right: 3px;
    width: 50px;
    line-height: 83px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd {
    width: 100%;
    flex: 1;
    -webkit-flex: 1;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd ul li {
    min-height: 40px;
    line-height: 1.6;
    border: 2px solid #F2F2F2;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd ul li:after {
    display: none;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd ul li:first-child {
    margin: 0 0 3px;
    width: 100%;
    min-height: 40px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dd ul li:nth-child(2) {
    width: 100%;
  }
  .consult-schedule-contents .notice {
    padding: 0;
  }
  .consult-schedule-contents .notice li {
    letter-spacing: 0;
    line-height: 1.65;
  }
  .consult-schedule-contents .other-center {
    padding: 0;
  }

  .consult-consultee-contents:not(:last-child) {
    margin-bottom: 50px;
  }
  .consult-consultee-contents .consultee-head {
    margin-bottom: 15px;
  }
  .consult-consultee-contents .consultee-head dl dt {
    margin: 0 0 3px;
    padding: 21px 10px;
    font-size: 1.7rem;
    width: 100%;
    letter-spacing: 0;
  }
  .consult-consultee-contents .consultee-head dl dd {
    flex: auto;
    -webkit-flex: auto;
  }
  .consult-consultee-contents .consultee-head dl dd ul li {
    font-size: 1.5rem;
    padding: 2px 10px;
    letter-spacing: 0;
  }
  .consult-consultee-contents .consultee-body .consultee-person:not(:last-child) {
    margin-bottom: 15px;
  }
  .consult-consultee-contents .consultee-body .consultee-person h4 {
    margin: 0 0 3px;
    width: 100%;
    font-size: 1.7rem;
    padding: 20px 10px;
    letter-spacing: 0;
  }
  .consult-consultee-contents .consultee-body .consultee-person > ul {
    flex: auto;
    -webkit-flex: auto;
  }
  .consult-consultee-contents .consultee-body .consultee-person > ul > li {
    padding: 6px 10px;
    line-height: 1.55;
    letter-spacing: 0;
  }
  .consult-consultee-contents .consultee-body .consultee-person > ul > li:not(:last-child) {
    margin-bottom: 3px;
  }
  .consult-consultee-contents .consultee-body .consultee-person > ul > li:nth-child(2) {
    padding: 9px 10px;
  }
  .consult-consultee-contents .consultee-body .consultee-person > ul > li:nth-child(2) > ul > li {
    padding-left: 15px;
  }

  .consult-form-contents.confirm .form-contents-table > li > dl > dd {
    padding: 13px 10px;
  }
  .consult-form-contents.confirm .form-contents-table > li > dl > dd .other-position {
    margin-top: 10px;
    padding: 5px;
  }
  .consult-form-contents.confirm .form-contents-table > li > dl > dd .other-position dd {
    padding: 13px 10px 5px;
  }
  .consult-form-contents .form-contents-table > li > dl.required > dt:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: auto;
    right: 10px;
  }
  .consult-form-contents .form-contents-table > li > dl > dt {
    margin: 0 0 5px;
    padding: 13px 10px;
    width: 100%;
  }
  .consult-form-contents .form-contents-table > li > dl > dd .line-select-button li {
    width: 100%;
  }
  .consult-form-contents .form-contents-table > li > dl > dd .line-select-button li:not(:last-child) {
    margin: 0 0 5px 0;
  }
  .consult-form-contents .form-contents-table > li > dl > dd .line-select-button.half li {
    width: 100%;
  }
  .consult-form-contents .form-contents-table > li > dl > dd .line-select-button.half li:nth-child(3n) {
    margin-right: 0;
  }
  .consult-form-contents .form-contents-table > li > dl > dd > dl > dt {
    margin-bottom: 5px;
  }
  .consult-form-contents > a {
    width: 100%;
    line-height: 1.6;
  }

  .consult-thanks-contents dl {
    margin-top: 30px;
    padding: 0;
  }
  .consult-thanks-contents dl dt {
    font-size: 2rem;
  }
  .consult-thanks-contents dl dd {
    letter-spacing: 0;
    line-height: 1.6;
  }

  .consult-stresscheck-contents:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .consult-stresscheck-contents > p {
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .consult-stresscheck-contents .out-link {
    margin-top: 35px;
  }
  .consult-stresscheck-contents .out-link li:not(:last-child) {
    margin-bottom: 25px;
  }
  .consult-stresscheck-contents .out-link li a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.7;
  }
  .consult-stresscheck-contents .data-link li a {
    padding: 17px 60px 17px 15px;
    line-height: 1.6;
  }
  .consult-stresscheck-contents .data-link li a:after {
    width: 38px;
    font-size: 1.1rem;
    line-height: 22px;
  }

  .consult-balance-contents:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .consult-balance-contents .out-link {
    margin-top: 35px;
  }
  .consult-balance-contents .out-link > li:not(:last-child) {
    margin-bottom: 25px;
  }
  .consult-balance-contents .out-link > li a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 9px 0;
  }
  .consult-balance-contents .out-link > li .detail-out-link {
    margin-top: 8px;
    width: 100%;
  }
  .consult-balance-contents .bnr-link {
    margin-top: 25px;
    width: 100%;
  }
  .consult-balance-contents .bnr-link figure {
    width: 150px;
  }
  .consult-balance-contents.balance-support dl {
    padding: 25px 0 0;
  }
  .consult-balance-contents.balance-support dl dt {
    margin: 0 0 35px;
    width: 100%;
  }
  .consult-balance-contents.balance-support dl dt figure {
    width: 125px;
    margin: 0 auto 25px;
  }
  .consult-balance-contents.balance-support dl dd {
    flex: auto;
    -webkit-flex: auto;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .consult-balance-contents.service-content > p {
    padding: 0;
    letter-spacing: 0;
  }
  .consult-balance-contents.service-content > figure {
    margin-bottom: 30px;
  }
  .consult-balance-contents.service-content > figure img {
    width: 100%;
  }
  .consult-balance-contents.service-content ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .consult-balance-contents.service-content ul li dl dt {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .consult-balance-contents.service-content ul li dl dd {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .consult-balance-contents.service-content a {
    padding: 15px 60px 15px 15px;
  }
  .consult-balance-contents.service-content a:after {
    right: 10px;
    width: 38px;
    font-size: 1.1rem;
    line-height: 22px;
    margin-top: 0;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  .consult-schedule-contents .month-schedule-contents .schedule-head {
    font-size: 1.4rem;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-head dl dt span {
    width: 35px;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body {
    font-size: 1.4rem;
  }
  .consult-schedule-contents .month-schedule-contents .schedule-body > ul > li > dl > dt span {
    width: 35px;
  }

  .consult-stresscheck-contents .out-link li:first-child a {
    line-height: 1.4;
    padding: 10px 0;
  }
}

/*# sourceMappingURL=consult.css.map */
