@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  html {
    width: fit-content;
  }
}

body {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  line-height: 1.71429;
  color: #2c3438;
  background-color: #fff;
}
#desktop body {
  font-size: 14px;
}
#mobile body {
  font-size: 11.9994px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: #334d80;
}
a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #1d2c49;
}
a:hover img, a:focus img {
  opacity: 0.75;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #d2d8db;
}

[role="button"] {
  cursor: pointer;
}

h2 {
  position: relative;
  font-size: 1.4286em;
  margin-top: 0;
}
#desktop h2 {
  border-bottom: 2px solid #d2d8db;
}
#mobile h2 {
  text-align: center;
}
#mobile h2:after {
  display: block;
  width: 40px;
  margin: 0 auto;
  margin-bottom: -2px;
  padding-bottom: 6px;
  border-bottom: 2px solid #334d80;
  content: '';
}
h2 [class^=btn-] {
  min-width: 10%;
  top: 0.25em;
  right: 0;
  position: absolute;
  float: right;
  padding: 0.3334em 0.6667em;
  font-size: 1rem;
}

h3 {
  font-size: 1.2857em;
  margin-top: 0;
}
h3:before {
  margin-right: 0.25em;
  content: '●';
  color: #334d80;
}

h4 {
  color: #334d80;
  font-size: 1.0000em;
  margin-top: 0;
}

p {
  margin-top: 0;
}

ul {
  margin-top: 0;
}

ol {
  margin-top: 0;
}

table {
  margin-top: 0;
}

hr {
  margin-top: 0;
}

.l-article {
  float: left;
  width: 100%;
}
#multi .l-article {
  width: 66.66667%;
}
#mobile .l-article {
  width: 100%;
}

.l-aside {
  float: left;
  width: 100%;
}
#multi .l-aside {
  width: 33.33333%;
}
#mobile .l-aside {
  width: 100%;
}

.l-container:before, .l-container:after {
  display: table;
  content: "";
}
.l-container:after {
  clear: both;
}
.l-container#multi {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#mobile .l-container#multi {
  width: 100%;
}

.form {
  display: flex;
  justify-content: center;
}
.form .l-article {
  max-width: 1260px;
  padding: 50px;
}
.form .l-article h1 {
  text-align: center;
}
.form .l-article p span {
  color: #ff8000;
  line-height: 3em;
}
.form .l-article .before {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.form .l-article .before p {
  width: 100%;
}
.form .l-article .before ul {
  width: 100%;
}
.form .l-article .before ul li {
  padding: 10px 0;
}
.form .l-article .before ul li:nth-child(3) a {
  text-decoration: underline;
  color: #009900;
}
.form .l-article .before ul li:nth-child(3) a:hover {
  font-weight: bold;
}
.form .l-article .before input {
  margin-top: 100px;
}
.form .l-article .after {
  display: none;
  margin-top: 34px;
}

.l-footer:before, .l-footer:after {
  display: table;
  content: "";
}
.l-footer:after {
  clear: both;
}

.l-header:before, .l-header:after {
  display: table;
  content: "";
}
.l-header:after {
  clear: both;
}

.l-pageHeader:before, .l-pageHeader:after {
  display: table;
  content: "";
}
.l-pageHeader:after {
  clear: both;
}

.l-pageFooter:before, .l-pageFooter:after {
  display: table;
  content: "";
}
.l-pageFooter:after {
  clear: both;
}

#desktop .l-pageHeader .m-block {
  padding-top: 36px;
  padding-bottom: 24px;
}
#mobile .l-pageHeader .m-block {
  padding-top: 24px;
  padding-bottom: 12px;
}
#desktop .l-container .m-block {
  padding-top: 36px;
  padding-bottom: 24px;
}
#mobile .l-container .m-block {
  padding-top: 24px;
  padding-bottom: 12px;
}
#desktop .l-pageFooter .m-block {
  padding-top: 36px;
  padding-bottom: 24px;
}
#mobile .l-pageFooter .m-block {
  padding-top: 24px;
  padding-bottom: 12px;
}
.l-footer .m-block {
  padding-bottom: 12px;
}
#desktop .l-footer .m-block {
  padding-top: 36px;
}
#mobile .l-footer .m-block {
  padding-top: 24px;
}

.m-bg-white {
  background: #fff;
}
#desktop .m-bg-white + .m-bg-white {
  padding-top: 0;
}
#mobile .m-bg-white + .m-bg-white {
  padding-top: 0;
}

.m-bg-grayLighter {
  background: #e6eaed;
}
#desktop .m-bg-grayLighter + .m-bg-grayLighter {
  padding-top: 0;
}
#mobile .m-bg-grayLighter + .m-bg-grayLighter {
  padding-top: 0;
}

.m-bg-grayDarker {
  background: #151c21;
}
#desktop .m-bg-grayDarker + .m-bg-grayDarker {
  padding-top: 0;
}
#mobile .m-bg-grayDarker + .m-bg-grayDarker {
  padding-top: 0;
}

.m-bg-brandPrimary {
  background: #334d80;
  color: #fff;
}
#desktop .m-bg-brandPrimary + .m-bg-brandPrimary {
  padding-top: 0;
}
#mobile .m-bg-brandPrimary + .m-bg-brandPrimary {
  padding-top: 0;
}

.m-bg-brandPrimaryB {
  background: rgba(51, 77, 128, 0.1);
}
#desktop .m-bg-brandPrimaryB + .m-bg-brandPrimary {
  padding-top: 0;
}
#mobile .m-bg-brandPrimaryB + .m-bg-brandPrimary {
  padding-top: 0;
}

.m-bg-brandAccent {
  background: #f6d43f;
}
#desktop .m-bg-brandAccent + .m-bg-brandAccent {
  padding-top: 0;
}
#mobile .m-bg-brandAccent + .m-bg-brandAccent {
  padding-top: 0;
}

.m-bg-facility {
  background: url(../images/bg-facility.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#desktop .m-bg-facility + .m-bg-facility {
  padding-top: 0;
}
#mobile .m-bg-facility + .m-bg-facility {
  padding-top: 0;
}

.m-bg-pageHeader {
  background: url(../images/bg-pageHeader.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#desktop .m-bg-pageHeader + .m-bg-facility {
  padding-top: 0;
}
#mobile .m-bg-pageHeader + .m-bg-facility {
  padding-top: 0;
}

.m-bd-grayLight {
  border-top: 1px solid #d2d8db;
}

#desktop .m-padding {
  padding-top: 36px !important;
  padding-bottom: 24px !important;
}
#mobile .m-padding {
  padding-top: 24px !important;
  padding-bottom: 12px !important;
}

[class^=m-col] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#desktop .m-col-1 {
  width: 8.33333%;
}
#mobile .m-col-1 {
  width: 100%;
}

#desktop .m-col-2 {
  width: 16.66667%;
}
#mobile .m-col-2 {
  width: 100%;
}

#desktop .m-col-3 {
  width: 25%;
}
#mobile .m-col-3 {
  width: 100%;
}

#desktop .m-col-4 {
  width: 33.33333%;
}
#mobile .m-col-4 {
  width: 100%;
}

#desktop .m-col-5 {
  width: 41.66667%;
}
#mobile .m-col-5 {
  width: 100%;
}

#desktop .m-col-6 {
  width: 50%;
}
#mobile .m-col-6 {
  width: 100%;
}

#desktop .m-col-7 {
  width: 58.33333%;
}
#mobile .m-col-7 {
  width: 100%;
}

#desktop .m-col-8 {
  width: 66.66667%;
}
#mobile .m-col-8 {
  width: 100%;
}

#desktop .m-col-9 {
  width: 75%;
}
#mobile .m-col-9 {
  width: 100%;
}

#desktop .m-col-10 {
  width: 83.33333%;
}
#mobile .m-col-10 {
  width: 100%;
}

#desktop .m-col-11 {
  width: 91.66667%;
}
#mobile .m-col-11 {
  width: 100%;
}

#desktop .m-col-12 {
  width: 100%;
}
#mobile .m-col-12 {
  width: 100%;
}

.m-row:before, .m-row:after {
  display: table;
  content: "";
}
.m-row:after {
  clear: both;
}

.m-section {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#multi .m-section {
  width: 100%;
}
#mobile .m-section {
  width: 100%;
}

.m-section-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class^=btn-] {
  border: none;
  background: none;
  display: inline-block;
  min-width: 25%;
  padding: .6667em;
  text-align: center;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
[class^=btn-]:hover {
  text-decoration: none;
  opacity: .75;
}
[class^=btn-] img {
  margin-right: .25em;
  vertical-align: -4px;
}

.btn-block {
  width: 100%;
  text-align: center;
}

.btn-meek {
  color: #596166;
  border: 1px solid #596166;
}
.btn-meek:hover {
  color: #596166;
}

.btn-primary {
  color: #fff;
  background: #334d80;
}
.btn-primary:hover {
  color: #fff;
}

.btn-accent {
  color: #2c3438;
  background: #f6d43f;
}
.btn-accent:hover {
  color: #2c3438;
}

.btn-association {
  color: #fff;
  background: #334d80;
}
.btn-association:hover {
  color: #fff;
}

.btn-kasumigaseki {
  color: #fff;
  background: #a1ca3f;
}
.btn-kasumigaseki:hover {
  color: #fff;
}

.btn-toto {
  color: #fff;
  background: #4ea6d9;
}
.btn-toto:hover {
  color: #fff;
}

.siteName h1,
.siteName p {
  font-size: 1em;
  font-weight: bold;
}
#desktop .siteName h1, #desktop
.siteName p {
  margin-top: 2.14285714286em;
  margin-bottom: 2.14285714286em;
}
#mobile .siteName h1, #mobile
.siteName p {
  margin-top: 1em;
  margin-bottom: .7143em;
}
.siteName a:hover {
  text-decoration: none;
}
#desktop .siteName a {
  color: #2c3438;
}
#mobile .siteName a {
  color: #fff;
}
.siteName a > ._group {
  letter-spacing: 0.125em;
}
#desktop .siteName a > ._group {
  font-size: 1em;
  display: inline-block;
  margin-right: 1em;
  vertical-align: 3px;
}
#mobile .siteName a > ._group {
  font-size: .8333em;
  display: block;
}
.siteName a > ._name {
  letter-spacing: 0.125em;
}
#desktop .siteName a > ._name {
  font-size: 1.7143em;
  display: inline-block;
}
#mobile .siteName a > ._name {
  font-size: 1.3333em;
  display: block;
}

.headerContactList ul {
  margin-top: 1.42857142857em;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.headerContactList ul li {
  font-weight: bold;
  display: inline-block;
  padding-left: 1em;
}
.headerContactList ul li a {
  color: #2c3438;
}
.headerContactList ul li a:hover {
  text-decoration: none;
}
.headerContactList ul li a > ._title {
  font-size: .8571em;
  margin-right: .3334em;
  vertical-align: middle;
}
.headerContactList ul li a > ._icon {
  margin-right: .3334em;
  vertical-align: 0;
}
.headerContactList ul li a > ._number {
  font-size: 1.4286em;
  vertical-align: middle;
}

.headerNavigationList ul {
  margin-top: 2.85714285714em;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}
.headerNavigationList ul li {
  display: inline-block;
  padding: 0 1em;
}
.headerNavigationList ul li + li {
  border-left: 1px solid #d2d8db;
}
.headerNavigationList ul li:last-child {
  padding: 0;
  border-left: none;
}
.headerNavigationList ul li a {
  color: #2c3438;
}
.headerNavigationList ul li a.btn-accent {
  font-weight: bold;
  display: inline;
}

.tgl-globalNavigation {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer;
}
.tgl-globalNavigation img {
  width: 44px;
}

#desktop .globalNavigation {
  border-top: 2px solid #d2d8db;
  padding-top: 24px;
  margin-bottom: 12px;
}
#desktop .globalNavigation ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#desktop .globalNavigation ul:before, #desktop .globalNavigation ul:after {
  display: table;
  content: "";
}
#desktop .globalNavigation ul:after {
  clear: both;
}
#desktop .globalNavigation ul li {
  float: left;
  width: 16.66667%;
  text-align: center;
}
#desktop .globalNavigation ul li a {
  display: block;
}

#mobile .globalNavigation {
  position: absolute;
  z-index: 9999;
  right: 0;
  left: 0;
  display: none;
  background: #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#mobile .globalNavigation:before {
  position: absolute;
  top: -8px;
  right: 34px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 5px 8.7px 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#mobile .globalNavigation ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
#mobile .globalNavigation ul li + li {
  border-top: 1px solid #e6eaed;
}
#mobile .globalNavigation ul li a {
  display: block;
  padding: .6667em;
}

.certificationList ul {
  padding-left: 0;
  list-style-type: none;
}
.certificationList ul:before, .certificationList ul:after {
  display: table;
  content: "";
}
.certificationList ul:after {
  clear: both;
}
#desktop .certificationList ul li {
  float: left;
  width: 50%;
}
#desktop .certificationList ul li + li {
  padding-left: 30px;
}
#mobile .certificationList ul li {
  width: 100%;
}
#mobile .certificationList ul li + li {
  padding-top: 7.5px;
}
.certificationList ul li a {
  font-size: .7143em;
  display: block;
  color: #596166;
}
.certificationList ul li a:before, .certificationList ul li a:after {
  display: table;
  content: "";
}
.certificationList ul li a:after {
  clear: both;
}
.certificationList ul li a:hover {
  text-decoration: none;
}
.certificationList ul li a ._image {
  float: left;
  margin-right: 15px;
}
.certificationList ul li a ._outline {
  overflow: hidden;
}

.facilityList ul {
  padding-left: 0;
  list-style-type: none;
}
#mobile .facilityList ul {
  text-align: center;
}
.facilityList ul li {
  display: inline-block;
}
.facilityList ul li + li {
  margin-left: 1.3334em;
}
.facilityList ul li a.btn-meek {
  font-size: .8571em;
  padding: .2em .6667em;
}

.copyright p {
  font-size: .8571em;
  color: #d2d8db;
}
#mobile .copyright p {
  text-align: center;
}

.footerNavigationList ul {
  padding-left: 0;
  list-style-type: none;
}
.footerNavigationList ul:before, .footerNavigationList ul:after {
  display: table;
  content: "";
}
.footerNavigationList ul:after {
  clear: both;
}
#mobile .footerNavigationList ul {
  text-align: center;
}
.footerNavigationList ul li {
  font-size: .8571em;
  color: #596166;
  width: 33%;
}
#mobile .footerNavigationList ul li {
  width: auto;
}
.footerNavigationList ul li:nth-child(4) {
  clear: both;
}
.footerNavigationList ul li:nth-child(4):before {
  display: none;
}
#desktop .footerNavigationList ul li {
  float: left;
}
#desktop .footerNavigationList ul li + li:before {
  margin-right: 2em;
  margin-left: 2em;
  content: "|";
}
.footerNavigationList ul li a {
  color: #596166;
}
#mobile .footerNavigationList ul li a {
  display: block;
  padding: .3334em;
}

.pageHeader h1 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #334d80;
}
#mobile .pageHeader h1 {
  text-align: center;
}

.breadcrumbs {
  border-bottom: 1px solid #d2d8db;
}
.breadcrumbs ol {
  font-size: .8571em;
  padding-left: 0;
  list-style-type: none;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li + li:before {
  content: "> ";
  color: #d2d8db;
}
.breadcrumbs ol li a {
  color: #596166;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
  font-family: 'webfont';
  src: url("../fonts/webfont.eot");
  src: url("../fonts/webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfont.woff") format("woff"), url("../fonts/webfont.ttf") format("truetype"), url("../fonts/webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .slides:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\0020";
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  opacity: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a:before {
  font-family: 'webfont';
  font-size: 60px;
  display: inline-block;
  content: "\e800";
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\e801";
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: .7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 10px;
  opacity: .7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  z-index: -1;
  cursor: default;
  opacity: 0 !important;
  filter: alpha(opacity=0);
}

.flex-pauseplay a {
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 10px;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: .8;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  position: absolute;
  z-index: 1111;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 6px;
  *display: inline;
}

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
  position: static;
  overflow: hidden;
  margin: 5px 0 0;
}

.flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0;
}

.flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: .7;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }

  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
#desktop .mainVisual {
  margin-top: -36px;
  margin-bottom: -12px;
}
#mobile .mainVisual {
  margin-bottom: -12px;
}

.newsSummary {
  margin-bottom: 24px;
}
.newsSummary ul {
  padding-left: 0;
  list-style-type: none;
}
.newsSummary ul li:before, .newsSummary ul li:after {
  display: table;
  content: "";
}
.newsSummary ul li:after {
  clear: both;
}
.newsSummary ul li + li {
  margin-top: 12px;
}
.newsSummary ul li ._date {
  font-size: .8571em;
  margin-top: .2em;
  margin-right: 1em;
  color: #596166;
}
#desktop .newsSummary ul li ._date {
  display: block;
  float: left;
}
#mobile .newsSummary ul li ._date {
  display: inline-block;
}
.newsSummary ul li ._category {
  font-size: .8571em;
  width: 120px;
  margin-right: 1em;
  padding: .2em 0;
  text-align: center;
  vertical-align: 1px;
  text-decoration: none;
  color: #fff;
  background: #2c3438;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#desktop .newsSummary ul li ._category {
  display: block;
  float: left;
}
#mobile .newsSummary ul li ._category {
  display: inline-block;
}
.newsSummary ul li ._category._association {
  background: #334d80;
}
.newsSummary ul li ._category._kasumigaseki {
  background: #a1ca3f;
}
.newsSummary ul li ._category._toto {
  background: #4ea6d9;
}
.newsSummary ul li ._category:hover {
  opacity: .75;
}
.newsSummary ul li ._title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2c3438;
}
#mobile .newsSummary ul li ._title {
  margin-top: 6px;
}
.newsSummary ul li ._title:hover {
  color: #334d80;
}

.bannerSummary ul {
  padding-left: 0;
  list-style-type: none;
}
.bannerSummary ul li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .bannerSummary ul li a img {
    width: 100%;
  }
}

.columnSummaryA ul {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 0;
  list-style-type: none;
}
.columnSummaryA ul:before, .columnSummaryA ul:after {
  display: table;
  content: "";
}
.columnSummaryA ul:after {
  clear: both;
}
.columnSummaryA ul li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
#desktop .columnSummaryA ul li {
  width: 50%;
}
#mobile .columnSummaryA ul li {
  width: 100%;
}
#mobile .columnSummaryA ul li + li {
  margin-top: 12px;
}
.columnSummaryA ul li a {
  display: block;
  text-decoration: none;
}
.columnSummaryA ul li a ._date {
  margin-bottom: 6px;
  font-size: .8571em;
  display: block;
  color: #d2d8db;
}
.columnSummaryA ul li a ._image {
  margin-bottom: 6px;
  display: block;
}
.columnSummaryA ul li a ._image img {
  width: 100%;
  border: 1px solid #d2d8db;
}
.columnSummaryA ul li a ._title {
  font-weight: bold;
  display: block;
  color: #2c3438;
}
.columnSummaryA ul li a:hover ._title {
  color: #334d80;
}

.pageNavigation {
  margin-bottom: 24px;
  padding: 12px;
  border: 1px solid #d2d8db;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pageNavigation h5 {
  font-size: 1.2857em;
  margin-top: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #d2d8db;
}
.pageNavigation ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: square;
}
.pageNavigation ul li {
  color: #334d80;
}
.pageNavigation ul li a {
  color: #596166;
}
.pageNavigation ul li a:hover {
  color: #334d80;
}

.columnSummaryB {
  margin-bottom: 24px;
}
.columnSummaryB ul {
  padding-left: 0;
  list-style-type: none;
}
.columnSummaryB ul li + li {
  margin-top: 12px;
}
.columnSummaryB ul li a {
  display: block;
  text-decoration: none;
  color: #2c3438;
}
.columnSummaryB ul li a:before, .columnSummaryB ul li a:after {
  display: table;
  content: "";
}
.columnSummaryB ul li a:after {
  clear: both;
}
.columnSummaryB ul li a:hover ._title {
  color: #334d80;
}
.columnSummaryB ul li a ._image {
  display: block;
  float: left;
  margin-right: 12px;
}
.columnSummaryB ul li a ._image img {
  max-width: 180px;
}
.columnSummaryB ul li a ._date {
  font-size: .8571em;
  display: block;
  overflow: hidden;
  color: #d2d8db;
}
.columnSummaryB ul li a ._title {
  font-size: 1.2857em;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.columnSummaryB ul li a ._outline {
  display: block;
  overflow: hidden;
}

.pagination {
  margin-bottom: 24px;
}
.pagination ol {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.pagination ol li {
  display: inline-block;
}
.pagination ol li a {
  font-size: .8571em;
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #2c3438;
  border: 1px solid #d2d8db;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pagination ol li a._active {
  color: #334d80;
  border-color: #334d80;
}
.pagination ol li a:hover {
  color: #fff;
  border-color: #334d80;
  background: #334d80;
}

.equivalentList ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.equivalentList ul:before, .equivalentList ul:after {
  display: table;
  content: "";
}
.equivalentList ul:after {
  clear: both;
}
.equivalentList ul li {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
#desktop .equivalentList ._row ._col-1 {
  width: 100%;
}
#mobile .equivalentList ._row ._col-1 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-2 {
  width: 50%;
}
#mobile .equivalentList ._row ._col-2 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-3 {
  width: 33.33333%;
}
#mobile .equivalentList ._row ._col-3 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-4 {
  width: 25%;
}
#mobile .equivalentList ._row ._col-4 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-5 {
  width: 20%;
}
#mobile .equivalentList ._row ._col-5 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-6 {
  width: 16.66667%;
}
#mobile .equivalentList ._row ._col-6 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-7 {
  width: 14.28571%;
}
#mobile .equivalentList ._row ._col-7 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-8 {
  width: 12.5%;
}
#mobile .equivalentList ._row ._col-8 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-9 {
  width: 11.11111%;
}
#mobile .equivalentList ._row ._col-9 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-10 {
  width: 10%;
}
#mobile .equivalentList ._row ._col-10 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-11 {
  width: 9.09091%;
}
#mobile .equivalentList ._row ._col-11 {
  width: 100%;
}
#desktop .equivalentList ._row ._col-12 {
  width: 8.33333%;
}
#mobile .equivalentList ._row ._col-12 {
  width: 100%;
}

.facilityCardA ul {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 0;
  list-style-type: none;
}
.facilityCardA ul:before, .facilityCardA ul:after {
  display: table;
  content: "";
}
.facilityCardA ul:after {
  clear: both;
}
.facilityCardA ul li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
#desktop .facilityCardA ul li {
  width: 50%;
}
#mobile .facilityCardA ul li {
  width: 100%;
}
#mobile .facilityCardA ul li + li {
  margin-top: 12px;
}
.facilityCardA ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 15px;
  color: #2c3438;
  background: #fff;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.facilityCardA ul li a:hover {
  text-decoration: none;
}
.facilityCardA ul li a ._image {
  display: block;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
}
.facilityCardA ul li a ._image img {
  width: 100%;
}
.facilityCardA ul li a ._title {
  font-size: 2.0000em;
  font-weight: bold;
  display: block;
  margin-bottom: 12px;
}
.facilityCardA ul li a ._address {
  display: block;
  color: #596166;
}
.facilityCardA ul li a ._access {
  display: block;
  margin-bottom: 24px;
  color: #596166;
}
.facilityCardA ul li a ._access img {
  margin-right: .25em;
  vertical-align: -5px;
}
.facilityCardA ul li a ._link {
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 15px;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -38px;
  padding: 14px;
  background: #334d80;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.facilityCardB {
  overflow: hidden;
  margin-bottom: 12px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.facilityCardB ._image {
  display: block;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
}
.facilityCardB ._image img {
  width: 100%;
}
.facilityCardB ._link {
  display: block;
  padding: .4em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #2c3438;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.facilityCardB ._link:hover {
  opacity: .75;
}
.facilityCardB ._link img {
  margin-right: .25em;
  vertical-align: -7px;
}
.facilityCardB ._address {
  display: block;
  padding-top: 12px;
  color: #596166;
}
.facilityCardB ._access {
  display: block;
  margin-bottom: 12px;
  color: #596166;
}
.facilityCardB ._access img {
  margin-right: .25em;
  vertical-align: -5px;
}

.menuCardA ul {
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
  padding-left: 0;
  list-style-type: none;
}
.menuCardA ul:before, .menuCardA ul:after {
  display: table;
  content: "";
}
.menuCardA ul:after {
  clear: both;
}
.menuCardA ul li {
  float: left;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
#desktop .menuCardA ul li {
  width: 33.33333%;
}
#mobile .menuCardA ul li {
  width: 100%;
}
#mobile .menuCardA ul li + li {
  margin-top: 12px;
}
.menuCardA ul li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #2c3438;
  border: 1px solid #d2d8db;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.menuCardA ul li a:hover {
  border-color: #334d80;
}
.menuCardA ul li a:hover ._title {
  color: #334d80;
}
.menuCardA ul li a ._title {
  font-size: 1.2857em;
  font-weight: bold;
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -12px;
  padding-left: 12px;
  border-left: 3px solid #334d80;
}
.menuCardA ul li a ._outline {
  display: block;
  margin-bottom: 12px;
  color: #596166;
}

div.consultationHours table {
  margin-bottom: 12px;
  width: 100%;
}
div.consultationHours table thead tr th {
  text-align: center;
  padding: 6px;
  background: #334d80;
  color: #fff;
}
div.consultationHours table tbody tr {
  border-bottom: 1px solid #d2d8db;
}
div.consultationHours table tbody tr th {
  text-align: center;
  padding: 8px;
  background: #e6eaed;
}
div.consultationHours table tbody tr td {
  text-align: center;
  padding: 8px;
}
div.consultationHours table tbody tr td span._time {
  display: block;
  font-weight: bold;
  font-size: 1.28571429em;
}
div.consultationHours table tbody tr td span._note {
  display: block;
  font-size: 0.857142857em;
}

#desktop .reservationAction ._text {
  float: left;
  width: 66.66667%;
}
#desktop .reservationAction ._text h2 {
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none;
}
.reservationAction ._text h2:after {
  display: none;
}
.reservationAction ._text p {
  font-weight: bold;
}
#mobile .reservationAction ._text p {
  text-align: center;
}
#desktop .reservationAction ._link {
  overflow: hidden;
  padding-top: 12px;
}
.reservationAction ._link a.btn-dark {
  display: block;
  text-align: center;
  color: #f6d43f;
  background: #2c3438;
}

.newsInfo {
  margin-bottom: 24px;
}
.newsInfo p:before, .newsInfo p:after {
  display: table;
  content: "";
}
.newsInfo p:after {
  clear: both;
}
.newsInfo p ._category {
  font-size: .8571em;
  display: inline-block;
  float: left;
  width: 120px;
  text-align: center;
  color: #fff;
  background: #2c3438;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.newsInfo p ._category._association {
  background: #334d80;
}
.newsInfo p ._category._kasumigaseki {
  background: #a1ca3f;
}
.newsInfo p ._category._toto {
  background: #4ea6d9;
}
.newsInfo p ._date {
  color: #596166;
  font-size: .8571em;
  display: inline-block;
  float: right;
}

.flowList ol {
  position: relative;
  list-style-type: none;
}
.flowList ol:before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  height: 100%;
  content: "";
  border-left: 2px solid #d2d8db;
}
.flowList ol li {
  position: relative;
  margin-bottom: 24px;
  counter-increment: step-counter;
}
.flowList ol li:before {
  line-height: 30px;
  position: absolute;
  top: -4px;
  left: -34px;
  width: 30px;
  content: counter(step-counter);
  text-align: center;
  color: #fff;
  background: #334d80;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.block-fill {
  margin-bottom: 12px;
  background: #e6eaed;
  overflow: hidden;
  padding: 12px 12px 0;
}

.block-stroke {
  margin-bottom: 12px;
  border: 1px solid #d2d8db;
  padding: 12px 12px 0;
}

.table-basic {
  margin-bottom: 12px;
}
.table-basic table {
  width: 100%;
}
.table-basic table thead tr {
  background: #e6eaed;
}
.table-basic table thead tr th, .table-basic table thead tr td {
  padding: 8px;
}
.table-basic table tbody tr {
  border-bottom: 1px solid #d2d8db;
}
.table-basic table tbody tr th, .table-basic table tbody tr td {
  padding: 8px;
}

.mw_wp_form table thead tr th,
.mw_wp_form table thead tr td {
  padding: 16px;
  background: #e6eaed;
}
.mw_wp_form table tbody {
  border-top: 1px solid #d2d8db;
  border-bottom: 1px solid #d2d8db;
}
.mw_wp_form table tbody tr + tr {
  border-top: 1px solid #d2d8db;
}
.mw_wp_form table tbody tr th {
  min-width: 120px;
  padding: 16px;
  border-right: 1px solid #e6eaed;
}
.mw_wp_form table tbody tr td {
  padding: 16px;
  color: #596166;
}
.mw_wp_form table tbody tr td + td {
  min-width: 140px;
}
.mw_wp_form table tbody tr td + td {
  padding-left: 0;
}
.mw_wp_form table tbody tr td label {
  display: inline-block;
  min-width: 50%;
  margin-left: -0.2em;
}
.mw_wp_form table tbody tr td .error {
  font-size: .8571em;
  display: block;
  margin-top: 6px;
  color: #d9534f;
}
.mw_wp_form table tbody tr td [type=text] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=search] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=tel] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=url] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=email] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=password] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=datetime] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=date] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=month] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=week] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=time] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=datetime-local] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=number] {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td [type=checkbox] {
  margin-right: .2em;
  vertical-align: -2px;
}
.mw_wp_form table tbody tr td [type=radio] {
  margin-right: .2em;
  vertical-align: -2px;
}
.mw_wp_form table tbody tr td [type=submit] {
  min-width: 20%;
}
.mw_wp_form table tbody tr td [type=image] {
  min-width: 20%;
}
.mw_wp_form table tbody tr td [type=reset] {
  min-width: 20%;
}
.mw_wp_form table tbody tr td [type=button] {
  min-width: 20%;
}
.mw_wp_form table tbody tr td select {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tbody tr td textarea {
  max-width: 280px;
  padding: 6px;
  border: 2px solid #d2d8db;
}
.mw_wp_form table tfoot th,
.mw_wp_form table tfoot td {
  padding: 16px;
  text-align: center;
}
.mw_wp_form table tfoot th [type=checkbox],
.mw_wp_form table tfoot td [type=checkbox] {
  margin-right: .2em;
  vertical-align: -2px;
}
.mw_wp_form table tfoot th [type=submit],
.mw_wp_form table tfoot td [type=submit] {
  min-width: 20%;
}
.mw_wp_form table tfoot th [type=image],
.mw_wp_form table tfoot td [type=image] {
  min-width: 20%;
}
.mw_wp_form table tfoot th [type=reset],
.mw_wp_form table tfoot td [type=reset] {
  min-width: 20%;
}
.mw_wp_form table tfoot th [type=button],
.mw_wp_form table tfoot td [type=button] {
  min-width: 20%;
}
.mw_wp_form table tfoot th ._agreementDocument,
.mw_wp_form table tfoot td ._agreementDocument {
  border: 1px solid #d2d8db;
  padding: 12px;
  text-align: left;
  height: 240px;
  overflow-x: hidden;
}
.mw_wp_form table tfoot th ._agreementDocument ol li,
.mw_wp_form table tfoot td ._agreementDocument ol li {
  margin-top: 6px;
}

.opinionsLists ul {
  list-style-type: none;
  padding-left: 0;
}
.opinionsLists ul li {
  padding: 1em 0;
}
.opinionsLists ul li + li {
  border-top: 1px solid #d2d8db;
}
.opinionsLists ul li ._date {
  margin: 1em 0;
  text-align: right;
}
.opinionsLists ul li ._opinion {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #d2d8db;
  margin: 1em 0 1em 120px;
  padding: 2em 1em 1px;
  position: relative;
}
.opinionsLists ul li ._opinion:before {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #d2d8db;
  content: "ご意見";
  display: block;
  font-size: .8571em;
  left: 1em;
  padding: .25em .5em;
  position: absolute;
  top: -1em;
}
.opinionsLists ul li ._opinion:after {
  background: url(../images/icon-opinions-opinion.png);
  content: "";
  display: block;
  height: 80px;
  left: -120px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 120px;
}
.opinionsLists ul li ._reply {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #334d80;
  color: #334d80;
  margin: 2em 120px 1em 0;
  padding: 2em 1em 1px;
  position: relative;
}
.opinionsLists ul li ._reply:before {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  background: #334d80;
  color: #fff;
  content: "ご回答";
  display: block;
  font-size: .8571em;
  left: 1em;
  padding: .25em .5em;
  position: absolute;
  top: -1em;
}
.opinionsLists ul li ._reply:after {
  background: url(../images/icon-opinions-reply.png);
  content: "";
  display: block;
  height: 80px;
  margin-top: -40px;
  position: absolute;
  right: -120px;
  top: 50%;
  width: 120px;
}

.sitemapLists ul {
  list-style-type: none;
  padding-left: 0;
}
.sitemapLists ul li a, .sitemapLists ul li span {
  border-bottom: 1px solid #d2d8db;
  display: block;
  font-size: 1.14285714em;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.sitemapLists ul li ul {
  list-style-type: disc;
  padding-left: 40px;
}
.sitemapLists ul li ul li a, .sitemapLists ul li ul li span {
  border-bottom: none;
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
