@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
* html body {
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: tbudgothic-std, sans-serif;
}
/* wrapper
============================== */
#tmp_wrapper {
  color: inherit;
  background: #f7f7f7;
  min-width: 1024px;
}
#tmp_wrapper2 {
  margin: 0 auto;
  overflow: hidden;
}
* html #tmp_wrapper2 {
  text-align: left;
}
/* main
============================== */
#tmp_wrap_main {
  padding: 190px 20px 40px;
  clear: both; /* 変更しない */
  color: inherit;
  background-color: #f7f7f7;
}
.format_top #tmp_wrap_main {
  padding: 0 0 19px;
  background-color: transparent;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
  width: 100%; /* 変更しない */
}
#tmp_contents {
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-sizing: border-box;
}
/* common icon
============================== */
.arrow_r_blue:before,
.tmp_arrow:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px 0 0;
  border-top: 2px solid #0072bc;
  border-right: 2px solid #0072bc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
  width: 100%; /* 変更しない */
  float: left; /* 変更しない */
}
.col_nm {
  width: 100%; /* 変更しない */
}
.wrap_col_lft_navi {
  float: left; /* 変更しない */
  position: relative; /* 変更しない */
  z-index: 1; /* 変更しない */
}
.wrap_col_rgt_navi {
  float: right; /* 変更しない */
}
.column_full .wrap_col_main {
  width: 100%; /* 変更しない */
  float: right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
  width: 100%; /* 変更しない */
  float: right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
  width: 100%; /* 変更しない */
  float: left; /* 変更しない */
}
/* top
============================== */
.wrap_top_box {
  clear: both;
  width: 100%;
}
.top_box {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.top_lft {
  float: left;
  width: 450px;
  margin-right: -458px;
  position: relative;
  z-index: 1;
}
.wrap_top_rgt {
  width: 100%;
  float: right;
}
.top_rgt {
  margin-left: 458px;
}
/* free
============================== */
.format_free .wrap_col_nm {
  margin-right: -220px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
  margin-right: 220px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
  clear: both;
  width: 198px; /* デザインによって変更 */
  margin-right: -220px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
  margin: 0 0 20px;
}
.format_free .wrap_col_rgt_navi {
  width: 200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
  margin: 0 0 20px;
}
.format_free .column_full .col_main {
  margin-left: 220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
  margin-left: 220px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
  margin-right: -220px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
  margin-right: 220px; /* デザインによって変更 */
}
/* cp
============================== */
.format_free .custom_cp .wrap_col_nm {
  margin-right: -260px; /* デザインによって変更 */
}
.format_free .custom_cp .wrap_col_nm2 {
  margin-right: 260px; /* デザインによって変更 */
}
.format_free .custom_cp .wrap_col_lft_navi {
  clear: both;
  width: 220px; /* デザインによって変更 */
  margin-right: -260px; /* デザインによって変更 */
}
.format_free .custom_cp .col_lft_navi {
  margin: 0 0 20px;
}
.format_free .custom_cp .column_full .col_main {
  margin-left: 220px; /* デザインによって変更 */
}
.format_free .custom_cp .column_lnavi .col_main {
  margin-left: 220px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
  width: 100%;
  height: 150px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
  background: #fff;
  z-index: 1000;
}
#tmp_header_inner {
}
#tmp_hlogo {
  float: left;
  border-top: solid 10px #00ae6f;
}
#tmp_hlogo a {
  display: block;
  box-sizing: border-box;
  width: 280px;
  height: 140px;
  border-right: solid 1px #ccc;
  /* margin: 40px auto auto 34px; */
  background: url(/shared/rn/images/hlogo.svg) no-repeat 40px 40px;
  background-size: auto 50px;
  color: transparent;
  font-size: 0;
}
#tmp_means {
  width: calc(100% - 280px);
  border-top: solid 10px #0072bc;
  float: right;
}
#tmp_means ul {
  list-style: none;
  list-style-image: none;
}
#tmp_means a {
  text-decoration: none;
}
/* primary
============================== */
#tmp_means_primary {
  display: flex;
  justify-content: space-between;
  height: 60px;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
  font-size: 100%;
  letter-spacing: 0.2em;
}
/* hnavi */
#tmp_hnavi,
#tmp_hnavi2 {
  display: flex;
  justify-content: start;
  align-self: center;
}
#tmp_hnavi li,
#tmp_hnavi2 li {
  min-width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 0 0 20px;
}
#tmp_hnavi2 li {
  padding: 0 20px 0 0;
}
#tmp_hnavi span {
  position: relative;
  font-size: 157.1%;
  vertical-align: middle;
}
/*
.tmp_hnavi_new .fal:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #bc0133;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  right: 4px;
}
*/
#tmp_hnavi a:link,
#tmp_hnavi a:hover,
#tmp_hnavi a:active,
#tmp_hnavi a:visited {
  color: #0072bc;
  cursor: pointer;
}
#tmp_hnavi a:hover {
  text-decoration: underline;
}

/* hnavi 2 */
#tmp_hnavi2 span {
  font-size: 157.1%;
  vertical-align: middle;
  margin-right: 5px;
}
#tmp_hnavi2 a:link,
#tmp_hnavi2 a:hover,
#tmp_hnavi2 a:active,
#tmp_hnavi2 a:visited {
  color: #0072bc;
  cursor: pointer;
}
#tmp_hnavi2 a:hover {
  text-decoration: underline;
}

/* tmp_mobile */
#tmp_mobile a {
  display: block;
  color: #000000;
  background-color: #ffffff;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), color-stop(50%, #f6f7f3), to(#dfe1d4)); /* Webkit */
  background: -moz-linear-gradient(center top, #ffffff, #f6f7f3 50%, #dfe1d4); /* Mozilla */
  background: linear-gradient(to bottom, #ffffff, #f6f7f3 50%, #dfe1d4); /* CSS3 */
  border: 1px solid #cfd0ca;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
}

#tmp_mobile span {
  display: block;
  padding: 3px 6px 1px 22px;
  background: transparent url(/shared/images/header/mobile_icon.gif) no-repeat 4px center;
  border: 1px solid #ffffff;
  border-radius: 2px;
}

/* sma_sch
============================== */
#tmp_hnavi_s {
  display: none;
}
#tmp_sma_menu .wrap_sma_sch {
  display: none;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi ul {
  display: flex;
  max-width: 901px;
  align-items: center;
  height: 80px;
  overflow: hidden;
}
#tmp_gnavi li {
  text-align: center;
  align-self: center;
  max-width: 150px;
  width: calc(100% / 6);
}
#tmp_gnavi a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  overflow: hidden;
  line-height: 1.6;
  text-indent: 0.3em;
  letter-spacing: 0.2em;
  border-right: solid 1px #ccc;
  transition: all 0.2s;
  border-bottom: solid 4px;
  cursor: pointer;
}
#tmp_glist1 a,
#tmp_glist1 a:visited {
  color: #0071bb;
  border-bottom: solid 8px #0071bb;
}
#tmp_glist1 a:hover,
#tmp_glist1 a:active,
#tmp_glist1.active a {
  color: #fff;
  background: #0071bb;
}

#tmp_glist2 a,
#tmp_glist2 a:visited {
  color: #008354;
  border-bottom: solid 8px #008354;
}
#tmp_glist2 a:hover,
#tmp_glist2 a:active,
#tmp_glist2.active a {
  color: #fff;
  background: #008354;
}

#tmp_glist3 a,
#tmp_glist3 a:visited {
  color: #a76400;
  border-bottom: solid 8px #a76400;
}
#tmp_glist3 a:hover,
#tmp_glist3 a:active,
#tmp_glist3.active a {
  color: #fff;
  background: #a76400;
}

#tmp_glist4 a,
#tmp_glist4 a:visited {
  color: #c10101;
  border-bottom: solid 8px #c10101;
}
#tmp_glist4 a:hover,
#tmp_glist4 a:active,
#tmp_glist4.active a {
  color: #fff;
  background: #c10101;
}

#tmp_glist5 a,
#tmp_glist5 a:visited {
  color: #c403b0;
  border-bottom: solid 8px #c403b0;
}
#tmp_glist5 a:hover,
#tmp_glist5 a:active,
#tmp_glist5.active a {
  color: #fff;
  background: #c403b0;
}

#tmp_glist6 a,
#tmp_glist6 a:visited {
  color: #7300d1;
  border-bottom: solid 8px #7300d1;
}
#tmp_glist6 a:hover,
#tmp_glist6 a:active,
#tmp_glist6.active a {
  color: #fff;
  background: #7300d1;
}

/* snavi
============================== */
#tmp_snavi_wrap {
  margin: 150px 0 0;
  width: 100%;
  transition: all 0.3s ease-out;
  opacity: 0;
  height: 0;
  position: relative;
  overflow-y: scroll;
  z-index: 1000;
  /* background: rgba(0, 0, 0, 0.65); */
}
#tmp_snavi_wrap::-webkit-scrollbar {
  display: none;
}
#tmp_snavi_wrap.is-active {
  height: calc(100vh - 150px);
  opacity: 1;
}
#tmp_snavi_wrap .tmp_snavi_list a:hover {
  text-decoration: underline;
  background: transparent;
}
.tmp_snavi_inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
  /* margin: 20px auto; */
  width: 1280px;
  max-width: 1280px;
  min-width: 980px;
  box-sizing: content-box;
  transition: all 0.5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width : 481px) and (max-width: 1279px) {
  .tmp_snavi_inner {
    width: auto;
  }
}
.tmp_snavi_inner.is-active {
  opacity: 1;
  height: auto;
}
.tmp_snavi {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 40px;
  background: #fff;
  color: #000;
  letter-spacing: 0.2em;
  cursor: default;
}
.tmp_snavi_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tmp_snavi_list li {
  width: 25%;
  list-style: none;
}
.tmp_snavi_list a {
  display: block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  font-size: 86%;
  text-decoration: none;
}
.tmp_snavi_list .tmp_arrow:before {
  border-color: #fff;
}

#tmp_snavi_01 .tmp_snavi {
  background: #0071bb;
  color: #FFFFFF;
}
#tmp_snavi_01 .tmp_snavi_list a,
#tmp_snavi_01 .tmp_snavi_list a:visited {
  color: #fff;
  background: #0071bb;
}

#tmp_snavi_02 .tmp_snavi {
  background: #008354;
  color: #FFFFFF;
}
#tmp_snavi_02 .tmp_snavi_list a,
#tmp_snavi_02 .tmp_snavi_list a:visited {
  color: #fff;
  background: #008354;
}

#tmp_snavi_03 .tmp_snavi {
  background: #a76400;
  color: #FFFFFF;
}
#tmp_snavi_03 .tmp_snavi_list a,
#tmp_snavi_03 .tmp_snavi_list a:visited {
  color: #fff;
  background: #a76400;
}

#tmp_snavi_04 .tmp_snavi {
  background: #c10101;
  color: #FFFFFF;
}
#tmp_snavi_04 .tmp_snavi_list a,
#tmp_snavi_04 .tmp_snavi_list a:visited {
  color: #fff;
  background: #c10101;
}

#tmp_snavi_05 .tmp_snavi {
  background: #c403b0;
  color: #FFFFFF;
}
#tmp_snavi_05 .tmp_snavi_list a,
#tmp_snavi_05 .tmp_snavi_list a:visited {
  color: #fff;
  background: #c403b0;
}

#tmp_snavi_06 .tmp_snavi {
  background: #7300d1;
  color: #FFFFFF;
}
#tmp_snavi_06 .tmp_snavi_list a,
#tmp_snavi_06 .tmp_snavi_list a:visited {
  color: #fff;
  background: #7300d1;
}

/* smartphone 常時表示メニュー
============================== */
#tmp_sp_gnavi {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 480px) {
  #tmp_sp_gnavi {
    display: block;
  }
}
#tmp_sp_glist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#tmp_sp_glist li {
  display: flex;
  list-style: none;
  width: calc(100% / 3 - 6px);
  margin: 3px;
}
#tmp_sp_glist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  line-height: 1.7;
  text-decoration: none;
  border-bottom: solid 2px #ddd;
}

#tmp_sp_glist1 a,
#tmp_sp_glist1 a:visited {
  color: #0071bb;
  border-color: #0071bb;
}

#tmp_sp_glist2 a,
#tmp_sp_glist2 a:visited {
  color: #008354;
  border-color: #008354;
}

#tmp_sp_glist3 a,
#tmp_sp_glist3 a:visited {
  color: #a76400;
  border-color: #a76400;
}

#tmp_sp_glist4 a,
#tmp_sp_glist4 a:visited {
  color: #c10101;
  border-color: #c10101;
}

#tmp_sp_glist5 a,
#tmp_sp_glist5 a:visited {
  color: #c403b0;
  border-color: #c403b0;
}

#tmp_sp_glist6 a,
#tmp_sp_glist6 a:visited {
  color: #7300d1;
  border-color: #7300d1;
}

/* gcse-search
============================== */
#tmp_gcse_search_wrap {
  display: flex;
  border: solid 1px #ccc;
  border-radius: 50px;
  padding: 10px 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
#tmp_gcse_search_title {
  letter-spacing: 0.1rem;
  line-height: 30px;
  font-size: 115%;
}
#tmp_gcse_search_inner {
  flex-grow: 1;
}
/* override google styling */
#tmp_gcse_search_wrap .gsc-control-cse {
  border-left: solid 1px #ccc !important;
  margin: 0 0 0 20px !important;
  padding: 0 20px !important;
  cursor: text;
}
#tmp_gcse_search_wrap table.gsc-search-box,
#tmp_gcse_search_wrap form.gsc-search-box {
  margin-bottom: 0 !important;
}
#tmp_gcse_search_wrap .gsc-input-box {
  border: none !important;
}
#tmp_gcse_search_wrap .gsc-input {
  max-width: calc(100% - 170px) !important;
}
.gsc-input {
  background: none !important;
  line-height: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
#tmp_gcse_search_wrap .gsc-input::placeholder {
  font-size: 115% !important;
  color: #aaa;
}
#tmp_gcse_search_wrap .gsib_a,
#tmp_gcse_search_wrap .gsib_b {
  padding: 0 !important;
  font-size: 86% !important;
}
#tmp_gcse_search_wrap .gscb_a {
  line-height: 20px;
  vertical-align: middle;
}
#tmp_gcse_search_wrap .gsc-search-button-v2 {
  width: 200px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 50px !important;
  cursor: pointer !important;
  background: #0072bc;
  transition: background 0.2s;
}
#tmp_gcse_search_wrap .gsc-search-button-v2:hover {
  background: #1b96e9;
}
/* mainsearch
============================== */
#tmp_func_sch_btn {
  width: 200px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 50px !important;
  cursor: pointer !important;
  background: #0072bc;
  transition: background 0.2s;
}
#tmp_func_sch_btn svg {
  fill: #FFFFFF;
}
#tmp_wrapper #tmp_gcse_search_wrap #tmp_query {
  margin: 0 0 0 20px !important;
  padding: 0 20px !important;
  cursor: text;
  max-width: calc(100% - 170px) !important;
  height: auto !important;
  line-height: 30px !important;
  border:1px solid #DDDDDD;
  border-radius: 0;
  font-size: 130%;
}
/* alert
============================== */
.tmp_alert {
  border: solid 1px #bc0133;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.tmp_alert_title {
  color: #fff;
  background: #bc0133;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 10px;
}
.tmp_alert ul {
  padding: 15px 10px;
}
.tmp_alert_text {
  list-style: disc inside !important;
  padding: 5px 20px;
  color: #bc0133;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
}
.tmp_alert_text a:link,
.tmp_alert_text a:visited {
  color: #bc0133 !important;
  text-decoration: underline;
}
.tmp_alert_text a:hover {
  text-decoration: none;
}

/* pankuzu
============================== */
#tmp_pankuzu {
  padding: 0 0 20px;
  clear: both;
}
#tmp_pankuzu span {
  font-size: 130%;
  vertical-align: middle;
}

.format_top #tmp_pankuzu {
  padding-bottom: 2px;
}
.custom_cp #tmp_pankuzu {
  padding-left: 20px;
}
/* lnavi
============================== */
#tmp_lnavi {
}
#tmp_lnavi_ttl {
}
#tmp_lnavi_ttl a,
#tmp_lnavi_cnt a {
  display: block;
  padding: 10px 16px 10px 32px;
  text-decoration: none;
  line-height: 1.6;
}
#tmp_lnavi_ttl a,
.type_idxnavi #tmp_lnavi_ttl p {
  background: #0072bc;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  font-size: 114.2%;
  letter-spacing: 0.2em;
  color: #fff;
  transition: all 0.2s;
}
#tmp_lnavi_ttl a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#tmp_lnavi_cnt li {
  list-style: none;
  border: solid 1px #ccc;
  border-top: none;
  background: #fff;
}
#tmp_lnavi_cnt li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
#tmp_lnavi_cnt a {
  color: #0072bc;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  color: #333;
}
#tmp_lnavi_cnt a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0072bc;
  border-right: 2px solid #0072bc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 14px;
}
/*.type_idxnavi #tmp_lnavi_cnt a:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 16px;
}*/
#tmp_lnavi_cnt a:hover,
#tmp_lnavi_cnt .active {
  background: rgba(0, 114, 188, 0.1);
  font-weight: bold;
}

/* faq */
#tmp_lnavi_cnt .switch_menu {
}
#tmp_lnavi_cnt .noicon_list {
}
#tmp_lnavi_cnt .active .switch {
  background: rgba(0, 114, 188, 0.1);
  font-weight: bold;
}
#tmp_lnavi_cnt .switch_cnt {
  border-bottom: solid 3px #ccc;
}
#tmp_lnavi_cnt .switch_cnt li {
  border: none;
  border-top: solid 1px #ccc;
}
#tmp_lnavi_cnt .switch_cnt a {
  padding: 10px 16px 10px 50px;
}
#tmp_lnavi_cnt .switch_cnt a:before {
  width: 10px;
  height: 3px;
  background: #0072bc;
  transform: none;
  left: 30px;
  border: none;
  border-radius: 10px;
  top: 20px;
}
#tmp_lnavi_cnt .switch_cnt a:hover {
}

/* event_cal
============================== */
#tmp_wrap_event_cal {
  margin-bottom: 10px;
  padding: 4px;
  background-color: #d9d9d9;
}
#tmp_event_cal {
  padding: 2px 2px 5px;
  background-color: #ffffff;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
  clear: both;
  padding: 25px 5px 10px 8px;
  background: url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
}
#tmp_event_cal_ttl .year {
  margin-top: 8px;
  margin-right: 5px;
  float: left;
}
#tmp_event_cal_ttl .month {
  float: left;
}
/* event_cal_cnt */
#tmp_wrap_event_cal_cnt {
  clear: both;
  padding: 0 3px;
}
#tmp_event_cal_cnt {
  width: 100%;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
}
#tmp_event_cal_cnt .calendar {
  width: 100%;
  margin: 5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
  text-align: center;
  font-weight: normal;
  background-color: #f7f7ee;
}
#tmp_event_cal_cnt .calendar td {
  text-align: center;
}
#tmp_event_cal_cnt .calendar a {
  color: #000000;
  background-color: transparent;
}
#tmp_event_cal_cnt .calendar .today {
  display: block;
  color: inherit;
  font-weight: bold; /* 変更しない */
  background-color: #ffffcc !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
  color: #cc0000;
  background-color: transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
  color: #3333cc;
  background-color: transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
  list-style: none;
}
#tmp_event_cal_cnt .cal_navi li {
  line-height: 1.1;
  font-size: 85.7%;
}
#tmp_event_cal_cnt .cal_navi .prev {
  float: left;
  padding: 0 30px 0 0;
}
#tmp_event_cal_cnt .cal_navi .prev a {
  display: inline-block;
}
#tmp_event_cal_cnt .cal_navi .next {
  float: right;
  padding: 0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
  display: inline-block;
}
#tmp_event_cal_cnt .cal_navi .list {
  float: left;
}
.wrap_enavi_box {
  clear: both;
  padding-top: 1px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-top: 1px solid #d9d9d9;
}
.enavi_box {
  padding: 10px;
  color: inherit;
  background-color: #d9d9d9;
}
.enavi_box p {
  font-weight: bold;
}
#tmp_sch_keyword form p {
  float: left;
}
#tmp_l_keyword {
  width: 125px;
  min-height: 22px;
  margin-right: 2px;
  border: 1px solid #0071bb;
}
*:first-child + html #tmp_l_keyword {
  width: 118px;
}
* html #tmp_l_keyword {
  width: 120px;
}
#tmp_l_ksearch_btn {
  padding: 3px 5px;
  color: #ffffff;
  background: -webkit-gradient(linear, center top, center bottom, from(#1d6cc3), to(#2062a6)); /* Webkit */
  background: -moz-linear-gradient(center top, #1d6cc3, #2062a6); /* Mozilla */
  background: linear-gradient(to bottom, #1d6dc3, #2062a6); /* CSS3 */
  background-color: #1d6cc3;
  border: 1px solid #1b8cd2;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
*:first-child + html #tmp_l_ksearch_btn {
  padding: 2px 4px;
}
* html #tmp_l_ksearch_btn {
  padding: 2px 4px;
}
#tmp_ward_event ul {
  list-style: none;
  list-style-image: none;
  border-right: 1px solid #717171;
  border-bottom: 1px solid #717171;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#tmp_ward_event li {
  display: inline-block;
  width: 49.9%;
  float: left;
  background-color: #d2dee7;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d2dee7)); /* Webkit */
  background: -moz-linear-gradient(center top, #ffffff, #d2dee7); /* Mozilla */
  background: linear-gradient(to bottom, #ffffff, #d2dee7); /* CSS3 */
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:first-child + html #tmp_ward_event li {
  width: 49%;
}
* html #tmp_ward_event li {
  background-color: #d2dee7;
}
#tmp_ward_event li.cansel {
  width: 99.7% !important;
  float: none;
}
#tmp_ward_event li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
/* rnavi
============================== */
#tmp_rnavi {
}
#tmp_kinkyuLink {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
#tmp_kinkyuLink a {
  display: block;
  text-align: center;
  border: solid 2px #bc0133;
  color: #bc0133;
  padding: 14px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  transition: all 0.2s;
  background: #fff;
}
#tmp_kinkyuLink a:hover {
  background: #bc0133;
  color: #fff;
}
#tmp_kinkyuLink i {
  font-size: 130%;
  margin-right: 10px;
  vertical-align: bottom;
}
#tmp_sagasu {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
#tmp_sagasu ul {
  list-style: none;
  list-style-image: none;
}
#tmp_sagasu li {
  margin-bottom: 10px;
}
#tmp_sagasu a {
  display: block;
  border: solid 2px #0072bc;
  color: #0072bc;
  padding: 14px 14px 14px 60px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  background: #fff;
}
#tmp_sagasu a:hover {
  background: #0072bc;
  color: #fff;
}
#tmp_sagasu span {
  display: block;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  font-size: 157.1%;
}
#tmp_callcenter {
  border: solid 2px #ccc;
  border-radius: 5px;
  padding: 14px;
  text-align: center;
  background: #fff;
}
#tmp_callcenter p {
  font-size: 114.2%;
}
#tmp_callcenter p:not(:last-child) {
  margin: 10px auto;
}
.bnr_list {
  list-style: none;
}
.bnr_list li {
  margin-bottom: 10px;
}
.bnr_list img {
  vertical-align: top;
}
/* pnavi
============================== */
.pnavi {
  clear: both;
}
.pnavi .ptop {
  margin-bottom: 0 !important;
}
.ptop {
  text-align: right;
  clear: both;
}
/* ==================================================
main
================================================== */
#tmp_main {
  width: 100%; /* 変更しない */
  clear: both; /* 変更しない */
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
}
/* emergency, emergency_s, emergency_c
====================================== */
#tmp_emergency,
#tmp_emergency_s,
#tmp_emergency_c {
  margin: 0 0 10px;
  border: 1px solid #ce3333;
  color: #ffffff;
  background: url(/shared/images/main/emergency/emergency_ttl_bg.gif) repeat-x #bf0000 left top;
  clear: both;
}
#tmp_emergency_ttl,
#tmp_emergency_s_ttl,
#tmp_emergency_c_ttl {
  width: 138px;
  border-right: 1px solid #ce3333;
  float: left;
}
* html #tmp_emergency_ttl,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_c_ttl {
  width: 139px;
}
#tmp_emergency_ttl h2,
#tmp_emergency_s_ttl h2,
#tmp_emergency_c_ttl h2 {
  padding: 2px 6px 0;
  color: #ffffff;
  background-color: transparent;
  font-size: 114.2%;
}
#tmp_emergency_cnt {
  width: 808px;
  padding: 2px 7px 2px 14px;
  float: right;
  color: #000000;
  background-color: #ebebeb;
}
#tmp_emergency_s_cnt {
  width: 295px;
  padding: 2px 7px;
  float: right;
  color: #000000;
  background-color: #ebebeb;
}
#tmp_emergency_c_cnt {
  width: 815px;
  padding: 10px 7px 2px;
  float: right;
  color: #000000;
  background-color: #ebebeb;
}
* html #tmp_emergency_cnt,
* html #tmp_emergency_c_cnt {
  width: 829px;
}
* html #tmp_emergency_s_cnt {
  width: 309px;
}
#tmp_emergency_cnt table.list_table,
#tmp_emergency_c_cnt table.list_table {
  width: 100%;
  line-height: 1.2;
  border-collapse: collapse;
  border-spacing: 0;
}
#tmp_emergency_cnt table.list_table td,
#tmp_emergency_c_cnt table.list_table td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
#tmp_emergency_cnt table.list_table .date,
#tmp_emergency_c_cnt table.list_table .date {
  width: 80px;
}
#tmp_emergency_cnt table.list_table .date_year,
#tmp_emergency_c_cnt table.list_table .date_year {
  width: 110px;
}
#tmp_emergency_cnt table.list_table p,
#tmp_emergency_c_cnt table.list_table p {
  vertical-align: middle;
}
#tmp_emergency_cnt table.list_table .date .list_icon,
#tmp_emergency_c_cnt table.list_table .date .list_icon {
  background: transparent url(/shared/images/icon/list_icon.gif) no-repeat left 0.2em;
  padding: 0 0 0 15px;
}
#tmp_emergency_cnt ul,
#tmp_emergency_s_cnt ul {
  margin: 0 0 0 20px;
  list-style: url(/shared/images/icon/list_icon.gif);
}
#tmp_emergency_c_cnt ul {
  margin: 0 0 0 30px;
  list-style: url(/shared/images/icon/list_icon.gif);
}
#tmp_emergency_cnt ul li,
#tmp_emergency_s_cnt ul li,
#tmp_emergency_c_cnt ul li {
  margin: 3px 0;
  line-height: 1.4;
}
#tmp_emergency_cnt p,
#tmp_emergency_s_cnt p,
#tmp_emergency_c_cnt p {
  margin: 3px 0;
}
#tmp_emergency_c_cnt .emergency1 {
  margin: 0 0 10px;
  padding: 10px 18px;
  color: inherit;
  background-color: #ffffff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
#tmp_emergency_c_cnt .read_all {
  margin-left: 0;
  list-style: none;
  list-style-image: none;
  float: right;
}
#tmp_emergency_c_cnt .read_all li {
  float: left;
}
#tmp_emergency_c_cnt .read_all .ichiran {
  margin-right: 10px;
}
#tmp_emergency_c_cnt .read_all .rss_btn {
  color: #000000;
  background-color: #ffcc00;
  background: -webkit-gradient(linear, center top, center bottom, from(#fdf6d6), color-stop(70%, #fdd534), to(#ffcc00)); /* Webkit */
  background: -moz-linear-gradient(center top, #fdf6d6, #fdd534 70%, #ffcc00); /* Mozilla */
  background: linear-gradient(to bottom, #fdf6d6, #fdd534 70%, #ffcc00); /* CSS3 */
  border: 1px solid #b2b2b2;
  border-radius: 3px;
}
* html #tmp_emergency_c_cnt .read_all .rss_btn {
  background-color: #ffcc00;
}
#tmp_emergency_c_cnt .read_all .rss_btn a {
  display: block;
  width: 80px;
  border: 1px solid #ffffff;
  color: #000000;
  background-color: transparent;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
/* social_plugins
====================================== */
#tmp_social_plugins {
  clear: both;
  float: left;
}
#tmp_social_plugins .social_media_btn {
  width: 120px;
  padding: 2px 0 10px;
  float: left;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
  padding: 0 10px 0 0;
  line-height: 1.2;
}
/* pr_area
============================== */
/* gallery */
#tmp_iira {
  margin: 0 0 7px;
  clear: both;
}
#tmp_iira_ttl {
  margin: 0 0 6px;
  background: transparent url(/shared/images/main/gallery/iira_ttl_bg.png) no-repeat 154px 0;
}
#tmp_iira_ttl h2 {
  width: 154px;
  height: 44px;
  background: transparent url(/shared/images/main/gallery/iira_ttl.gif) no-repeat left top;
}
#tmp_iira_ttl h2 span {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#tmp_iira_cnt {
  position: relative;
}
#tmp_ieyasu {
  position: absolute;
  left: 337px;
  top: -50px;
  z-index: 10;
}
#tmp_gallery {
  width: 378px;
  height: 238px;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.used_javascript #tmp_gallery {
  visibility: hidden;
}
#tmp_gallery .list_order {
  width: 367px;
  height: 10px;
  padding: 8px 0 6px 11px;
  background: url(/shared/images/main/gallery/list_order_bg.png) repeat left top;
  position: absolute;
  top: 214px;
  left: 0;
  z-index: 9;
  list-style: none;
  list-style-image: none;
}
#tmp_gallery .list_order li {
  float: left;
  margin-right: 5px;
}
#tmp_gallery .list_order li img {
  vertical-align: top;
}
#tmp_gallery .prev,
#tmp_gallery .next {
  display: none;
}
#tmp_gallery_player {
  position: absolute;
  top: 223px;
  right: 141px;
  z-index: 11;
}
/* koho */
#tmp_koho {
  margin: 0 0 15px;
  clear: both;
}
#tmp_koho ul {
  list-style: none;
  list-style-image: none;
}
#tmp_koho li {
  display: block;
  float: left;
}
#tmp_koho li a {
  display: block;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
* html #tmp_koho li a {
  height: 178px;
}
#tmp_koho li span {
  display: block;
  position: relative;
  z-index: -1;
}
#tmp_koho_bnr1 {
  width: 158px;
  height: 178px;
  background: url(/shared/images/main/koho/shicho_bnr.png) no-repeat left top;
}
#tmp_koho_bnr1 span {
  width: 148px;
  height: 168px;
}
#tmp_koho_bnr2 {
  width: 118px;
  height: 178px;
  background: url(/shared/images/main/koho/miryoku_bnr.png) no-repeat left top;
}
#tmp_koho_bnr2 span {
  width: 108px;
  height: 168px;
}
#tmp_koho_bnr3 {
  width: 118px;
  height: 88px;
  background: url(/shared/images/main/koho/event_bnr.png) no-repeat left top;
}
#tmp_koho_bnr3 span {
  width: 108px;
  height: 88px;
}
#tmp_koho_bnr4 {
  width: 118px;
  height: 88px;
  background: url(/shared/images/main/koho/fb_bnr.png) no-repeat left top;
}
#tmp_koho_bnr4 span {
  width: 108px;
  height: 88px;
}
#tmp_koho_bnr5 {
  width: 118px;
  height: 88px;
  background: url(/shared/images/main/koho/kanko_bnr.png) no-repeat left top;
}
#tmp_koho_bnr5 span {
  width: 108px;
  height: 88px;
}
#tmp_koho_bnr6 {
  width: 118px;
  height: 88px;
  background: url(/shared/images/main/koho/kosodate_bnr.png) no-repeat left top;
}
#tmp_koho_bnr6 span {
  width: 108px;
  height: 88px;
}
/* about */
#tmp_about {
  margin: 0 0 10px;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 7px 10px 5px;
  color: #000000;
  background-color: #efefef;
  background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#efefef)); /* Webkit */
  background: -moz-linear-gradient(center top, #ffffff, #efefef); /* Mozilla */
  background: linear-gradient(to bottom, #ffffff, #efefef); /* CSS3 */
  clear: both;
}
* html #tmp_about {
  background-color: #efefef;
}
#tmp_about_ttl h2 {
  height: 36px;
  margin: 0 0 3px;
  background: url(/shared/images/main/about/about_ttl.gif) no-repeat left top;
}
#tmp_about_ttl h2 span {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#tmp_about_cnt {
  padding: 0 0 0 5px;
}
#tmp_about_cnt .abt_lft {
  width: 108px;
  height: 78px;
  float: left;
}
#tmp_about_cnt .abt_lft p {
  height: 78px;
  background: url(/shared/images/main/about/shakkin_bnr.png) no-repeat left top;
}
#tmp_about_cnt .abt_lft p a {
  display: block;
  height: 78px;
}
#tmp_about_cnt .abt_lft p span {
  display: block;
  position: relative;
  z-index: -1;
}
#tmp_about_cnt .abt_rgt {
  width: 368px;
  padding: 5px 0 0;
  float: right;
}
#tmp_about_cnt .abt_rgt ul {
  list-style: none;
  list-style-image: none;
}
#tmp_about_cnt .abt_rgt li {
  float: left;
  width: 29%;
  margin-right: 1em;
  margin-bottom: 0.4em;
  background: url(/shared/images/main/about/about_icon.gif) no-repeat left top;
}
#tmp_about_cnt .abt_rgt li a {
  display: block;
  padding-left: 20px;
}
/* slider-gallery
============================== */
.used_javascript #tmp_slider_gallery {
  display: none;
}
#tmp_slider_gallery {
  clear: both;
  position: relative;
  width: 100%;
  min-height: 64px;
}
#tmp_slider_gallery ul {
  padding: 0 22px 0 28px;
  list-style: none;
  list-style-image: none;
}
#tmp_slider_gallery li {
  margin: 0 6px 0 0;
  padding: 0 0 6px;
  float: left;
}
#tmp_slider_gallery li img {
  vertical-align: top;
}
#tmp_slider_gallery .box_gallrey {
  padding: 2px 0;
}
#tmp_slider_gallery .prev {
  position: absolute;
  top: 0;
  left: 0;
}
#tmp_slider_gallery .next {
  position: absolute;
  top: 0;
  right: 0;
}
.box_wrap_parent_gallrey {
  margin: 0 28px;
}
/* update
============================== */
#tmp_update {
  clear: both;
  margin-bottom: 0 !important;
  text-align: right;
}
.custom_cp #tmp_update {
  clear: none;
}
/* plugin ▼変更しない
============================== */
.plugin {
  margin: 0 0 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  clear: both;
}
.plugin .plugin_img {
  margin: 0 10px 0 0 !important;
  float: left;
}
.plugin .plugin_img img {
  vertical-align: top;
}
.plugin p {
  margin: 0 !important;
}
.custom_cp .plugin {
  background-color: #ffffff;
}
/* inquiry
============================== */
#tmp_inquiry {
  margin: 0 0 20px;
  border: 1px solid #cccccc;
  background: #fff;
  clear: both;
}
#tmp_inquiry_ttl {
  padding: 15px 20px;
  border-bottom: solid 1px #ccc;
  background: rgba(0, 114, 188, 0.1);
}
#tmp_inquiry_ttl p {
  margin-bottom: 0 !important;
  font-weight: bold;
}
#tmp_inquiry_cnt {
  padding: 15px 20px;
}
#tmp_inquiry_cnt p {
  margin-bottom: 0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
  margin: 0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
  margin: 0.3em 0 0;
}
/* feedback
============================== */
#tmp_feedback {
  margin: 0 0 20px;
  clear: both;
  border: solid 1px #ccc;
  background: #fff;
}
#tmp_feedback_ttl {
  padding: 15px 20px;
  background-color: rgba(0, 144, 188, 0.1);
  border-bottom: 1px solid #ccc;
}
#tmp_feedback_ttl p {
  margin: 0 !important;
  font-weight: bold;
}
#tmp_feedback_cnt {
  padding: 10px 15px;
}
#tmp_feedback_cnt fieldset {
  clear: both;
  border: none;
  padding: 0;
}
#tmp_feedback_cnt fieldset legend {
  margin: 0 0 0.2em 0;
  font-weight: bold;
  clear: both;
}
#tmp_feedback_cnt fieldset p {
  margin: 0 1em 0.2em 0;
  display: inline;
  float: left;
}
#tmp_feedback_cnt .submit {
  margin: 0.2em 0 0 0 !important;
  clear: both;
}
#tmp_feedback_cnt .submit input[type="submit"] {
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 10px auto;
  min-width: 150px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 115%;
  letter-spacing: 0.2em;
  transition: all 0.2s;
  background: #0072bc;
  border: solid 2px #0072bc;
  color: #fff;
}
#tmp_feedback_cnt .submit input[type="submit"]:hover {
  background: #00548b;
  border-color: #00548b;
}

/* cp_format
============================== */
.format_top .custom_cp #tmp_wrap_main {
  padding-top: 40px;
  color: inherit;
  background-color: #ffffff;
}
.custom_cp #tmp_wrap_main {
  padding-right: 0;
  padding-left: 0;
}
#tmp_wrap_cp {
  background: url(/shared/images/main/cp/cp_bg_mdl.jpg) repeat-y left top;
  width: 970px;
  margin: 0 auto;
}
#tmp_cp {
  padding: 0 0 40px;
  background: url(/shared/images/main/cp/cp_bg_btm.jpg) no-repeat left bottom;
}
* html #tmp_wrap_cp {
  position: relative;
}
#tmp_cp_ttl {
  width: 94px;
  min-height: 787px;
  float: left;
}
.format_top #tmp_cp_ttl {
  background: url(/shared/images/main/cp/cp_ttl.jpg) no-repeat left top;
}
.format_free #tmp_cp_ttl {
  background: url(/shared/images/main/cp/cp_ttl2.jpg) no-repeat left top;
}
* html #tmp_cp_ttl {
  height: 787px;
}
#tmp_cp_ttl h1,
#tmp_cp_ttl p {
  padding: 30px 0 0;
}
#tmp_cp_ttl a {
  display: block;
  width: 94px;
  min-height: 70px;
}
#tmp_cp_ttl h1 span,
#tmp_cp_ttl p span {
  display: block;
  width: 94px;
  height: 787px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#tmp_cp_cnt {
  width: 840px;
  padding: 31px 20px 16px 16px;
  background: url(/shared/images/main/cp/cp_cnt_bg.jpg) repeat-x left top;
  float: left;
}
* html #tmp_cp_cnt {
  width: 876px;
}
.format_top #tmp_cp_cnt {
  padding-bottom: 0;
  padding: 61px 20px 16px 16px;
  background: url(/shared/images/main/cp/cp_cnt_top_bg.jpg) no-repeat left top;
  position: relative;
}
.format_top .custom_cp #tmp_contents {
  padding-bottom: 0;
}
#tmp_cp_mv {
  margin: 0 0 20px;
  position: relative;
}
#tmp_cp_mv .cp_mv_url {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background/*\**/: #FFFFFF\9;
  filter: alpha(opacity=0);
}
/* cp_free
============================== */
/* cp_gnavi */
#tmp_cp_gnavi {
  margin: 0 0 20px;
  padding: 9px;
  color: inherit;
  background: url(/shared/images/navi/gnavi/cp/gnavi_bg.jpg) repeat left top;
  clear: both;
}
* html #tmp_cp_gnavi {
  padding: 7px;
}
#tmp_cp_gnavi ul {
  list-style: none;
  list-style-image: none;
}
#tmp_cp_gnavi li {
  float: left;
  position: relative;
  z-index: 1;
  vertical-align: top;
}
#tmp_cp_gnavi a {
  display: block;
  width: 165px;
  height: 52px;
  background-image: url(/shared/images/navi/gnavi/cp/gnavi.jpg);
  background-repeat: no-repeat;
}
#tmp_cp_glist1 a {
  background-position: left top;
}
#tmp_cp_glist1.active a,
#tmp_cp_glist1 a:hover,
#tmp_cp_glist1 a:focus {
  background-position: left bottom;
}
*:first-child + html #tmp_cp_glist1 a:active {
  background-position: left bottom;
}
* html #tmp_cp_glist1 a:active {
  background-position: left bottom;
}
#tmp_cp_glist2 a {
  background-position: -165px top;
}
#tmp_cp_glist2.active a,
#tmp_cp_glist2 a:hover,
#tmp_cp_glist2 a:focus {
  background-position: -165px bottom;
}
*:first-child + html #tmp_cp_glist2 a:active {
  background-position: -165px bottom;
}
* html #tmp_cp_glist2 a:active {
  background-position: -165px bottom;
}
#tmp_cp_glist3 a {
  background-position: -330px top;
}
#tmp_cp_glist3.active a,
#tmp_cp_glist3 a:hover,
#tmp_cp_glist3 a:focus {
  background-position: -330px bottom;
}
*:first-child + html #tmp_cp_glist3 a:active {
  background-position: -330px bottom;
}
* html #tmp_cp_glist3 a:active {
  background-position: -330px bottom;
}
#tmp_cp_glist4 a {
  background-position: -495px top;
}
#tmp_cp_glist4.active a,
#tmp_cp_glist4 a:hover,
#tmp_cp_glist4 a:focus {
  background-position: -495px bottom;
}
*:first-child + html #tmp_cp_glist4 a:active {
  background-position: -495px bottom;
}
* html #tmp_cp_glist4 a:active {
  background-position: -495px bottom;
}
#tmp_cp_glist5 a {
  width: 162px;
  background-position: -660px top;
}
#tmp_cp_glist5.active a,
#tmp_cp_glist5 a:hover,
#tmp_cp_glist5 a:focus {
  background-position: -660px bottom;
}
*:first-child + html #tmp_cp_glist5 a:active {
  background-position: -660px bottom;
}
* html #tmp_cp_glist5 a:active {
  background-position: -660px bottom;
}
#tmp_cp_glist5 a span {
  width: 162px;
}
#tmp_cp_gnavi ul li span {
  display: block;
  width: 165px;
  height: 52px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
/* cp_lnavi */
.custom_cp #tmp_lnavi {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: transparent;
}
.custom_cp .img_ttl #tmp_lnavi_ttl {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  background-image: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.custom_cp #tmp_lnavi_ttl {
  background: url(/shared/images/navi/lnavi/cp/lnavi_ttl_bg.gif) repeat left top;
  border-bottom: 2px solid #3f3d20;
}
.custom_cp #tmp_lnavi_ttl p a {
  color: #ffffff;
  background-color: transparent;
}
.custom_cp #tmp_wrap_lnavi_cnt {
  padding: 10px;
  background: transparent url(/shared/images/navi/lnavi/cp/lnavi_bg.gif) repeat left top;
}
.custom_cp #tmp_lnavi_cnt {
  padding: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.custom_cp #tmp_lnavi_cnt ul {
  list-style: none;
  list-style-image: none;
}
.custom_cp #tmp_lnavi_cnt li {
  margin-bottom: 0;
  padding: 11px 8px 11px 20px;
  color: inherit;
  background-color: #ffffff;
  background-image: url(/shared/images/navi/lnavi/cp/navi_icon.gif);
  background-position: 8px 0.8em;
  background-repeat: no-repeat;
  background: url(/shared/images/navi/lnavi/cp/navi_icon.gif) no-repeat 8px 0.8em, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f4f0e5)); /* Webkit */
  background: url(/shared/images/navi/lnavi/cp/navi_icon.gif) no-repeat 8px 0.8em, -moz-linear-gradient(center top, #ffffff, #f4f0e5); /* Mozilla */
  background: url(/shared/images/navi/lnavi/cp/navi_icon.gif) no-repeat 8px 0.8em, linear-gradient(to bottom, #ffffff, #f4f0e5); /* CSS3 */
  border-bottom: 1px solid #cbc3b0;
}
.custom_cp #tmp_lnavi_cnt li a {
  padding:0;
}
.custom_cp #tmp_lnavi_cnt li a::before {
  content: none;
}

/* cp_inquiry */
.custom_cp #tmp_inquiry {
  margin: 0 0 20px;
  border: 1px solid #40392b;
  clear: both;
}
.custom_cp #tmp_inquiry_ttl {
  padding: 3px 7px;
  color: #ffffff;
  background: #40392b url(/shared/images/main/inquiry/cp_inquiry_ttl_bg.gif) repeat left top;
  border-top: none;
  border-bottom: 1px solid #40392b;
  border-left: none;
}
.custom_cp #tmp_inquiry_ttl p {
  margin-bottom: 0 !important;
  font-weight: bold;
}
.custom_cp #tmp_inquiry_cnt {
  padding: 7px 15px;
  color: inherit;
  background-color: #ffffff;
}
.custom_cp #tmp_inquiry_cnt p {
  margin-bottom: 0 !important;
}
.custom_cp #tmp_inquiry_cnt .inquiry_parts {
  margin: 0 0 0.8em;
}
.custom_cp #tmp_inquiry_cnt .inquiry_btn {
  margin: 0.3em 0 0;
}
/* cp_banner */
#tmp_cp_banner {
  clear: both;
}
#tmp_contents #tmp_cp_banner_b {
  clear: both;
  padding-top: 38px;
  border-top: 2px solid #282606;
}
#tmp_cp_banner ul,
#tmp_contents #tmp_cp_banner_b ul {
  list-style: none;
  list-style-image: none;
}
#tmp_contents #tmp_cp_banner_b ul {
  margin-left: 0;
}
#tmp_cp_banner li {
  margin-bottom: 14px;
}
#tmp_contents #tmp_cp_banner_b li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
#tmp_cp_banner li img,
#tmp_cp_banner_b li img {
  vertical-align: top;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
  clear: both;
  padding: 28px 0 8px;
  color: inherit;
  background: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), color-stop(10%, #ffffff), to(#ffffff)); /* Webkit */
  background: -moz-linear-gradient(center top, #f1f1f1, #ffffff 10%, #ffffff); /* Mozilla */
  background: linear-gradient(to bottom, #f1f1f1, #ffffff 10%, #ffffff); /* CSS3 */
  background-color: #f1f1f1;
  border-top: 1px solid #cccccc;
}
#tmp_publicity {
  width: 970px;
  margin: 0 auto;
}
* html #tmp_publicity {
  width: 973px;
  text-align: left;
}
#tmp_publicity_ttl {
  float: left;
  margin: 0 15px 0 0;
  padding: 0 0 0 14px;
  border-right: 2px solid #337bc4;
}
#tmp_publicity_ttl a {
  display: block;
  width: 98px;
  height: 44px;
  background: url(/shared/images/main/publicity/publicity_ttl.gif) no-repeat left top;
}
#tmp_publicity_ttl a span {
  position: relative;
  z-index: -1;
}
#tmp_publicity_cnt {
  width: 825px;
  float: left;
}
#tmp_publicity_cnt ul {
  list-style-type: none;
  margin-bottom: 6px;
}
#tmp_publicity_cnt ul li {
  width: 160px;
  margin: 0 5px 0 0;
  padding: 0 0 5px;
  float: left;
}
.type_idx #tmp_publicity_cnt ul {
  clear: both;
  padding-left: 0;
}
.type_idx #tmp_publicity_cnt ul li {
  width: auto;
  float: none;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
#tmp_publicity_cnt .banner {
  clear: both;
}
#tmp_publicity_cnt .text_banner ul li {
  margin-right: 30px;
  line-height: 1.6;
}
#tmp_publicity_cnt .bnr_title {
  font-weight: bold;
  font-size: 114.2%;
}
/*bnner plus */
#tmp_ipr_wrapper {
  position: static;
  bottom: 0;
  z-index: 9999;
  text-align: right;
}
#tmp_ipr {
  position: relative;
}
#tmp_ipr_wrapper .close_btn {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px;
}

/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
  width: 100%;
  background: #00ae6f;
  background: -moz-linear-gradient(left, #00ae6f 0%, #0072bc 100%);
  background: -webkit-linear-gradient(left, #00ae6f 0%, #0072bc 100%);
  background: linear-gradient(to right, #00ae6f 0%, #0072bc 100%);
}
#tmp_footer_inner,
#tmp_fnavi_inner,
#tmp_copyright_inner {
  max-width: 1024px;
  margin: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
/* tmp_footer_logo
============================== */
#tmp_footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#tmp_footer_logoImg {
  margin-right: 60px;
}
#tmp_footer_address {
  font-size: 115%;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
#tmp_footer_address address {
  font-style: normal;
}

/* tmp_footer
============================== */
#tmp_footer {
  background: rgba(255, 255, 255, 0.9);
}
#tmp_footer_inner {
  padding: 80px 20px;
}
/* tmp_footer_info
============================== */
#tmp_footer_info {
  display: flex;
  justify-content: space-between;
}
.tmp_footer_infoTitle {
  font-size: 130%;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.tmp_footer_infoText {
  font-size: 115%;
  line-height: 2;
  letter-spacing: 0.2em;
}
#tmp_footer_hours,
#tmp_footer_access {
  flex-basis: 50%;
  padding: 20px 60px;
}
#tmp_footer_access {
  border-left: solid 1px #999;
}
#tmp_footer_accessList {
  display: flex;
  flex-wrap: wrap;
}
#tmp_footer_accessList li {
  width: calc(100% / 2);
  list-style: none;
  font-size: 115%;
  line-height: 2;
  letter-spacing: 0.2em;
}
#tmp_footer_accessList a,
#tmp_footer_accessList a:visited {
  color: #111;
  text-decoration: none;
}
#tmp_footer_accessList a:hover {
  text-decoration: underline;
}

/* fnavi
============================== */
#tmp_fnavi_list {
  display: flex;
  justify-content: center;
}
#tmp_fnavi_list li {
  white-space: nowrap;
  list-style: none;
}
#tmp_fnavi_list li:not(:last-child) {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid #ffffff;
}
#tmp_fnavi a {
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  color: #111;
}
#tmp_fnavi a,
#tmp_fnavi a:visited {
  color: #111;
  text-decoration: none;
  font-size: 85.7%;
  letter-spacing: 0.2rem;
}
#tmp_fnavi a:hover {
  text-decoration: underline;
}

/* tmp_copyright
============================== */
#tmp_copyright {
  width: 100%;
  background: #1b3342;
  color: #fff;
  font-size: 85.7%;
}
#tmp_copyright_inner {
  display: flex;
  justify-content: space-between;
}

/* ==================================================
loading
================================================== */
.tmp_isLoading {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.tmp_isLoading #tmp_wrapper {
  height: 100vh;
  overflow: hidden;
}
#tmp_loading {
  height: calc(100vh - 10px);
  width: 100vw;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
  text-align: center;
  animation: fadeOut 0.5s ease 1.5s 1 alternate forwards;
}
#tmp_loading_logo {
  position: absolute;
  width: 180px;
  height: 230px;
  top: -10%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  animation: fadeIn 0.75s ease 2 alternate forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==================================================
tmp_spQuickLink
================================================== */
#tmp_spQuickLink {
  display: none;
}
#tmp_spQuickLink li {
  list-style: none;
}
#tmp_spQuickLink a {
  color: #0071bb;
}
#tmp_spQuickLink span {
  position: relative;
  font-size: 22px;
}
/* ==================================================
class
================================================== */
/* text
============================== */
/*.underline {
	text-decoration:underline; /* 変更しない
}*/
.strike {
  text-decoration: line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
  color: #b31400; /* デザインによって変更 */
  background-color: transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
  font-size: 130%; /* body 14pxのとき20px相当 */
  /* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
  font-size: 86%; /* body 14pxのとき12px相当 */
  /*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
  padding-left: 1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
  margin-right: 20px !important;
  margin-bottom: 10px !important;
  clear: both;
  float: left;
}
.float_rgt {
  margin-bottom: 10px !important;
  margin-left: 20px !important;
  clear: both;
  float: right;
}
.clear {
  clear: both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
  margin-left: 3.2em !important;
  text-indent: -1.5em !important;
  list-style: none !important;
  list-style-image: none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
  text-indent: 0 !important;
}
ul ul.noicon,
ol ul.noicon {
  margin-left: 1.5em !important;
  text-indent: -1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col2 td.col2L {
  width: 50%;
  border-right-width: 15px;
}
#tmp_main table.col2 td.col2L {
  border-right: 15px solid #ffffff;
}
table.col2 td.col2R {
  width: 50%;
}
div.col2 {
  width: 100%;
  overflow: hidden;
}
div.col2 div.col2L {
  display: table;
  width: calc(100% / 2 - 10px);
  float: left;
}
div.col2 div.col2R {
  display: table;
  width: calc(100% / 2 - 10px);
  float: right;
}

/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
  padding: 0;
}
div.col2 div.col2 div.col2L {
  width: 47.5%;
  margin-right: 4%;
}
div.col2 div.col2 div.col2R {
  width: 47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
  width: 100%;
}
div.fixed_col2 div.fixed_col2L {
  display: table;
  width: 48.5%;
  margin-right: 2%;
  float: left;
}
div.fixed_col2 div.fixed_col2R {
  display: table;
  width: 48.5%;
  float: right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
  width: 33.33%;
  border-right-width: 15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
  border-right: 15px solid #ffffff;
}
table.col3 td.col3R {
  width: 33.33%;
}
div.col3 {
  width: 100%;
  overflow: hidden;
}
div.col3 div.col3L,
div.col3 div.col3M {
  display: table;
  width: 31.7%;
  margin-right: 2%;
  float: left;
}
div.col3 div.col3R {
  display: table;
  width: 31.7%;
  float: left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
  margin: 0 0 0.3em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.img_cap td {
  padding: 0;
}
div.img_cap {
  margin: 0 0 0.3em;
}
div.img_cap img {
  margin: 0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
  border-collapse: collapse;
  border-spacing: 0;
}
table.layouttable td {
  padding: 0 15px 0 0;
  vertical-align: top;
  text-align: left;
}
/* box_faq
============================== */
.box_faq {
  margin: 0 0 20px; /* 変更しない */
  border: 1px solid #0072bc;
  clear: both; /* 変更しない */
  background: #fff;
}
.box_faq .box_faq_ttl {
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  background-color: #0072bc;
}
* html .box_faq .box_faq_ttl {
  background-color: #0072bc;
}
.box_faq .box_faq_ttl p {
  margin-bottom: 0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
  padding: 20px 20px 15px;
}
.box_faq_cnt p {
  margin-bottom: 0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
  margin-bottom: 0.8em !important; /* 変更しない */
  margin-left: 24px !important; /* 変更しない */
  list-style-image: url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
  margin: 0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
  margin: 0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
  width: 100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
  padding: 0 0 0 1em;
}
#tmp_header {
  position: static;
}
#tmp_snavi_wrap {
  margin-top: 0;
}
#tmp_wrap_main {
  padding-top: 0;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrap_publicity:after,
#tmp_publicity:after,
#tmp_publicity_cnt:after,
#tmp_wrap_cp:after,
#tmp_cp:after,
#tmp_cp_ttl:after,
#tmp_cp_cnt:after,
#tmp_cp_gnavi:after,
#tmp_cp_gnavi ul:after,
#tmp_cp_banner:after,
#tmp_wrap_event_cal:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
.enavi_box:after {
  content: "."; /* 変更しない */
  display: block; /* 変更しない */
  height: 0; /* 変更しない */
  font-size: 0.1%; /* 変更しない */
  line-height: 0.1; /* 変更しない */
  clear: both; /* 変更しない */
  visibility: hidden; /* 変更しない */
}

