@charset "utf-8";


/*body */
/*-----------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.6;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  padding-top: 65px;
  color: #121213;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}



/* IE11だけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
  margin-top: 65px;
}


@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.5em;
    line-height: 1.5;
  }

}

.font-en {
  font-family: 'Josefin Sans', sans-serif;
}

.font-en2 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2em;
}


.bold300 {
  font-weight: 300;
}

.bold400 {
  font-weight: 400;
}

.bold600 {
  font-weight: 600;
}

.bold700 {
  font-weight: 700;
}

.bold {
  font-weight: bold;
}



.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;

}

.alignright {
  margin-left: auto;
  clear: both;
  display: block;

}

.alignleft {
  margin-right: auto;
  clear: both;
  display: block;

}

small {
  font-size: 84%;


}

/* headerset008 */
/*--------------------------------------------------*/
/* PC */
@media (min-width: 992px) {

  /* header008 --------------------------------------*/
  .header008 {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    letter-spacing: .1em;
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  }

  .header008-inner {
    position: relative;
  }

  .header008-logo {
    width: 300px;
  }

  .header008-logo img {
    width: 300px;
    height: 46px;
  }

  /* nav008 --------------------------------------*/
  /* 親 */
  .nav008 {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 2.4em;
    margin: auto 0;
  }

  .nav008-parent {
    display: table;

  }

  .nav008-parent>li {
    position: relative;
    display: table-cell;
    padding: 0 .5em;
  }

  .nav008-parent>li>a {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: .5em;
    -webkit-transition: 300ms;
    transition: 300ms;
    vertical-align: middle;
    letter-spacing: -0.05em;
  }

  .nav008-parent>li>a::before,
  .nav008-parent>li>a::after {
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin: 0 auto;
    content: '';
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    background-color: currentColor;
  }

  .nav008-parent>li>a::before {
    top: 0;
  }

  .nav008-parent>li>a::after {
    bottom: 0;
  }

  .ua-nontouch .nav008-parent>li>a[href]:hover::before,
  .nav008-parent>li.nav008-current>a::before,
  .ua-nontouch .nav008-parent>li>a[href]:hover::after,
  .nav008-parent>li.nav008-current>a::after {
    width: 100%;
    opacity: .9;
  }

  /* 子孫共通 */
  .nav008-child {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    min-width: 15em;
    padding-top: 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
  }

  .nav008-child li {
    position: relative;
    border: solid #ddd;
    border-width: 1px 1px 0;
  }

  .nav008-child li:last-child {
    border-bottom-width: 1px;
  }

  .nav008-child li a {
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: .8em 1.6em;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    background-color: white;
  }

  .ua-nontouch .nav008-child li a[href]:hover {
    background-color: #f4f4f4;
  }

  .ua-nontouch .nav008-haschild:hover .nav008-child {
    visibility: visible;
    opacity: 1;
  }

  /* 孫 */
  .nav008-grandchild {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    min-width: 10em;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
  }

  .ua-nontouch .nav008-hasgrandchild:hover .nav008-grandchild {
    visibility: visible;
    opacity: 1;
  }

  /* media query */
}

@media (min-width: 992px) and (max-width: 1040px) {
  .nav008-parent>li>a {
    padding: .5em .3em;

  }



}

/* SP */
@media (max-width: 991px) {
  html.nav008-opened {
    overflow-y: hidden;
  }

  /* header008 --------------------------------------*/
  .header008 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  }

  .header008-inner {
    /* empty */
  }

  .header008-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 240px;
    height: auto;
  }

  /* nav008 --------------------------------------*/
  /* 親 */
  .nav008 {
    /* empty */
  }

  .nav008-parent {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: -100%;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    padding: 60px 0;
    -webkit-transition: 500ms cubic-bezier(.215, .61, .355, 1);
    transition: 500ms cubic-bezier(.215, .61, .355, 1);
    background-color: white;
    -webkit-overflow-scrolling: touch;
  }

  html.nav008-opened .nav008-parent {
    right: 0;
  }

  .nav008-parent>li {
    border-bottom: 1px solid #cfcfcf;

  }

  .nav008-parent>li:first-child {
    border-top: 1px solid #cfcfcf;
  }

  .nav008-parent a {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .nav008-parent .btn03 {
    margin: 20px auto 0;
    text-align: center;
  }

  .nav008-parent .btn03 a {
    padding: 10px 20px 10px 20px;
  }

  /* 子孫 */
  .nav008-child,
  .nav008-grandchild {
    display: none;
  }

  .nav008-child li,
  .nav008-grandchild li {
    border-top: 1px dashed #cfcfcf;
  }

  .nav008-haschild>a,
  .nav008-hasgrandchild>a {
    position: relative;
  }

  .nav008-haschild>a::after,
  .nav008-hasgrandchild>a::after {
    font-family: 'fontello';
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 1em;
    margin: auto 0;
    content: '\e849';
  }

  .nav008-haschild>a.nav008-expanded::after,
  .nav008-hasgrandchild>a.nav008-expanded::after {
    content: '\e841';
  }

  .nav008-child>li>a {
    padding-left: 20px;
  }

  .nav008-grandchild>li>a {
    padding-left: 30px;
  }
}

/* overlay */
/*--------------------------------------------------*/
@media (min-width: 992px) {
  .nav008-overlay {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav008-overlay {
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 500ms cubic-bezier(.215, .61, .355, 1);
    transition: 500ms cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    background-color: rgba(51, 51, 51, .9);
  }

  html.nav008-opened .nav008-overlay {
    visibility: visible;
    opacity: 1;
  }
}

/* hamburger */
/*--------------------------------------------------*/
@media (min-width: 992px) {
  .nav008-hamburger {
    display: none;
  }
}

@media (max-width: 991px) {
  .nav008-hamburger {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    padding: 6px 5px 4px;
    -webkit-transition: 440ms;
    transition: 440ms;
    text-align: center;
  }

  .nav008-scrolled .nav008-hamburger {
    background-color: rgba(255, 255, 255, .75);
  }
}

.nav008-hamburger-text {
  font-size: 10px;
  line-height: 1;
  margin-top: -2px;
  -webkit-transition: color 440ms;
  transition: color 440ms;
}

/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, filter, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.ua-nontouch .hamburger:hover {
  opacity: .7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 15px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 25px;
  height: 3px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  border-radius: 4px;
  background-color: #333;
}

.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: '';
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/* Spin */
.hamburger-spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.hamburger-spin .hamburger-inner::before {
  -webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
  transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger-spin .hamburger-inner::after {
  -webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
  -webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

html.nav008-opened .hamburger-spin .hamburger-inner {
  -webkit-transition-delay: .14s;
  transition-delay: .14s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

html.nav008-opened .hamburger-spin .hamburger-inner::before {
  top: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
  transition: top .1s ease-out, opacity .1s .14s ease-out;
  opacity: 0;
}

html.nav008-opened .hamburger-spin .hamburger-inner::after {
  bottom: 0;
  -webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
  -webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


/* pagetop170 */
/*--------------------------------------------------*/
.pagetop170 {
  font-size: 28px;
  position: fixed;
  z-index: 900000;
  right: 25px;
  bottom: 25px;
  display: none;
  width: 1.75em;
  height: 1.75em;
  padding: 0;
  color: #fafafa;
  border: none;
  border-radius: 50%;
  background-color: #888;
}

@media (max-width: 575px) {
  .pagetop170 {
    right: 10px;
    bottom: 40px;
  }
}

.pagetop170 i {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: auto;
}

.pagetop170 i::before {
  margin: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
  animation: pagetop170-fix-ie 10ms infinite;

  animation-fill-mode: both;
}

@keyframes pagetop170-fix-ie {
  0% {
    margin: .1px;
  }

  100% {
    margin: 0;
  }
}

.pagetop170:hover i {
  -webkit-animation: pagetop170 1000ms;
  animation: pagetop170 1000ms;
}

.pagetop170-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@-webkit-keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}

@keyframes pagetop170 {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}



/* breadcrumbs168 */
/*--------------------------------------------------*/

.breadcrumbs168 {
  margin-left: auto;
  clear: both;
  display: block;
  text-align: right;
  padding-top: 5px;
  position: static;
  z-index: 2;
}

.breadcrumbs168 .breadcrumbs {
  font-size: 1.3rem;
  line-height: 1.3;
  display: inline-block;
  letter-spacing: -0.1em;
  color: #5a5a5a;
}

.breadcrumbs168 .breadcrumbs>span {
  margin: 0 5px;
  vertical-align: middle;
}

.breadcrumbs168 .breadcrumbs a {
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.ua-nontouch .breadcrumbs168 .breadcrumbs a:hover {
  color: #312178;
}

@media (max-width: 575px) {
  .breadcrumbs168 .breadcrumbs {
    display: none;
  }
}




/* subvisual224 */
/*--------------------------------------------------*/
.subvisual224 {
  height: 350px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .subvisual224 {
    height: 120px;
  }
}




/* title204 */
/*--------------------------------------------------*/
.title204-text {
  font-size: 26px;
  line-height: 1.3;
  padding: 10px 0;
  text-align: center;
}

.title204-text>span {
  position: relative;
  display: inline-block;
  padding: 0 .5em;
}

.title204-text>span::before,
.title204-text>span::after {
  position: absolute;
  top: 50%;
  width: 2500%;
  content: '';
}

.title204-text>span::before {
  right: 100%;
}

.title204-text>span::after {
  left: 100%;
}

@media (max-width: 767px) {
  .title204-text {
    font-size: 22px;
  }
}

.title204-text {
  overflow: hidden;
}

.title204-text>span::before,
.title204-text>span::after {
  border-top: 1px solid #aaa;
}

@media (max-width: 767px) {
  .title204 .container-fluid {
    padding: 0;
  }

  .title204-text {
    padding: 10px;
  }
}







/* sidebar */
/*--------------------------------------------------*/
.widget {
  /* border: 1px solid #CCC; */
  margin-bottom: 20px;
}

.widget-title {
  text-align: center;
  padding: 10px 15px;
  border-top: 1px solid #121213;
  border-bottom: 1px solid #121213;
  font-weight: bold;
}

.widget>ul {}

.widget>ul>li>a {
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.widget>ul>li:hover>a {
  background-color: #EFEFEF;
}

.widget>ul>li>a:after {
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  right: 15px;
}

.widget>ul>li:hover>a:after {
  right: 10px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.widget>ul>li:not(:last-child) {
  border-bottom: 1px dashed #CCC;
}

.widget select {
  margin: 20px 5% 10px;
  width: 90%;
}

.screen-reader-text {
  display: block;
  margin: 15px auto 0 auto;
  width: 88%;
}

.screen-reader-text {
  display: none;


}


/* カレンダー */
.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
  padding: 3px 7px;
}

.widget_calendar thead {
  border-top: 1px solid #CCC;
}

.widget_calendar thead th,
.widget_calendar tbody td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.widget_calendar caption {
  text-align: center;
  font-size: 16px;
  padding: 7px 0;
}

.widget_calendar a {
  color: blue;
  text-decoration: underline;
}

.widget_calendar tfoot td {
  padding: 7px 0;
}

/* 検索 */
.widget_search {
  border: none;
}

.widget_search .widget-title {
  border: 1px solid #CCC;
  border-bottom: none;
}

.widget ul.children {
  border-top: 1px dotted #CCC;
}

.widget ul.children li {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.widget ul.children li a:before {
  content: '├ ';
}

.widget ul.children li:last-child a:before {
  content: '└ ';
}

.widget ul.children li a {
  display: block;
  padding: 13px 15px 7px 10px;
}

.widget ul.children li:hover>a {
  background-color: #EFEFEF;
}

.widget ul.children li>a:after {
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  right: 30px;
}

.widget ul.children li:hover>a:after {
  right: 25px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}




.searchform {
  position: relative;
}

.searchform input[type="search"] {
  width: 100%;
}

.searchfield {
  font-size: 14px;
  padding: 7px;
}

.searchsubmit {
  font-size: 20px;
  width: 35px;
  height: 30px;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

/* カスタムメニュー */
.widget_nav_menu li>a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.widget_nav_menu li:hover>a {
  background-color: #EFEFEF;
}

.widget_nav_menu li>a:after {
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  right: 15px;
}

.widget_nav_menu li:hover>a:after {
  right: 10px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.widget_nav_menu li:not(:last-child) {
  border-bottom: 1px dashed #CCC;
}

/* タグクラウド */
.widget_tag_cloud .tagcloud {
  padding: 10px 15px;
}

/* タイトル */
.single-title {
  border-bottom: 1px solid #CCC;
  font-size: 20px;
  padding-bottom: 10px;
}

/* カテゴリー名 */
.news-cat-tag {
  background-color: #CCC;
  padding: 2px 10px;
  margin-right: 3px;
}

/* 次の記事 */
.single-arrow-next {
  text-align: right;
}

/* アーカイブのページネーション */
.pagenation {
  text-align: center;
}

.page-numbers {
  background-color: #333;
  color: #FFF;
  padding: 5px 10px;
}

.page-numbers.current {
  background-color: #FFF;
  border: 1px solid #333;
  color: #333;
}

/* 最近のコメント */
.widget_recent_comments .recentcomments {
  padding: 10px 15px;
}

.widget_recent_comments .recentcomments a {
  text-decoration: underline;
}

.widget_recent_comments .recentcomments a:after {
  content: none;
}

.widget_recent_comments .recentcomments:hover>a {
  background: none;
}


/* oEmbedをレスポンシブ化 */
/*--------------------------------------------------*/

.wp-embedded-content {
  max-width: 100%;
}



/* footer*/
/*--------------------------------------------------*/

/* footer */
/*------------------------------------------------------------------------------------*/









footer {
  background-color: #121213;
  padding: 30px 0 20px;
  color: #FFF;
}

.footer-info {
  float: left;
}

.footer-logo a {
  display: inline-block;
  width: 340px;
}




.footer-nav {
  float: right;
}

.footer-nav>ul {
  display: table;
}

.footer-nav>ul li {
  display: table-cell;
  padding: 4px;
  vertical-align: top;
  font-size: 1.5rem;
}

.footer-nav>ul li>a {
  /*	font-size: 14px;*/
  padding: 5px;
  display: block;
  text-align: center;
}


.footer-nav-inner-warp {
  position: relative;

}

.footer-nav-inner {
  position: absolute;
  left: 15px;
}

.footer-nav-inner a {
  display: block;
  font-size: 1.3rem;
  white-space: nowrap;
  line-height: 1.4;


}

.footer-nav .noclick {
  pointer-events: none;
}


.footer-tel {
  font-size: 2.0rem;
}

.footer-time {
  font-size: 1.4rem;
}

.footer-copy {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}



.nav-twitter {
  margin-left: auto;
  clear: both;
}


@media (min-width: 1100px) {}

@media (max-width: 1099px) {

  .footer-nav {}

  .footer-logo a {
    width: 280px;
  }


}

@media (max-width: 991px) {

  .footer-nav em {
    display: none;
    padding: 0px;
  }

  .footer-info {
    float: none;
    text-align: center;
  }

  .footer-nav {
    float: none;
  }

  .footer-nav>ul {
    display: block;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-nav>ul li {
    display: block;
  }

  .footer-nav>ul li>a {
    display: block;
    text-align: left;
    position: relative;
  }

  .footer-nav>ul li>a::after {
    position: absolute;
    right: 10px;
    font-family: 'fontello';
    content: '\e806';
    text-align: right;
    top: 5px;
  }


  .footer-nav>ul li.footer-nav-inner-warp>a::after {
    display: none;
  }





  .footer-nav>ul .privacy-list a:after {
    font-family: 'fontello';
    content: '\e8a2';
    position: absolute;
    right: 0px;
    top: 5px;

  }

  .footer-nav-inner-warp {
    margin-bottom: 65px;


  }


}

@media (max-width: 767px) {

  footer {}
}

@media (max-width:575px) {


  .footer-nav ul {
    max-width: 100%;
  }
}



/* form113 */
/*--------------------------------------------------*/
.form113-text {
  max-width: 700px;
  margin: 0 auto;
}

.mw_wp_form_input .form113-text-confirm {
  display: none;
}

.mw_wp_form_confirm .form113-text-input {
  display: none;
}

.form113-table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border: 1px solid #e1e2e5;
  background-color: white;
}

.form113-table th,
.form113-table td {

  padding: 15px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #e1e2e5;
}




.form113-table th {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  width: 20em;
  background-color: #e3e3e3;
}



@media (min-width:992px) {

  .form113-table tr:first-child th {
    border-top: 1px solid #fff;
  }

  .form113-table th {
    border-left: 1px solid #fff;
  }

  /* .form113-table tr:first-child td {
    border-top: 1px solid #e1e2e5;
  }
  .form113-table tr td {
    border-right: 1px solid #e1e2e5;
  } */

}



.contact-info-text {
  font-size: 1.4rem;
}

.form-required {
  position: relative;
}


.form-required::before {
  position: absolute;
  content: '必須';
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  color: white;
  background-color: #E60012;
  right: 0;
  white-space: nowrap;
}

/* 入力系 */
.form113-table input[type='text'],
.form113-table input[type='email'],
.form113-table input[type='tel'],
.form113-table input[type='url'],
.form113-table input[type='number'],
.form113-table textarea,
.form113-table select {
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: none;
  border-radius: 0;
  outline: 2px solid transparent;
  background-color: #f4f4f4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form113-table input[type='text']:active,
.form113-table input[type='email']:active,
.form113-table input[type='tel']:active,
.form113-table input[type='url']:active,
.form113-table input[type='number']:active,
.form113-table textarea:active,
.form113-table select:active,
.form113-table input[type='tel']:focus,
.form113-table input[type='text']:focus,
.form113-table input[type='email']:focus,
.form113-table input[type='url']:focus,
.form113-table input[type='number']:focus,
.form113-table textarea:focus,
.form113-table select:focus {
  outline-color: #add6ff;
}

.form113-table textarea {
  width: 100%;
}

/* ラジオ・チェックボックス */
.form113-table .mwform-radio-field-text,
.form113-table .mwform-checkbox-field-text {
  vertical-align: middle;
}

/* セレクト */
.form113-select {
  position: relative;
  display: inline-block;
  background-color: #f2f2f2;
}

.mw_wp_form_confirm .form113-select {
  background-color: transparent;
}

.form113-select::before {
  line-height: 1;
  position: absolute;
  top: 0;
  right: .5em;
  bottom: 0;
  height: 1em;
  margin: auto 0;
  content: '▼';
  -webkit-transform: scaleY(.6);
  -ms-transform: scaleY(.6);
  transform: scaleY(.6);
  opacity: .5;
  color: black;
}

.mw_wp_form_confirm .form113-select::before {
  display: none;
}

.form113-select select {
  position: relative;
  height: 2.2em;
  padding-right: 2em;
  background-color: transparent;
}

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

/* ファイル */
.form113-file+.form113-file {
  position: relative;
  margin-top: 10px;
}

.form113-file .mwform-file-delete {
  font-size: 18px;
  vertical-align: middle;
}

/* ボタン */
.form113-button {
  font-size: 16px;
  line-height: 1;
  letter-spacing: .1em;
  border: none;
}

.form113-submit {
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: #fff;
  background-image: linear-gradient(-90deg, #fdb645, #fa7600);
  border-radius: 30px;
  -webkit-transition: 350ms;
  transition: 350ms;

}

.form113-submit:hover {
  opacity: .8;
}

.form113-back {
  /*  margin: 15px 30px;
  text-decoration: underline;*/
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: white;
  background-color: gray;
  border-radius: 30px;
}

.form113-back:hover {
  opacity: .8;
}

/* 個人情報保護方針 */
.form113-policy {
  font-size: 1.4rem;
  line-height: 1.6;
  overflow-y: auto;
  height: 16em;
  padding: 15px;
  border: 1px solid #aaa;
}

.form113-policy h1,
.form113-policy h2 {
  font-weight: bold;
}

.form113-policy h1 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
}

.form113-policy h2 {
  margin-top: 15px;
  margin-left: -.5em;
}

/* エラー */
.mw_wp_form .error {
  font-weight: bold;
  margin-top: 5px;
  color: red !important;
}


.mw_wp_form .vertical-item {
  display: inline-block;
}







/* media query */
@media (max-width: 991px) {

  .form113-table,
  .form113-table tbody,
  .form113-table tr,
  .form113-table th,
  .form113-table td {
    display: block;
    width: 100%;
  }

  .form113-table input[type='range'] {
    width: 100%;
  }
}


@media (max-width:767px) {

  .form113-table th,
  .form113-table td {
    padding: 10px;
  }

}


@media (max-width: 575px) {
  .form113-policy {
    padding: 10px;
  }

  .form113-table input[type='tel'] {
    width: 29%;
  }
}

/* datepicker --------------------------------------*/
.ui-widget {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  font-weight: normal !important;
  background: #f2f2f2 !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2em !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 40% !important;
  margin: 0 5px !important;
  background: white !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 3px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 3px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 3px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 3px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 3px !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #aaa !important;
  background: #f2f2f2 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-color: transparent !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  top: 3px !important;
  border-color: #aaa !important;
  background: #eee !important;
}



.p-check {
  margin-top: 30px;
  font-size: 1.4rem;

}


.p-check-text {
  text-align: center;

}

.p-check p a {
  color: #e60012;
  text-decoration: underline;
}

.p-check p a:hover {
  text-decoration: none;
}


.body-class-page-contact .p-check,
.confirm .p-check {}


@media (max-width:767px) {

  .p-check-text {
    text-align: left;
  }

}

/* privacy --------------------------------------*/

/*
.privacy-title {
 position: relative;
}

.privacy-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 80px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #242272;
}

*/
.privacy-list .blue_tit {
  text-align: left;
  font-size: 3.0rem;
  color: #242272;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: .1em;
}

@media (max-width: 991px) {
  .privacy-list .blue_tit {
    font-size: 3.0rem;
  }
}

@media (max-width: 767px) {
  .privacy-list .blue_tit {
    font-size: 3.0rem;
  }
}

@media (max-width: 575px) {
  .privacy-list .blue_tit {
    font-size: 2.4rem;
  }

  .privacy .privacy-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .privacy-list .blue_tit {
    font-size: 2.0rem;
  }
}

@media (max-width: 320px) {
  .privacy-list .blue_tit {
    font-size: 1.8rem;
  }
}

/* sitemap --------------------------------------*/

.sitemap #sitemap_list li a {
  background-color: #e3e3e3;
  text-indent: 0;
  display: block;
  padding: 3px 5px 2px;
  border: solid 1px #e1e2e5;

}


.sitemap-list>ul {}

.sitemap-list>ul>li>a {
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.sitemap-list>ul>li:hover>a {
  background-color: #e3e3e3;
}

.sitemap-list>ul>li>a:after {
  font-family: 'fontello';
  content: '\e802';
  position: absolute;
  right: 15px;
}

.sitemap-list>ul>li:hover>a:after {
  right: 10px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.sitemap-list>ul>li:not(:last-child) {
  border-bottom: 1px dashed #e1e2e5;
}