@charset "UTF-8";
/* リセット（初期値）
------------------------------------------------------------------------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}

body {
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}

/* box-sizing */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* box-sizing */

@media screen and (max-width: 680px) {
  body {
    font-size: 15px;
  }
}

.inner {
  padding: 10px;
}

header {
  background-color: #ffffff;
  margin: 0 auto;
  width: 100%;
}
header .inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px;
  width: 100%;
}

@media screen and (max-width: 680px) {
header {
  height: 66px;
}
header .inner {
  margin: 0 auto;
  width: 100%;
}
}
header #logo {
  float: left;
  margin: 22px 0 0;
  width: 320px;
  border: none;
  border-radius: 0;
  padding: 0;
}

@media screen and (max-width: 680px) {
  header #logo {
    margin: 12px 0 10px 5px;
    text-align: left;
    width: auto;
  }
  header #logo img {
    width: 250px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 640px) and (max-width: 767px) {
  header #logo img {
    width: 300px;
  }
}

/*
section {
  display: block;
  float: left;
  width: 100%;
}

article {
  display: block;
  float: left;
  width: 100%;
  width: 96%;
  padding: 3em 2%;
}
*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

h2 {
  border-radius: 4px;
  color: #003366;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.3em;
  /*margin: 0 0 10px;*/
  margin: 0 -10px 10px;
  padding: 12px 5px 10px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  h2 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0 10px;
/*    border: 2px solid #0090da; */
    padding: 16px 5px 14px;
  }
}

h3 {
  border-left: 6px solid #2f4c7e;
  color: #2f4fa1;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 20px auto 10px;
  padding-left: 12px;
  padding-top: 0.1em;
}
@media screen and (max-width: 680px) {
  h3 {
    border: medium none;
    font-size: 1.42em;
    line-height: 1.2em;
    margin: 25px 0 10px;
    padding: 0;
    text-align: center;
  }
}
h3.f_accent {
  border-left: 6px solid #dd9924;
}
@media screen and (max-width: 680px) {
  h3.f_accent {
    border: none;
  }
}

img {
  vertical-align: bottom;
  border: 0;
}
img.narrow {
  width: 80% !important;
  border: none !important;
}
img.narrow80 {
  width: 80% !important;
  border: none !important;
}
img.narrow60 {
  width: 60% !important;
  border: none !important;
}
img.narrow50 {
  width: 50% !important;
  border: none !important;
}
img.narrow40 {
  width: 40% !important;
  border: none !important;
}
img.narrow30 {
  width: 30% !important;
  border: none !important;
}
@media screen and (max-width: 680px) {
img.narrow50 {
  width: 60% !important;
}
img.narrow40 {
  width: 60% !important;
}
img.narrow30 {
  width: 50% !important;
}
}

p {
  margin-top: 0;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 10px;
}
p img {
  margin: 0 auto;
  width: 100%;
}

a {
  color: #336699;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  	/*		-o-transition: color 0.25s ease-in;
  	-webkit-transition: color 0.25s ease-in;
  	-moz-transition: color 0.25s ease-in;
      transition: color 0.25s ease-in; */
  color: #0090da;
}
a:hover img {
  opacity: 0.8;
}
a:visited {
  color: #336699;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  /* 新しい要素 */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

em {
    font-style: normal;
}
.matchHeight, .matchitem {
    /* js control */
}
.inner.bg_bl {
  background-color: #f0f5fb;
}

/* コンテンツ幅
------------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
/*  margin: 0 auto 30px; */
  margin: 0 auto 5px;
}

@media screen and (max-width: 680px) {
  #wrapper {
    background-image: none;
    width: 100%;
    margin: 0 auto 20px;
    min-width: 320px;
  }
}

#contents {
  float: none;
  margin: 0 auto;
  width: 100%;
}
#contents .inner {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  #contents {
    float: none;
    width: 100%;
  }
  #contents .inner {
    margin: 0 auto;
    width: 100%;
  }
}
#contents .inner.innerwide {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 680px) {
#contents .inner.innerwide {
  max-width: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
}

#contents .linkbtn {
  margin: 0 auto 10px;
  width: 90%;
}
#contents .linkbtn a {
  border: 1px solid #dd9924;
  background-color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (max-width: 680px) {
  #contents .linkbtn a {
    font-size: 1em;
  }
}
#contents .linkbtn a:hover {
  background-color: #edfaff;
  border: 1px solid #0090da;
}

/* ヘッダー
------------------------------------------------------------------------------------------------------------------------------*/
.headerline {
  display: block;
  width: 100%;
  background-color: #546370;
}
.headerline h1 {
  color: #ffffff;
  font-size: 0.9em;
  padding: 2px 10px;
  margin: 0;
  line-height: 1.1em;
  font-weight: normal;
	min-height: 16px;
}
@media screen and (max-width: 480px) {
  .headerline h1 {
    font-size: 0.8em;
  }
  .headerline h1 .nobr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#header_info {
  clear: right;
  float: right;
  margin: 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 680px) {
  #header_info {
    clear: both;
    float: none;
    font-size: 0.9em;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto 5px;
    border: 1px solid #0090da;
    width: 96%;
  }
}
#header_info a {
  display: block;
  margin: 0;
  text-decoration: none;
}
#header_info a a:hover {
  font-weight: normal;
}
#header_info p {
  line-height: 1.2em;
  pading-right: 0;
  margin: 0;
}
@media screen and (max-width: 680px) {
  #header_info .info1 {
    font-size: 1.1em;
    padding-right: 0;
    margin: 0;
  }
}
#header_info .info2 {
  color: #0090da;
  font-size: 1.6em;
  font-weight: bold;
  height: 1em;
  margin-bottom: 3px;
}
@media screen and (max-width: 680px) {
  #header_info .info2 {
    margin-bottom: 3px;
    font-size: 1.7em;
    margin: 0px 0 3px;
  }
}
@media screen and (max-width: 680px) {
  #header_info .info3 {
    font-size: 0.96em;
    line-height: 1em;
    margin: 2px 0;
  }
}
#header_info ul {
  margin: 5px 0;
  margin-left: 0;
}

@media screen and (max-width: 680px) {
  #header_info ul {
    margin: 0 auto;
    padding: 0 1%;
  }
}
#header_info ul li.btn {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  #header_info ul li.btn {
    float: left;
    margin: 1% 0.5% 0;
    width: 24%;
  }
}
#header_info ul li.btn a {
  background-color: #2b4576;
  color: #ffffff;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 3px;
}
@media screen and (max-width: 680px) {
  #header_info ul li.btn a {
    line-height: 1.2em;
    font-size: 1em;
    padding: 10px 5px;
  }
}
#header_info ul li.btn a:hover {
  background-color: #0090da;
  /*	color: #ffcc99; */
  color: #ffffff;
}
@media screen and (max-width: 680px) {
  #header_info ul li.btn a span {
    display: inherit;
  }
}

header {
    width: 100%;
    margin: 0 auto;
}
.headerline {
    /*background-color: #818c94;*/
    background-color: #33476a;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.headerline h1 {
  color: #ffffff;
  font-size: 0.86em;
  font-weight: normal;
  line-height: 1em;
  margin: 0 auto;
  max-width: 980px;
  padding: 2px 10px 1px;
  text-align: left;
  width: 100%;
}
header .logo {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    float: left;
}
header .logo img {
  height: 60px;
  margin-left: -10px;
}
header .info {
    float: right;
    margin-top: 5px;
}
.mainimage {
    text-align: center;
}

/* global menu
------------------------------------------------------------------------------------------------------------------------------*/
header nav.drawer-nav {
    text-align: center;
    background: #ffffff;
}
header nav.drawer-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header nav.drawer-nav ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
header nav.drawer-nav ul li {
    border-left: 1px solid #dddddd;
}
header nav.drawer-nav ul li:last-child {
    border-right: 1px solid #dddddd;
}
header nav.drawer-nav ul li.menu01 a {
    background-image: url("../img/globalNavi_btn01.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02 a {
    background-image: url("../img/globalNavi_btn02.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03 a {
    background-image: url("../img/globalNavi_btn03.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04 a {
    background-image: url("../img/globalNavi_btn04.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05 a {
    background-image: url("../img/globalNavi_btn05.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01 a.current {
    background-image: url("../img/globalNavi_btn01_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02 a.current {
    background-image: url("../img/globalNavi_btn02_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03 a.current {
    background-image: url("../img/globalNavi_btn03_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04 a.current {
    background-image: url("../img/globalNavi_btn04_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05 a.current {
    background-image: url("../img/globalNavi_btn05_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01 a:hover {
    background-image: url("../img/globalNavi_btn01_on.png");
}
header nav.drawer-nav ul li.menu02 a:hover {
    background-image: url("../img/globalNavi_btn02_on.png");
}
header nav.drawer-nav ul li.menu03 a:hover {
    background-image: url("../img/globalNavi_btn03_on.png");
}
header nav.drawer-nav ul li.menu04 a:hover {
    background-image: url("../img/globalNavi_btn04_on.png");
}
header nav.drawer-nav ul li.menu05 a:hover {
    background-image: url("../img/globalNavi_btn05_on.png");
}
/* eng menu BEGIN */
header nav.drawer-nav ul li.menu01eng a {
    background-image: url("../img/globalNavi_btn01-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02eng a {
    background-image: url("../img/globalNavi_btn02-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03eng a {
    background-image: url("../img/globalNavi_btn03-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04eng a {
    background-image: url("../img/globalNavi_btn04-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05eng a {
    background-image: url("../img/globalNavi_btn05-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01eng a.current {
    background-image: url("../img/globalNavi_btn01-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02eng a.current {
    background-image: url("../img/globalNavi_btn02-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03eng a.current {
    background-image: url("../img/globalNavi_btn03-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04eng a.current {
    background-image: url("../img/globalNavi_btn04-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05eng a.current {
    background-image: url("../img/globalNavi_btn05-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01eng a:hover {
    background-image: url("../img/globalNavi_btn01-eng_on.png");
}
header nav.drawer-nav ul li.menu02eng a:hover {
    background-image: url("../img/globalNavi_btn02-eng_on.png");
}
header nav.drawer-nav ul li.menu03eng a:hover {
    background-image: url("../img/globalNavi_btn03-eng_on.png");
}
header nav.drawer-nav ul li.menu04eng a:hover {
    background-image: url("../img/globalNavi_btn04-eng_on.png");
}
header nav.drawer-nav ul li.menu05eng a:hover {
    background-image: url("../img/globalNavi_btn05-eng_on.png");
}
/* eng menu END*/
/* eng menu BEGIN */
header nav.drawer-nav ul li.menu01_eng a {
    background-image: url("../img/globalNavi_btn01-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02_eng a {
    background-image: url("../img/globalNavi_btn02-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03_eng a {
    background-image: url("../img/globalNavi_btn03-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04_eng a {
    background-image: url("../img/globalNavi_btn04-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05_eng a {
    background-image: url("../img/globalNavi_btn05-eng.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01_eng a.current {
    background-image: url("../img/globalNavi_btn01-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu02_eng a.current {
    background-image: url("../img/globalNavi_btn02-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu03_eng a.current {
    background-image: url("../img/globalNavi_btn03-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu04_eng a.current {
    background-image: url("../img/globalNavi_btn04-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu05_eng a.current {
    background-image: url("../img/globalNavi_btn05-eng_on.png");
    background-position: center center;
}
header nav.drawer-nav ul li.menu01_eng a:hover {
    background-image: url("../img/globalNavi_btn01-eng_on.png");
}
header nav.drawer-nav ul li.menu02_eng a:hover {
    background-image: url("../img/globalNavi_btn02-eng_on.png");
}
header nav.drawer-nav ul li.menu03_eng a:hover {
    background-image: url("../img/globalNavi_btn03-eng_on.png");
}
header nav.drawer-nav ul li.menu04_eng a:hover {
    background-image: url("../img/globalNavi_btn04-eng_on.png");
}
header nav.drawer-nav ul li.menu05_eng a:hover {
    background-image: url("../img/globalNavi_btn05-eng_on.png");
}
/* eng menu END*/

header nav.drawer-nav ul li a {
    color: #ffffff !important;
    display: inline-block;
    font-size: 1.2em;
    text-decoration: none;
    white-space: nowrap;
    text-indent: -9999px;
    width: 100%;
    text-align: left;
    height: 37px;
}
header nav.drawer-nav ul li a:hover {
/*    color: #ffcc99 !important; */
}
header nav.drawer-nav ul li ul {
    display: none;
}
@media screen and (min-width: 681px) {
.spmenu, .spmenu.trans, .spmenu.siteSearch {
  display: none;
}
}

@media screen and (max-width: 680px) {
header nav.drawer-nav ul li {
  box-sizing: border-box;
  float: none;
  width: 100%;
  border-bottom: 1px solid #4c6d98;
  border-top: none;
}
header nav.drawer-nav ul li a {
  background-image: none !important;
  padding: 12px 0 12px 20px;
  text-indent: inherit;
  height: auto;
}
header nav.drawer-nav ul li a:hover {
  background-color: #008c00;
}
header nav.drawer-nav ul li {
  border-left: medium none;
}
/*.drawer-nav li {
  border-top: 1px solid #bbbbbb;
} */
header nav.drawer-nav ul li:last-child {
  border-right: medium none;
}
header nav.drawer-nav ul li.spmenu {
  background-color: inherit;
  border-bottom: medium none;
  display: inline-flex;
  border-radius: 4px;
  width: 85%;
}
header nav.drawer-nav ul li.spmenu a {
  padding: 8px 0 !important;
  text-align: center;
}
header nav.drawer-nav ul li.spmenu a:hover {
  background-color: inherit;
  opacity: 0.95;
}
header nav.drawer-nav ul li.spmenu.trans {
  background-color: #9da7ae;
  font-size: 0.8em;
  margin: 0;
}
header nav.drawer-nav ul li.spmenu.trans a {
  background-color: #2e4e77;
  font-size: 1em;
  margin: 0;
}
header nav.drawer-nav ul li.spmenu.trans a:hover {
  background-color: #008c00;
}
header nav.drawer-nav ul li:nth-child(5) {
  border-right: none;
}
}


/* フッター
------------------------------------------------------------------------------------------------------------------------------*/
footer {
  clear: right;
  background-color: #cccccc;
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  #footer {
    clear: left;
    width: 100%;
    min-width: inherit;
  }
}
#footer .inner {
  background-color: #bbbbbb;
  padding: 10px 0 0 10px;
  color: #ffffff;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 680px) {
  #footer .inner {
    padding: 10px 10px 0;
    width: 100%;
  }
}
#footer .inner p {
  color: #4d4d4d;
}
@media screen and (max-width: 680px) {
  #footer .inner dl {
    display: block;
    float: none;
  }
}
#footer .inner .footer01 {
  width: 460px;
  float: left;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer01 {
    margin: 0 0 15px;
    width: 100%;
  }
}
#footer .inner .footer01 h3 {
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 5px;
  font-size: 1em;
  border: 0 none;
  padding: 0;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer01 h3 {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    margin-left: 0;
  }
}
#footer .inner .footer01 img {
  width: 420px;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer01 img {
    width: 100%;
  }
}
#footer .inner .footer02, #footer .inner .footer03 {
  width: 260px;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer02, #footer .inner .footer03 {
    width: 100%;
    margin: 0;
  }
}
#footer .inner .footer02 h3, #footer .inner .footer03 h3 {
  background-color: #5d646c;
  border: 0 none;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 5px;
  padding-left: 10px;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer02 h3, #footer .inner .footer03 h3 {
    font-size: 1em;
    font-weight: normal;
    text-align: center;
  }
}
#footer .inner .footer02 ul, #footer .inner .footer03 ul {
  color: #ffffff;
  list-style: outside none square;
  padding-left: 20px;
  margin-top: 0;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer02 ul, #footer .inner .footer03 ul {
    list-style: outside square;
    padding-left: 20px;
  }
}
#footer .inner .footer02 ul li a, #footer .inner .footer03 ul li a {
  color: #dddddd;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer02 ul li a, #footer .inner .footer03 ul li a {
    color: #cccccc;
  }
}
#footer .inner .footer02 ul li a:hover, #footer .inner .footer03 ul li a:hover {
  color: #66cccc;
}
#footer .inner .footer03 {
  width: 200px;
  float: left;
  margin-right: 0;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer03 {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 680px) {
  #footer .inner .footer03 ul li {
    float: left;
    width: 50%;
  }
}
#footer .inner .footer03 ul li a:hover {
  background-color: #0090da;
}
#footer .inner .footer03 ul.linkbtn {
  clear: left;
  list-style: outside none none;
  padding: 0;
}
#footer .inner .footer03 ul.linkbtn li {
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer03 ul.linkbtn li {
    margin: 10px 2%;
    width: 46%;
  }
}
#footer .inner .footer03 ul.linkbtn li a {
  border: 1px solid #999999;
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 680px) {
  #footer .inner .footer03 ul.linkbtn li a {
    padding: 15px 0;
  }
}
#footer .copyright {
  text-align: center;
  padding-bottom: 30px;
}
#footer .copyright ul.bottomlink {
  margin-top: 5px;
  padding: 0 10px;
}
#footer .copyright ul.bottomlink li {
  display: inline-block;
  list-style: outside none none;
  border-left: 1px solid #999999;
}
#footer .copyright ul.bottomlink li a {
  color: #336699;
  padding: 0 15px;
}
@media screen and (max-width: 680px) {
  #footer .copyright ul.bottomlink li a {
    padding: 0 8px;
  }
}
#footer .copyright ul.bottomlink li a:hover {
  color: #0090da;
}

/* footer add condition */
footer {
    background-color: #46515c;
    border-top: 2px solid #f0f7ff;
    color: #ffffff;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
}
.footerarea {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
    width: 100%;
}
.footerarea.innerwide {
    max-width: 1200px;
}
#footer_nav {
    margin: 0 auto;
    width: 100%;
    background-color: #f0f4f9;
    border-top: 1px solid #dddddd;
}
@media screen and (max-width: 680px) {
#footer_nav {
    min-width: inherit;
}
}
#footer_nav .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
#footer_nav .inner.innerwide {
    max-width: 1200px;
}
#footer_nav .group {
    border-left: 1px dotted #cccccc;
    float: left;
    margin: 5px 0;
    width: 25%;
}
#footer_nav .group:last-child {
    border-right: 1px dotted #cccccc;
}
#footer_nav .group ul {
    margin: 8px 0 10px;
    padding: 0 10px 0 8px;
}
#footer_nav .group ul li {
  line-height: 1em;
  list-style: outside none none;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 680px) {
#footer_nav .group ul li {
  margin-bottom: 14px;
}
}
#footer_nav .group ul li:last-child {
  margin-bottom: 0;
}
#footer_nav .group ul li a {
  border: medium none;
  color: #006699;
  font-size: 0.92em;
  line-height: 1.2em;
  padding: 0;
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-weight: normal;
  display: block;
}
#footer_nav .group ul li a:hover {
  color: #e76600;
  text-decoration: underline;
  transition: none;
}
#footer_nav h3 {
    background-color: #336699;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    color: #ffffff;
    font-size: 0.96em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 5px 1px 0;
    padding: 4px 0 2px 5px;
    text-align: left;
}
#footer_nav h4 {
    background-color: #ffffff;
    color: #336699;
    font-size: 0.96em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 5px 1px 0;
    padding: 4px 0 2px 5px;
}
#footer ul.mark {
    background: #ffffff url("../img/footer_cg01.gif") no-repeat scroll center bottom;
    float: left;
    margin-top: 0;
    padding: 15px 25px;
    width: 240px;
}
#footer ul.mark li.isms {
    float: left;
}
#footer ul.mark li.p {
    float: right;
}
#footer div.copyright {
    float: right;
    margin-top: 6px;
}
footer p {
    color: #ffffff;
    line-height: 1.3em;
    margin: 0;
    text-align: right;
}
@media screen and (max-width: 680px) {
#footer_nav .inner {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
#footer_nav .group {
    width: 50%;
}
#footer_nav h3 {
    font-size: 0.85em;
    line-height: 1.1em;
	  margin-bottom: 10px;
}
#footer_nav h4 {
    font-size: 0.85em;
    line-height: 1.1em;
}
#footer_nav .group ul {
    padding: 0 3px 0 6px;
    margin: 5px 0 10px;
}
#footer_nav .group ul li a {
    font-size: 0.86em;
    line-height: 1.1em;
}
#footer_nav .group:first-child {
    border-left: medium none;
}
#footer_nav .group:nth-child(3) {
    border-left: medium none;
}
#footer_nav .group:last-child {
    border-right: medium none;
}
footer {
    background-color: #46515c;
    color: #ffffff;
    padding: 0 0 50px;
    text-align: center;
}
footer small {
    display: block;
    padding-top: 8px;
    font-size: 0.8em;
}
.footerarea {
    margin: 0 auto;
    width: 100%;
}
#footer ul.mark {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
#footer div.copyright {
    float: none;
}
footer p {
    text-align: center;
}
}

/* footer Overwrite BEGIN */
footer {
  background-color: #181D21;
  border-top: none;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}
#footer_nav {
  background-color: #2E363D;
  border-top: 1px solid #46515c;
}
#footer_nav .group ul li a {
  color: #9AA0A8;
}
#footer_nav .group {
  border-left: 1px dotted #181D21;
}
#footer_nav .group:last-child {
  border-right: 1px dotted #181D21;
}
#footer_nav h3 {
  background-color: #134679;
  border-bottom: 1px solid #235689;
  color: #dddddd;
  border-top: 1px solid #333333;
}
#footer_nav h4 {
  background-color: #022841;
  color: #dddddd;
  border-top: 1px solid #021831;
  border-bottom: 1px solid #224831;
}
/* footer Overwrite END */


/* main navi
------------------------------------------------------------------------------------------------------------------------------*/
#main_navi {
  float: none;
  width: 100%;
}

/* サイド 関連リンク
------------------------------------------------------------------------------------------------------------------------------*/
.sidebanner {
  background-color: #ffffff;
  position: absolute;
  top: 860px;
  width: 190px;
}
@media screen and (max-width: 680px) {
  .sidebanner {
    display: inline;
    position: relative;
    top: auto;
    width: 100%;
  }
}
.sidebanner .inner {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 680px) {
  .sidebanner .inner {
    padding: 10px;
  }
}
.sidebanner h2 {
  background-color: #f1f1f3;
  background-image: none;
  color: #4d4d4d;
  display: block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 2px 0 0;
  text-align: center;
  width: 100%;
  border: none;
}
.sidebanner ul {
  margin: 0;
  padding-left: 0;
}
.sidebanner ul li {
  list-style: none;
}
@media screen and (max-width: 680px) {
  .sidebanner ul li {
    display: block;
    float: left;
    list-style: outside none none;
    padding: 0 3% 2% 0;
    width: 48%;
  }
  .sidebanner ul li:nth-child(2n) {
    padding-right: 0;
  }
}
.sidebanner ul img {
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  width: 188px;
}
@media screen and (max-width: 680px) {
  .sidebanner ul img {
    border: 1px solid #dddddd;
    float: left;
    margin: 0;
    width: 100%;
  }
}

/* パンくずリスト
------------------------------------------------------------------------------------------------------------------------------*/
.topicpath .inner {
  padding: 0 10px 5px;
}
.topicpath .inner ol {
  margin: 0;
  padding: 0;
}
.topicpath .inner ol li {
  float: left;
  list-style: outside none none;
}
.topicpath .inner ol li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 0.6em;
  color: #959fa5;
}
@media screen and (max-width: 680px) {
  .topicpath .inner ol li::after {
    margin: 0 0.4em;
  }
}
.topicpath .inner ol li:last-of-type::after {
  display: none;
}
.topicpath .inner ol li:last-child {
  color: #0090da;
}

#topicPath {
    background-image: linear-gradient(180deg, #f0f0f0 0%, #f0f0f0 50%, #fdfdfd 100%);
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}
#topicPath {
    width: 100%;
    background-image: -moz-linear-gradient(50% 0% 180deg, rgb(243,243,243) 0%, rgb(243,243,243) 50%, rgb(253,253,253) 100%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(243,243,243)), color-stop(0.5, rgb(243,243,243)), color-stop(1, rgb(253,253,253)));
    background-image: -webkit-linear-gradient(180deg, rgb(243,243,243) 0%, rgb(243,243,243) 50%, rgb(253,253,253) 100%);
    background-image: -o-linear-gradient(180deg, rgb(243,243,243) 0%, rgb(243,243,243) 50%, rgb(253,253,253) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(243,243,243) 0%, rgb(243,243,243) 50%, rgb(253,253,253) 100%);
    background-image: linear-gradient(180deg, rgb(243,243,243) 0%, rgb(243,243,243) 50%, rgb(253,253,253) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3,endColorstr=#fffdfdfd,GradientType=0)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3, endColorstr=#fffdfdfd, GradientType=0);
    border-bottom: solid 1px #d9d9d9;
}
#topicPath .breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}
#topicPath .breadcrumb {
  line-height: 1.3em;
  margin: 0 auto;
  max-width: 980px;
  padding: 2px 10px 0;
  width: 100%;
}
@media screen and (max-width: 680px) {
#topicPath .breadcrumb {
    width: 100%;
}
}
#topicPath .breadcrumb li::after {
    color: #959fa5;
    content: "»";
    display: inline-block;
    margin: 0 0.6em;
}
#topicPath .breadcrumb li {
    font-size: 0.86em;
    display: inline-block;
    float: left;
}
#topicPath .breadcrumb li a {
    color: #006699;
    display: inline-block;
    text-decoration: none;
}
#topicPath .breadcrumb li:last-of-type::after {
    display: none;
}

@media screen and (max-width: 680px) {
#topicPath .breadcrumb {
    font-size: 0.82em;
    line-height: 1.1em;
    padding: 4px 15px 2px;
    width: 100%;
}
}

/* ページトップへ
------------------------------------------------------------------------------------------------------------------------------*/
#page-top {
  float: right;
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 1;
  width: auto;
}
#page-top a {
  background: #0090da none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1em;
  height: 60px;
  line-height: 60px;
  opacity: 0.5;
  text-align: center;
  text-decoration: none;
  width: 60px;
}

/* スマホ時メニュー
------------------------------------------------------------------------------------------------------------------------------*/
header nav.drawer-nav ul.drawer-dropdown-menu {
  display: none;
}
header nav.drawer-nav ul.drawer-dropdown-menu li {
  display: none;
}

@media screen and (max-width: 680px) {
header nav.drawer-nav ul.drawer-dropdown-menu li {
  display: inline-block;
}
}

@media screen and (min-width: 681px) {
.drawer-nav {
  clear: left;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px;
  position: static;
  width: 100%;
}

  .drawer-toggle {
    display: none;
  }

  .drawer-menu {
    padding: 0 0 10px 0;
  }
  .drawer-menu li {
    float: left;

/*    background-position: 0 4px;*/
/*    background-repeat: no-repeat;*/
/*    background-color: #336699; */
		background-color: #f3f3f3;
    color: #fffff;
    width: 24%;
  }
 .drawer-menu li:last-child {
    margin-right: 0;
  }
  .drawer-menu li.priority {
    background-image: none;
  }
  .drawer-menu .category {
    background-color: #f1f1f3;
    background-image: none;
    color: #4d4d4d;
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
    padding: 2px 0 0;
    text-align: center;
    width: 100%;
  }
  .drawer-menu .priority ul {
    padding-left: 0;
  }

  .drawer-dropdown.priority {
    border: medium none;
  }

  .drawer-dropdown-menu {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .drawer-dropdown-menu li {
    border-top: none;
    background-position: 0 10px;
    margin-bottom: 0;
  }

  .drawer-menu li.wrap {
    border: 1px solid #0090da;
    margin: 5px 0;
  }
  .drawer-menu li.wrap ul {
    list-style: outside none none;
    padding-left: 10px;
  }
  .drawer-menu li.wrap li {
    background-position: 0 10px;
    border-top: 1px dotted #c9c9c9;
    margin-bottom: 0;
  }
  .drawer-menu li.wrap li a {
    display: inline-block;
    line-height: 1.2em;
    padding: 11px 0 10px 22px;
    text-decoration: none;
    width: 100%;
  }
  .drawer-menu li li:first-child {
    border-top: medium none;
  }
  .drawer-menu .priority li {
    margin-bottom: 5px;
    background-image: none;
  }
  .drawer-menu .priority li a {
    /*	border: 1px solid #cfd1d0; */
    border: 1px solid #0090da;
    display: block;
    padding: 15px 0 25px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.26em;
    /*	background-color: #fbfeff; */
    background-color: #0090da;
    height: 2.52em;
  }
  .drawer-menu .priority li a:hover {
    opacity: 0.8;
  }
  .drawer-menu .priority li a small {
    font-size: 0.8em;
    font-weight: normal;
  }

  .drawer-dropdown {
/*    border: 1px solid #0090da; */
    border: none;
  }
  .drawer-dropdown a {
    padding: 10px 0;
  }
  .drawer-dropdown .drawer-dropdown-menu a {
    padding: 10px 0 10px 22px;
    width: 190px;
  }
  .drawer-dropdown .drawer-caret {
    border-left: none;
    border-right: none;
  }

  .drawer-menu li.category ul {
    list-style: outside none none;
    padding-left: 10px;
  }
}
.drawer-menu li a {
  color: #ffffff;
  display: inline-block;
  line-height: 1.2em;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
}
.drawer-menu li a.current {
/*  background-color: #003366 !important; */
  color: #ffffff !important;
}
.drawer-menu li a.current:hover {
  opacity: 1;
}
.drawer-menu .priority li a.current:hover {
  opacity: 1;
}
.drawer-menu .priority li small {
  font-size: 0.8em;
  font-weight: normal;
}
.drawer-menu li a span {
  white-space: nowrap;
}
.drawer-menu li.menuHOME {
  display: none;
}

.drawer-menu-item {
  padding: 2px 0 0;
  text-align: center;
  background-color: #f1f1f3;
  color: #4d4d4d;
  background-image: none;
}
.drawer-menu-item:hover {
  background-color: #f1f1f3;
  color: #4d4d4d;
}

.drawer-dropdown a.drawer-menu-item {
  text-decoration: none;
  padding: 2px 0 0;
  font-size: 1em;
}

@media screen and (max-width: 680px) {
  .drawer-menu li.menuHOME {
    display: inherit;
  }

  header nav.drawer-nav {
    background: #2e4e77 none repeat scroll 0 0;
  }
  .drawer-nav ul {
    background-color: #2e4e77;
  }
  .drawer-nav li {
    border-top: 1px solid #395f91;
  }
  .drawer-nav li a {
    display: block;
    font-size: 1.2rem;
    padding: 16px 0 16px 10px;
    color: #ffffff;
  }
  .drawer-nav li a:hover {
    opacity: 0.8;
  }
  .drawer-nav li:first-child {
    border-top: medium none;
  }
  .drawer-nav .wrap li a {
    background-color: #0090da;
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 16px 0 16px 40px;
  }

  .drawer-menu .priority .category {
    color: #ffffff;
    display: block;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 5px 10px 0;
  }

  .drawer-nav .priority li.sw1 a, .drawer-nav .priority li.sw2 a, .drawer-nav .priority li.sw3 a, .drawer-nav .priority li.sw4 a {
    background-position: 10px center;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 50px;
    line-height: 1em;
  }
  .drawer-nav .priority li.sw1 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .drawer-nav .priority li.sw2 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .drawer-nav .priority li.sw3 a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drawer-nav .priority li.sw4 a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drawer-nav .priority li a small {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1em;
  }

  .drawer-dropdown a.drawer-menu-item {
    padding: 18px 10px;
    font-size: 1.2em;
  }

  .drawer-nav li a.drawer-menu-item:hover {
    background-color: #006ea6;
    color: #ffffff;
  }

  .drawer-dropdown.open {
    background-color: #006ea6;
  }
  .drawer-dropdown.open a {
    background-color: #006ea6;
  }

  .drawer-dropdown-menu {
    background-color: #e1f3f8;
    margin-left: 0;
  }

  .drawer-nav .drawer-dropdown-menu li a {
    padding: 16px 0;
  }

  .drawer-dropdown-menu li a {
    color: #ffffff;
  }

  .drawer-dropdown .drawer-caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid;
    color: #ffcc99;
  }

  .drawer-menu-item {
    text-align: left;
    background-color: #006ea6 !important;
  }

  .drawer-toggle .name {
    color: #ffffff;
    display: block;
    font-size: 1em;
    padding-top: 14px;
  }

  .drawer-hamburger {
    background-color: #f26f18;
    padding: 15px 0.75rem 6px;
    margin-top: -1px;
  }
  .drawer-hamburger:hover {
    background-color: #ff751a;
  }

  .drawer-hamburger-icon {
    background-color: #fff;
  }
  .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: #fff;
  }

  .drawer-menu li.category {
    background-color: #0090da;
    background-image: none;
    color: #ffffff;
    font-size: 1.2em;
    padding: 0;
  }

  .drawer-nav ul.drawer-dropdown-menu {
    background-color: #006ea6;
  }

  .drawer-menu .drawer-dropdown a.drawer-menu-item {
    font-size: 1.2em;
    padding: 18px 10px;
  }
  .drawer-menu .drawer-dropdown.priority .category {
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: block;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-left: 50px;
  }

  .drawer-dropdown-menu {
    background-color: #e1f3f8;
    margin-left: 0;
  }

  .drawer-menu li.wrap .category {
    background-color: #0090da;
    background-image: none;
    color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 10px 10px 0;
    display: block;
  }

  .drawer-nav ul li ul li {
    background-position: 0 center;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin-left: 1rem;
    padding-left: 0;
  }
  .drawer-nav ul ul {
    margin-left: 0;
    padding-left: 0;
    color: #ffffff;
  }
  .drawer-nav ul ul li {
    margin-left: 50px;
  }
  .drawer-nav ul .priority li {
    border-top: 1px solid #003366;
    list-style: outside none none;
    margin-left: 20px;
    background-image: none;
    padding-left: 0;
  }
  .drawer-nav ul .priority li:first-child {
    border-top: medium none;
  }

  .drawer-menu .priority .category, .drawer-nav .priority.open, .priority.open a {
    background-color: #006ea6;
  }

  .drawer-nav .priority ul {
    background-color: #006ea6;
  }
  .drawer-nav .priority ul li a {
    background-color: #006ea6;
  }

  /* default drawer menu 変更END */
  .breadcrumb .inner {
    margin: 0;
    padding: 0 10px;
  }
  

.drawer-nav ul.drawer-dropdown-menu {
  background-color: #003366;
}
.drawer-dropdown.open a {
  background-color: #008c00;
}
header nav.drawer-nav ul.drawer-dropdown-menu li {
  border-bottom: 1px solid #43aa43;
  display: inline-block;
}
header nav.drawer-nav ul.drawer-dropdown-menu li a {
  display: block;
  font-size: 1em;
  padding-left: 10px;
  padding-right: 5px;
  white-space: inherit;
  width: 15.25rem;
}
}

/********************************/
/* Adjustment options           */
/********************************/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl00 {
  padding-left: 0px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}

.f_bold {
  font-weight: bold !important;
}

.f_bold_none {
  font-weight: initial !important;
}

.f_em10 {
  font-size: 1.0em !important;
}

.f_em11 {
  font-size: 1.1em !important;
}

.f_em12 {
  font-size: 1.2em !important;
}

.f_em14 {
  font-size: 1.4em !important;
}

.f_em16 {
  font-size: 1.6em !important;
}

.f_em18 {
  font-size: 1.8em !important;
}

.f_em20 {
  font-size: 2.0em !important;
}

.f_small {
  font-size: 0.86em !important;
}

.f_small2 {
  font-size: 0.68em !important;
}

.f_small3 {
  font-size: 0.58em !important;
}

.f_color {
  color: #0090da !important;
}

.f_caution {
  color: #ea7526 !important;
}

.f_white {
  color: #ffffff !important;
}

.f_blk {
  color: #000000 !important;
}

.f_accent {
  color: #dd9924 !important;
}

.f_impact {
  color: #963113 !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.nobr {
  white-space: nowrap;
}

.ls008 {
  letter-spacing: -0.08em;
}

.ls010 {
  letter-spacing: -0.1em;
}

.line_h11 {
  line-height: 1.1em;
}

.line_h12 {
  line-height: 1.2em;
}

.line_h13 {
  line-height: 1.3em;
}
img.imgdirect {
  max-width: 100%;
  width: auto !important;
}
img.imgwide800 {
  max-width: 800px;
}

/* adjust
----------------------------------------------- */
.mt00 {
    margin-top: 0px !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb00 {
    margin-bottom: 0px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mr00 {
    margin-right: 0px !important;
}
.mr05 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.ml00 {
    margin-left: 0px !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.pt00 {
    padding-top: 0px !important;
}
.pt05 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pb00 {
    padding-bottom: 0px !important;
}
.pb05 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}

.imgR,
.textR {
    text-align: right !important;
}
.imgL,
.textL {
    text-align: left !important;
}
.imgC,
.textC {
    text-align: center !important;
}
.f_bold {
    font-weight: bold !important;
}
.f_bold_none {
    font-weight: initial !important;
}
.f_em11 {
    font-size: 1.1em !important;
}
.f_em12 {
    font-size: 1.2em !important;
}
.f_em14 {
    font-size: 1.4em !important;
}
.f_em16 {
    font-size: 1.6em !important;
}
.f_em18 {
    font-size: 1.8em !important;
}
.f_em20 {
    font-size: 2.0em !important;
}
.f_em22 {
    font-size: 2.2em !important;
}
.f_em24 {
    font-size: 2.4em !important;
}
.f_em26 {
    font-size: 2.6em !important;
}
.f_em28 {
    font-size: 2.8em !important;
}
.f_em30 {
    font-size: 3.0em !important;
}
.f_60  { font-size :  60% !important; }
.f_70  { font-size :  70% !important; }
.f_80  { font-size :  80% !important; }
.f_90  { font-size :  90% !important; }
.f_110 { font-size : 110% !important; }
.f_120 { font-size : 120% !important; }
.f_130 { font-size : 130% !important; }
.f_150 { font-size : 150% !important; }
.f_160 { font-size : 160% !important; }
.f_180 { font-size : 180% !important; }
.f_200 { font-size : 200% !important; }
.f_250 { font-size : 250% !important; }
.f_260 { font-size : 260% !important; }
.f_280 { font-size : 280% !important; }
.f_300 { font-size : 300% !important; }
.f_small {
    font-size: 0.86em !important;
    line-height: 1em;
}
.subcatch {
  font-size: 1.8em;
  line-height: 1.2em;
}
@media screen and (max-width: 680px) {
.subcatch {
  font-size: 1.2em;
}
}
.f_color {
    color: #0066cc !important;
}
.f_color_org {
    color: #ea7a2f !important;
}
.f_wht {
    color: #ffffff !important;
}
.f_blk {
    color: #000000 !important;
}
.f_orange {
    color: #e17f00 !important;
}
.txtC {
    text-align : center !important;
}
.txtR {
    text-align : right !important;
}
.txtL {
    text-align : left !important;
}
.lts010 {
    letter-spacing: -0.1em;
}
.lts_normal {
	letter-spacing: inherit !important;
}
.bkinv {
    background-color: #000000;
    border-radius: 20px;
    color: #ffffff;
    margin: 0 auto 10px;
    padding: 6px 0;
    text-align: center;
    width: 60%;
    font-size: 1.2em;
    line-height: 1.2em;
}
.bkwrap {
    background-color: transparent;
    border-radius: 60px;
    border: 1px solid #282828 !important;
    color: #282828;
    margin: -20px auto 20px;
    padding: 6px 10px 4px;
    text-align: center;
    width: 70%;
    font-size: 1.2em;
    line-height: 1.2em;
}
.bkwrap_inv {
    background-color: #282828;
    border-radius: 60px;
    border: 1px solid #282828;
    color: #ffffff;
    margin: -20px auto 20px;
    padding: 6px 10px 4px;
    text-align: center;
    width: 70%;
    font-size: 1.2em;
    line-height: 1.2em;
}
.bkinv,
.bkwrap {
    width: 100%;
    border-radius: 5px;
    font-size: 1.1em;
}
@media screen and (max-width: 680px) {
.bkwrap, .bkwrap_inv {
    width: 90%;
    font-size: 1em;
  border-radius: 4px;
}
}
.bginv_grn {
  background-color: #1ca086;
  border-radius: 2em;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
}
@media screen and (max-width: 680px) {
.bginv_grn {
  margin-bottom: 15px !important;
  width: 80% !important;
}
}

.sp_left {
	text-align: center;
}
@media screen and (max-width: 680px) {
.sp_left {
	text-align: left !important;
}
}

/*
 *
 * add0407 BEGIN
 *
 */
.bgwrap_inv {
  background-color: #3b434b;
  border: 1px solid #3b434b;
  border-radius: 60px;
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: -20px auto 20px;
  padding: 6px 10px 4px;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 680px) {
.bgwrap_inv {
  font-size: 1em;
  border-radius: 5px;
  width: 90%;
}
}
.txtsdw_w {
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff;
}
div.wrapline {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
@media screen and (max-width: 680px) {
figure.spfull {
  margin: 10px;
}
}
/*
 *
 * add0407 END
 *
 */

.separete_item {
  font-size: 1.8em;
  margin: 10px auto;
}
@media screen and (max-width: 680px) {
.separete_item {
  font-size: 1.3em;
}
}


/* br setting
------------------------------------------------------------------------------------------------------------------------------*/
/*
br.br_pcxxxx {
    display: inline-block;
}
br.br_pctbxx {
    display: inline-block;
}
br.br_pcxxsp {
    display: inline-block;
}
br.br_xxtbxx {
    display: none;
}
br.br_xxtbsp {
    display: none;
}
br.br_xxxxsp {
    display: none;
}
br.br_spenable {
}
@media screen and (max-width: 680px) {
br {
    display: none;
}
br.br_pcxxxx {
    display: none;
}
br.br_pctbxx {
    display: none;
}
br.br_pcxxsp {
    display: inline-block;
}
br.br_xxtbxx {
    display: none;
}
br.br_xxtbsp {
    display: inline-block;
}
br.br_xxxxsp {
    display: inline-block;
}
br.br_spenable {
    display: inline-block;
}
}
*/

/*--
br setting BEGIN
--*/
@media screen and (min-width: 981px) {
br.br_pcxxxx {
    display: inline-block;
}
br.br_pctbxx {
    display: inline-block;
}
br.br_xxtbxx {
    display: none;
}
br.br_xxtbsp {
    display: none;
}
br.br_xxxxsp {
    display: none;
}
br.br_pcxxsp {
    display: inline-block;
}
br.br_spenable {
}
}
@media screen and (min-width: 681px) and (max-width: 980px) {
br.br_pcxxxx {
    display: none;
}
br.br_pctbxx {
    display: inline-block;
}
br.br_xxtbxx {
    display: inline-block;
}
br.br_xxtbsp {
    display: inline-block;
}
br.br_xxxxsp {
    display: none;
}
br.br_pcxxsp {
    display: none;
}
br.br_spenable {
}
}

@media screen and (max-width: 680px) {
br {
    display: none;
}
br.br_pcxxxx {
    display: none;
}
br.br_pctbxx {
    display: none;
}
br.br_xxtbxx {
    display: none;
}
br.br_xxtbsp {
    display: inline-block;
}
br.br_xxxxsp {
    display: inline-block;
}
br.br_pcxxsp {
    display: inline-block;
}
br.br_spenable {
    display: inline-block;
}
}

/* Translation button
------------------------------------------------------------------------------------------------------------------------------*/
.trans_set {
  display: block;
}
.trans {
  display: block;
  float: right;
  margin: 18px 6px 0 0;
	padding: 0;
}
@media screen and (max-width: 680px) {
.trans {
  margin: 1px 4px 2px;
}
header {
  position: relative;
}
.trans_set {
  bottom: 0;
  position: absolute;
  right: 0;
}
.trans_set {
    display: none;
}
}
.trans li {
  display: inline-block;
  float: left;
  margin: 0 3px 0 0;
}
.trans li a {
  background-color: #d5d5d5;
  display: block;
  font-size: 0.8em;
  height: 22px;
  line-height: 1em;
  /*width: 74px;*/
}

/* for stg */
.stgCHECK {
	background-color: #b00003;
	color: #ffffff;
	padding: 2px 10px 1px;
	display: inline-block;
	margin-top: 0;
	float: left;
	line-height: 1em;
	font-size: 0.9em;
	margin-left: -170px;
	width: 160px;
}
@media screen and (max-width: 680px) {
.stgCHECK {
	margin-left: 46px;
	width: 160px;
	position: absolute;
}
}
/* for stg */

@media screen and (max-width: 680px) {
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	z-index: 9;
}
}
/*# sourceMappingURL=rwd.css.map */

/* Site Search BEGIN */
header .inner {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 10px;
	width: 100%;
	position: relative;
}
.trans {
	display: block;
	float: none;
	margin: -16px 10px 0 0;
	padding: 0;
	position: absolute;
	right: 0;
}
.trans li a {
	background-color: #d5d5d5;
	/*background-color: rgba(113,127,151,0.8);*/
	background-color: rgba(3,54,105,0.5);
	color: #ffffff;
	display: block;
	font-size: 0.8em;
	height: 16px;
	line-height: 1em;
	/*width: 90px;*/
	text-align: center;
	padding: 2px 1em 0;
}
.trans li a:hover {
	/*background-color: rgba(255,0,0,0.3);
	background-color: rgba(255,117,26,0.7);*/
	background-color: rgba(215,138,79,0.8);
}
.trans img {
	/* width: 54px; */
	/* height: 16px; */
	display: none;
}
.trans li {
	margin: 0 6px 0 0;
}
.trans li:nth-child(2) {
	margin-right: 3px;
}
.ss360-content-container img {
	width: 16% !important;
	float: left;
	margin: 6px 15px 6px 0;
	max-height: 70px !important;
	object-fit: contain;
}
.ss360-suggests {
	margin-bottom: 5px;
	margin-top: 5px;
	border-top: 1px solid #006699;
	padding-top: 5px;
	padding-right: 2px;
}

.ss360-suggests > article > header {
	padding: 0 0 5px 0 !important;
}
.ss360-layer-content > h2 {
	width: 96%;
	margin: 0 auto;
	font-size: 1em !important;
}
.ss360-content-container p {
	width: 100%;
	float: right;
	line-height: 1.3em;
	color: #666666;
	font-size: 0.9em !important;
}
.siteSearch {
	display: inline-block;
	float: right;
	margin-top: 6px;
	margin-right: 10px;
}
#searchBox {
	width: 190px;
	font-weight: bold;
	padding: 10px;
	font-size: 1em;
	color: #336699;
	border-radius: 3px;
	line-height: 1em;
}
/*#searchBox::-webkit-input-placeholder {
    padding-top: 0.1em;
}*/

.siteSearch input {
	border: 1px solid #33476a;
}
.siteSearch svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 3px;
}
.siteSearch img {
	vertical-align: middle;
	margin-bottom: 6px;
  text-indent: -9999px;
  width: 18px;
}
.siteSearch {
	float: left;
}
@media screen and (min-width: 681px) {
.drawer-nav .siteSearch {
	display: none;
}
}
@media screen and (max-width: 680px) {
header nav.drawer-nav ul li.spmenu.trans a {
	background-color: #717f97;
	font-size: 1em;
	margin: 0;
}
header nav.drawer-nav ul li.spmenu.trans a:first-child {
	margin-right: 2px;
}
header nav.drawer-nav ul li.spmenu.trans {
	background-color: inherit;
}
}
@media screen and (max-width: 680px) {
header nav.drawer-nav ul li.spmenu.trans {
	position: relative;
	margin-bottom: 12px;
}
.drawer .siteSearch {
	margin-top: 12px;
	margin-left: 20px;
}
header nav.drawer-nav ul li.spmenu.trans a:hover {
	background-color: #ff751a;
}
header nav.drawer-nav ul li.spmenu a {
	padding: 12px 0 !important;
}
}
#ss360-layer.ss360-overlay {
	border-radius: 5px;
/*	max-width: 720px !important;*/
}
@media screen and (max-width: 680px) {
#ss360-layer.ss360-overlay {
	width: 92% !important;
	left: 3% !important;
	top: 2% !important;
	height: 92% !important;
	border-radius: 5px;
}
}
.siteSearch input:focus, .siteSearch input:hover {
	/*background-color: #e9f7fc;
	border: 2px solid #4985ff;*/
	background-color: #fef9e4;
	border: 1px solid #d78a4f;
}
.ss360-group ul::before {
	content: "サイト内検索結果";
}
#ss360-layer.ss360-overlay p {
	margin-top: 5px;
	line-height: 1.3em;
  font-size: 0.9em;
}
@media screen and (max-width: 680px) {
#ss360-layer.ss360-overlay p {
  font-size: 0.8em;
}
}
.ss360-layer-content {
  position: relative;
  outline: none;
  margin: 0 5% !important;
  width: 90% !important;
}
.ss360-layer-content > h2 {
	padding-bottom: 0;
	padding-top: 0 !important;
}
#ss360-custom-search::before {
	content: "サイト内検索キーワード";
	position: absolute;
	margin-top: -1.5em;
}
#ss360-layer #ss360-custom-search {
	margin-top: 0px !important;
	padding: 8px 0 2px !important;
}
@media screen and (max-width: 680px) {
#ss360-layer #ss360-custom-search {
	margin-top: 12px !important;
}
}
p .ss360-highlight {
	color: #333333;
}
#ss360-no-results::before {
	content: "検索条件に一致するものは見つかりませんでした。";
}
#ss360-search-result-heading a {
	font-size: 0.8em;
	color: #666666;
}
.ss360-layer-content img {
	margin-top: 14px;
}
.ss360-more-results::before {
	content: "さらに検索結果を表示する";
	display: block;
	font-size: 1.2em;
}
.ss360-more-results {
  border-radius: 3em !important;
}
section.ss360-group {
  padding-bottom: 100px;
}
#unibox-special {
	min-width: 320px;
}
#unibox-special #unibox-suggest-box-special .unibox-selectable {
	min-height: 36px !important;
}
#unibox-suggest-box, #unibox-suggest-box-special {
	border: none !important;
	top: 110px !important;
	padding-top: 15px !important;
}
#unibox-special .unibox-special-close {
	margin-top: 30px;
}
#unibox-special .unibox-special-searchbutton {
	margin-top: 30px;
}
#unibox-special .input-container {
	/*width: calc(100% - 2px);*/
	width: 100% !important;
	margin-top: 30px;
	border: none !important;
	background: #ececec !important;
}
#unibox-special .input-container::before {
	content: "CREANSMAERD サイト内検索";
	position: absolute;
	top: 5px;
	margin-left: 15px;
	color: #ffffff;
}
#unibox-special .unibox-special-searchbox {
	border: 2px solid #d78a4f !important;
	border-radius: 3px;
}
body.unibox-stretch {
	background-color: #33476a;
}
#unibox-special #unibox-suggest-box-special {
	margin-top: 0 !important;
	background-image: url('../img/imagebg_search.jpg');
	background-position: center top;
	background-size: cover;
}

.ss360-suggests header {
	height: auto;
	min-height: 25px;
}
.ss360-suggests a {
  font-size: 1em !important;
  color: #0065c9;
}
@media screen and (max-width: 680px) {
.ss360-suggests a {
  font-size: 1em !important;
}
}
#unibox-special input, .drawer-nav .siteSearch input {
	line-height: 1;
}
#unibox-special input::-webkit-input-placeholder, .drawer-nav .siteSearch input::-webkit-input-placeholder, #ss360-custom-search input::-webkit-input-placeholder {
  padding-top: 2px;
}
#unibox-suggest-box {
	padding: 5px 10px 10px;
	margin-top: -72px;
	background: rgba(255,240,213,0.85) !important;
	border-radius: 0 3px 3px 3px;
}
/* Site Search END */

/* SS360 new BEGIN */
.trans_set.SS360 {
	bottom: unset;
	position: unset;
	right: unset;
	position: relative;
	display: block;
}
.trans.SS360 {
	position: relative;
}
header nav.drawer-nav ul.SS360 {
	display: ;
	position: absolute;
	top: 0;
}
header nav.drawer-nav ul.SS360 li a {
	text-indent: unset;
}
@media screen and (max-width: 680px) {
header nav.drawer-nav ul.SS360 li a {
	text-indent: unset;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
}
}
@media screen and (max-width: 680px) {
header nav.drawer-nav ul.SS360 {
	position: relative;
}
header nav.drawer-nav .trans_set ul.SS360 li {
	width: 40%;
}
}
@media screen and (max-width: 680px) {
header nav.drawer-nav .trans_set ul.SS360 li a {
}
}

/* Built in footer BEGIN */
#footer_nav .sitesearch_wrap {
	display: inline-block;
	padding: 30px 0;
	border-top: 1px Solid #555555;
}
@media screen and (max-width: 680px) {
#footer_nav .sitesearch_wrap {
	padding: 30px 0 60px;
}
}
#footer_nav .sitesearch_wrap h2 {
	color: #ffffff;
	font-size: 1.4em;
	text-align: center;
	padding-top: 0;
}
@media screen and (max-width: 680px) {
#footer_nav .sitesearch_wrap h2 {
	font-size: 1.4em;
	padding-top: 20px;
	line-height: 1.3em;
}
}
#footer_nav .sitesearch_wrap p {
	color: #dddddd;
	font-size: 1em;
	text-align: center;
	margin-bottom: 20px;
}
#footer_nav .sitesearch_wrap .siteSearch {
  width: 300px;
  margin: 0 auto;
  float: unset;
  display: block;
  position: relative;
}
@media screen and (max-width: 680px) {
#footer_nav .sitesearch_wrap .siteSearch {
	width: 236px;
}
}
#footer_nav .sitesearch_wrap .siteSearch #searchBox {
	width: 240px;
}
@media screen and (max-width: 680px) {
#footer_nav .sitesearch_wrap .siteSearch #searchBox {
	width: 180px;
}
}
/* Built in footer END */

/* ss360-custom-result */
#ss360-layer.ss360-overlay .ss360-custom-result p {
	font-size: 0.9em;
	color: #666666;
	margin-top: 10px;
}

/*.siteSearch::before {
	content: "NEW";
	background-color: #953735;
	color: #ffffff;
	padding: 2px 6px;
	line-height: 1;
	position: absolute;
	margin-top: -9px;
	font-size: 0.8em;
	margin-left: 29px;
}*/
/* SS360 new END */

/* tempadd -- only none_rwd.css  */
#unibox-suggest-box {
	display: none !important;
}

/* scroll_popup BEGIN  */
.scrollpopup #slide_box {
    display: none;
    overflow: hidden;
    position: fixed;
    width: 360px;
    bottom: 90px;
    right: 0;
    z-index: 9999;
}
@media screen and (min-width: 681px) and (max-width: 980px) {
.scrollpopup #slide_box {
    width: 320px;
}
}
@media screen and (max-width: 680px) {
.scrollpopup #slide_box {
    display: none;
}
}
.scrollpopup #slide_box img {
    width: 100%;
}
.scrollpopup #slide {
    width: 100%;
}
.scrollpopup #slide-in {
    padding: 2px;
    margin: 2px;
    background: #none;
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 1px;
    border: 6px solid rgba(0, 0, 0, 0.2);*/
	text-align: right;
}
.scrollpopup .close {
	position: absolute;
	z-index: 9999;
	margin-left: -30px;
}
.scrollpopup .close i {
    height: 30px;
	width: 30px;
    display: block;
    position: relative;
}
.scrollpopup .icon-remove {
    background: #333;
}
.scrollpopup .icon-remove:before, .icon-remove:after {
    content: '';
    height: 4px;
    width: 25px;
    display: block;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
    top: 13px;
    left: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.scrollpopup .icon-remove:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.scrollpopup .icon-remove:hover {
	background-color: #bc2021;
}
.scrollpopup .info_pannel {
/*	background-color: #fff; */
}
/* scroll_popup END  */

