@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="number"] {
    width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
  padding-right: 15px;*/
		padding-left: 0 ;
		padding-right: 0 ;}

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {

    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

div:after,
ul:after,
section:after {
  content: "";
  display: block;
  clear: both; }

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 959px) {
    .inner {
      padding: 0 10px; } }

img {
  max-width: 100%; }

#lpckConMessageOverlay {
  display: none !important; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  color: #333; }

a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all  .2s ease-in-out; }
  a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60; }

@media screen and (max-width: 767px) {
  header .header-pc {
    display: none; } }
header .header-pc h1 {
  padding: 30px 0 40px;
  float: left; }
  @media screen and (max-width: 959px) {
    header .header-pc h1 {
      padding: 20px 0 70px; } }
header .header-pc ul {
  list-style: none; }
header .header-pc .sub-menu {
  float: left;
  margin: 0 12px 0 145px; }
@media screen and (max-width: 1100px) {
	header .header-pc .sub-menu {
  margin: 0 12px 0 0; }
}
  @media screen and (max-width: 959px) {
    header .header-pc .sub-menu {
      float: none;
      margin: 0;
      position: absolute;
      right: 10px;
      top: 45px; } }
  header .header-pc .sub-menu ul {
    background-color: #ededed;
    padding: 0 20px; }
    header .header-pc .sub-menu ul li {
      float: left;
      line-height: 28px; }
      header .header-pc .sub-menu ul li:nth-child(2) a {
        margin: 0 30px; }
      header .header-pc .sub-menu ul li a {
        font-size: 0.8125em;
        color: #333;
        padding-left: 1em;
        position: relative; }
        header .header-pc .sub-menu ul li a:before {
          position: absolute;
          content: "";
          top: 3px;
          left: 2px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #0c667b; }
header .header-pc .tel {
  float: right;
  background-color: #0c667b;
  padding: 0 10px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }
  @media screen and (max-width: 959px) {
    header .header-pc .tel {
      float: none;
      position: absolute;
      top: 0;
      right: 10px; } }
  header .header-pc .tel a {
    color: #fff;
    font-size: 0.8125em;
    letter-spacing: 1.5px;
    line-height: 33px; }
    header .header-pc .tel a span {
      text-decoration: underline; }
header .header-pc .font-size {
  position: absolute;
  top: 50px;
  right: 280px; }
  @media screen and (max-width: 959px) {
    header .header-pc .font-size {
      top: 88px;
      right: 270px; } }
  header .header-pc .font-size p {
    display: inline-block;
    font-size: 0.8125em;
    vertical-align: middle; }
  header .header-pc .font-size ul {
    display: inline-block;
    vertical-align: middle; }
    header .header-pc .font-size ul li {
      display: inline-block;
      font-size: 0.8125em;
      vertical-align: middle; }
      header .header-pc .font-size ul li:nth-child(1) {
        padding-right: 10px; }
      header .header-pc .font-size ul li.changeBtn {
        font-size: 1em;
        margin: 0 2px;
        border: solid 1px #0c667b;
        width: 26px;
        line-height: 24px;
        text-align: center; }
        header .header-pc .font-size ul li.changeBtn.active {
          background-color: #0c667b;
          color: #fff; }
        header .header-pc .font-size ul li.changeBtn:hover {
          background-color: #0c667b;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all  .2s ease-in-out; }
header .header-pc .search {
  position: absolute;
  width: 245px;
  top: 52px;
  right: 0; }
  @media screen and (max-width: 959px) {
    header .header-pc .search {
      top: 90px;
      right: 10px; } }
  header .header-pc .search dl {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa; }
    header .header-pc .search dl dt {
      padding-left: 5px; }
      header .header-pc .search dl dt input {
        width: 86%;
        height: 24px;
        line-height: 30px;
        background: none;
        border: none; }
    header .header-pc .search dl dd {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #0c667b;
      padding: 0 3px;
      cursor: pointer; }
      header .header-pc .search dl dd:hover {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all  .2s ease-in-out; }
        header .header-pc .search dl dd:hover:hover {
          filter: alpha(opacity=60);
          -moz-opacity: 0.60;
          opacity: 0.60; }
      header .header-pc .search dl dd button {
        display: block;
        background: none;
        border: none;
        cursor: pointer; }
        header .header-pc .search dl dd button span {
          cursor: pointer;
          display: block;
          width: 20px;
          height: 16px;
          background-image: url("../img/common/btn_search.png");
          background-size: contain;
          background-position: center; }

header .header-pc nav {
	width: 100%;
	background-color: #ededed;
	border-top: solid 1px #cccccc;
	border-bottom: solid 3px #0c667b; }

header .header-pc nav .dropmenu {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	position: relative;
	display: flex;
/*	
	display: table;
	table-layout: fixed;
*/
	text-align: center; }

header .header-pc nav .dropmenu:after {
	content: none; }

header .header-pc nav .dropmenu > li {
	width: 16% ;
	font-size: 0.8125em;
	display: flex;
	align-items:stretch ;
/*
	display: table-cell;
*/
	vertical-align: middle;
	font-weight: bold;
	position: relative; }

/* Homeボタン */
header .header-pc nav .dropmenu > li:nth-child(1) {
	width: 45px ;}

header .header-pc nav .dropmenu > li:nth-child(1):hover {
	background-color: inherit;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all  .2s ease-in-out; }

header .header-pc nav .dropmenu > li:nth-child(1):hover:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60; }

header .header-pc nav .dropmenu > li:nth-child(1):hover:before, header .header-pc nav .dropmenu > li:nth-child(1):hover:after {
	content: ""; }

header .header-pc nav .dropmenu > li:nth-child(1) > a {
	padding: 0; }

header .header-pc nav .dropmenu > li:nth-child(1) > a:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 29px;
	border-left: 1px solid #ccc;
	top: 11px;
	left: 0px; }

header .header-pc nav .dropmenu > li:nth-child(1) > a .here {
	display: none; }

header .header-pc nav .dropmenu > li:nth-child(1) > a.active {
	background-color: inherit; }

header .header-pc nav .dropmenu > li:nth-child(1) > a.active .here {
	display: inline;
	border-bottom: solid 1px #0c667b; }

header .header-pc nav .dropmenu > li:nth-child(1) > a.active .not-here {
	display: none; }

/* a */
header .header-pc nav .dropmenu > li > a {
	color: #333;
	display: block;
	width: 100% ;
	padding: 16px 5px;
	position: relative; }

header .header-pc nav .dropmenu > li:nth-child(2) > a {
	background: #375E97;
	color: #ffffff;}

header .header-pc nav .dropmenu > li:nth-child(5) > a {
	background: #FB6542;
	color: #ffffff;}

header .header-pc nav .dropmenu > li:nth-child(3) > a {
	background: #ffbb00;}

header .header-pc nav .dropmenu > li:nth-child(4) > a {
	background: #3F681C;
	color: #ffffff;}

header .header-pc nav .dropmenu > li:nth-child(7) > a {
	background: #82156a;
	color: #ffffff;}

header .header-pc nav .dropmenu > li:nth-child(6) > a {
	background: #0c667b;
	color: #ffffff;}

header .header-pc nav .dropmenu > li > a:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	border-left: 2px solid #fff;
	top: 0px;
	right: 0px;}

header .header-pc nav .dropmenu > li > a.active {
	color: #fff;
/*	background-color: #0c667b; */}

header .header-pc nav .dropmenu > li > a.active:after {
	border-left: 0; }

header .header-pc nav .dropmenu > li:hover {
	background-color: #0c667b;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all  .2s ease-in-out; }

header .header-pc nav .dropmenu > li:hover a {
	color: #fff;
	opacity: 1;
	display: block; }

header .header-pc nav .dropmenu > li:hover a:after {
	border-left: 0; }

header .header-pc nav .dropmenu > li > ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0; }

header .header-pc nav .dropmenu > li > ul li {
	width: 100%; }

header .header-pc nav .dropmenu > li > ul li a {
	padding: 14px 5px;
	border-top: 1px solid #1c9dbb;
	background: #167990;
	display: block;
	color: #fff;
	text-align: center; }

header .header-pc nav .dropmenu > li > ul li a:hover {
	background-color: #ededed;
	color: #333; }

header .header-sp {
	display: none; }

@media screen and (max-width: 767px) {
	header .header-sp {
		display: block; } 
}

#fade-in2 li ul {
  width: 100%;
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s; }

#fade-in2 li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1; }

#header {
  position: relative; }

#header .headBar {
  background-color: #0c667b;
  border-bottom: solid 1px #fff; }

#header .headBar .menuBtn-storage {
  float: left;
  width: 50%;
  height: 45px;
  margin: 5px 0 0 0;
  text-align: center; }

#header .headBar .menuBtn {
  width: 40px;
  margin: auto;
  cursor: pointer; }

#header .headBar .menuBtn:after {
  content: "CLOSE";
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 0 0 2px;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease; }

#header .headBar .menuBtn span {
  text-align: center;
  vertical-align: middle;
  height: 12px; }

#header .headBar .menuBtn i {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 23px;
  margin: 5px auto; }

#header .headBar .searchBtn-storage {
  float: right;
  width: 50%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  background-color: #0c667b;
  background-image: url(../img/common/sp_search_close.png);
  background-position: center 9px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-left: solid 1px #fff; }

#header .headBar .searchBtn {
  padding-top: 31px;
  width: 40px;
  margin: auto;
  cursor: pointer;
  letter-spacing: 1px; }

#header .searchInputArea {
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 2100;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  box-shadow: 0px 10px 10px -10px #333333;
  -moz-box-shadow: 0px 10px 10px -10px #333333;
  -webkit-box-shadow: 0px 10px 10px -10px #333333; }

#header .searchInputArea .inr {
  padding: 5px;
  background-color: #0c667b; }

#header .searchInputArea input {
  background-color: #fff;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 7px;
  outline: none;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  font-size: 14px; }

#header .searchInputArea dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff; }
  #header .searchInputArea dl dt {
    padding-left: 5px; }
    #header .searchInputArea dl dt input {
      line-height: 30px;
      background: none;
      border: none; }
  #header .searchInputArea dl dd {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0c667b;
    padding: 0 4px;
    cursor: pointer; }
    #header .searchInputArea dl dd:hover {
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all  .2s ease-in-out; }
      #header .searchInputArea dl dd:hover:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.60;
        opacity: 0.60; }
    #header .searchInputArea dl dd button {
      display: block;
      background: none;
      border: none;
      cursor: pointer;
      height: 30px; }
      #header .searchInputArea dl dd button span {
        cursor: pointer;
        display: block;
        width: 20px;
        height: 16px;
        background-image: url("../img/common/btn_search.png");
        background-size: contain;
        background-position: center; }

#header.off .menuBtn:after {
  content: "MENU"; }

#header.off .menuBtn i {
  background-color: #fff;
  opacity: 1 !important;
  margin: 5px auto !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important; }

#header.off .glNav {
  opacity: 0;
  width: 0; }

#header.serchOff .searchBtn-storage {
  background-color: #0c667b;
  background-image: url(../img/common/sp_btn_search.png); }

#header.serchOff .searchInputArea {
  opacity: 0;
  width: 0; }

.glNav {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  z-index: 2000;
  overflow: hidden;
  -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;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 20px 10px -10px #333333;
  -moz-box-shadow: 0px 20px 10px -10px #333333;
  -webkit-box-shadow: 0px 20px 10px -10px #333333; }

.glNav a {
  display: block;
  color: #fff;
  text-decoration: none; }

.glNav > ul > li > a {
  padding: 0 8px 0 15px;
  font-size: 13px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  background-color: rgba(12, 102, 123, 0.9);
  background-image: url(../img/common/ico_arrow.png);
  background-size: 17px 23px;
  background-repeat: no-repeat;
  background-position: 97% center;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  padding: 10px 15px; }

.glNav > ul > li .subNav .subNavWr dl dt {
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  display: block;
  padding: 0 8px 0 15px;
  font-size: 11px;
  letter-spacing: 0.1em;
  height: 0px;
  line-height: 34px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-bottom: 0px solid #fff;
  background-color: rgba(63, 139, 157, 0.9);
  background-image: url(../img/common/ico_arrow.png);
  background-size: 17px 23px;
  background-repeat: no-repeat;
  background-position: 97% center; }
  .glNav > ul > li .subNav .subNavWr dl dt:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all  .2s ease-in-out; }
    .glNav > ul > li .subNav .subNavWr dl dt:hover:hover {
      filter: alpha(opacity=60);
      -moz-opacity: 0.60;
      opacity: 0.60; }

.glNav > ul > li .subNav .subNavWr dl dd a {
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  height: 0;
  overflow: hidden;
  border: 0;
  padding: 0 8px 0 15px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 34px;
  text-decoration: none;
  background-color: rgba(63, 139, 157, 0.9);
  background-image: url(../img/common/ico_arrow.png);
  background-size: 17px 23px;
  background-repeat: no-repeat;
  background-position: 97% center; }

.glNav > ul > li .subNav .subNavWr dl dd.sub a {
  background-color: #062A54; }

.glNav > ul > li .subNav .subNavWr dl.open dt {
  background-image: url(../img/common/ico_plus.png);
  background-size: 17px 17px;
  background-position: 97% center; }

.glNav > ul > li .subNav .subNavWr dl.open.on dt {
  background-image: url(../img/common/ico_minus.png); }

.glNav > ul > li .subNav .subNavWr dl.open.on dd a {
  height: 34px;
  border-bottom: 1px solid #fff; }

.glNav > ul > li.outlink > a {
  background-image: url(../img/common/ico_plus.png);
  background-size: 17px 17px;
  background-position: 97% center; }

.glNav > ul > li.outlink.on > a {
  background-image: url(../img/common/ico_minus.png);
  background-size: 17px 17px;
  background-position: 97% center; }

.glNav > ul > li.outlink.on .subNav .subNavWr dl dt {
  height: 34px;
  border-bottom: 1px solid #fff; }

.glNav > ul > li.outlink.on .subNav .subNavWr dl.product dd a {
  height: 34px;
  border-bottom: 1px solid #fff; }

.glNav > ul > li.online {
  background-color: #051C38;
  background-image: url(../images/common/i_outlink.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: 97% center; }

.glNav > ul > li.online a {
  background-color: transparent;
  background-image: url(../images/common/online_icon.png);
  background-size: 13px auto;
  background-position: 15px center;
  padding: 0 0 0 31px; }

#header h1 {
  text-align: center;
  padding: 30px 0; }

.breadcrumbs {
  margin-bottom: 10px; }

.breadcrumbs ul li {
		margin: 10px 0;
		list-style: none;
		display: inline-block;
		position: relative;
		padding-left: 1em;
		color: #333;
		font-size: 0.9rem; }

    .breadcrumbs ul li:not(:first-child):after {
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      content: "＞"; }
    .breadcrumbs ul li a {
      color: inherit;
      font-size: inherit; }

article {
  padding-bottom: 60px; }
  article .container {
    float: left;
    width: 76.04166666%; }
    @media screen and (max-width: 767px) {
      article .container {
        float: none;
        width: 100%; } }
    article .container .center-container {
      float: right;
      width: 68.493150684%; }
      @media screen and (max-width: 767px) {
        article .container .center-container {
          float: none;
          width: 100%; } }
    article .container .left-container {
      float: left;
      width: 27.397260273%; }
      @media screen and (max-width: 767px) {
        article .container .left-container {
          float: none;
          width: 100%;
          text-align: center; } }
  article .right-container {
    float: right;
    width: 20.8333333%; }
    @media screen and (max-width: 767px) {
      article .right-container {
        float: none;
        width: 100%;
        text-align: center; } }
  article .indent {
    padding-left: 12px; }
  article p {
    color: #545454;
    font-size: 0.875em;
    line-height: 200%; }
  article ul li {
    color: #545454;
    list-style: none;
    font-size: 0.875em;
    line-height: 200%; }
  article .imgs {
    text-align: center; }
    article .imgs img {
      margin-bottom: 5px; }

.sub_imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.sub_imgs .imgs {
    flex-basis: 33%;
}
.page-ttl {
  margin-bottom: 25px;
  padding: 8px 2em;
  font-size: 1.125em;
  line-height: 150%;
  color: white;
  background-color: #0c667b;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  border-radius: 0 0 0 0;
  position: relative; }

.page-ttl:before {
		position: absolute;
		top: 11px;
		left: 1em;
		content: "";
		width: 1px;
		height: 20px;
		border-left: 4px solid white; }

.section-ttl {
  margin-bottom: 10px;
  padding: 5px .5em;
  font-size: 1em;
  line-height: 150%;
  background-color: #ededed;
  border-left: 3px solid #0c667b;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #0c667b; }

.sub-nav ul li {
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #0c667b; }
  .sub-nav ul li a {
    font-size: 0.875em;
    color: #333;
    padding: .5em 2em;
    position: relative;
    display: block;
    line-height: 160%; }
    .sub-nav ul li a:before {
      position: absolute;
      top: 50%;
      left: 1em;
      width: 1em;
      content: "";
      width: 0;
      height: 0;
      margin-top: -3px;
      border-style: solid;
      border-width: 3px 0 3px 6px;
      border-color: transparent transparent transparent #000000; }
  .sub-nav ul li.active {
    background-color: #0c667b;
    border-bottom: 1px solid #0c667b; }
    .sub-nav ul li.active a {
      color: white; }
      .sub-nav ul li.active a:before {
        border-color: transparent transparent transparent #ffffff; }

footer {
  padding: 40px 0 20px;
  background-color: #e5e5e5; }
  footer .backtop {
    position: absolute;
    top: -74px;
    right: 0;
    width: 200px;
    background-color: #0c667b;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
    footer .backtop a {
      display: block;
      font-size: 0.75em;
      color: white;
      position: relative;
      padding: 8px;
      text-align: center; }
      footer .backtop a:before {
        position: absolute;
        top: 50%;
        left: 3.5em;
        width: 1em;
        content: "";
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid;
        border-width: 0 3px 6px 3px;
        border-color: transparent transparent #ffffff transparent; }
  footer nav > ul {
    margin-bottom: 1em;
    font-size: 0; }
    footer nav > ul > li {
      display: inline-block;
      width: 20%;
      font-size: 11px;
      font-weight: bold;
      line-height: 1.8;
      vertical-align: top;
      margin-bottom: 1em; }
      @media screen and (max-width: 767px) {
        footer nav > ul > li {
          width: 33%; } }
      @media screen and (max-width: 479px) {
        footer nav > ul > li {
          width: 50%; } }
      footer nav > ul > li > a {
        color: #0c667b; }
      footer nav > ul > li ul li {
        position: relative;
        padding-left: 1em;
        font-weight: lighter;
        line-height: 1.8; }
        footer nav > ul > li ul li:before {
          position: absolute;
          content: "・";
          top: 0;
          left: 0; }
        footer nav > ul > li ul li a {
          color: #333; }
  footer h2 {
    float: left;
    padding-top: 15px;
    line-height: 1.2; }
    @media screen and (max-width: 630px) {
      footer h2 {
        float: none;
        text-align: center;
        padding: 0 0 20px; } }
    footer h2 a {
      display: block; }
  footer .address {
    list-style: none;
    float: left;
    padding-left: 30px; }
    @media screen and (max-width: 630px) {
      footer .address {
        float: none;
        max-width: 250px;
        margin: auto;
        padding: 0; } }
    footer .address li {
      font-size: 0.625em;
      line-height: 1.8;
      letter-spacing: 1px; }
  footer .copyright {
    clear: both;
    font-size: 0.625em;
    text-align: center;
    padding-top: 20px; }

/*-------------------------------
	アートワークセツ追加
-------------------------------*/
.indent_list li {
  padding-left: 1em !important;
  text-indent: -1em !important; }

.indent_list_02 li {
  padding-left: 1.8em !important;
  text-indent: -1.8em !important; }

article .container > section .common table {
  width: 100%;
  margin: 15px 0 5px; }

article .container > section .common table th,
article .container > section .common table td {
  padding: 5px 10px;
  color: #545454;
  font-size: 0.875em;
  line-height: 160%;
  border: 1px solid #ccc; }

article .container > section .common table th {
  background-color: #eee; }

article .container .more_link a {
  color: #0c667b;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 1em; }

article .container .more_link a:hover {
  text-decoration: none; }

article .container .more_link a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #000000; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.course_flow {
  overflow: hidden; }

.course_flow li {
  background-image: url(../img/common/arrow_01.gif);
  background-size: 6px 7px;
  background-position: 0 center;
  padding: 0 10px 0 15px;
  float: left;
  margin: 0 0 10px 0; }

.course_flow li:first-child {
  background-image: none;
  padding: 0 10px 0 0; }

.course_flow li span {
  display: block;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 0px 6px;
  line-height: 2; }

.course_flow li.move span {
  background-color: #79796A; }

.course_flow li.c_01 span {
  background-color: #0C667B; }

.course_flow li.c_02 span {
  background-color: #C24E61; }

.course_flow li.c_03 span {
  background-color: #7D9E35; }

figcaption {
  display: table;
  text-align: left; }

.mb20 {
  margin-bottom: 20px; }

.pdf_link {
  overflow: hidden; }

.pdf_link a {
  color: #FF0A0A;
  font-size: 12px;
  padding: 5px 0;
  display: block;
  text-align: center;
  float: right;
  height: 28px;
  margin: 0 0 10px 0; }
  .pdf_link a span {
    color: #333; }

.pdf_link a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }


/*---------------------------------------------*/
/*  ページ送り																	*/
/*---------------------------------------------*/
body .wp-pagenavi{
	text-align: center ;
	clear: both;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #0c667b ;
	color: #0c667b ;
	padding: 3px 10px;
	margin: 5px 6px;
}

body .wp-pagenavi a:hover,
body .wp-pagenavi span.current {
	color: #ffffff ;
	background-color: #0c667b ;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; 
}

body .wp-pagenavi span.current {
	font-weight: bold;
	color: #ffffff ;
	background-color: #0c667b ;
}



#wp-admin-bar-root-default:after{
	display: none ;
}

div.sub-menu > ul > li > select {
        font-size: 0.8125em;
        background: #fff;
        -webkit-appearance: menulist;
        -moz-appearance: initial;
        margin: 4px 0;
}


h4.fac_mid {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}





/* 検索
--------------------------------------------*/
.search_box{
	width:100% ;
	margin:0 auto 60px auto ;}
	
.search_box h4{
	font-size:1.2rem ;
	font-weight:bold ;
	margin:0 auto 10px auto ; }
	
.search_box .search_item{
	border:1px solid #0c667b ;
	padding:10px 10px 0 10px;
	box-sizing: border-box ;
	margin:0 0 15px 0 ;}
	
.search_box .btn + .search_item{
margin-top:20px ;}

.search_box .search_item.type1{
	display:flex ;
	padding:0 ;
	border:none ;}

.search_box .search_item h5{
	text-align:center ;
	background:#aed0d8 ;
	padding:10px 5px;
	box-sizing: border-box ;
	font-weight:bold ;
	margin: 0 auto 10px auto ;}
	
.search_box .search_item dl{
	width:100% ;
	margin:0 auto ;}

.search_box .search_item dl dt{
	font-weight:bold ;
	margin:0 auto 10px auto ;}
	
.search_box .search_item dl dd{
	display: flex ;
	flex-wrap: wrap ;
	justify-content: space-between ;
	margin:0 0 15px 10px ;}

.search_box .search_item dl dd.other{
	display: none ;}

/* 新型コロナウイルスの感染予防対策 */
.search_box .search_item dl.s10 dd label,
.search_box .search_item dl.s20 dd label{
	flex-basis: 100% ;}

/* 会場規模 */
.search_box .search_item dl.s11 dd label,
.search_box .search_item dl.s21 dd label{
	flex-basis: 33% ;}

/* 施設タイプ */
.search_box .search_item dl.s22 dd label{
	flex-basis: 21%;
	}

/* 目的スポーツ */
.search_box .search_item dl.s23 dd label{
	flex-basis: 33%;
	}

/* 長野駅から徒歩での移動時間 */
.search_box .search_item dl.s12 dd label{
	flex-basis: 33% ;}

/* 宿泊：エリア */
.search_box .search_item dl.s30 dd{
	justify-content: flex-start ;}

.search_box .search_item dl.s30 dd label{
	flex-basis: 20% ;}

/* 宿泊：客室タイプ */
.search_box .search_item dl.s31 dd{
	justify-content: flex-start ;}

.search_box .search_item dl.s31 dd label{
	flex-basis: 20% ;}


.search_box .search_item dl dd label{
	margin:0 0 5px 0 ;}

.search_box .search_item dl dd label input{
	margin-right:5px ;}
	
.search_box .search_item input[type=text]{
	width:80% ;
	padding:5px ;
	box-sizing:border-box ;
	border:1px solid #cccccc ;}
	
.search_box .search_item input[type=submit]{
	width:20% ;
	background:#0c667b ;
	color:#ffffff ;}
	
.search_box .btn{
	text-align:center ;
	clear:both ;
	width:100% ;}

.search_box .btn input{
	max-width:250px ;
	background:#0c667b ;
	color:#ffffff ;
	padding:5px 25px ;
	box-sizing:border-box ;
	margin:0 auto ;}
	
@media screen and (max-width: 630px) {
	/* 会場規模 */
	.search_box .search_item dl.s11 dd label,
	.search_box .search_item dl.s21 dd label{
		flex-basis: 100% ;}

	/* 施設タイプ */
	.search_box .search_item dl.s22 dd label{
		flex-basis: 50% ;}

	/* 目的スポーツ */
	.search_box .search_item dl.s23 dd label{
		flex-basis: 50% ;}

	/* 長野駅から徒歩での移動時間 */
	.search_box .search_item dl.s12 dd label{
		flex-basis: 50% ;}
	
	/* 宿泊：エリア */
	.search_box .search_item dl.s30 dd label{
		flex-basis: 50% ;}

	/* 宿泊：客室タイプ */
	.search_box .search_item dl.s31 dd label{
		flex-basis: 50% ;}
	
}
