@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 0px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 4px 15px 2px 12px;
  background: url(../img_sub/h2_bg.png) no-repeat bottom center;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 3px solid #00b9ef;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 0px 15px 0px 10px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  font-size: 110%;
  padding: 2px 15px;
  border-bottom: 1px dotted #00b9ef;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 3px solid #c4c4c4;
  padding: 0px 15px 0px 10px;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 0px) {
  body {
    font-size: 170% !important;
  }
}

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

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92 !important;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 0px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 1px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #fff100;
  text-align: center;
}

.scheme2 {
  border: 1px solid #fff100;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #fff100;
  text-align: center;
}

.scheme5 {
  border: 1px solid #fff100;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #00b9ef;
  text-align: center;
}

.scheme8 {
  background-color: #00b9ef;
  text-align: center;
}

.scheme9 {
  background-color: #fff100;
  text-align: center;
}

.scheme10 {
  background-color: #00b9ef;
  text-align: center;
}

.scheme11 {
  background-color: #22ac38;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 1px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 0px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 1px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 0px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 1px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 0px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 1px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 0px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 1px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 0px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 1px) {
  body {
    min-width: 1020px;
  }
  #header {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    background: #fff;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    padding: 25px 0;
  }
  #header #header-nav .in {
    width: 850px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
  }
  #header #header-nav .list > li {
    display: table-cell;
    vertical-align: top;
  }
  #header #header-nav .list > li a {
    font-weight: bold;
    display: block;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
  }
  #header #header-nav .list > li a:hover {
    background: url(../img_common/header_nav_on_bg.png) no-repeat bottom 1px center;
  }
  #header .header-subnav-area {
    padding: 33px 0 22px;
    background: url(../img_common/pc_common_bg.png) no-repeat bottom center;
  }
  #header .header-subnav-area #header-logo {
    margin: 0 auto;
    text-align: center;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 0px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    margin: 0 0 5%;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    margin-top: 60px;
    padding-bottom: 22px;
    text-align: center;
    background: url(../img_common/sp_common_bg.png) no-repeat bottom center;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #sp-header .modal-menu .box {
    width: 100%;
    margin-top: 210px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
  #sp-header .modal-menu .mordal-list li {
    border-top: 1px solid #333;
    text-align: center;
    letter-spacing: 3px;
  }
  #sp-header .modal-menu .mordal-list li a {
    display: block;
    padding: 35px;
    color: #333;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
  }
  #sp-header .modal-menu .modal-menu-close {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-menu .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    background: url(../img_sub/link_item_naibu.png) no-repeat right center;
    color: #234378;
    font-size: 130%;
  }
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 20px 25px 18px 80px;
    font-weight: normal;
  }
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@media screen and (max-width: 0px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

/*container*/
@media screen and (max-width: 0px) {
  #container {
    margin: 0 10px !important;
  }
}

/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
.text-list {
  overflow: auto;
}

.text-list li {
  margin-bottom: 10px;
}

@media screen and (max-width: 0px) {
  .text-list {
    max-height: 500px;
  }
}

.section {
  margin: 30px 0;
}

.section .section-in {
  margin: 20px auto;
}

@media screen and (max-width: 0px) {
  .section .section-in {
    width: 700px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.section h2.title {
  font-family: serif;
  text-align: center;
  margin-bottom: 1em;
}

.section h2.title .bg::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 2px solid #00b9ef;
  margin: 0 auto;
}

.section h2.title::after {
  color: #00b9ef;
  font-size: 70%;
}

.section img {
  max-width: 100%;
}

.sns-section {
  text-align: center;
}

.bnr-section .list li {
  display: inline-block;
  width: 230px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1px) {
  .bnr-section .list li:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 0px) {
  .bnr-section .section-in {
    width: 550px;
  }
  .bnr-section .section-in .list li:nth-child(2n) {
    margin-left: 30px;
  }
}

@media print {
  #header-nav {
    position: static;
  }
}

.top-wrapper {
  margin-top: 250px;
}

.top-wrapper .news-section {
  width: 1000px;
  margin: 50px auto 20px;
}

.top-wrapper .news-section .title {
  margin-bottom: 15px;
}

.top-wrapper .news-section .title img {
  width: 130px;
  height: auto;
}

.top-wrapper .news-section .list {
  max-height: 135px;
  overflow-y: auto;
}

.top-wrapper .news-section .list li {
  margin-bottom: 5px;
}

.top-wrapper .news-section .list .pageDate {
  padding-right: 10px;
}

.top-wrapper .news-section .list a {
  color: #333;
}

.top-wrapper + #omoi-wrapper {
  margin-top: 50px;
}

#omoi-wrapper {
  width: 100%;
  background: url(../img_top/pc_omoi_bg.png) no-repeat bottom center;
  padding: 100px 0 320px;
  position: relative;
  z-index: 20;
  margin-top: 225px;
}

#omoi-wrapper .omoi-section {
  width: 1000px;
  margin: 0 auto;
}

#omoi-wrapper .omoi-section .title img {
  width: 130px;
}

#omoi-wrapper .omoi-section .omoi-honbun {
  width: 380px;
  height: auto;
  margin-top: 40px;
}

#omoi-wrapper .omoi-section .omoi-honbun img {
  width: 100%;
}

.numbering-section {
  margin-top: -300px;
}

.numbering-section .numbering-list img {
  width: 100%;
  min-width: 1020px;
}

.edit_margin {
  margin-bottom: 280px;
}

#top-bottom-contents {
  background: url(../img_top/pc_bottom_contents_bg.png) no-repeat top center;
  padding: 410px 0 0;
  margin-top: -420px;
  position: relative;
  z-index: 20;
}

#top-bottom-contents .title {
  width: 1000px;
  text-align: left;
}

#top-bottom-contents .bottom-social-link {
  width: 1000px;
  margin: 40px auto 0;
  text-align: right;
  position: relative;
  top: 20px;
}

#top-bottom-contents .bottom-social-link li {
  display: inline-block;
}

#top-bottom-contents .bottom-social-link li a {
  padding: 8px 0;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  color: #333;
}

#top-bottom-contents .bottom-social-link .link-ig {
  margin-right: 20px;
}

#top-bottom-contents .bottom-social-link .link-ig a {
  padding-left: 30px;
  background: url(../img_top/icon_instagram.png) no-repeat left top 3px;
  background-size: 25px 25px;
}

#top-bottom-contents .bottom-social-link .link-fb {
  margin-right: 20px;
}

#top-bottom-contents .bottom-social-link .link-fb a {
  padding-left: 30px;
  background: url(../img_top/icon_facebook.png) no-repeat left top 3px;
  background-size: 25px 25px;
}

#top-bottom-contents .bottom-social-link .link-yt {
  margin-right: 20px;
}

#top-bottom-contents .bottom-social-link .link-yt a {
  padding-left: 38px;
  background: url(../img_top/icon_youtube.png) no-repeat left top 3px;
  background-size: 32px auto;
}

#top-bottom-contents .bottom-social-link .link-li {
  margin-right: 20px;
}

#top-bottom-contents .bottom-social-link .link-li a {
  padding-left: 38px;
  background: url(../img_top/icon_line.png) no-repeat left top 3px;
  background-size: 30px auto;
}

#top-bottom-contents .bottom-social-link .link-tw a {
  padding-left: 38px;
  background: url(../img_top/icon_twitter.png) no-repeat left top 3px;
  background-size: 30px auto;
}

#top-bottom-contents .lineup-section .title {
  margin: 0 auto;
}

#top-bottom-contents .lineup-section .title img {
  width: 90px;
  height: auto;
}

#top-bottom-contents .lineup-section a {
  color: #333;
}

#top-bottom-contents .bx-wrapper {
  position: relative;
}

#top-bottom-contents .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-controls-direction {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-controls-direction a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: -160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: -17px;
  background-image: url(../img_top/slider_prev.png);
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url(../img_top/slider_next.png);
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-pager {
  text-align: center;
  margin-top: 1em;
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}

#top-bottom-contents .bx-wrapper .bx-controls .bx-pager .bx-pager-item:nth-child(n+2) {
  margin-left: 1em;
}

#top-bottom-contents #pc-bxslider {
  overflow-x: hidden;
  margin-top: 20px;
}

#top-bottom-contents #pc-bxslider li img {
  width: 245px;
  height: 235px;
}

#top-bottom-contents #pc-bxslider li .bx-caption {
  padding: 0 10px;
  text-align: center;
}

#footer {
  margin-top: 0;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  padding: 35px 0;
}

footer .copyright {
  padding: 20px 0 60px;
  color: #333;
  font-size: 90%;
  letter-spacing: 0.5px;
  text-align: center;
}

@media print, screen and (min-width: 1px) {
  footer {
    background: url(../img_common/pc_common_bg.png) no-repeat bottom center, #fff;
    position: relative;
    z-index: 20;
  }
  footer .box {
    width: 980px;
    padding: 50px 0 25px 0;
  }
  footer #pagetop-pc {
    width: 160px;
    position: absolute;
    top: -40px;
    right: 0;
  }
}

@media screen and (max-width: 0px) {
  footer {
    background: url(../img_common/sp_common_bg.png) no-repeat bottom center;
  }
  footer .box {
    padding: 30px 40px;
  }
  footer .copyright {
    padding: 20px 0 65px;
  }
}
