@charset "utf-8";
@media print {
  #footer {
    display: none;
  }
}
/*                reset
======================================================= */
html, bod {
  height: 100%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

button:focus {
  outline: none;
}

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

p + p {
  margin-top: 1.5em;
}

/*                link
======================================================= */
a:link {
  color: #119199;
  text-decoration: none;
}

a:visited {
  color: #119199;
  text-decoration: none;
}

a:hover {
  color: #119199;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                common
======================================================= */
.clear {
  overflow: hidden;
  *zoom: 1;
}

.clearBoth {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
#wrapper {
  position: relative;
}
@media only screen and (min-width: 641px) {
  #wrapper {
    overflow: hidden;
  }
}

#mainArea {
  background: url(../media/images/common/mainArea_bg.gif) repeat-y center top;
  overflow: hidden;
  width: 960px;
  margin: 0 auto 60px;
}
#mainArea.full {
  background: none;
}
#mainArea #homeContent {
  float: left;
  width: 680px;
}
#mainArea #homeSidebar {
  float: right;
  width: 240px;
}
#mainArea #mainContent {
  float: right;
  width: 700px;
  padding-top: 56px;
}
#mainArea #sidebar {
  float: left;
  width: 220px;
}
#mainArea #fullContent {
  width: 830px;
  padding-top: 56px;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #mainArea {
    background: none;
    width: 100%;
    margin-bottom: 0;
  }
  #mainArea #homeContent {
    border-bottom: 1px #cccccc solid;
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  #mainArea #homeSidebar {
    float: none;
    width: 100%;
    padding: 15px 10px;
  }
  #mainArea #mainContent {
    float: none;
    width: 100%;
    padding: 27px 10px 56px;
  }
  #mainArea #sidebar {
    display: none;
  }
  #mainArea #fullContent {
    width: 100%;
    padding: 27px 10px 56px;
  }
}
.mainWidth {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
@media only screen and (max-width: 640px) {
  .mainWidth {
    width: 100%;
    padding: 0 10px;
  }
}

/*                余白
======================================================= */
.mtAja1em + .mtAja1em {
  margin-top: 1em;
}

.mtAja2em + .mtAja2em {
  margin-top: 2em;
}

.mtAja1em + .mtAja3em,
.mtAja2em + .mtAja3em,
.mtAja3em + .mtAja3em {
  margin-top: 3em;
}

.mtAja3em + .mtAja4em,
.mtAja4em + .mtAja4em {
  margin-top: 4em;
}

.mtAja5em + .mtAja5em {
  margin-top: 5em;
}

/*                表示切り替え
======================================================= */
@media only screen and (min-width: 641px) {
  .pcNone {
    display: none !important;
  }
}
@media print {
  .pcNone {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .spNone {
    display: none !important;
  }
}

/*                テキスト装飾
======================================================= */
.textR {
  text-align: right;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.hosoku {
  font-size: 85.7%;
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 640px) {
  .hosoku {
    font-size: 83.3%;
  }
}
/*                table
======================================================= */
table {
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px #c8c8c8 solid;
  border-left: 1px #c8c8c8 solid;
  width: 100%;
}

table .per10 {
  width: 10%;
}

table .per15 {
  width: 15%;
}

table .per20 {
  width: 20%;
}

table .per25 {
  width: 25%;
}

table .per30 {
  width: 30%;
}

table .per35 {
  width: 35%;
}

table .per40 {
  width: 40%;
}

table .per45 {
  width: 45%;
}

table .per50 {
  width: 50%;
}

table .per55 {
  width: 55%;
}

table .per60 {
  width: 60%;
}

table .per65 {
  width: 65%;
}

table .per70 {
  width: 70%;
}

table .per75 {
  width: 75%;
}

table .per80 {
  width: 80%;
}

table .per85 {
  width: 85%;
}

table .per90 {
  width: 90%;
}

table tr td,
table tr th {
  text-align: left;
  padding: 9px 19px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

table tr th {
  background-color: #119199;
  border-bottom: 1px #c8c8c8 solid;
  color: #ffffff;
}

table tr td {
  background-color: #ffffff;
  border-right: 1px #c8c8c8 solid;
  border-bottom: 1px #c8c8c8 solid;
}

table .cellCenter {
  text-align: center;
}
table .cellleft {
  text-align: left;
}
table .cellright {
  text-align: right;
}
table .cellalignTop {
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  table tr td,
  table tr th {
    font-size: 91.7%;
    padding: 10px 9px 8px;
  }
}
/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.spBrake {
    display: block;
  }
  .table.spBrake .tableCell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.pageTop {
  bottom: 60px;
  display: none;
  position: fixed;
  right: 60px;
  z-index: 3000;
}
.pageTop a {
  display: block;
}
.pageTop a img {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 640px) {
  .pageTop {
    bottom: 10px;
    right: 10px;
  }
  .pageTop a img {
    width: 38px;
    height: 38px;
  }
}
@media print {
  .pageTop {
    display: none!important;
  }

  .icon_link.back {
    display: none!important;
  }
}
/*                カラム
======================================================= */
.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: -15px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
/*
.frameRespon{
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style]{ width: 100%important; }
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  iframe,
  object,
  embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
*/
/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
@media only screen and (min-width: 641px) {
  #header {
    padding-top: 14px;
  }
  #header .mainWidth {
    overflow: hidden;
    padding-bottom: 12px;
  }
  #header .mainWidth #hd_logo {
    float: left;
    width: 388px;
  }
  #header .mainWidth #hd_logo a {
    display: block;
  }
  #header .mainWidth #hd_logo a img {
    width: 100%;
  }
  #header .mainWidth .hd_R {
    float: right;
    width: 390px;
  }
  #header .mainWidth .hd_R .siteSearch {
    margin-left: 5px;
  }
  #header .mainWidth .hd_R .siteSearch form {
    position: relative;
  }
  #header .mainWidth .hd_R .siteSearch form input#s_pc {
    border: 1px #cccccc solid;
    border-radius: 15px;
    height: 36px;
    width: 100%;
    padding: 0px 14px;
  }
  #header .mainWidth .hd_R .siteSearch form input.searchsubmit {
    background: url(../media/images/common/icon_search.gif) no-repeat right center;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
  }
  #header .mainWidth .hd_R .hd_nv {
    margin-top: 7px;
  }
  #header .mainWidth .hd_R .hd_nv ul {
    overflow: hidden;
  }
  #header .mainWidth .hd_R .hd_nv ul li {
    float: left;
  }
  #header .mainWidth .hd_R .hd_nv ul li a {
    color: #008a6b;
    font-size: 92.9%;
  }
  #header .mainWidth .hd_R .hd_nv ul li a:hover {
    text-decoration: none;
  }
  #header .mainWidth .hd_R .hd_nv ul li a img {
    position: relative;
    top: -2px;
    margin-right: 4px;
  }
  #header .mainWidth .hd_R .hd_nv ul li.nv01,
  #header .mainWidth .hd_R .hd_nv ul li.nv02{
    margin-right: 17px;
  }
  #header .mainWidth .hd_R .hd_nv ul li.nv03 {
    margin-right: 14px;
  }
  #header #spMenu {
    display: block !important;
  }
  #header #spMenu .nvGlobal {
    background-color: #119199;
    padding: 10px 0;
  }
  #header #spMenu .nvGlobal ul {
    background: url(../media/images/common/border_nvGlobal.gif) no-repeat left 10px;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
  }
  #header #spMenu .nvGlobal ul li {
    background: url(../media/images/common/border_nvGlobal.gif) no-repeat right 10px;
    float: left;
    font-size: 128.6%;
    text-align: center;
    width: 147px;
    padding-left: 0.25em;
    padding-right: 0.5em;
  }
  #header #spMenu .nvGlobal ul li.nvHome {
    width: 77px;
    position: relative;
  }
  #header #spMenu .nvGlobal ul li.nvHome a {
    display: block;
    text-indent: -9999px;
    position: relative;
  }
  #header #spMenu .nvGlobal ul li.nvHome a:after {
    content: '';
    top: -3px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    background: url(../media/images/common/nvGlobal_home.png) center center no-repeat transparent;
  }
  #header #spMenu .nvGlobal ul li span {
    color: #ffffff;
    cursor: pointer;
    width: 137px;
    display: block;
    padding: 8px 0 5px;
    margin: 0 auto;
  }
  #header #spMenu .nvGlobal ul li span:hover {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  #header #spMenu .nvGlobal ul li .balloon {
    background: url(../media/images/common/balloon_top.png) no-repeat center top;
    display: none;
    position: absolute;
    text-align: center;
    z-index: 3000;
    width: 281px;
    padding-top: 25px;
    margin-left: -66px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul {
    background: url(../media/images/common/balloon_btm.png) no-repeat center bottom;
    padding: 0 26px 0 25px;
    width: auto;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li {
    background: none;
    border-top: 1px #9fd2ce solid;
    float: none;
    font-size: 77.8%;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    padding: 6px 0;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li:first-child {
    border-top: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a {
    color: #119199;
    width: 100%;
    display: block;
    padding: 11px 0 8px;
    margin: 0 auto;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a:hover {
    background-color: #bedde0;
    border-radius: 4px;
    text-decoration: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li.new {
    position: relative;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li.new:after {
    content: url(../media/images/common/icon_new.png);
    top: 15px;
    left: 0;
    position: absolute;
    width: 37px;
    height: 19px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a.brank{
    position: relative;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a.brank:after {
    content: '';
    background: url(../media/images/common/menu_brankIcon.png) center right no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background-size: 16px 12px;
  }
  #header #spMenu .nvGlobal ul li.nv07 {
    display: none;
  }
  #header .navbar-header {
    display: none;
  }

  .nv01_on #header #spMenu .nvGlobal ul li.nv01 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv01_on #header #spMenu .nvGlobal ul li.nv01 span:hover {
    cursor: default;
  }
  .nv01_on #header #spMenu .nvGlobal ul li.nv01 .balloon {
    display: none !important;
  }

  .nv02_on #header #spMenu .nvGlobal ul li.nv02 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv02_on #header #spMenu .nvGlobal ul li.nv02 span:hover {
    cursor: default;
  }
  .nv02_on #header #spMenu .nvGlobal ul li.nv02 .balloon {
    display: none !important;
  }

  .nv03_on #header #spMenu .nvGlobal ul li.nv03 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv03_on #header #spMenu .nvGlobal ul li.nv03 span:hover {
    cursor: default;
  }
  .nv03_on #header #spMenu .nvGlobal ul li.nv03 .balloon {
    display: none !important;
  }

  .nv04_on #header #spMenu .nvGlobal ul li.nv04 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv04_on #header #spMenu .nvGlobal ul li.nv04 span:hover {
    cursor: default;
  }
  .nv04_on #header #spMenu .nvGlobal ul li.nv04 .balloon {
    display: none !important;
  }

  .nv05_on #header #spMenu .nvGlobal ul li.nv05 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv05_on #header #spMenu .nvGlobal ul li.nv05 span:hover {
    cursor: default;
  }
  .nv05_on #header #spMenu .nvGlobal ul li.nv05 .balloon {
    display: none !important;
  }

  .nv06_on #header #spMenu .nvGlobal ul li.nv06 span {
    background-color: #4babb2;
    border-radius: 4px;
    text-decoration: none;
  }
  .nv06_on #header #spMenu .nvGlobal ul li.nv06 span:hover {
    cursor: default;
  }
  .nv06_on #header #spMenu .nvGlobal ul li.nv06 .balloon {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    border-bottom: 1px #cccccc solid;
    padding-top: 10px;
  }
  #header .mainWidth {
    padding-bottom: 11px;
  }
  #header .mainWidth #hd_logo {
    width: 194px;
  }
  #header .mainWidth #hd_logo a {
    display: block;
  }
  #header .mainWidth #hd_logo a img {
    width: 100%;
  }
  #header #spMenu {
    display: none;
  }
  #header #spMenu.navbar-collapse {
    background-color: #017584;
    position: absolute;
    top: 50px;
    z-index: 5000;
    width: 100%;
  }
  #header #spMenu .siteSearch {
    background-color: #119199;
    border-bottom: 1px #237663 solid;
    padding: 5px;
  }
  #header #spMenu .siteSearch form {
    position: relative;
  }
  #header #spMenu .siteSearch form input#s_sp {
    background-color: #ffffff;
    border: 1px #cccccc solid;
    border-radius: 15px;
    height: 35px;
    width: 100%;
    padding: 0px 14px;
  }
  #header #spMenu .siteSearch form input.searchsubmit {
    background: url(../media/images/common/icon_search_sp.gif) no-repeat right center;
    background-size: 15px 15px;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 15px;
  }
  #header #spMenu .nvGlobal ul {
    border-bottom: 1px #017584 solid;
  }
  #header #spMenu .nvGlobal ul li {
    background: #119199 url(../media/images/common/arrow_spMenu.gif) no-repeat right 19px;
    background-size: 22px 7px;
    border-top: 1px #017584 solid;
    color: #ffffff;
    font-size: 125.0%;
  }
  #header #spMenu .nvGlobal ul li:first-child {
    border-top: none;
  }
  #header #spMenu .nvGlobal ul li span {
    border-top: 1px #76babe solid;
    display: block;
    padding: 14px 15px 9px;
  }
  #header #spMenu .nvGlobal ul li span:hover {
    cursor: pointer;
  }
  #header #spMenu .nvGlobal ul li span.spMenuActive {
    background: #119199 url(../media/images/common/arrow_spMenu_active.gif) no-repeat right 19px;
    background-size: 22px 7px;
  }
  #header #spMenu .nvGlobal ul li .balloon {
    background-color: #01525c;
    display: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul {
    border-top: 1px #017584 solid;
    border-bottom: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul.row {
    margin: 0;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li {
    background: none;
    border-top: 1px #237663 solid;
    font-size: 86.7%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li.new a {
    position: relative;
    padding-left: 33px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li.new a:before {
    content: url(../media/images/common/icon_new.png);
    top: 13px;
    left: -8px;
    position: absolute;
    width: 37px;
    height: 19px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li:first-child {
    border-top: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a {
    color: #ffffff;
    display: block;
    padding: 14px 0 12px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a:hover {
    text-decoration: none;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a.brank {
    position: relative;
    display: block;
    padding-right: 16px;
  }
  #header #spMenu .nvGlobal ul li .balloon ul li a.brank:after {
    content: '';
    background: url(../media/images/common/menu_brankIcon_hover.png) center right no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background-size: 16px 12px;
  }
  #header #spMenu .hd_nv {
    background-color: #119199;
  }
  #header #spMenu .hd_nv ul {
    overflow: hidden;
  }
  #header #spMenu .hd_nv ul li {
    background-color: #119199;
    border-top: 1px #76babe solid;
    border-right: 1px #007583 solid;
    border-left: 1px #76babe solid;
    float: left;
    text-align: center;
    width: 25%;
    padding: 11px 0 9px;
  }
  #header #spMenu .hd_nv ul li.hd_nv01 {
    border-left: none;
  }
  #header #spMenu .hd_nv ul li.hd_nv04 {
    border-right: none;
  }
  #header #spMenu .hd_nv ul li a {
    color: #ffffff;
    display: block;
  }
  #header #spMenu .hd_nv ul li a:hover {
    text-decoration: none;
  }
  #header #spMenu .hd_nv ul li a img {
    display: block;
    margin: 0 auto 2px;
  }
  #header .spGnaviBtn.navbar-toggle {
    border: none;
    height: 36px;
    position: absolute;
    top: 9px;
    right: 5px;
    width: 40px;
    text-align: right;
  }
  #header .spGnaviBtn.navbar-toggle span.icon-bar {
    background-color: #119199;
    display: block;
    height: 3px;
    width: 20px;
    margin: 0 auto 3px;
  }
  #header .spGnaviBtn.navbar-toggle.active {
    background: url(../media/images/common/spMenu_closed.gif) no-repeat center center;
    background-size: 20px 16px;
  }
  #header .spGnaviBtn.navbar-toggle.active span.icon-bar {
    display: none;
  }
}
@media print {
  #spMenu {
    max-height: 1px;
    overflow: hidden;
    margin-top: 1em;
    border-bottom: 1px #119199 solid;
  }

  #header .hd_R > div {
    display: none;
  }
}
/*                sidebar
======================================================= */
#sidebar {
  background-color: #f0f0f0;
  position: relative;
}
#sidebar:before {
  position: absolute;
  top: 30px;
  right: -16px;
  border: 8px transparent solid;
  border-left: 8px #f0f0f0 solid;
  content: "";
  margin-left: -5px;
}
#sidebar h4 {
  border-bottom: 1px #ffffff solid;
  color: #119199;
  font-size: 157.1%;
  padding: 24px 20px 18px;
}
#sidebar ul li {
  font-size: 114.3%;
}
#sidebar ul li a {
  background: url(../media/images/common/arrow_sidebar.png) no-repeat right center;
  color: #333333;
  display: block;
  padding: 15px 25px 11px 20px;
}
#sidebar ul li a:hover {
  background: #119199 url(../media/images/common/arrow_sidebar_on.png) no-repeat right center;
  color: #ffffff;
  text-decoration: none;
}
#sidebar ul li a.brank {
  position: relative;
  display: block;
  padding-right: 53px;
}
#sidebar ul li a.brank:after {
  content: '';
  background: url(../media/images/common/menu_brankIcon.png) center right no-repeat transparent;
  position: absolute;
  top: 0;
  right: 36px;
  width: 16px;
  height: 100%;
  background-size: 16px 12px;
}
#sidebar ul li a.brank:hover:after {
  background: url(../media/images/common/menu_brankIcon_hover.png) center right no-repeat transparent;
}
#sidebar ul li.active a,
#sidebar ul.stay_01 li.sidebar01 a, #sidebar ul.stay_02 li.sidebar02 a, #sidebar ul.stay_03 li.sidebar03 a, #sidebar ul.stay_04 li.sidebar04 a, #sidebar ul.stay_05 li.sidebar05 a, #sidebar ul.stay_06 li.sidebar06 a, #sidebar ul.stay_07 li.sidebar07 a, #sidebar ul.stay_08 li.sidebar08 a, #sidebar ul.stay_09 li.sidebar09 a, #sidebar ul.stay_10 li.sidebar10 a, #sidebar ul.stay_11 li.sidebar11 a, #sidebar ul.stay_12 li.sidebar12 a, #sidebar ul.stay_13 li.sidebar13 a, #sidebar ul.stay_14 li.sidebar14 a, #sidebar ul.stay_15 li.sidebar15 a, #sidebar ul.stay_16 li.sidebar16 a, #sidebar ul.stay_17 li.sidebar17 a, #sidebar ul.stay_18 li.sidebar18 a, #sidebar ul.stay_19 li.sidebar19 a, #sidebar ul.stay_20 li.sidebar20 a {
  background: #119199 url(/media/images/common/arrow_sidebar_on.png) no-repeat right center;
  color: #ffffff;
  text-decoration: none;
}

/*                footer
======================================================= */
#footer {
  background-color: #f0f0f0;
}
#footer #bread {
  border-bottom: 1px #cccccc solid;
  background-color: #f0f0f0;
  padding: 7px 0 5px;
}
#footer #bread ol {
  overflow: hidden;
}
#footer #bread ol li {
  color: #8b8b8b;
  float: left;
  font-size: 85.7%;
}
#footer #bread ol li > a {
  color: #8b8b8b;
}
#footer #bread ol li > span {
  color: #333333;
}
#footer #bread ol li br {
  display: none;
}
#footer #footerInfoArea {
  background-color: #119199;
}
#footer #footerInfoArea #footerInfo {
  overflow: hidden;
}
#footer #footerInfoArea #footerInfo .infoL {
  float: left;
  overflow: hidden;
  width: 50%;
}
#footer #footerInfoArea #footerInfo .infoL .inner {
  color: #ffffff;
  float: right;
  text-align: center;
  width: 480px;
  padding-top: 46px;
}
#footer #footerInfoArea #footerInfo .infoL .inner h4 {
  font-size: 157.1%;
  margin-bottom: 6px;
}
#footer #footerInfoArea #footerInfo .infoL .inner h4 a {
  color: #ffffff;
}
#footer #footerInfoArea #footerInfo .infoL .inner h4 a:hover {
  text-decoration: none;
}
#footer #footerInfoArea #footerInfo .infoL .inner p {
  font-size: 85.7%;
}
#footer #footerInfoArea #footerInfo .infoL .inner p a {
  color: #ffffff;
}
#footer #footerInfoArea #footerInfo .infoL .inner p a:hover {
  text-decoration: none;
}
#footer #footerInfoArea #footerInfo .infoL .inner .btn {
  position: relative;
  width: 170px;
  margin: 19px auto 0;
}
#footer #footerInfoArea #footerInfo .infoL .inner .btn a {
  border: 1px #ffffff solid;
  color: #ffffff;
  display: block;
  font-size: 114.3%;
  padding: 9px 0 5px;
}
#footer #footerInfoArea #footerInfo .infoL .inner .btn a:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  text-decoration: none;
}
#footer #footerInfoArea #footerInfo .infoL .inner .btn a img {
  height: 16px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 20px;
}
#footer #footerInfoArea #footerInfo .gmap {
  float: right;
  width: 50%;
}
#footer #footerInfoArea #footerInfo .gmap iframe {
  border: none;
  height: 240px;
  vertical-align: bottom;
  width: 100%;
}
#footer #nvFooter {
  overflow: hidden;
  padding: 26px 0 22px;
}
#footer #nvFooter .nvSet {
  float: left;
  width: 14.2857%;
  padding-right: 7px;
}
#footer #nvFooter .nvSet h5 {
  color: #646464;
  font-size: 114.3%;
  font-weight: bold;
  margin-bottom: 6px;
}
#footer #nvFooter .nvSet ul li {
  font-size: 85.7%;
  line-height: 1.16;
  margin-bottom: 6px;
}
#footer #nvFooter .nvSet ul li a {
  color: #646464;
}
#footer #nvFooter .nvSet ul li a.brank {
  position: relative;
  display: block;
  padding-right: 16px;
}
#footer #nvFooter .nvSet ul li a.brank:after {
  content: '';
  background: url(../media/images/common/menu_brankIcon.png) top right no-repeat transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background-size: 16px 12px;
}
#footer #copyArea {
  border-top: 1px #cccccc solid;
  padding: 15px 0 13px;
}
#footer #copyArea .mainWidth {
  overflow: hidden;
}
#footer #copyArea .mainWidth p + p {
  margin-top: 0;
}
#footer #copyArea .mainWidth p.copyright {
  color: #646464;
  float: left;
  font-size: 71.4%;
  padding-top: 31px;
}
#footer #copyArea .mainWidth p#jaetIcon {
  float: right;
  width: 80px;
}
#footer #copyArea .mainWidth p#jaetIcon img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #footer #bread {
    padding: 3px 0 1px;
  }
  #footer #bread ol {
    width: 100%;
  }
  #footer #bread ol li {
    font-size: 75.0%;
  }
  #footer #footerInfoArea #footerInfo {
    width: 100%;
  }
  #footer #footerInfoArea #footerInfo .infoL {
    float: none;
    width: 100%;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner {
    float: none;
    width: 100%;
    padding-top: 18px;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner h4 {
    font-size: 125.0%;
    margin-bottom: 0;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner p {
    font-size: 75.0%;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner .btn {
    max-width: 280px;
    width: 87.5%;
    margin: 6px auto 0;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner .btn a {
    font-size: 116.7%;
    padding: 10px 0 8px;
  }
  #footer #footerInfoArea #footerInfo .infoL .inner .btn a img {
    height: 13px;
    left: 15px;
    top: 14px;
    width: 16px;
  }
  #footer #footerInfoArea #footerInfo .gmap {
    float: none;
    width: 100%;
    margin-top: 17px;
  }
  #footer #footerInfoArea #footerInfo .gmap iframe {
    height: 130px;
    width: 100%;
  }
  #footer #nvFooter {
    display: none;
  }
  #footer #copyArea {
    border-top: none;
    padding: 8px 0;
  }
  #footer #copyArea .mainWidth p.copyright {
    font-size: 66.7%;
    padding-top: 12px;
  }
  #footer #copyArea .mainWidth p#jaetIcon {
    width: 40px;
  }
}
.customize-support #wrapper {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .customize-support #wrapper {
    margin-top: 46px;
  }
}

@media print {
  #wpadminbar {
    display: none;
  }
}


/*----------------------------------------------------------------------
CG-Add（2018/3/16）
----------------------------------------------------------------------*/
/* サムネイルトリミング */
.thumb_trimming {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb_trimming img.trimming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 200%;
}
.thumb_trimming.vertical_posi img.trimming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/* サイドバータグリスト */
#sidebar .tab_list {
  padding: 1em 20px;
}
#sidebar .tab_list h5 {
  color: #119199;
  text-align: center;
  padding-bottom: 0.65em;
}
#sidebar .tab_list ul {
}
#sidebar .tab_list ul li {
  margin-bottom: 0.5em;
}
#sidebar .tab_list ul li a {
  background: none;
  color: #119199;
  display: block;
  padding: 7px 10px 5px 10px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-align: center;
}
#sidebar .tab_list ul li a:hover {
  background: none;
  color: #ffffff;
  text-decoration: none;
  background-color: #119199;
}
#sidebar .tab_list ul li.active a {
  background: none;
  color: #ffffff;
  text-decoration: none;
  background-color: #119199;
}
#sidebar .tab_list ul li.active a:hover {
  background: none;
  color: #119199;
  text-decoration: none;
  background-color: #fff;
}
/* Youtube  */
.youtube_cont >div{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_cont >div iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  border: 0;
}
