@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
------------------------------------------------------*/
.mentalhealth-contents:not(:last-of-type) {
  margin-bottom: 60px;
}
.mentalhealth-contents > p {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.mentalhealth-contents .mentalhealth-detail-contents {
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.mentalhealth-contents .mentalhealth-detail-contents:not(:last-of-type) {
  margin-bottom: 40px;
}
.mentalhealth-contents .mentalhealth-detail-contents:first-of-type {
  margin-top: 35px;
}
.mentalhealth-contents .mentalhealth-detail-contents h4 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #0080FF;
}
.mentalhealth-contents .mentalhealth-detail-contents h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0080FF;
}
.mentalhealth-contents .mentalhealth-detail-contents.consult > p {
  margin-top: 15px;
  font-weight: bold;
}
.mentalhealth-contents .mentalhealth-detail-contents.consult dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mentalhealth-contents .mentalhealth-detail-contents.consult dl dt {
  order: 2;
  -webkit-order: 2;
  width: 220px;
}
.mentalhealth-contents .mentalhealth-detail-contents.consult dl dt img {
  width: 100%;
}
.mentalhealth-contents .mentalhealth-detail-contents.consult dl dd {
  margin-right: 25px;
  order: 1;
  -webkit-order: 1;
  flex: 1;
  -webkit-flex: 1;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice p {
  margin-bottom: 15px;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl dt {
  order: 2;
  -webkit-order: 2;
  width: 310px;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl dt img {
  width: 100%;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl dd {
  order: 1;
  -webkit-order: 1;
  flex: 1;
  -webkit-flex: 1;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl dd ul li {
  position: relative;
  padding-left: 17px;
}
.mentalhealth-contents .mentalhealth-detail-contents.advice dl dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .main-block-contents {
    padding-bottom: 80px;
  }

  .mentalhealth-contents:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .mentalhealth-contents > p {
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .mentalhealth-contents .mentalhealth-detail-contents {
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .mentalhealth-contents .mentalhealth-detail-contents h4 {
    margin-bottom: 15px;
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  .mentalhealth-contents .mentalhealth-detail-contents:first-of-type {
    margin-top: 20px;
  }
  .mentalhealth-contents .mentalhealth-detail-contents:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.consult dl dt {
    width: 65%;
    margin: 0 auto;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.consult dl dd {
    width: 100%;
    margin: 0 0 10px;
    flex: auto;
    -webkit-flex: auto;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.consult > p {
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.advice dl dt {
    width: 80%;
    margin: 0 auto;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.advice dl dd {
    width: 100%;
    margin: 0 0 15px;
    flex: auto;
    -webkit-flex: auto;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .mentalhealth-contents .mentalhealth-detail-contents.consult dl dt {
    max-width: 220px;
  }
  .mentalhealth-contents .mentalhealth-detail-contents.advice dl dt {
    max-width: 310px;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
}

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