@charset "UTF-8";
/* BLUE
-----------------------*/
/* GRAY
-----------------------*/
/* scroll fix */
html {
  overflow-y: scroll; }

html, body {
  background: #023462; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.4;
  font-size: 12px;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  min-width: 980px; }

@media screen and (max-width: 740px) {
  body {
    min-width: 320px; } }

input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif; }

strong, b {
  font-weight: bold; }

tr, td, th {
  height: auto; }

a:focus {
  outline: none; }

img {
  /*max-width: 100%;*/ }

/*---clearFix ------------------*/
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* 02.link
----------------------------------------------------------- */
a {
  color: #076ACF;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a.hover-underline-none {
  text-decoration: underline; }

a:hover.hover-underline-none {
  text-decoration: none; }

a:hover.hover-decoration-none {
  text-decoration: none; }

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
/* [ 汎用スタイル：要素間の縦余白 ]
-----------------------*/
.padT-s {
  padding-top: 10px !important; }

.padT-m {
  padding-top: 20px !important; }

.padT-l {
  padding-top: 40px !important; }

@media screen and (max-width: 740px) {
  .padT-s {
    padding-top: 5px !important; }
  .padT-m {
    padding-top: 10px !important; }
  .padT-l {
    padding-top: 20px !important; } }

.padB-s {
  padding-bottom: 10px !important; }

.padB-m {
  padding-bottom: 20px !important; }

.padB-l {
  padding-bottom: 40px !important; }

@media screen and (max-width: 740px) {
  .padB-s {
    padding-bottom: 5px !important; }
  .padB-m {
    padding-bottom: 10px !important; }
  .padB-l {
    padding-bottom: 20px !important; } }

.padL-s {
  padding-left: 10px !important; }

.padL-m {
  padding-left: 20px !important; }

.padL-l {
  padding-left: 40px !important; }

@media screen and (max-width: 740px) {
  .padL-s {
    padding-left: 5px !important; }
  .padL-m {
    padding-left: 10px !important; }
  .padL-l {
    padding-left: 20px !important; } }

.padR-s {
  padding-right: 10px !important; }

.padR-m {
  padding-right: 20px !important; }

.padR-l {
  padding-right: 40px !important; }

@media screen and (max-width: 740px) {
  .padR-s {
    padding-right: 5px !important; }
  .padR-m {
    padding-right: 10px !important; }
  .padR-l {
    padding-right: 20px !important; } }

.marT-s {
  margin-top: 10px !important; }

.marT-m {
  margin-top: 20px !important; }

.marT-l {
  margin-top: 40px !important; }

@media screen and (max-width: 740px) {
  .marT-s {
    margin-top: 5px !important; }
  .marT-m {
    margin-top: 10px !important; }
  .marT-l {
    margin-top: 20px !important; } }

.marB-s {
  margin-bottom: 10px !important; }

.marB-m {
  margin-bottom: 20px !important; }

.marB-l {
  margin-bottom: 40px !important; }

@media screen and (max-width: 740px) {
  .marB-s {
    margin-bottom: 5px !important; }
  .marB-m {
    margin-bottom: 10px !important; }
  .marB-l {
    margin-bottom: 20px !important; } }

.marL-s {
  margin-left: 10px !important; }

.marL-m {
  margin-left: 20px !important; }

.marL-l {
  margin-left: 40px !important; }

@media screen and (max-width: 740px) {
  .marL-s {
    margin-left: 5px !important; }
  .marL-m {
    margin-left: 10px !important; }
  .marL-l {
    margin-left: 20px !important; } }

.marR-s {
  margin-right: 10px !important; }

.marR-m {
  margin-right: 20px !important; }

.marR-l {
  margin-right: 40px !important; }

@media screen and (max-width: 740px) {
  .marR-s {
    margin-right: 5px !important; }
  .marR-m {
    margin-right: 10px !important; }
  .marR-l {
    margin-right: 20px !important; } }

/* [ 汎用スタイル：要素間の縦余白＋区切り線つき ]
-----------------------*/
.padT-s--border {
  padding-top: 10px !important;
  margin-top: 10px !important;
  border-top: 1px solid #023462; }

.padT-m--border {
  padding-top: 20px !important;
  margin-top: 20px !important;
  border-top: 1px solid #023462; }

.padT-l--border {
  padding-top: 40px !important;
  margin-top: 40px !important;
  border-top: 1px solid #023462; }

@media screen and (max-width: 740px) {
  .padT-s--border {
    padding-top: 5px !important;
    margin-top: 5px !important; }
  .padT-m--border {
    padding-top: 10px !important;
    margin-top: 10px !important; }
  .padT-l--border {
    padding-top: 20px !important;
    margin-top: 20px !important; } }

/* [ 揃え ]
-----------------------*/
.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.align-left {
  text-align: left !important; }

.only-sp {
  display: none; }

@media screen and (max-width: 740px) {
  .only-pc {
    display: none; }
  .only-sp {
    display: inline-block; } }

.clear-both {
  clear: both !important; }

.clear-none {
  clear: none !important; }

.red {
  color: #CC0000; }

.nowrap {
  white-space: nowrap; }

.tpl-inner-wrap {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  clear: both; }

@media screen and (max-width: 740px) {
  tpl-inner-wrap {
    max-width: 740px; } }

/* [ ヘッダー上余白 ]
-----------------------*/
body {
  padding-top: 168px; }

@media screen and (max-width: 740px) {
  body {
    padding-top: 65px; } }

/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400; }

#tpl-header.is-fixed {
  position: fixed;
  height: 53px; }

@media screen and (max-width: 740px) {
  #tpl-header {
    min-width: 0; }
  #tpl-header.is-fixed {
    position: static;
    height: auto; } }

#tpl-header {
  /* .utility-list
		-----------------------*/
  /* .utility-search
		-----------------------*/
  /* gcse reset */
  /* .btn-search-open
			-----------------------*/
  /* .btn-search-close-sp
			-----------------------*/
  /* .btn-sidr
		-----------------------*/
  /* .tpl-header-other
		-----------------------*/
  /* [ 追従時 ] */ }
  #tpl-header a {
    color: #333; }
  #tpl-header .tpl-inner-wrap {
    padding: 20px 0 25px;
    position: relative;
    width: 980px; }
  #tpl-header.is-fixed .tpl-inner-wrap {
    padding: 0; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-inner-wrap {
      max-width: 740px;
      padding: 13px 12px 15px;
      width: auto;
      box-sizing: border-box;
      height: 65px; } }
  #tpl-header.is-fixed .tpl-header-logo {
    width: 100px;
    padding-top: 10px; }
  #tpl-header.is-fixed .tpl-header-logo img {
    width: 100%; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-logo {
      width: 130px;
      position: relative; }
    #tpl-header .tpl-header-logo img {
      width: 100%; } }
  #tpl-header .tpl-header-utility {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    overflow: hidden; }
  #tpl-header.is-fixed .tpl-header-utility {
    height: 52px; }
  #tpl-header .tpl-header-utility .wrap {
    background: #E6EAEE;
    display: table; }
  #tpl-header.is-fixed .tpl-header-utility .wrap {
    float: left; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility {
      position: fixed;
      height: 40px;
      overflow: visible;
      z-index: 400;
      width: 150px;
      margin-left: -10px; }
    #tpl-header .tpl-header-utility .wrap {
      float: right;
      height: 40px;
      position: relative; } }
  @media screen and (max-width: 300px) {
    #tpl-header .tpl-header-utility {
      width: 290px; } }
  #tpl-header .tpl-header-utility .utility-list {
    display: table-cell;
    letter-spacing: normal;
    border-right: 1px solid #FFF; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list {
      border-right: none; } }
  #tpl-header .tpl-header-utility .utility-list ul {
    display: table;
    height: 46px; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list ul {
      height: 50px; } }
  #tpl-header.is-fixed .tpl-header-utility .utility-list ul {
    height: 52px; }
  #tpl-header .tpl-header-utility .utility-list li {
    display: table-cell;
    vertical-align: middle; }
  #tpl-header .tpl-header-utility .utility-list li.only-sp {
    display: none; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list li.only-pc {
      display: none; }
    #tpl-header .tpl-header-utility .utility-list li.only-sp {
      display: table-cell; } }
  #tpl-header .tpl-header-utility .utility-list li a {
    text-align: center;
    display: block;
    background: #E6EAEE;
    line-height: 46px;
    padding: 0 25px; }
  #tpl-header.is-fixed .tpl-header-utility .utility-list li a {
    line-height: 52px;
    padding: 0 10px; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list li a {
      padding: 0 10px;
      line-height: 1.2;
      background: #023462;
      color: #fff;
      display: table-cell;
      height: 50px;
      vertical-align: middle;
      width: 80px;
      box-sizing: border-box; } }
  #tpl-header .tpl-header-utility .utility-list li a:hover {
    background: #eceff2; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list li a:hover {
      background: #023462; } }
  #tpl-header .tpl-header-utility .utility-list li a span {
    padding: 0 0 0 10px;
    background: url(/asset/icon_cursor_blue.png) no-repeat left center; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-list li a span {
      line-height: inherit;
      padding: 0;
      background: none; } }
  #tpl-header .tpl-header-utility .utility-search {
    display: table-cell;
    letter-spacing: normal;
    height: 46px;
    width: 46px;
    /*width: 200px;*/
    vertical-align: top; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-search {
      display: none;
      height: 40px;
      /* ひとまず */
      width: 40px !important; } }
  #tpl-header .tpl-header-utility .utility-search .inner-wrap {
    position: relative;
    padding: 2px 1px 2px 2px; }
  @media screen and (max-width: 740px) {
    #tpl-header {
      /* SP時の検索窓 */ }
      #tpl-header .tpl-header-utility .utility-search .inner-wrap {
        /* ひとまず */
        opacity: 1 !important;
        position: static; }
      #tpl-header #___gcse_0 {
        display: none; }
      #tpl-header .utility-search.is-open #___gcse_0 {
        display: block;
        position: absolute;
        top: 42px;
        left: -162px;
        padding: 5px;
        background: #023462;
        width: 300px; } }
  #tpl-header.is-fixed .tpl-header-utility .utility-search {
    height: 52px; }
  #tpl-header .tpl-header-utility .utility-search {
    /* [ btn ] */ }
    #tpl-header .tpl-header-utility .utility-search form.gsc-search-box {
      margin: 0; }
    #tpl-header .tpl-header-utility .utility-search table.gsc-search-box {
      margin: 0; }
    #tpl-header .tpl-header-utility .utility-search input.gsc-input, #tpl-header .tpl-header-utility .utility-search .gsc-input-box, #tpl-header .tpl-header-utility .utility-search .gsc-input-box-hover, #tpl-header .tpl-header-utility .utility-search .gsc-input-box-focus {
      border: none; }
    #tpl-header .tpl-header-utility .utility-search .gsib_a {
      padding: 0; }
    #tpl-header .tpl-header-utility .utility-search .gsib_b {
      background: #FFF; }
    #tpl-header .tpl-header-utility .utility-search .gsc-input-box {
      height: auto; }
    #tpl-header .tpl-header-utility .utility-search .gsc-search-box .gsc-input > input:hover,
    #tpl-header .tpl-header-utility .utility-search .gsc-input-box-hover {
      border: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #tpl-header .tpl-header-utility .utility-search .gsc-search-box .gsc-input > input:focus,
    #tpl-header .tpl-header-utility .utility-search .gsc-input-box-focus {
      border: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #tpl-header .tpl-header-utility .utility-search .gsc-search-box-tools .gsc-search-box .gsc-input {
      padding: 0; }
    #tpl-header .tpl-header-utility .utility-search input[type="text"]::-ms-clear {
      visibility: hidden; }
    #tpl-header .tpl-header-utility .utility-search .gsst_b {
      padding: 0; }
    #tpl-header .tpl-header-utility .utility-search td.gsc-search-button,
    #tpl-header .tpl-header-utility .utility-search td.gsc-clear-button {
      background: #FFF; }
    #tpl-header .tpl-header-utility .utility-search input.gsc-search-button {
      margin: 0; }
    #tpl-header .tpl-header-utility .utility-search .cse .gsc-search-button input.gsc-search-button-v2, #tpl-header .tpl-header-utility .utility-search input.gsc-search-button-v2 {
      width: 0;
      height: 0;
      min-width: 0;
      margin-top: 0;
      border: none;
      padding: 42px 0 0 35px;
      background: #FFF url(/asset/icon_search.png) no-repeat center center;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
  #tpl-header .tpl-header-utility .utility-search.is-open .gsib_a {
    padding-left: 42px; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-search .gsib_a {
      padding-left: 40px; } }
  #tpl-header .tpl-header-utility .utility-search input[type="text"] {
    height: 42px !important; }
  #tpl-header.is-fixed .tpl-header-utility .utility-search input[type="text"] {
    height: 52px !important; }
  #tpl-header .tpl-header-utility .utility-search input[type="image"] {
    position: absolute;
    top: 2px;
    left: 2px; }
  #tpl-header.is-fixed .tpl-header-utility .utility-search input[type="image"] {
    padding: 52px 0 0 35px; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-search input[type="image"] {
      background: #FFF url(/asset/icon_search_sp.png) no-repeat center center;
      background-size: 15px auto;
      padding: 40px 0 0 40px;
      outline: none;
      display: block;
      position: absolute;
      top: 5px;
      left: 5px; } }
  #tpl-header .tpl-header-utility .utility-search .btn-search-open {
    background: #E6EAEE url(/asset/icon_search.png) no-repeat center center;
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }
  #tpl-header.is-fixed .tpl-header-utility .utility-search .btn-search-open {
    height: 52px; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-search .btn-search-open {
      background: #E6EAEE url(/asset/icon_search_sp.png) no-repeat center center;
      background-size: 15px auto;
      width: 40px;
      height: 40px;
      right: 41px; } }
  #tpl-header .tpl-header-utility .utility-search .btn-search-open:hover {
    background-color: #eceff2; }
  #tpl-header .tpl-header-utility .utility-search .btn-search-close-sp {
    display: none; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-utility .utility-search .btn-search-close-sp.is-visible {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10000;
      background: #023462 url(/asset/icon_close_sp.png) no-repeat center center;
      background-size: 14px auto;
      width: 40px;
      height: 42px;
      right: 41px;
      cursor: pointer; } }
  #tpl-header .btn-sidr {
    /*hidden*/
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; }
  @media screen and (max-width: 740px) {
    #tpl-header .btn-sidr {
      /*visible*/
      width: auto;
      height: auto;
      margin: auto;
      overflow: visible;
      display: table-cell;
      width: 50px;
      height: 50px;
      vertical-align: top;
      border-left: 1px solid #FFF; }
    #tpl-header .btn-sidr a {
      display: block;
      height: 50px;
      background: #023462 url(/asset/tpl_header_btn_sidr_splite.png) no-repeat;
      background-size: 50px auto;
      text-indent: -99999px; }
    #tpl-header .btn-sidr a.is-open {
      background-position: 0 -50px;
      background-color: #023462; }
    #tpl-header .btn-sidr a:hover.is-open {
      background-color: #023462; } }
  #tpl-header .tpl-header-other {
    position: absolute;
    right: 0;
    bottom: 25px; }
  #tpl-header .tpl-header-other.clone {
    display: none; }
  @media screen and (max-width: 740px) {
    #tpl-header .tpl-header-other {
      display: none; } }
  #tpl-header.is-fixed .tpl-header-other {
    display: none; }
  #tpl-header.is-fixed .tpl-header-other.clone {
    display: table;
    position: static;
    float: left;
    background: #FFF;
    height: 52px;
    padding-right: 20px; }
  #tpl-header .tpl-header-other > div {
    float: left; }
  #tpl-header.is-fixed .tpl-header-other.clone.tpl-header-other > div {
    display: table-cell;
    vertical-align: middle;
    float: none; }
  #tpl-header .tpl-header-other > div li {
    letter-spacing: normal;
    float: left; }
  #tpl-header .tpl-header-other .other-01 li {
    border-left: 1px solid #CCC; }
  #tpl-header .tpl-header-other .other-01 li a {
    display: block;
    line-height: 15px;
    padding: 0 20px;
    text-align: center; }
  #tpl-header.is-fixed .tpl-header-other .other-01 li a {
    padding: 0 11px; }
  #tpl-header .tpl-header-other .other-02 {
    height: 15px; }
  #tpl-header .tpl-header-other .other-02 ul li:first-child {
    border-left: 1px solid #CCC; }
  #tpl-header .tpl-header-other .other-02 li {
    padding: 0 0 0 17px; }
  #tpl-header.is-fixed .tpl-header-other .other-02 li {
    padding: 0 0 0 12px; }
  #tpl-header .tpl-header-other .other-02 img {
    margin: -2px 0 -3px; }

/* #tpl-header-navi
----------------------------------------------------------- */
#tpl-header-navi {
  position: absolute;
  z-index: 300;
  top: 108px;
  left: 0;
  width: 100%;
  background: #023462; }

#tpl-header-navi.is-fixed {
  top: 53px;
  position: fixed; }

#tpl-header-navi {
  /* .inner-list
		-----------------------*/
  /* .list-item-wrap
			-----------------------*/ }
  #tpl-header-navi > .wrap {
    position: relative; }
  #tpl-header-navi a {
    color: #333; }
  #tpl-header-navi > .wrap > ul {
    height: 60px;
    display: table;
    width: 980px;
    margin: 0 auto; }
  #tpl-header-navi.is-fixed > .wrap > ul {
    height: 46px; }
  @media screen and (max-width: 740px) {
    #tpl-header-navi > .wrap > ul {
      display: none; } }
  #tpl-header-navi > .wrap > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 162px; }
  #tpl-header-navi > .wrap > ul > li > a {
    color: #FFF;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    display: block;
    border-right: 1px solid #4F7292; }
  #tpl-header-navi.is-fixed > .wrap > ul > li > a {
    height: 46px;
    line-height: 46px; }
  #tpl-header-navi > .wrap > ul > li:first-child > a {
    border-left: 1px solid #4F7292; }
  #tpl-header-navi > .wrap > ul > li > a:hover,
  #tpl-header-navi > .wrap > ul > li > a.is-open,
  #tpl-header-navi > .wrap > ul > li > a.is-active {
    text-decoration: none;
    background: #E6EAEE;
    color: #023462; }
  #tpl-header-navi .inner-list {
    /*hidden*/
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; }
  #tpl-header-navi .inner-list.is-visible {
    /*visible*/
    width: auto;
    height: auto;
    margin: auto;
    overflow: visible;
    background: #E6EAEE;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    text-align: left; }
  #tpl-header-navi.is-fixed .inner-list.is-visible {
    top: 46px; }
  #tpl-header-navi .inner-list .wrap {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden; }
  #tpl-header-navi .inner-list .list-item-wrap {
    width: 200px;
    float: left;
    margin: 0 15px 0 0;
    line-height: 1; }
  #tpl-header-navi .inner-list .list-item-wrap dt {
    font-size: 15px;
    border-bottom: 1px dotted #AAA;
    color: #023462;
    font-weight: bold;
    padding: 0 0 15px; }
  #tpl-header-navi .inner-list .list-item-wrap dd a {
    line-height: 1.3;
    font-size: 13px;
    display: block;
    border-bottom: 1px dotted #AAA;
    padding: 15px 0 15px 10px;
    background: url(/asset/icon_cursor_blue.png) left center no-repeat; }
  #tpl-header-navi .inner-list .btn-close {
    position: absolute;
    top: 40px;
    right: 0;
    display: block; }
  #tpl-header-navi .inner-list .btn-close a {
    display: block;
    padding: 0 35px 0 0;
    line-height: 30px;
    color: #023462;
    font-size: 15px;
    font-weight: bold;
    background: url(/asset/tpl_header_btn_close_splite.gif) no-repeat right 0; }
  #tpl-header-navi .inner-list .btn-close a:hover {
    background-position: right -30px; }

/* #tpl-topicpath
----------------------------------------------------------- */
#tpl-topicpath {
  margin-top: 80px;
  width: 100%;
  background: #E6EAEE; }
  #tpl-topicpath ul {
    overflow: hidden;
    padding: 10px 0; }
  #tpl-topicpath li {
    float: left;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    background: url(/asset/icon_cursor_slim_blue.png) no-repeat right center; }
  #tpl-topicpath li.last {
    background: none; }
  #tpl-topicpath a {
    line-height: 1;
    color: #023462; }

@media only screen and (max-width: 740px) {
  #tpl-topicpath {
    width: auto;
    padding: 0 10px; }
    #tpl-topicpath li {
      display: none; }
    #tpl-topicpath li.is-parent {
      display: inline-block;
      background: none;
      padding-right: 0; }
    #tpl-topicpath li.is-parent a {
      line-height: 1;
      padding: 0 0 0 10px;
      margin: 0;
      background: url(/asset/icon_cursor_slim_blue.png) no-repeat left center; }
    #tpl-topicpath li.last {
      display: inline-block;
      padding: 0 0 0 15px;
      margin: 0;
      background: url(/asset/icon_cursor_slim_blue.png) no-repeat left center; } }

/* #tpl-contents
----------------------------------------------------------- */
#tpl-contents {
  background: #FFF;
  font-size: 15px;
  overflow: hidden;
  min-width: 980px; }

@media only screen and (max-width: 740px) {
  #tpl-contents {
    min-width: 320px;
    font-size: 12px; } }

#tpl-contents p {
  line-height: 1.8; }

@media only screen and (max-width: 740px) {
  #tpl-contents p {
    line-height: 1.5; }
  #tpl-contents .tpl-inner-wrap {
    padding: 0 10px; }
  #tpl-contents img {
    max-width: 100%; } }

/* [ ページ基本要素 ]
	-----------------------*/
#tpl-contents > .tpl-inner-wrap {
  padding-bottom: 60px; }

@media only screen and (max-width: 740px) {
  #tpl-contents > .tpl-inner-wrap {
    padding-bottom: 30px; } }

#tpl-contents > .tpl-inner-wrap > .page-title-wrap {
  padding: 60px 0 0; }

@media only screen and (max-width: 740px) {
  #tpl-contents > .tpl-inner-wrap > .page-title-wrap {
    padding: 40px 0 0; } }

/* .page-title-wrap
		-----------------------*/
#tpl-contents > .tpl-inner-wrap > .page-title-wrap .title {
  font-size: 36px;
  font-weight: bold;
  color: #023462;
  line-height: 1.4;
  text-align: center; }

@media only screen and (max-width: 740px) {
  #tpl-contents > .tpl-inner-wrap > .page-title-wrap .title {
    font-size: 24px; } }

/* #tpl-tool
-----------------------*/
#tpl-tool {
  background: #EEE;
  border-top: 1px solid #CCC;
  font-size: 13px; }

@media screen and (max-width: 740px) {
  #tpl-tool {
    display: none; } }

#tpl-tool .tpl-inner-wrap {
  display: table; }

@media screen and (max-width: 740px) {
  #tpl-tool .tpl-inner-wrap {
    display: block; } }

#tpl-tool .title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 163px;
  border-left: 1px solid #CCC; }

@media screen and (max-width: 740px) {
  #tpl-tool .title {
    display: block;
    width: auto;
    border: none;
    padding: 15px 0; }
  #tpl-tool .title img {
    width: 76px; } }

#tpl-tool .cate-list {
  display: table-cell;
  border-right: 1px solid #CCC; }

@media screen and (max-width: 740px) {
  #tpl-tool .cate-list {
    display: block;
    border: none;
    overflow: hidden; } }

#tpl-tool .cate-list li {
  width: 162px;
  height: 89px;
  border: 1px solid #CCC;
  border-right: none;
  border-top: none;
  display: table;
  float: left; }

#tpl-tool .cate-list li a {
  color: #333;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: url(/asset/tpl_tool_btn_cursor.png) no-repeat bottom right; }

@media screen and (max-width: 740px) {
  #tpl-tool .cate-list li {
    box-sizing: border-box;
    width: 50%;
    height: auto;
    float: left;
    border: 1px solid #CCC;
    border-right: none;
    border-bottom: none; }
  #tpl-tool .cate-list li a {
    background: url(/asset/tpl_tool_btn_cursor_sp.png) no-repeat bottom right;
    background-size: 12px auto;
    padding: 15px; } }

#tpl-tool .cate-list li a:hover {
  background-color: #FFF;
  text-decoration: none; }

@media screen and (max-width: 740px) {
  #tpl-tool {
    font-size: 12px; } }

/* #tpl-pagetop-box
----------------------------------------------------------- */
#tpl-pagetop-box {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 350; }

@media only screen and (max-width: 740px) {
  #tpl-pagetop-box {
    position: static;
    text-align: center;
    border-bottom: 1px solid #436787; }
  #tpl-pagetop-box a {
    display: block;
    padding: 15px 0;
    color: #FFF; }
  #tpl-pagetop-box span {
    padding: 0 20px 0 0;
    background: url(/asset/icon_cursor_white_up.png) no-repeat right center;
    line-height: 1;
    background-size: 8px auto; } }

/* #tpl-footer-address
----------------------------------------------------------- */
#tpl-footer-address {
  clear: both;
  background: #000;
  color: #FFF; }

@media screen and (max-width: 740px) {
  #tpl-footer-address {
    border-bottom: 1px solid #436787; } }

#tpl-footer-address .tpl-inner-wrap {
  padding: 10px 0;
  overflow: hidden; }

#tpl-footer-address ul {
  float: left;
  letter-spacing: -0.4em; }

@media screen and (max-width: 740px) {
  #tpl-footer-address ul {
    display: none; } }

#tpl-footer-address li {
  padding: 0 30px 0 0;
  letter-spacing: normal;
  display: inline-block; }

#tpl-footer-address li a {
  color: #FFF;
  padding: 0 0 0 10px;
  background: url(/asset/icon_cursor_white.png) no-repeat left center;
  font-size: 14px; }

#tpl-footer-address address {
  float: right;
  display: inline-block;
  font-size: 14px; }

@media screen and (max-width: 740px) {
  #tpl-footer-address address {
    float: none;
    font-size: 12px;
    display: block;
    text-align: center; } }

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
  clear: both;
  /* #tpl-footer-sitemap
	-----------------------*/
  /* #sitemap-list-main
		-----------------------*/
  /* #list-main-navi
			-----------------------*/
  /* #list-main-article
			-----------------------*/
  /* #sitemap-list-sub
		-----------------------*/
  /* #tpl-footer-global
	-----------------------*/
  /* .global-02
		-----------------------*/ }
  #tpl-footer #tpl-footer-sitemap {
    background: url(/asset/tpl_footer_sitemap_bg.jpg) no-repeat center top;
    background-size: cover;
    min-width: 980px;
    overflow: hidden; }
  @media screen and (max-width: 740px) {
    #tpl-footer #tpl-footer-sitemap {
      display: none; } }
  #tpl-footer #tpl-footer-sitemap > .wrap {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 0; }
  #tpl-footer #sitemap-list-main {
    background: url(/asset/tpl_footer_sitemap_inner_bg.png);
    width: 741px;
    padding: 30px;
    float: left;
    position: relative; }
  #tpl-footer #sitemap-list-main .logo {
    padding: 6px 15px 0 0;
    float: left; }
  #tpl-footer #list-main-navi > ul {
    overflow: hidden; }
  #tpl-footer #list-main-navi > ul > li {
    width: auto;
    min-width: 64px;
    letter-spacing: normal;
    vertical-align: top; }
  #tpl-footer #list-main-navi > ul > li a span {
    padding: 0 20px; }
  #tpl-footer #list-main-article {
    clear: both;
    margin: 0 0 0 -40px;
    padding: 30px 0 0; }
  #tpl-footer #list-main-article .sitemap-cate-list {
    /*hidden*/
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden; }
  #tpl-footer #list-main-article .sitemap-cate-list.is-visible {
    /*visible*/
    width: auto;
    height: auto;
    margin: auto; }
  #tpl-footer #list-main-article .sitemap-cate-list .item {
    width: 160px;
    float: left;
    padding: 0 0 0 30px; }
  #tpl-footer #list-main-article .sitemap-cate-list .item--bottomline {
    margin-top: 15px; }
  #tpl-footer #list-main-article .sitemap-cate-list.is-visible .item.item--campus-life {
    position: absolute;
    bottom: 55px;
    right: 240px; }
  @media screen and (max-width: 740px) {
    #tpl-footer #list-main-article .sitemap-cate-list .item.item--campus-life {
      position: static; } }
  #tpl-footer #list-main-article .sitemap-cate-list .item.marge-child {
    padding-top: 35px; }
  #tpl-footer #list-main-article .sitemap-cate-list .item > .title {
    font-size: 15px;
    color: #023462;
    font-weight: bold;
    padding: 0 0 15px; }
  #tpl-footer #list-main-article .sitemap-cate-list .item > ul > li {
    padding: 13px 0 0; }
  #tpl-footer #list-main-article .sitemap-cate-list .item > ul > li:first-child {
    padding: 0; }
  #tpl-footer #list-main-article .sitemap-cate-list .item > ul > li a {
    color: #333;
    display: inline-block;
    background: url(/asset/icon_cursor_blue.png) no-repeat left 5px;
    padding: 0 0 0 10px;
    font-size: 13px; }
  #tpl-footer #list-main-article .sitemap-cate-list .item.other > ul > li a {
    color: #023462; }
  #tpl-footer #sitemap-list-sub {
    background: url(/asset/tpl_footer_sitemap_inner_bg.png);
    width: 158px;
    float: right;
    padding: 30px; }
  #tpl-footer #sitemap-list-sub li {
    padding: 13px 0 0; }
  #tpl-footer #sitemap-list-sub li:first-child {
    padding: 0; }
  #tpl-footer #sitemap-list-sub li a {
    display: inline-block;
    background: url(/asset/icon_cursor_blue.png) no-repeat left 6px;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #023462; }
  #tpl-footer #tpl-footer-global a {
    color: #FFF;
    line-height: 1; }
  #tpl-footer #tpl-footer-global ul {
    letter-spacing: -0.4em; }
  #tpl-footer #tpl-footer-global li {
    display: inline-block;
    letter-spacing: normal; }
  #tpl-footer #tpl-footer-global .tpl-inner-wrap {
    background: none;
    padding: 10px 0; }
  #tpl-footer #tpl-footer-global .global-02 {
    width: 980px;
    margin: 0 auto;
    color: #FFF;
    padding: 25px 0;
    text-align: center;
    font-size: 13px; }
  @media screen and (max-width: 740px) {
    #tpl-footer #tpl-footer-global .global-02 {
      width: auto; } }
  #tpl-footer #tpl-footer-global .global-02 .inner-list-01 {
    padding: 0 0 35px; }
  #tpl-footer #tpl-footer-global .global-02 .inner-list-01 li {
    padding: 0 15px; }
  @media screen and (max-width: 740px) {
    #tpl-footer #tpl-footer-global .global-02 .inner-list-01 li {
      padding: 0 15px 15px; }
    #tpl-footer #tpl-footer-global .global-02 .inner-list-01 li.btn-wide {
      clear: both;
      width: 90%;
      padding-right: 0; } }
  #tpl-footer #tpl-footer-global .global-02 .inner-list-02 {
    padding: 0 0 25px; }
  #tpl-footer #tpl-footer-global .global-02 .inner-list-02 li {
    padding: 0 9px; }
  #tpl-footer #tpl-footer-global .global-02 .inner-list-02 li:first-child {
    border-right: 1px solid #FFF; }

/* [ SPのみサイドメニュー ]
-----------------------*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background: #333;
  color: #fff; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr ul li a {
  display: block;
  text-decoration: none;
  color: #fff; }

#tpl-header .btn-sidr.is-hidden,
#sidr.is-hidden {
  display: none; }

@media screen and (max-width: 740px) {
  #sidr {
    background: none; }
  .sidr p {
    font-size: 12px;
    margin: 0;
    display: block;
    padding: 15px; }
  .sidr ul {
    display: block;
    margin: 0;
    padding: 0;
    border-top: none;
    border-bottom: none; }
  .sidr ul li a {
    padding: 15px;
    background: #023462; }
  .sidr ul li {
    background: #023462;
    font-size: 12px;
    line-height: 1.4;
    border-top: 1px solid #FFF;
    border-bottom: none; }
  .sidr ul li ul li {
    line-height: 1.4; }
  .sidr ul li ul li.size-fix {
    font-size: 10px; }
  .sidr ul li ul li a {
    color: #FFF;
    padding-left: 0;
    padding: 12px;
    background: #023462;
    word-wrap: break-word; }
  .sidr ul li ul li:hover,
  .sidr ul li ul li.active,
  .sidr ul li ul li.sidr-class-active {
    line-height: 1.4; }
  /* [ アコーディオン用の最適化 ]
	-----------------------*/
  /* INIT */
  .sitemap-cate-list {
    /*display: none !important;*/ }
  /* #sidr-search
	-----------------------*/
  #sidr-search {
    /* reset */
    /* [ btn ] */
    /* unique */ }
    #sidr-search > div {
      display: block;
      padding: 5px;
      background: #023462;
      border-bottom: 1px solid #fff; }
    #sidr-search form.gsc-search-box {
      margin: 0;
      position: relative; }
    #sidr-search table.gsc-search-box {
      margin: 0; }
    #sidr-search input.gsc-input, #sidr-search .gsc-input-box, #sidr-search .gsc-input-box-hover, #sidr-search .gsc-input-box-focus {
      border: none; }
    #sidr-search .gsib_a {
      padding: 0; }
    #sidr-search .gsib_b {
      background: #FFF; }
    #sidr-search .gsc-input-box {
      height: auto; }
    #sidr-search .gsc-search-box .gsc-input > input:hover,
    #sidr-search .gsc-input-box-hover {
      border: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #sidr-search .gsc-search-box .gsc-input > input:focus,
    #sidr-search .gsc-input-box-focus {
      border: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #sidr-search .gsc-search-box-tools .gsc-search-box .gsc-input {
      padding: 0; }
    #sidr-search input[type="text"]::-ms-clear {
      visibility: hidden; }
    #sidr-search .gsst_b {
      padding: 0; }
    #sidr-search td.gsc-search-button,
    #sidr-search td.gsc-clear-button {
      background: #FFF; }
    #sidr-search input.gsc-search-button {
      margin: 0; }
    #sidr-search .cse .gsc-search-button input.gsc-search-button-v2, #sidr-search input.gsc-search-button-v2 {
      width: 0;
      height: 0;
      min-width: 0;
      margin-top: 0;
      border: none;
      padding: 42px 0 0 35px;
      background: #FFF url(/asset/icon_search.png) no-repeat center center;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      position: absolute;
      top: 0;
      left: 0; }
    #sidr-search .gsib_a {
      padding-left: 40px; }
    #sidr-search .gsib_a input[type="text"] {
      height: 44px !important;
      vertical-align: bottom; }
  /* [ スマホ対策 ]
	-----------------------*/
  #sidr-search {
    position: relative; }
  #sidr-search .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000; }
  .sidr-open #sidr-search .cover {
    display: none; }
  /* #sidr-section01
	-----------------------*/
  #sidr-section01 > p {
    border-top: 1px solid #FFF;
    height: 44px;
    padding: 0;
    cursor: pointer; }
  #sidr-section01 > p:first-child {
    border-top: none; }
  #sidr-section01 > p span.icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: middle;
    background: #355D84 url(/asset/icon_accordion_large_splite_sp.png) no-repeat;
    background-size: 44px auto;
    margin-right: 10px; }
  #sidr-section01 > p.is-open span.icon {
    background-position: 0 -44px; }
  #sidr-section01 .sitemap-cate-list {
    padding: 10px;
    /* INIT */
    display: none; }
  #sidr-section01 .sitemap-cate-list .item {
    border: none;
    clear: both;
    border-top: 1px solid #023462; }
  #sidr-section01 .sitemap-cate-list .item .title {
    background: #E6EAEE;
    color: #333;
    cursor: pointer;
    padding: 15px 10px; }
  #sidr-section01 .sitemap-cate-list .item.title-none .title {
    display: none; }
  #sidr-section01 .sitemap-cate-list .item .title .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/asset/icon_accordion_splite_sp.png) no-repeat;
    background-size: 16px auto;
    margin-right: 5px; }
  #sidr-section01 .sitemap-cate-list .item .title.is-open .icon {
    background-position: 0 -16px; }
  #sidr-section01 .sitemap-cate-list .item ul {
    padding: 5px;
    padding-top: 0;
    background: #E6EAEE;
    overflow: hidden;
    /* INIT */
    display: none; }
  #sidr-section01 .sitemap-cate-list .item.title-none ul {
    display: block;
    padding-top: 5px; }
  #sidr-section01 .sitemap-cate-list .item li {
    width: 49.9%;
    float: left;
    display: table;
    background: #FFF;
    border-top: 1px solid #E6EAEE;
    border-left: 1px solid #E6EAEE;
    box-sizing: border-box; }
  #sidr-section01 .sitemap-cate-list .item li a {
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    color: #333; }
  #sidr-section01 .sitemap-cate-list .item li a span {
    background: url(/asset/icon_cursor_blue.png) no-repeat left;
    background-size: auto 6px;
    padding-left: 7px; }
  /* #sidr-section02-top
	-----------------------*/
  #sidr-section02-top ul {
    background: #6E859D; }
  #sidr-section02-top li {
    display: block;
    width: 100%; }
  #sidr-section02-top li a {
    display: block;
    font-size: 10px;
    background: #335C86;
    padding: 15px !important; }
  #sidr-section02-top li a span {
    background: url(/asset/icon_cursor_white.png) no-repeat left;
    background-size: auto 6px;
    padding-left: 7px; }
  /* #sidr-section02
	-----------------------*/
  #sidr-section02 {
    overflow: hidden; }
  #sidr-section02 ul {
    margin-left: -1px;
    overflow: hidden; }
  #sidr-section02 li {
    width: 50%;
    float: left;
    height: 47px;
    border-left: 1px solid #FFF;
    box-sizing: border-box;
    background: #6E859D; }
  #sidr-section02 li.btn-special {
    background: #335C86; }
  #sidr-section02 li a {
    font-size: 10px;
    background: #6E859D; }
  #sidr-section02 li.btn-special a {
    background: #335C86; }
  #sidr-section02 li a span {
    background: url(/asset/icon_cursor_white.png) no-repeat left;
    background-size: auto 6px;
    padding-left: 7px; }
  #sidr-section02 li a span.icon-blank {
    background: url(/asset/icon_blank.png) no-repeat left;
    width: 13px;
    height: 15px;
    background-size: 100% auto;
    padding-left: 0; }
  /* #sidr-section03
	-----------------------*/
  #sidr-section03 {
    font-size: 12px;
    background: #EEE;
    border: 1px solid #023462; }
  #sidr-section03 .tpl-inner-wrap {
    display: block; }
  #sidr-section03 .title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 163px;
    border-left: 1px solid #CCC;
    display: block;
    width: auto;
    border: none;
    padding: 15px 0; }
  #sidr-section03 .title img {
    width: 76px; }
  #sidr-section03 .cate-list {
    display: block;
    border: none;
    overflow: hidden; }
  #sidr-section03 .cate-list li {
    background: none;
    display: table;
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: auto;
    float: left;
    border: 1px solid #FFF;
    border-right: none;
    border-bottom: none; }
  #sidr-section03 .cate-list li a {
    color: #333;
    background: none;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
    background-size: 12px auto;
    padding: 15px 5px 15px 15px; }
  #sidr-section03 .cate-list li a:hover {
    background-color: #FFF;
    text-decoration: none; }
  #sidr-section03 .cate-list li a span {
    background: url(/asset/icon_cursor_blue.png) no-repeat left;
    background-size: auto 6px;
    padding-left: 7px; }
  /* sp スマホサイドナビフッター用 blankアイコン */
  #sidr-section02-top li a span.icon-blank,
  #sidr-section03 .cate-list li a span.icon-blank {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(/asset/icon_blank.png) no-repeat;
    vertical-align: bottom;
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
    padding: 0; } }

/* [ Magnific Popup CSS ]
-----------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background: none; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #023462;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 10px;
  width: 54px;
  height: 54px;
  background: url(/asset/tpl_lb_btn_prev.gif) no-repeat; }

/*.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}*/
.mfp-arrow-right {
  right: 10px;
  width: 54px;
  height: 54px;
  background: url(/asset/tpl_lb_btn_next.gif) no-repeat; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #333;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #023462; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* [SPのみフッターサイトマップ]
	#sp-footer-sitemap
-----------------------*/
#sp-footer-sitemap {
  display: none; }

@media screen and (max-width: 740px) {
  #sp-footer-sitemap {
    display: block; } }

#sp-footer-sitemap {
  /* sp スマホサイドナビフッター用 */ }
  #sp-footer-sitemap .btn-accordion,
  #sp-footer-sitemap .item {
    width: 100%; }
  #sp-footer-sitemap .item {
    vertical-align: bottom; }
  #sp-footer-sitemap .btn-accordion span.icon {
    vertical-align: middle; }
  #sp-footer-sitemap .item li {
    display: table !important; }
  #sp-footer-sitemap .btn-accordion {
    color: #fff !important; }
  #sp-footer-sitemap .item li a {
    display: table-cell !important;
    vertical-align: middle;
    color: #333 !important;
    padding: 12px !important; }
  #sp-footer-sitemap #sidr-section01 {
    border-bottom: 1px solid #fff; }
  #sp-footer-sitemap #sidr-section01 .icon-blank {
    display: none; }
  #sp-footer-sitemap #sidr-section02 {
    border-bottom: 1px solid #fff; }
  #sp-footer-sitemap #sidr-section02 li {
    border-top: 1px solid #fff;
    display: table !important; }
  #sp-footer-sitemap #sidr-section02 li a {
    padding: 15px !important;
    display: table-cell !important;
    vertical-align: middle; }
  #sp-footer-sitemap #sidr-section02-top li a span.icon-blank,
  #sp-footer-sitemap #sidr-section03 .cate-list li a span.icon-blank {
    top: 0; }

@media screen and (max-width: 740px) {
  #tpl-footer-global .inner-list-01 {
    display: none; } }
