@import url(base.css);
@import url(common.css);
@import url(lib.css);
/* ---------------------------------
Index
---------------------------------- */
#topcont {
  zoom: 1;
  margin-bottom: 40px;
}
#topcont:after {
  display: table;
  clear: both;
  content: "";
}
#topcont:before {
  display: table;
  content: "";
}
#topcont #mainv {
  width: 670px;
  float: left;
}
#topcont #mainv .sp-slides {
  display: none;
}
#topcont #mainv .sp-slides.slick-initialized {
  display: block;
}
#topcont #mainv .sp-slides .sp-slide {
  display: block !important;
}
#topcont #mainv .sp-slides img {
  width: 100%;
  height: auto;
}
#topcont #mainv .sp-slides .slick-arrow {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
#topcont #mainv .sp-slides:hover .slick-arrow {
  opacity: 1;
}
#topcont #mainv .sp-slides .slick-prev {
  left: 0;
}
#topcont #mainv .sp-slides .slick-next {
  right: 0;
}
#topcont #mainv .sp-slides .slick-arrow span {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
}
#topcont #mainv .sp-slides .slick-prev span {
  left: 20px;
  right: auto;
}
#topcont #mainv .sp-slides .slick-next span {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#topcont #mainv .sp-slides .slick-arrow span::before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
#topcont #mainv .sp-slides .slick-arrow span::after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
#topcont #mainv .sp-slides .slick-prev span::before,
#topcont #mainv .sp-slides .slick-prev span::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}
#topcont #mainv .sp-slides .slick-next span::before,
#topcont #mainv .sp-slides .slick-next span::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}
#topcont #mainv .sp-thumbnails {
  width: 640px;
  margin: 13px auto 0;
}
#topcont #mainv .sp-thumbnails .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
#topcont #mainv .sp-thumbnails .slick-slide {
  position: relative;
}
#topcont #mainv .sp-thumbnails .slick-current::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 0px;
}
#topcont #mainv .sp-thumbnails .slick-current::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #00a59f;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#topcont #mainv .sp-thumbnails .slick-slide > div {
  margin-top: 13px;
}
#topcont #mainv .sp-thumbnail {
  height: 89px;
  width: 100%;
}
#topcont #mainv .sp-thumbnail a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-top: solid 5px #F8F8F8;
  padding-top: 14px;
}
#topcont #mainv .sp-thumbnails .slick-current .sp-thumbnail a {
  border-top: solid 5px #00a59f;
}
#topcont #mainv .sp-thumbnail a img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%,0%);
}
#topcont #mainv .sp-thumbnail a img:nth-child(2) {
  display: none;
}
#topcont #mainv .sp-thumbnails .slick-current .sp-thumbnail a img:nth-child(2) {
  display: block;
}
#topcont #submenu {
  width: 295px;
  float: right;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner {
  border: solid 1px #00a59f;
  height: 460px;
  overflow: hidden;
  padding: 10px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner h2 {
  background: #00a59f;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 39px;
  height: 39px;
  letter-spacing: 1px;
  margin-top: 20px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner h2:first-child {
  margin-top: 0;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner p#msg_shortcut {
  padding: 10px 10px 5px;
  font-size: 12px;
  line-height: 1.8em;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jarea_wrapper,
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jctg_wrapper {
  margin: 0 10px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jarea_menu,
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jctg_menu {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: solid 1px #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jarea_menu::before,
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #select_jctg_menu::before {
  position: absolute;
  top: 14px;
  right: 6px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #000;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner select {
  height: 36px;
  width: 100%;
  padding-left: 9px;
  font-size: 12px;
  border: none;
  -webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
  outline: none;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner select::-ms-expand {
  display: none;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #sc_btn_wrapper .sc_item_element {
  letter-spacing: 2px;
  font-size: 13px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #sc_btn_wrapper .sc_item_element a {
  display: block;
  color: #333;
  box-shadow: 2px 2px 0px #ccc;
  background: #eee url(../img/icon_tri2.png) no-repeat 98% 50%;
  background-size: 6px;
  padding-left: 20px;
  border-left: solid 3px #00a59f;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 7px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #sc_btn_wrapper .sc_item_element a.line2 {
  font-size: 12px;
  padding-top: 2px;
  line-height: 1.1em;
  letter-spacing: 0px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #sc_btn_wrapper .sc_item_element a:hover {
  text-decoration: none;
  background: #e5e5e5 url(../img/icon_tri2.png) no-repeat 98% 50%;
  background-size: 6px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #alert_ctg, #topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner #alert_area {
  text-align: center;
  height: 74px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner .btn_to_chihon {
  width: 100%;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner .btn_to_chihon a {
  height: 60px;
  padding: 5px;
  padding-left: 20px;
  border-left: solid 3px #00a59f;
  display: block;
  box-shadow: 2px 2px 0px #ccc;
  background: #eee url(../img/icon_tri2.png) no-repeat 98% 50%;
  background-size: 6px;
  text-decoration: none;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner .btn_to_chihon a:hover {
  background: #e5e5e5 url(../img/icon_tri2.png) no-repeat 98% 50%;
  background-size: 6px;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner .btn_to_chihon a dl dt {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 1.9em;
}
#topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner .btn_to_chihon a dl dd {
  font-weight: bold;
  font-size: 19px;
  margin-top: -2px;
  letter-spacing: -1px;
  color: #00a59f;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi,
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi {
  text-align: center;
  margin-top: 5px;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi {
  margin-top: 13px;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi.short_margin {
  margin-top: 6px;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a,
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a {
  display: block;
  border: solid 1px #00a59f;
  min-height: 69px;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 10px 15px;
  text-decoration: none;
  line-height: 2em;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a {
  color: #fff;
  background: #00a59f;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a {
  color: #00a59f;
  background: #fff;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a:hover {
  background: #00cec6;
  border: solid 1px #00cec6;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a:hover {
  color: #00cec6;
  border: solid 1px #00cec6;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a span,
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a span {
  display: block;
  padding-right: 22px;
  position: relative;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a span::before,
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a span::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-radius: 8px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a span::before {
  background: #fff;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a span::before {
  background: #00a59f;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a:hover span::before {
  background: #00cec6;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a span::after,
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -5px;
  width: 0;
  height: 0;
  padding: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a span::after {
  border-left: 6px solid #00a59f;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_tooubonavi a span::after {
  border-left: 6px solid #fff;
}
#topcont #submenu #top_shortcut_panel_wrapper #btn_toinquirynavi a:hover span::after {
  border-left: 6px solid #00cec6;
}

#search_menu ul#menulist {
  width: 99%;
  margin: 0 auto;
  zoom: 1;
  margin-bottom: 30px;
  border-left: 1px solid #ccc;
}
#search_menu ul#menulist:after {
  display: table;
  clear: both;
  content: "";
}
#search_menu ul#menulist:before {
  display: table;
  content: "";
}
#search_menu ul#menulist li {
  width: 33%;
  float: left;
  border: solid 1px #c9c9c9;
  border-left: none;
  margin-bottom: -1px;
  letter-spacing: 0px;
  text-align: left;
  font-size: 14px;
}
#search_menu ul#menulist li a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding-left: 50px;
  background: white;
  background: white url(../img/icon_sq_w.png) no-repeat 15px 50%;
}
#search_menu ul#menulist li a.active {
  background: #cceceb url(../img/icon_sq_b.png) no-repeat 15px 50%;
}
#search_menu div#search_result {
  background: #eeeeee;
  padding: 52px 0;
}
#search_menu div#search_result ul {
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
#search_menu div#search_result ul:after {
  display: table;
  clear: both;
  content: "";
}
#search_menu div#search_result ul:before {
  display: table;
  content: "";
}
#search_menu div#search_result ul li {
  width: 220px;
  height: 245px;
  position: relative;
  float: left;
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 0px;
  display: none;
}
#search_menu div#search_result ul li span {
  box-shadow: 0px 0px 7px #666;
  display: block;
  height: 149px;
  overflow: hidden;
  margin-bottom: 10px;
}
#search_menu div#search_result ul li dl {
  font-weight: bold;
}
#search_menu div#search_result ul li dl dt {
  width: 100%;
  height: 30px;
  border-top: solid 1px #ddd;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: white url(../img/bar_blue.png) no-repeat 0px 50%;
  padding-left: 12px;
  box-shadow: 0px 0px 5px #ccc;
  font-size: 13px;
}
#search_menu div#search_result ul li dl dt.line2 {
  height: 46px;
  line-height: 1.4em;
  padding-top: 6px;
}
#search_menu div#search_result ul li dl dd {
  background: url(../img/icon_tri2.png) no-repeat 0 3px;
  padding-left: 12px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.4em;
  font-size: 12px;
}
#search_menu div#search_result ul li:nth-child(4n) {
  margin-right: 0;
}

/*SP*/
@media (max-width: 640px) {
  #topcont {
    zoom: 1;
    margin-bottom: 0px;
  }
  #topcont:after {
    display: table;
    clear: both;
    content: "";
  }
  #topcont:before {
    display: table;
    content: "";
  }
  #topcont #mainv {
    width: 100%;
    float: none;
  }
  #topcont #mainv .sp-thumbnails-container {
    margin-top: 17px;
    width: 100% !important;
  }
  #topcont #mainv .sp-thumbnails {
    width: 100%;
    margin: 17px auto 0;
  }
  #topcont #mainv .sp-thumbnail-container{
    background: none;
    width: 20% !important;
    height: auto !important;
  }
  #topcont #mainv .sp-thumbnail {
    height: auto;
    position: relative;
    top: 0;
  }
  #topcont #mainv .sp-thumbnail a {
    height: 0;
    border-top: solid 2.5px #F8F8F8;
    padding-top: 56%;
  }
  #topcont #mainv .sp-thumbnails .slick-current .sp-thumbnail a {
    border-top: solid 2.5px #00a59f;
  }
  #topcont #mainv .sp-thumbnail a img {
    top: 26.58%;
    height: 70%;
  }
  #topcont #submenu {
    width: 100%;
    padding: 25px 14px;
    float: none;
  }
  #topcont #submenu .bnrarea {
    text-align: center;
  }
  #topcont #submenu #top_shortcut_panel_wrapper #top_shortcut_panel #top_shortcut_panel_inner {
    height: auto;
  }

  #topics {
    padding: 25px 14px;
  }
  #topics p {
    font-size: 13px;
  }
  #topics p.link {
    padding-left: 14px;
    margin-top: 15px;
    background: url("../img/icon_arrow.png") no-repeat left 5px;
    background-size: 9px;
  }

  #pickup ul {
    width: 80%;
    margin: 0 auto;
  }
  #pickup ul li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
  #pickup ul li:nth-child(-n+3) {
    margin-top: 10px;
  }
  #pickup ul li:first-child {
    margin-top: 0;
  }
  #pickup ul li a{
    margin: 0;
  }

  #search_menu ul#menulist {
    zoom: 1;
    margin-bottom: 30px;
    border-left: 1px solid #ccc;
  }
  #search_menu ul#menulist:after {
    display: table;
    clear: both;
    content: "";
  }
  #search_menu ul#menulist:before {
    display: table;
    content: "";
  }
  #search_menu ul#menulist li {
    width: 100%;
    float: left;
    border: solid 1px #c9c9c9;
    font-weight: bold;
    border-left: none;
    margin-bottom: -1px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0px;
  }
  #search_menu ul#menulist li a {
    height: 36px;
    padding-left: 32px;
    display: block;
    line-height: 36px;
    color: #666;
    background: white url(../img/icon_sq_w.png) no-repeat 9px 50%;
    background-size: 12px;
  }
  #search_menu ul#menulist li a.active {
    background: #cceceb url(../img/icon_sq_b.png) no-repeat 9px 50%;
    background-size: 12px;
  }
  #search_menu div#search_result {
    background: #eeeeee;
    padding: 30px 0;
  }
  #search_menu div#search_result ul {
    width: 100%;
    zoom: 1;
  }
  #search_menu div#search_result ul:after {
    display: table;
    clear: both;
    content: "";
  }
  #search_menu div#search_result ul:before {
    display: table;
    content: "";
  }
  #search_menu div#search_result ul li {
    width: 270px !important;
    margin: 0 auto;
    height: inherit;
    position: relative;
    float: none;
    margin-bottom: 15px;
  }
  #search_menu div#search_result ul li span {
    display: block;
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #search_menu div#search_result ul li span img {
    width: 100%;
  }
  #search_menu div#search_result ul li dl {
    font-weight: bold;
  }
  #search_menu div#search_result ul li dl dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8) url(../img/bar_blue.png) no-repeat 8px 50%;
    padding-left: 18px;
    box-shadow: 0px 0px 2px #ccc;
    font-size: 14px;
  }
  #search_menu div#search_result ul li dl dd {
    background: url(../img/icon_tri2.png) no-repeat 0 3px;
    padding-left: 12px;
    font-weight: bold;
    font-size: 12px;
  }
  #search_menu div#search_result ul li:nth-child(4n) {
    margin-right: auto;
  }
}



/* ---------------------------------
main
---------------------------------- */
header{
	margin-bottom: 0;
}
#main{
	position: relative;
}
#main .inner{
	position: relative;
	max-width: 1440px;
	min-width: 1000px;
	margin: 0 auto;
	padding-right: 460px;
}
#main .img{
	max-width: 960px;
} 
#main .img img{
	width: 100%;
	height: auto;
}
#main .img img.pc{
	display: block;
}
#main .img img.sp{
	display: none;
}
#panel{
	position: absolute;
	right: 40px;
	top: 50%;
	width: 420px;
	box-sizing: border-box;
	transform: translateY(-50%);
}
#panel #shortcut{
	border: 10px solid #00a59f;
	padding: 0 20px 20px 20px;
	text-align: center;
}
#panel #shortcut.no_data{
	padding-top: 10px;
}
#panel #shortcut h2{
	font-size: 16px;
	margin-top: -18px;
}
#panel #shortcut.no_data h2{
	display: none;
}
#panel #shortcut h2 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
#panel #shortcut .area{
	font-size: 20px;
	color: #00a59f;
	font-weight: bold;
	margin-top: 10px;
}
#panel #shortcut.no_data .area{
	display: none;
}
#panel #shortcut .tel_box{
	margin-top: 10px;
}
#panel #shortcut .tel_box h3{
	position: relative;
	font-size: 16px;
}
#panel #shortcut .tel_box h3:before{
	content: "";
	position: absolute;
	left: top;
	top: 12px;
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}
#panel #shortcut .tel_box h3 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
#panel #shortcut .tel_box .tel{
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 32px;
	line-height: 1;
}
#panel #shortcut .tel_box .tel.pc_none{
	display: none;
}
#panel #shortcut .tel_box .tel_common{
	display: none;
}
#panel #shortcut.no_data .tel_box .tel_chihon{
	display: none !important;
}
#panel #shortcut.no_data .tel_box .tel_common.sp_none{
	display: inline-block;
}
#panel #shortcut .tel_box .tel::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/index/main/icon-tel.png");
	background-size: 30px;
}
#panel #shortcut .tel_box .tel a{
	text-decoration: none;
	color: #333;
}
#panel #shortcut .btn{
	overflow: hidden;
	margin-top: 8px;
}
#panel #shortcut .btn li{
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
#panel #shortcut .btn li:nth-child(2){
	margin-right: 0;
}
#panel #shortcut.no_data .btn li.access,
#panel #shortcut.no_data .btn li.pamphlet{
	display: none;
}
#panel #shortcut .btn li.other_open{
	width: 100%;
	margin-right: 0;
	display: none;
}
#panel #shortcut.no_data .btn li.other_open{
	display: block;
}
#panel #shortcut .btn li a,
#panel #shortcut .btn li span{
	position: relative;
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #00a59f;
	text-align: left;
	font-weight: bold;
	padding: 15px 35px 0 18px;
}
#panel #shortcut .btn li span{
	text-align: center;
	padding: 15px 35px 0 35px;
	cursor: pointer;
}
#panel #shortcut .btn li a:hover,
#panel #shortcut .btn li span:hover{
	opacity: .7;
}
#panel #shortcut .btn li a::before,
#panel #shortcut .btn li span::before{
	content: "";
	position: absolute;
	top: 14px;
	right: 12px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
}
#panel #shortcut .btn li.access a::before{
	background-image: url("../img/index/main/icon-access.png");
}
#panel #shortcut .btn li.pamphlet a::before{
	background-image: url("../img/index/main/icon-pamphlet.png");
}
#panel #shortcut .btn li.other_open span::before{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
}
#panel #shortcut .btn li.other_open span::after{
	content: "";
	position: absolute;
	top: 18px;
	right: 11px;
	width: 0px;
	height: 0;
	border: 7px solid transparent;
	border-left: 8px solid #00a59f;
}
#panel #shortcut .other{
	margin-top: 5px;
}
#panel #shortcut.no_data .other{
	display: none;
}
#panel #shortcut .other a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 18px;
}
#panel #shortcut .other a::before,
#panel #shortcut .other a::after{
	content: "";
	position: absolute;
	right: 0;
}
#panel #shortcut .other a::before{
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
}
#panel #shortcut .other a::after{
	top: 8px;
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}
#panel #shortcut .other a span{
	border-bottom: 1px solid #333;
}
#panel #shortcut .other a:hover span{
	border-bottom: none;
}
#panel #web_btn{
	margin-top: 5px;
}
#panel #web_btn a{
	display: block;
	height: 70px;
	background: #f9e614;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding-top: 22px;
}
#panel #web_btn a:hover{
	opacity: .7;
}
#panel #web_btn a span{
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}
#panel #web_btn a span::before,
#panel #web_btn a span::after{
	content: "";
	position: absolute;
	right: 0;
}
#panel #web_btn a span::before{
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
}
#panel #web_btn a span::after{
	top: 8px;
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #f9e614;
}
@media (max-width: 1140px) {
#main .img img{
	padding: 50px 0;
}
}
@media (max-width: 640px) {
#main{
	padding: 20px 0;
}
#main .inner{
	height: auto;
	min-width: auto;
	padding: 0;
}
#main .img img{
	padding: 0;
}
#main .img img.pc{
	display: none;
}
#main .img img.sp{
	display: block;
	margin: 0 auto;
	max-width: 375px;
}
#panel{
	position: relative;
	right: 0;
	top: 0;
	max-width: 335px;
	width: 100%;
	margin: 30px auto 0;
	transform: translateY(0);
}
#panel #shortcut{
	border: 5px solid #00a59f;
	padding: 0 15px 15px;
}
#panel #shortcut.no_data{
	padding: 10px 15px 15px;
}
#panel #shortcut h2{
	font-size: 14px;
	margin-top: -13px;
}
#panel #shortcut h2 span{
	padding: 0 5px;
}
#panel #shortcut .area{
	font-size: 16px;
	margin-top: 5px;
}
#panel #shortcut .tel_box{
	margin-top: 5px;
}
#panel #shortcut .tel_box h3{
	font-size: 13px;
}
#panel #shortcut .tel_box h3:before{
	top: 9px;
}
#panel #shortcut .tel_box h3 span{
	padding: 0 5px;
}
#panel #shortcut .tel_box .tel{
	font-size: 28px;
	margin-top: 3px;
	padding-left: 26px;
}
#panel #shortcut .tel_box .tel.pc_none{
	display: inline-block;
}
#panel #shortcut .tel_box .tel_common.pc_none{
	display: none;
}
#panel #shortcut .tel_box .tel.sp_none{
	display: none;
}
#panel #shortcut.no_data .tel_box .tel_common.sp_none{
	display: none;
}
#panel #shortcut.no_data .tel_box .tel_common.pc_none{
	display: inline-block;
}
#panel #shortcut .tel_box .tel::before{
	width: 24px;
	height: 24px;
	background-size: 24px;
}
#panel #shortcut .btn{
	margin-top: 5px;
}
#panel #shortcut .btn li a,
#panel #shortcut .btn li span{
	height: 40px;
	font-size: 12px;
	padding: 10px 25px 0 10px;
}
#panel #shortcut .btn li a::before,
#panel #shortcut .btn li span::before{
	top: 13px;
	right: 10px;
	width: 15px;
	height: 14px;
	background-size: 15px 14px;
}
#panel #shortcut .btn li.other_open span::before{
	width: 15px;
	height: 15px;
}
#panel #shortcut .btn li.other_open span::after{
	top: 15px;
	right: 9px;
	border: 5px solid transparent;
	border-left: 6px solid #00a59f;
}
#panel #shortcut .other{
	margin-top: 5px;
}
#panel #shortcut .other a{
	font-size: 13px;
	padding-right: 18px;
}
#panel #shortcut .other a::before{
	top: 2px;
}
#panel #shortcut .other a::after{
	top: 6px;
}
#panel #web_btn a{
	height: 60px;
	padding-top: 18px;
}
#panel #web_btn a span{
	font-size: 16px;
}
#panel #web_btn a span::before{
	top: 4px;
}
#panel #web_btn a span::after{
	top: 8px;
}
}
@media (max-width: 320px) {
#panel #shortcut{
	padding: 0 10px 15px;
}
#panel #shortcut .btn li a {
	font-size: 11px;
	padding: 12px 25px 0 10px;
}
#panel #shortcut .btn li a::before {
	right: 8px;
}
}

/* ---------------------------------
共通
---------------------------------- */
h2.ttl{
	font-size: 34px;
	text-align: center;
}
h2.ttl::after{
	content: "";
	display: block;
	width: 160px;
	height: 20px;
	margin: 10px auto 0;
	background: url("../img/index/tit_line.png") no-repeat;
	background-size: 100%;
}
@media (max-width: 640px) {
h2.ttl{
	font-size: 28px;
}
h2.ttl::after{
	width: 105px;
	height: 13px;
	margin: 5px auto 0;
}
}


/* ---------------------------------
important
---------------------------------- */
#important{
	background: #f2f2f2;
	padding: 40px;
}
#important .inner{
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 200px;
}
#important h2{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	color: #c1272d;
}
#important .over{
	overflow-y: scroll;
	max-height: 200px;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
#important table th,
#important table td{
	font-size: 15px;
	line-height: 1.8;
	vertical-align: top;
	padding-top: 10px;
	text-align: left;
}
#important table tr:first-child th,
#important table tr:first-child td{
	padding-top: 0;
}
#important table th{
	padding-right: 20px;
	white-space: nowrap;
}
#important table td a{
	color: #00a59f;
	font-weight: bold;
	text-decoration: underline;
}
#important table td a:hover{
	text-decoration: none;
}
#important{
	background: #f2f2f2;
	padding: 40px;
}
@media (max-width: 1024px) {
#important table th,
#important table td{
	display: block;
	padding-top: 10px;
}
#important table th{
	padding-top: 20px;
}
#important table td,
#important table tr:first-child td{
	padding-top: 0;
}
}
@media (max-width: 640px) {
#important{
	padding: 25px 20px;
}
#important .inner{
	padding-left: 0;
}
#important h2{
	position: relative;
	font-size: 16px;
	text-align: center;
}
#important .over{
	max-height: 200px;
	padding: 0;
	margin-top: 10px;
}
#important table th,
#important table td{
	line-height: 1.5;
}
#important table th{
	font-size: 13px;
}
#important table td{
	font-size: 14px;
}
}


/* ---------------------------------
topics
---------------------------------- */
#topics{
	background: #fef9d3;
	padding: 80px 40px;
}
#topics .inner{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
#topics .box{
	overflow: hidden;
	margin-top: 30px;
}
#topics .box .col{
	float: left;
}
#topics .box .col.mainCol{
	margin-right: 4%;
	width: 48.1489%;
}
#topics .box .col.subCol{
	width: 47.8511%;
}
#topics .box .col.subCol ul li{
	display: table;
	margin-top: 20px;
	overflow: hidden;
}
#topics .box .col.subCol ul li:first-child{
	margin-top: 0;
}
#topics .box .col ul li .img img{
	display: block;
	width: 100%;
	height: auto;
}
#topics .box .col.mainCol ul li .img{
	margin-bottom: 20px;
}
#topics .box .col.subCol ul li .img{
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
#topics .box .col.subCol ul li .txt{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#topics .box .col ul li .txt span{
	display: block;
	width: 110px;
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #00a59f;
	color: #fff;
	line-height: 1;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #topics .box .col ul li .txt span{
		padding-bottom: 1px;
}
}
#topics .box .col ul li .txt span.special{
	background: #f9e614;
	color: #333;
}
#topics .box .col ul li .txt span.news{
	background: #00a59f;
}
#topics .box .col ul li .txt p{
	font-size: 15px;
	margin-top: 5px;
}
#topics .box .col.subCol{
	position: relative;
	padding-bottom: 65px;
}
#topics .box .col.subCol .slick-dots{
	position: absolute;
	left: 0;
	bottom: 22px;
}
#topics .box .col.subCol .slick-dots li{	
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
#topics .box .col.subCol .slick-dots li button{
	border: none;
	font-size: 0;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #e6e6e6;
	cursor: pointer;
}
#topics .box .col.subCol .slick-dots li.slick-active button,
#topics .box .col.subCol .slick-dots li button:hover{
	background: #666;
}
#topics .box .col .slick-arrow{
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 60px;
	width: 40px;
	background: #666;
	border: none;
	font-size: 0;
	cursor: pointer;
}
#topics .box .col .slick-arrow:hover{
	opacity: .7;
}
#topics .box .col .slick-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	transform: rotate(45deg) translateY(-50%);
}
#topics .box .col .slick-prev{
	right: 45px;
}
#topics .box .col .slick-next{
	right: 0;
}
#topics .box .col .slick-prev::before{
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	left: 10px;
}
#topics .box .col .slick-next::before{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 20px;
}
@media (max-width: 900px) {
#topics .box{
	max-width: 580px;
	margin: 20px auto 0;
}
#topics .box .col{
	float: none;
	width: 100%;
}
#topics .box .col.mainCol{
	margin-right: 0;
}
#topics .box .col.subCol{
	margin-top: 30px;
}
}
@media (max-width: 640px) {
#topics{
	padding: 40px 20px 50px;
}
#topics.sp{
	padding-left: 10px;
	padding-right: 10px;
}
#topics .box .col{
	float: none;
	width: auto;
}
#topics .box .col.mainCol{
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}
#topics.sp .box .col.mainCol{
	margin-left: 10px;
	margin-right: 10px;
}
#topics .box .col.mainCol{
	width: auto;
}
#topics .box .col.subCol{
	width: auto;
}
#topics.sp .box .col.mainCol ul li .img{
	margin-bottom: 10px;
}
#topics.sp .box .col.subCol{
	margin-top: 0;
	padding-bottom: 55px;
}
#topics.sp .box .col.subCol .slick-slide ul li{
	display: block;
	padding: 10px;
}
#topics.sp .box .col.subCol ul li .img{
	display: block;
	width: 170px;
}
#topics.sp .box .col.subCol ul li .txt{
	display: block;
	padding-left: 0;
	margin-top: 10px;
}
#topics .box .col ul li .txt p{
	font-size: 13px;
}
#topics .box .col.subCol .slick-dots{
	bottom: 16px;
}
#topics.sp .box .col.subCol .slick-dots{
	left: 10px;
}
#topics .box .col.subCol .slick-dots li{
	margin: 0 10px 0 0;
}
#topics .box .col.subCol .slick-dots li button{
	width: 14px;
	height: 14px;
}
#topics .box .col .slick-arrow{
	height: 40px;
	width: 28px;
}
#topics .box .col .slick-arrow::before{
	width: 8px;
	height: 8px;
}
#topics.sp .box .col .slick-next{
	right: 10px;
}
#topics .box .col .slick-prev{
	right: 33px;
}
#topics.sp .box .col .slick-prev{
	right: 43px;
}
#topics .box .col .slick-prev::before{
	left: 6px;
}
#topics .box .col .slick-next::before{
	right: 14px;
}
#topics .box .col.subCol ul li .img{
  width: 170px;
}
}


/* ---------------------------------
jobList
---------------------------------- */
#jobList{
	padding: 80px 40px;
}
#jobList .inner{
	max-width: 1080px;
	margin: 0 auto;
}
#jobList .inner > p{
	text-align: center;
	line-height: 2;
	margin-top: 25px;
	font-size: 16px;
}
#jobList .select{
	background: #d9f2f1;
	padding: 50px 30px;
	margin-top: 20px;
}
#jobList .select .box{
	position: relative;
	display: none;
	min-height: 178px;
}
#jobList .select .box .img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 290px;
}
#jobList .select .box .img img{
	width: 100%;
	height: auto;
}
#jobList .select .box .txt{
	padding-left: 330px;
}
#jobList .select .box .txt h3{
	font-size: 32px;
	color: #00a59f;
}
#jobList .select .box .txt p{
	line-height: 1.8;
	margin-top: 9px;
}
#jobList .select .box .txt .btn{
	margin-top: 15px;
	font-size: 0;
	max-width: 460px;
}
#jobList .select .box .txt .btn li{
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	margin-right: 1%;
	box-sizing: border-box;
	background: #fff;
}
#jobList .select .box .txt .btn li:last-child{
	margin-right: 0;
}
#jobList .select .box .txt .btn li a{
	display: table;
	background: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#jobList .select .box .txt .btn li a:hover{
	opacity: .7;
}
#jobList .select .box .txt .btn li a span{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	padding: 0 35px 0 20px;
	line-height: 1.2;
}
#jobList .select .box .txt .btn li a span::before,
#jobList .select .box .txt .btn li a span::after{
	content: "";
	position: absolute;
}
#jobList .select .box .txt .btn li a span::before{
	top: 17px;
	right: 20px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
}
#jobList .select .box .txt .btn li a span::after{
	top: 21px;
	right: 20px;
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}
#jobList .select .box .txt .btn li.pamphlet a{
	background: #f9e614;
}
#jobList .select .box .txt .btn li.pamphlet a span::after{
	border-left-color: #f9e614;
}
#jobList .select .box .txt .btn li.pamphlet a br{
	display: none;
}
#jobList .navi{
	position: relative;
	background: #f2f2f2;
	text-align: center;
}
#jobList .navi .over{
	overflow: hidden;
	-webkit-transition:height .3s;
	-ms-transition:height .3s;
	transition:height .3s;
}
#jobList .navi .btn{
	padding: 10px 0;
	background: #666;
	color: #fff;
	cursor: pointer;
}
#jobList .navi.pc .btn{
	pointer-events: none;
}
#jobList .navi .btn p{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-right: 30px;
}
#jobList .navi.pc .btn p{
	padding-right: 0;
}
#jobList .navi .btn p::before,
#jobList .navi .btn p::after{
	content:"";
	position:absolute;
	z-index:1;
	background:#fff;
	top:50%;
}
#jobList .navi.pc .btn p::before,
#jobList .navi.pc .btn p::after{
	display: none;
}
#jobList .navi .btn p::before{
	right:16px;
	width:2px;
	height:14px;
	margin-top:-8px;
	opacity:1;
}
#jobList .navi .btn p::after{
	right:10px;
	width:14px;
	height:2px;
	margin-top:-2px;
}
#jobList .navi .btn.active p::after{
	opacity:0;
}
#jobList .navi .btn p::before,
#jobList .navi .btn p::after{
	-webkit-transition:transform 0.35s,opacity 0.35s;
	-ms-transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s;
}
#jobList .navi .btn.active p::before,
#jobList .navi .btn.active p::after{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}
#jobList .navi.pc .over{
	height: auto !important;
}
#jobList .navi ul{
	overflow: hidden;
	padding: 20px 0;
}
#jobList .navi ul li h3{
	font-size: 20px;
}
#jobList .navi ul li .bnr{
	font-size: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0 40px;
}
#jobList .navi ul li .bnr a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin: 10px;
	cursor: pointer;
	width: 200px;
}
#jobList .navi ul li .bnr a span{
	position: absolute;
	left: 0;
	top: 0;width: 100%;
	font-size: 13px;
	padding: 8px 10px;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,.7);
	line-height: 1.2;
}
#jobList .navi ul li .bnr a img{
	width: 100%;
	height: auto;
}
#jobList .navi .slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 1;
	height: 60px;
	width: 40px;
	background: #666;
	border: none;
	transform: translateY(-30px);
	font-size: 0;
	cursor: pointer;
}
#jobList .navi .slick-arrow:hover{
	opacity: .7;
}
#jobList .navi .slick-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -2px;
	transform: rotate(45deg) translateY(-50%);
}
#jobList .navi .slick-prev{
	left: 0;
}
#jobList .navi .slick-next{
	right: 0;
}
#jobList .navi .slick-prev::before{
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	left: 10px;
}
#jobList .navi .slick-next::before{
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 20px;
}
#jobList .link{
	display: table;
	margin-top: 40px;
}
#jobList .link a{
	display: table-cell;
	width: 50%;
	position: relative;
	background: #f2f2f2;
	padding: 40px 60px 40px 40px;
}
#jobList .link a:hover{
	text-decoration: none;
	opacity: .7;
}
#jobList .link a:nth-child(1){
	border-right: 10px solid #fff;
}
#jobList .link a:nth-child(2){
	border-left: 10px solid #fff;
}
#jobList .link a::before,
#jobList .link a::after{
	content: "";
	position: absolute;
	top: 50%;
}
#jobList .link a::before{
	right: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
	margin-top: -13px;
}
#jobList .link a::after{
	right: 17px;
	width: 0px;
	height: 0;
	border: 8px solid transparent;
	border-left: 12px solid #f2f2f2;
	margin-top: -8px;
}
#jobList .link a h3{
	font-size: 24px;
}
#jobList .link a p{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 5px;
}
@media (max-width: 1090px) {
#jobList .navi ul li .bnr{
	max-width: 740px;
}
}
@media (max-width: 920px) {
#jobList .navi ul li .bnr {
	max-width: 520px;
}
}
@media (max-width: 900px) {
#jobList .select{
	padding: 30px 30px;
}
#jobList .select .box .img{
	position: relative;
	margin: 0 auto;
}
#jobList .select .box .txt{
	margin-top: 20px;
	padding-left: 0;
}
#jobList .select .box .txt p{
	margin-top: 5px;
}
#jobList .link a{
	padding: 30px 50px 30px 30px;
}
#jobList .link a h3{
	font-size: 22px;
}
#jobList .link a p{
	font-size: 14px;
}
}
@media (max-width: 640px) {
#jobList{
	padding: 40px 0 50px;
}
#jobList .inner > p{
	line-height: 1.8;
	margin-top: 20px;
	font-size: 14px;
	padding: 0 20px;
	text-align: left;
}
#jobList .select{
	padding: 0 20px 40px;
	margin-top: 50px;
}
#jobList .select .box .img{
	position: relative;
	top: -20px;
}
#jobList .select .box .txt{
	margin-top: 0;
}
#jobList .select .box .txt h3{
	font-size: 22px;
}
#jobList .select .box .txt p{
	margin-top: 5px;
	font-size: 14px;
}
#jobList .select .box .txt .btn li.pamphlet a br{
	display: block;
}
#jobList .link{
	display: block;
	margin: 40px 20px 0 20px;
}
#jobList .link a:nth-child(1),
#jobList .link a:nth-child(2){
	border: none;
}
#jobList .link a:nth-child(2){
	margin-top: 10px;
}
#jobList .link a{
	display: block;
	width: 100%;
	padding: 20px 50px 20px 20px;
}
#jobList .link a h3{
	font-size: 16px;
}
#jobList .link a p{
	font-size: 14px;
}
#jobList .navi .over{
	height: 0;
}
#jobList .navi ul{
    padding: 20px 0;
}
#jobList .navi ul li h3{
	font-size: 18px;
	margin-top: 5px;
}
#jobList .navi ul li .bnr{
	padding: 10px 20px 0;
}
#jobList .navi ul li .bnr a{
	width: 49%;
	margin: 2% 2% 0 0;
}
#jobList .navi ul li .bnr a:nth-child(2n){
	margin-right: 0;
}
#jobList .navi ul li .bnr a img{
	width: 100%;
	height: auto;
}
#jobList .navi ul li .bnr a span{
	font-size: 12px;
	padding: 8px 10px;
}
#jobList .navi .slick-arrow{
	height: 40px;
	width: 28px;
	top: 20px;
	transform: translateY(0);
}
#jobList .navi .slick-prev{
	left: 20px;
}
#jobList .navi .slick-next{
	right: 20px;
}
#jobList .navi .slick-arrow::before{
	width: 8px;
	height: 8px;
}
#jobList .navi .slick-prev::before{
	left: 6px;
}
#jobList .navi .slick-next::before{
	right: 14px;
}
}


/* ---------------------------------
event
---------------------------------- */
#event{
	padding: 80px 40px;
	background: #f2f2f2;
}
#event .inner{
	max-width: 1080px;
	margin: 0 auto;
}
#event .inner > p{
	text-align: center;
	line-height: 2;
	margin-top: 25px;
	font-size: 16px;
}
#event .inner > p br{
	display: none;
}
#event iframe{
	width: 100%;
	height: 600px;
	margin-top: 30px;
}
@media (max-width: 640px) {
#event{
	padding: 40px 20px 50px;
	background: #f2f2f2;
}
#event .inner > p{
	line-height: 1.8;
	margin-top: 20px;
	font-size: 14px;
}
#event .inner > p br{
	display: block;
}
#event iframe{
	height: 450px;
	margin-top: 15px;
}
}


/* ---------------------------------
news
---------------------------------- */
#news{
	padding: 80px 40px;
}
#news .inner{
	max-width: 1080px;
	margin: 0 auto;
}
#news .over{
	border: 1px solid #e6e6e6;
	padding: 20px 60px 40px;
	overflow-y: scroll;
	max-height: 350px;
	box-sizing: border-box;
	margin-top: 30px;
}
#news .over table th,
#news .over table td{
	padding-top: 25px;
}
#news .over table th{
	padding-right: 20px;
}
#news .over table th span{
	font-size: 13px;
	background: #00a59f;
	color: #fff;
	display: block;
	padding: 4px 10px;
	line-height: 1;
}
#news .over table td{
	font-size: 16px;
}
#news .over table td a{
	text-decoration: underline;
}
#news .over table td a:hover{
	text-decoration: none;
}
@media (max-width: 640px) {
#news{
	padding: 50px 0 60px;
}
#news .over{
	border-left: none;
	border-right: none;
	padding: 20px;
	max-height: 350px;
	margin-top: 20px;
}
#news .over table th,
#news .over table td{
	display: block;
}
#news .over table th{
	padding-top: 15px;
}
#news .over table tr:first-child th{
	padding-top: 0;
}
#news .over table td{
	padding-top: 10px;
	font-size: 14px;
}
#news .over table th span{
	font-size: 13px;
	width: 120px;
}
}



#important table th,
#important table td{
	font-size: 16px;
}
#topics .box .col ul li .txt p{
	font-size: 16px;
}
#jobList .inner > p{
	font-size: 18px;
}
#jobList .navi .btn p{
	font-size: 18px;
}
#jobList .select .box .txt p{
	font-size: 16px;
}
#event .inner > p {
	font-size: 18px;
}


/* ---------------------------------
chihon_modal
---------------------------------- */
.modal_wrap{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	display: none;
}
.modal_wrap.active{
	display: block;
}
.modal_wrap .modal_bg{
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
}
.modal_wrap .modal_bg.active{
	opacity: 1;
}
.modal_wrap .modal_detail{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 500px;
	max-height: 80vh;
	overflow-y: auto;
}
.modal_wrap .modal_inner{
	opacity: 0;
	transition: opacity .5s;
}
.modal_wrap .active + .modal_detail .modal_inner{
	transition: opacity .5s .5s;
	opacity: 1;
}
.modal_wrap .modal_inner h2{
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 6px;
	background: #00a59f;
	text-align: center;
}
.modal_wrap .modal_inner [include*="form-input-select()"]{
	width: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
	background: #fff;
	cursor: pointer;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding: 0.6em 2%;
}
.modal_wrap .modal_inner [include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  display: block;
  box-sizing: border-box;
  width: 120%;
  padding: 0.6em 22% 0.6em 2%;
  margin: 0;
	border: none;
	border-radius: 0;
  font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
  cursor: pointer;
	opacity: 0;
	position: relative;
	z-index: 2;
}
.modal_wrap .modal_inner [include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
}
.modal_wrap .modal_inner [include*="form-input-select()"] option {
  font-weight: normal;
}
.modal_wrap .modal_inner [include*="form-input-select()"] x:-o-prefocus,
.modal_wrap .modal_inner [include*="form-input-select()"]::after {
  display: none;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .arrow{
  position: absolute;
  top: 50%;
  right: 15px;
	transform: translate(0%,-50%);
  pointer-events: none;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before{
	content: "";
	display: block;
	position: relative;
	bottom: -7px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
	border-top: 18px solid #333;
}
.modal_wrap .modal_inner .chihon_select_view{
	margin-top: 30px;
	background: #fff;
	padding: 30px 60px;
	text-align: center;
	opacity: 0;
	transition: opacity .3s;
}
.modal_wrap .modal_inner .chihon_select_view.active{
	opacity: 1;
}
.modal_wrap .modal_inner .chihon_select_view .area{
	font-size: 20px;
	color: #00a59f;
	font-weight: bold;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box{
	margin-top: 10px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box h3{
	position: relative;
	font-size: 16px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box h3::before{
	content: "";
	position: absolute;
	left: top;
	top: 12px;
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box h3 span{
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel{
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 32px;
	line-height: 1;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.pc_none{
	display: none;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/index/main/icon-tel.png");
	background-size: 30px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel a{
	text-decoration: none;
	color: #333;
}
.modal_wrap .modal_inner .chihon_select_view .btn{
	overflow: hidden;
	margin-top: 8px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li{
	float: left;
	width: 49.5%;
	margin-right: 1%;
}
.modal_wrap .modal_inner .chihon_select_view .btn li:nth-child(2){
	margin-right: 0;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a,
.modal_wrap .modal_inner .chihon_select_view .btn li span{
	position: relative;
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #00a59f;
	text-align: left;
	font-weight: bold;
	padding: 15px 35px 0 18px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li span{
	text-align: center;
	padding: 15px 35px 0 35px;
	cursor: pointer;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a:hover,
.modal_wrap .modal_inner .chihon_select_view .btn li span:hover{
	opacity: .7;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a::before,
.modal_wrap .modal_inner .chihon_select_view .btn li span::before{
	content: "";
	position: absolute;
	top: 14px;
	right: 12px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li.access a::before{
	background-image: url("../img/index/main/icon-access.png");
}
.modal_wrap .modal_inner .chihon_select_view .btn li.pamphlet a::before{
	background-image: url("../img/index/main/icon-pamphlet.png");
}
.modal_wrap .modal_close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.modal_wrap .modal_close::before,
.modal_wrap .modal_close::after{
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.modal_wrap .modal_close::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
.modal_wrap .modal_close::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media (max-width: 640px) {
.modal_wrap .modal_detail{
	max-height: 100%;
}
.modal_wrap .modal_inner{
	padding: 50px 20px;
}
.modal_wrap .modal_inner h2{
	font-size: 13px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label{
	font-size: 16px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] select{
	font-size: 16px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .arrow{
	right: 10px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before{
	bottom: -6px;
	border: 8px solid transparent;
	border-top: 15px solid #333;
}
.modal_wrap .modal_inner .chihon_select_view{
	margin-top: 20px;
	padding: 20px;
}
.modal_wrap .modal_inner .chihon_select_view .area{
	font-size: 16px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box{
	margin-top: 5px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box h3{
	font-size: 13px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel{
	font-size: 28px;
	margin-top: 3px;
	padding-left: 26px;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.pc_none{
	display: inline-block;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.sp_none{
	display: none;
}
.modal_wrap .modal_inner .chihon_select_view .tel_box .tel::before{
	width: 24px;
	height: 24px;
	background-size: 24px;
}
.modal_wrap .modal_inner .chihon_select_view .btn{
	margin-top: 5px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a,
.modal_wrap .modal_inner .chihon_select_view .btn li span{
	height: 40px;
	font-size: 12px;
	padding: 10px 25px 0 10px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a::before,
.modal_wrap .modal_inner .chihon_select_view .btn li span::before{
	top: 13px;
	right: 10px;
	width: 15px;
	height: 14px;
	background-size: 15px 14px;
}
.modal_wrap .modal_close{
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
}
.modal_wrap .modal_close::before,
.modal_wrap .modal_close::after{
	width: 25px;
}
}
@media (max-width: 400px) {
.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label{
	font-size: 13px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] select{
	font-size: 13px;
}
.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before{
	bottom: -5.5px;
}
}
@media (max-width: 320px) {
.modal_wrap .modal_inner .chihon_select_view{
	padding: 15px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a {
	font-size: 11px;
	padding: 12px 25px 0 10px;
}
.modal_wrap .modal_inner .chihon_select_view .btn li a::before {
	right: 8px;
}
}








