@charset "UTF-8";
/*==================================================
cmn
==================================================*/
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  /*font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, sans-serif;*/
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em;
  position: relative;
  margin: 0px;
  padding: 0px;
}

header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p:last-child {
  margin: 0;
}

a, input[type="submit"], button, label {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  zoom: 1;
}

/*a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -------- CLEAR -------- */
.clear {
  clear: both;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* clearfix for ie7 */
.cf {
  display: inline-block;
}

.cf {
  display: block;
}

/* -------- CLEAR -------- */
/* -------- ボタンcssリセット -------- */
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

button::-webkit-search-decoration {
  display: none;
}

button::focus {
  outline-offset: -2px;
}

.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1000px;
  width: 100%;
}

.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 650px;
  width: 100%;
}

.sp {
  display: none;
}

.fwb {
  font-weight: bold;
}

/*==================================================
head
==================================================*/
.site-header {
  z-index: 2;
  position: relative;
  background: #ffffff;
}

.site-header:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.site-header .hgroup {
  margin: 0 auto;
}

#gnavi-s, .button-toggle {
  display: none;
}

.headbtn {
  background: #0e8bd1;
}

.headbtn ul {
  width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.headbtn ul li {
  width: 33.33%;
  float: left;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
}

.headbtn ul li:hover {
  background: #43ace7;
}

.headbtn ul li a {
  border-left: 1px solid #0055a6;
}

.headbtn ul li a:hover {
  opacity: 1;
}

.headbtn ul li.company {
  background: #FFF;
  color: #0e8bd1;
  border-radius: 5px 5px 0 0;
  margin-top: 4px;
}

.headbtn ul li.company a {
  margin-top: -4px;
  border: none;
}

.headbtn ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.headbtn ul li a:hover {
  text-decoration: none;
}

.logoarea {
  width: 1000px;
  display: table;
  margin: 0 auto;
  padding: 25px 0;
}

.logoarea h1.site-title {
  display: table-cell;
  vertical-align: middle;
}

.logoarea h1.site-title img {
  max-width: 431px;
  height: auto;
}

.logoarea .h_menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.logoarea .h_menu li {
  display: inline-block;
  margin-left: 45px;
  font-size: 14px;
}

.logoarea .h_menu li a {
  padding-left: 25px;
}

.logoarea .h_menu li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.logoarea .h_menu li.contact a {
  background: url(../img/cmn/h_ico01.png) no-repeat 0 center;
}

.logoarea .h_menu li.sitemap a {
  background: url(../img/cmn/h_ico02.png) no-repeat 0 center;
}

.logoarea .centerarea {
  display: inline-block;
  margin: 0 0 0 55px;
  padding: 12px 0 0 0;
  vertical-align: middle;
}

.logoarea .centerarea .office_btn {
  background: url(../img/cmn/head-office_btn.png) no-repeat top right;
  background-size: 16px 11px;
  background-position: 92% 40%;
  background-color: #F0F9FF;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
  font-size: 12px;
  padding: 5px 20px;
  width: 246px;
}

.logoarea .centerarea .office_btn:hover {
  background: url(../img/cmn/head-office_btn_on.png) no-repeat top right;
  background-size: 16px 11px;
  background-position: 92% 40%;
  background-color: #F0F9FF;
  color: #0f67ba;
}

.logoarea .centerarea .office_btn a {
  height: 100%;
  width: 100%;
  display: block;
}

.logoarea .centerarea .office_btn a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.logoarea .centerarea .office_btn p {
  line-height: 1em;
}

.logoarea .centerarea .contact_btn {
  background: url(../img/cmn/head-arrow_icon.png) no-repeat top left;
  background-position: 0 46%;
  padding-left: 8px;
  font-size: 11px;
  background-size: 4.5px 7px;
  color: #0F67B9;
  margin-top: 5px;
}

.logoarea .centerarea .contact_btn:hover {
  text-decoration: underline;
}

.logoarea .login {
  display: inline-block;
  margin: 17px 0 0;
  padding: 10px 15px;
  float: right;
  border: #D7C83D solid 2px;
  background-color: #FFFBDF;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
  vertical-align: middle;
}

.logoarea .login:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.logoarea .login .login_l {
  float: left;
}

.logoarea .login .login_l .name_area {
  background: url(../img/cmn/head-user_icon.png) no-repeat top left;
  background-position: left 50%;
  background-size: 17px 17px;
  padding-left: 20px;
  line-height: 1.6em;
  margin-top: 2px;
}

.logoarea .login .login_l .name {
  font-size: 15px;
  font-weight: bold;
}

.logoarea .login .login_l .point_area {
  background: url(../img/cmn/head-point_icon.png) no-repeat top left;
  background-position: left 54%;
  background-size: 16px 17px;
  padding-left: 20px;
  line-height: 1em;
  margin: -2px 0 4px;
}

.logoarea .login .login_l .point {
  color: #cc0000;
  font-size: 23px;
  font-weight: bold;
}

.logoarea .login .login_l .pt {
  font-weight: bold;
}

.logoarea .login .login_r {
  float: right;
}

.logoarea .login .login_r .logout {
  position: relative;
  top: 0;
  border: #C3C3C3 solid 1px;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
  padding: 2px 0 0;
  margin: 12px 0 0 27px;
  width: 76px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px -3px 1px -3px rgba(0, 0, 0, 0.6) inset;
}

.logoarea .login .login_r .logout:hover {
  top: 2px;
  background-color: #f4f4f4;
  box-shadow: none;
}

.logoarea .login .login_r .logout a {
  height: 100%;
  width: 100%;
  display: block;
}

.logoarea .login .login_r .logout a:hover {
  opacity: 1;
}

.logoarea .login.login_guest .login_l .name {
  font-size: 12px;
  line-height: 30px;
}

.logoarea .login.login_guest .login_l .name_area {
  margin-top: 7px;
}

.logoarea .login.login_guest .login_r .logout {
  margin: 0 0 0 10px;
  padding: 0;
  width: 146px;
  height: 42px;
  color: #fff;
  background: #ffa041;
  border: 2px solid #ff9123;
  box-shadow: 0px -5px 1px -3px rgba(233, 138, 17, 0.8) inset;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
}

.logoarea .login.login_guest .login_r .logout a {
  padding-left: 20px;
  line-height: 36px;
  background: url(../img/cmn/icn_lock.png) no-repeat left 15px top 40%;
  background-size: 12.5px auto;
}

.logoarea .login.login_guest .login_r .logout:hover {
  border: 2px solid #ff9123;
  box-shadow: none;
}

.logoarea .login.login_guest .login_r .logout a:hover {
  opacity: 1;
}

.gnavi {
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  background-color: #FFF;
  border-top: #f2f2f2 solid 4px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  position: relative;
}

.gnavi > ul {
  width: 1000px;
  /*display: block;*/
  margin: 0 auto;
  display: box;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  /*-webkit-justify-content: space-between;
	justify-content: space-between*/
}

.gnavi > ul > li {
  /*display: inline-block;*/
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-right: #f2f2f2 solid 1px;
  height: 48px;
  vertical-align: middle;
}

.gnavi > ul > li:hover > a {
  border-bottom: 3px solid #0055a6;
}

.gnavi > ul > li > a {
  font-weight: 700;
  line-height: 48px;
  padding: 0;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  border-bottom: 3px solid #FFF;
}

.gnavi > ul > li > a:hover {
  text-decoration: none;
}

.gnavi > ul > li.nav01 > a {
  /* background-image: url(../img/cmn/icn_nav01.png); */
}

.gnavi > ul > li.nav02 > a {
  /* background-image: url(../img/cmn/icn_nav02.png); */
}

.gnavi > ul > li.nav03 > a {
  /* background-image: url(../img/cmn/icn_nav03.png); */
}

.gnavi > ul > li.nav04 > a {
  /* background-image: url(../img/cmn/icn_nav04.png); */
}

.gnavi > ul > li.nav05 > a {
  /* background-image: url(../img/cmn/icn_nav05.png); */
}

.gnavi > ul > li.nav06 > a {
  /* background-image: url(../img/cmn/icn_nav06.png); */
}

.gnavi > ul > li.nav07 > a {
  /* background-image: url(../img/cmn/icn_nav07.png); */
}

.gnavi > ul > li:first-child {
  border-left: #f2f2f2 solid 1px;
}

.gnavi > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*padding: 15px 0;*/
}

.gnavi > ul > li a:hover, .gnavi > ul > li a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.gnavi li .wrap {
  overflow: inherit;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: inherit;
  z-index: 9999 !important;
  opacity: 0;
  visibility: hidden;
  clip: inherit;
  background: #f2f2f2 url(../img/cmn/menu_bg_wh.jpg) repeat-y right top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 4px 6px -2px #e6e6e6 inset;
}

.gnavi li .wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.gnavi li .wrap .left_col {
  width: 29.5%;
  float: left;
  padding-top: 35px;
}

.gnavi li .wrap .right_col {
  width: 70.5%;
  float: right;
  background: #FFF;
  padding: 40px 0 10px 40px;
  box-shadow: 0px 4px 6px -2px #e6e6e6 inset;
}

.gnavi li .wrap .menu_ttl {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.gnavi li .wrap .menu_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 60px;
  background: #0055a6;
}

.gnavi li .wrap .link_btn {
  max-width: 255px;
}

.gnavi li .wrap .link_btn a {
  display: block;
  color: #0055a6;
  border: 1px solid #0055a6;
  background: #f8f8f8;
  border-radius: 50px;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  font-weight: bold;
}

.gnavi li .wrap .link_btn a:hover {
  background: #0055a6;
  color: #FFF;
  text-decoration: none;
}

.gnavi li .wrap .menu_list {
  font-size: 0;
}

.gnavi li .wrap .menu_list li {
  vertical-align: top;
  width: 29.333%;
  margin-right: 6%;
  margin-bottom: 25px;
  font-size: 15px;
  padding: 0;
}

.gnavi li .wrap .menu_list li:nth-of-type(3n) {
  margin-right: 0;
}

.gnavi li .wrap .menu_list li a {
  color: #0055a6;
  font-weight: bold;
}

.gnavi li .wrap .menu_list li a img {
  margin-bottom: 15px;
}

.gnavi li .wrap .menu_list li a p {
  padding-left: 15px;
  background: url(../img/cmn/menu_arrow_blue.png) no-repeat 0 2px;
}

.gnavi li .wrap .menu_list li a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  zoom: 1;
  transition: 0.2s;
}

.gnavi li ul li {
  display: inline-block;
  padding: 0 5%;
}

@media screen and (max-width: 1000px) {
  .gnavi li ul li {
    padding: 0 3%;
  }
}

.gnavi li ul + ul {
  margin-top: 35px;
  text-align: left;
}

.gnavi li ul + ul li {
  padding: 0 7%;
}

.gnavi li ul li a {
  display: block;
  float: none;
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  background: none;
  border: none;
}

@media screen and (max-width: 1000px) {
  .gnavi li ul li a {
    font-size: 12px;
  }
}

.gnavi li ul li a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.gnavi-s {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.spbr {
  display: none;
}

/*==================================================
footer
==================================================*/
.site-foot {
  margin: 50px 0 0;
  background: #efefef;
  overflow: hidden;
  clear: both;
  border-top: #0e8bd1 solid 5px;
}

.site-foot .wrap {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
}

.site-foot .fl_wrap {
  width: 100%;
  display: table;
  height: 130px;
}

.site-foot .fl_l {
  display: table-cell;
  vertical-align: middle;
}

.site-foot .fl_r {
  width: 210px;
  display: table-cell;
  vertical-align: middle;
}

.site-foot a.foot_arrow {
  background: url(../img/cmn/foot-arrow_blue.png) no-repeat top left;
  background-size: 5px 7px;
  color: #0f67ba;
  float: right;
  background-position: 1% 50%;
  padding-left: 10px;
  font-size: 12px;
}

.site-foot a.foot_arrow:hover {
  text-decoration: underline;
  opacity: 1;
}

.backtop {
  position: relative;
  clear: both;
  width: 1000px;
  min-height: 1px;
  margin: 0 auto;
}

.backtop a {
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../img/cmn/arrow-icon_top.png) no-repeat left top;
  background-size: 11px;
  background-position: 8% 45%;
  background-color: #0e8bd1;
  color: #fff;
  font-weight: bold;
  width: 141px;
  height: 33px;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
  padding: 3px 0 0 28px;
}

.backtop a:hover {
  text-decoration: none;
}

.site-foot .wrap .foot_logo {
  display: inline-block;
  vertical-align: middle;
}

.site-foot .wrap .f_bnr_list {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  border-left: 1px solid #dbdbdb;
  margin-left: 20px;
}

.site-foot .wrap .f_bnr_list li {
  width: 90px;
  height: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.site-foot .wrap .f_bnr_list li a {
  display: block;
  position: relative;
  height: 80px;
}

.site-foot .wrap .f_bnr_list li a span {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 78px;
  border-radius: 5px / 5px;
  -webkit-border-radius: 5px / 5px;
  -moz-border-radius: 5px / 5px;
  background-color: #FFF;
  color: #0068b7;
  border: #0e8bd1 solid 1px;
  box-shadow: 0px -2px 0px 0px #00659d inset;
  -moz-box-shadow: 0px -2px 0px 0px #00659d inset;
  -webkit-box-shadow: 0px -2px 0px 0px #00659d inset;
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0 0;
  background-position: top 12px center;
  background-repeat: no-repeat;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.site-foot .wrap .f_bnr_list li.login a span {
  background-image: url(../img/cmn/f_bnr_ico01.png);
}

.site-foot .wrap .f_bnr_list li.about a span {
  background-image: url(../img/cmn/f_bnr_ico02.png);
}

.site-foot .wrap .f_bnr_list li a:hover {
  opacity: 1;
}

.site-foot .wrap .f_bnr_list li a:hover span {
  top: 2px;
  box-shadow: none;
  text-decoration: none;
}

.footcontact_btn {
  position: relative;
  width: 210px;
  height: 52px;
  margin-bottom: 5px;
}

@media screen and (max-width: 800px) {
  .footcontact_btn :hover {
    background-color: transparent;
  }
}

.footcontact_btn a {
  display: block;
  height: 52px;
  position: relative;
}

.footcontact_btn a span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  border-radius: 3px / 3px;
  -webkit-border-radius: 3px / 3px;
  -moz-border-radius: 3px / 3px;
  background-color: #FFA129;
  color: #fff;
  border: #E98A11 solid 2px;
  box-shadow: 0px -2px 0px 0px #d37d0e inset;
  -moz-box-shadow: 0px -2px 0px 0px #d37d0e inset;
  -webkit-box-shadow: 0px -2px 0px 0px #d37d0e inset;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 9px 0;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.footcontact_btn a span::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url(../img/cmn/foot-arrow_white.png) no-repeat top left;
  width: 10px;
  height: 14px;
  margin-left: 15px;
}

.footcontact_btn a:hover {
  opacity: 1;
}

.footcontact_btn a:hover span {
  top: 2px;
  box-shadow: none;
  text-decoration: none;
}

.fnavi {
  overflow: hidden;
  clear: both;
  background-color: #fbfbfb;
  border-bottom: #dbdbdb solid 1px;
  padding: 25px 0;
}

.fnavi .footer-l {
  width: 100%;
  display: block;
  font-size: 13px;
}

.fnavi .footer-l div {
  width: 100%;
  border-bottom: #DBDBDB solid 1px;
  font-weight: bold;
}

.fnavi .footer-l div a {
  width: auto;
}

.fnavi .footer-l ul {
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 800px) {
  .fnavi .footer-l ul {
    text-align: left;
  }
}

.fnavi .footer-l ul li {
  display: inline-block;
  font-weight: normal;
  margin: 0 18px;
}

.fnavi .footer-l ul li br {
  display: none;
}

.fnavi .footer-l ul li a:hover {
  text-decoration: underline;
}

.fnavi .footer-l div.footer-l_banner {
  width: 32%;
  vertical-align: top;
  margin-top: 10px;
}

.fnavi .footer-r {
  float: right;
  width: 19.2%;
  margin-top: 35px;
}

.fnavi .footer-r div {
  margin-bottom: 20px;
}

.fnavi .footer-r p {
  margin-bottom: 0;
}

.site-foot .footer-r a.foot_arrow {
  background: url(../img/cmn/foot-arrow_blue.png) no-repeat top left;
  background-size: 5px 7px;
  color: #0f67ba;
  float: none;
  background-position: 1% 50%;
  padding-left: 10px;
  font-size: 12px;
}

.site-foot .copyright {
  padding: 30px 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
  text-align: center;
}

/*@media screen and (max-width: 1000px) {
	.site-foot {
		padding: 0 5%;
	}
}*/
@media screen and (max-width: 1000px) {
  .site-foot > .wrap {
    padding: 0 3%;
  }
}

@media screen and (max-width: 800px) {
  .fnavi {
    margin: 0;
    padding: 0;
  }
  .fnavi .footer-l {
    margin-left: 0;
    padding-bottom: 0;
  }
  .fnavi .footer-l ul {
    margin: 0;
  }
  .fnavi .copyright {
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .site-foot .wrap .foot_logo {
    float: none;
    text-align: center;
    display: block;
    margin: 30px 0;
  }
  .fnavi {
    text-align: center;
  }
  .fnavi ul {
    float: none;
    margin: 0;
  }
  .fnavi ul li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .fnavi ul li .sns-list li {
    display: inline-block;
    padding: 0 5px !important;
  }
  .site-foot .wrap .f_bnr_list {
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
  .site-foot .wrap .f_bnr_list li {
    float: left;
    width: 47%;
    height: 78px;
    display: block;
    margin-left: 6%;
  }
  .site-foot .wrap .f_bnr_list li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  .backtop a {
    /* position: absolute;
		 top: 20px;
		 right: 0;*/
    background-color: #0e8bd1;
    background-image: none;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 50px;
    border-radius: 0 / 0;
    -webkit-border-radius: 0 / 0;
    -moz-border-radius: 0 / 0;
    padding: 12px 0 0;
    text-align: center;
    font-size: 16px;
  }
  .backtop a span {
    padding-right: 30px;
    background: url(../img/cmn/sp-pagetop.png) no-repeat;
    background-size: 20px;
    background-position: right center;
  }
  .site-foot {
    margin: 70px 0 0;
    background: #fff;
    overflow: hidden;
    clear: both;
    border-top: none;
    padding: 0;
    position: relative;
    /*height: 550px;*/
  }
  .site-foot .wrap {
    overflow: inherit;
    max-width: 100%;
    width: 100%;
  }
  .site-foot .wrap.sp {
    padding: 20px 2% 0;
  }
  .fnavi {
    overflow: hidden;
    clear: both;
    /*position: absolute;
		top: 0;
		left: 0;
		min-height: 284px;*/
    width: 100%;
    background-color: #FFF;
    border-bottom: none;
    padding-bottom: 0;
  }
  .fnavi .footer-l {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    display: block;
    font-size: 16px;
  }
  .site-foot .wrap .footer-r {
    display: none;
  }
  .fnavi .footer-l div {
    width: 100%;
    height: 65px;
    background: url(../img/cmn/foot-arrow-sp.png) no-repeat;
    background-position: 96%;
    background-size: 10px;
    background-color: #EFEFEF;
    border-bottom: #fff solid 2px;
    font-weight: bold;
    text-align: left;
  }
  .fnavi .footer-l div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0 0 2%;
  }
  .fnavi .footer-l ul {
    display: block;
    width: 100%;
    font-size: 0;
  }
  .fnavi .footer-l ul li {
    display: inline-block;
    width: 50%;
    height: 65px;
    background: url(../img/cmn/foot-arrow-sp.png) no-repeat;
    background-position: 93%;
    background-size: 10px;
    background-color: #EFEFEF;
    border-bottom: #fff solid 2px;
    border-right: #fff solid 2px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4em;
  }
  .fnavi .footer-l ul li a {
    display: table;
    padding-left: 4%;
    width: 100%;
    height: 100%;
    /*padding: 9px 0 0 4%;*/
  }
  .fnavi .footer-l ul li a:hover {
    text-decoration: none;
  }
  .fnavi .footer-l ul li a br {
    display: block;
  }
  .fnavi .footer-l ul li a span {
    display: table-cell;
    vertical-align: middle;
  }
  /*.fnavi .footer-l ul.first li:nth-child(2) a,
	.fnavi .footer-l ul.second li:nth-child(4) a{
		padding: 20px 0 0 4%;
	}*/
  .fnavi .footer-l ul li:nth-child(even) {
    border-right: none;
  }
  .fnavi .footer-l div.footer-l_banner {
    display: none;
  }
  .site-foot #h130 {
    height: auto;
  }
  .site-foot .wrap .foot_logo img {
    width: 54.375% !important;
  }
  .site-foot .fl_l,
  .site-foot .fl_r {
    display: block;
    width: 100%;
  }
  .footcontact_btn {
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin: 20px auto 20px;
    clear: both;
  }
  .footcontact_btn a span {
    background-image: url(../img/cmn/sp-footcontact.png);
    background-repeat: no-repeat;
    background-position: 30%;
    background-size: 5%;
    background-color: #fff;
    color: #ffa229;
    border-radius: 7px;
    border: #ffa229 solid 2px;
    box-shadow: 0px -2px 0px 0px #ffa229 inset;
    -moz-box-shadow: 0px -2px 0px 0px #ffa229 inset;
    -webkit-box-shadow: 0px -2px 0px 0px #ffa229 inset;
  }
  .footcontact_btn a span:after {
    display: none;
  }
  .footcontact_btn a:hover {
    opacity: 1;
  }
  .footcontact_btn a:hover span {
    background-image: url(../img/cmn/sp-footcontact_on.png);
    top: 2px;
    box-shadow: none;
    color: #FFF;
    background-color: #ffa229;
  }
  .footcontact_btn .foot_arrow {
    display: none;
  }
  .site-foot .copyright {
    background-color: #0e8bd1;
    color: #fff;
    line-height: 20px;
    /*position: absolute;
		left: 0;
		bottom: 0;*/
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  /*.main-content .content-area .content-list .content-box {
		min-height: 90px;
	}*/
  .main-content .content-area .content-list .content-box .sp-r {
    /*margin-left: 38%;*/
    width: 60%;
  }
  .main-content .content-area .content-list .content-box img {
    width: 36%;
  }
  .main .txt-box {
    height: 60px;
  }
  .main li.slide-box img {
    width: auto;
    height: auto;
  }
  .fnavi .footer-l {
    font-size: 13px;
  }
  .fnavi .footer-l ul li {
    font-size: 13px;
    /*a{
				padding-top: 15px;
			}*/
  }
}

/*==================================================
content
==================================================*/
@media screen and (max-width: 1000px) {
  .headbtn ul {
    width: 100%;
  }
  .headbtn ul li {
    font-size: 15px !important;
  }
  .site-header {
    padding-left: 0;
  }
  .site-header .hgroup {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .logoarea {
    width: 100%;
    padding: 20px 2%;
  }
  .logoarea h1.site-title {
    height: auto;
    width: 50%;
  }
  .logoarea h1.site-title img {
    height: auto;
  }
  .logoarea .centerarea {
    margin: 0 0 0 5%;
    width: 24%;
  }
  .logoarea .centerarea .office_btn {
    background: url(../img/cmn/head-office_btn.png) no-repeat top right;
    background-size: 16px 11px;
    background-position: 96% 40%;
    background-color: #F0F9FF;
    font-size: 12px;
    padding: 5px 0 5px 5px;
    width: 100%;
    text-align: left;
  }
  .logoarea .centerarea .office_btn:hover {
    background: url(../img/cmn/head-office_btn_on.png) no-repeat top right;
    background-size: 16px 11px;
    background-position: 96% 40%;
    background-color: #F0F9FF;
    color: #0f67ba;
  }
  .logoarea .centerarea .contact_btn {
    background: url(../img/cmn/head-arrow_icon.png) no-repeat top left;
    background-position: 0 46%;
    background-size: 4.5px 7px;
    text-align: left;
    line-height: 1.2em;
  }
  .logoarea .login {
    margin: 26px 0 0;
    padding: 10px;
  }
  .logoarea .login .login_l .name_area {
    background: url(../img/cmn/head-user_icon.png) no-repeat top left;
    background-position: left 50%;
    background-size: 15px 15px;
    padding-left: 20px;
    line-height: 1.6em;
    margin-top: 2px;
  }
  .logoarea .login .login_l .name {
    font-size: 13px;
    font-weight: bold;
  }
  .logoarea .login .login_l .point_area {
    background: url(../img/cmn/head-point_icon.png) no-repeat top left;
    background-position: left 54%;
    background-size: 14px 15px;
    padding-left: 20px;
    line-height: 1em;
    margin: -2px 0 4px;
  }
  .logoarea .login .login_l .point {
    color: #cc0000;
    font-size: 21px;
    font-weight: bold;
  }
  .logoarea .login .login_r .logout {
    border: #C3C3C3 solid 1px;
    border-radius: 3px / 3px;
    -webkit-border-radius: 3px / 3px;
    -moz-border-radius: 3px / 3px;
    padding: 2px 0 0;
    margin: 12px 0 0 27px;
    width: 76px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px -3px 1px -3px rgba(0, 0, 0, 0.6) inset;
  }
  .gnavi ul {
    width: 100%;
    /*display: block;*/
    margin: 0 auto;
  }
  .gnavi li {
    font-size: 12px;
  }
  .gnavi li.head_logo {
    display: inline-block;
    padding: 0 20px;
  }
  .backtop {
    width: 100%;
  }
  .gnavi li .wrap .inner {
    padding: 0 2%;
  }
  .gnavi li .wrap .left_col {
    width: 29.5%;
    float: left;
    padding-top: 35px;
  }
  .gnavi li .wrap .right_col {
    width: 70.5%;
    float: right;
    background: #FFF;
    padding: 40px 0 10px 40px;
    box-shadow: 0px 4px 6px -2px #e6e6e6 inset;
  }
  .gnavi li .wrap .menu_ttl {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .gnavi li .wrap .menu_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: #0055a6;
  }
  .gnavi li .wrap .link_btn {
    max-width: 92%;
  }
  .gnavi li .wrap .link_btn a {
    font-size: 12px;
  }
  .gnavi li .wrap .menu_list {
    font-size: 0;
  }
  .gnavi li .wrap .menu_list li {
    vertical-align: top;
    width: 29.333%;
    margin-right: 6%;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 0;
  }
  .gnavi li .wrap .menu_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .gnavi li .wrap .menu_list li a {
    color: #0055a6;
    font-weight: bold;
  }
  .gnavi li .wrap .menu_list li a img {
    margin-bottom: 15px;
  }
  .gnavi li .wrap .menu_list li a p {
    padding-left: 15px;
    background: url(../img/cmn/menu_arrow_blue.png) no-repeat 0 2px;
  }
  .gnavi li .wrap .menu_list li a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    transition: 0.2s;
  }
}

@media screen and (max-width: 955px) {
  .spbr {
    display: block;
  }
  .logoarea .centerarea .office_btn {
    background: url(../img/cmn/head-office_btn.png) no-repeat top right;
    background-size: 16px 11px;
    background-position: 96% 40%;
    background-color: #F0F9FF;
    font-size: 12px;
    padding: 5px 0 5px 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  .logoarea .login .login_l .name {
    font-size: 12px;
    font-weight: bold;
  }
  .logoarea .login .login_l .point {
    color: #cc0000;
    font-size: 19px;
    font-weight: bold;
  }
  .logoarea .login .login_r .logout {
    border: #C3C3C3 solid 1px;
    border-radius: 3px / 3px;
    -webkit-border-radius: 3px / 3px;
    -moz-border-radius: 3px / 3px;
    padding: 2px 0 0;
    margin: 12px 0 0 27px;
    width: 66px;
    height: 32px;
    font-size: 11px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px -3px 1px -3px rgba(0, 0, 0, 0.6) inset;
  }
  .gnavi li {
    font-size: 11px;
  }
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .sp-hgroup {
    padding: 0;
    width: 100%;
    height: 70px;
    border-bottom: #0E8BD1 solid 4px;
  }
  .sp-hgroup .area {
    text-align: left;
    float: left;
    height: 70px;
    width: 85%;
  }
  .site-header {
    padding: 0;
    text-align: center;
    position: relative;
  }
  .site-header .site-title {
    width: 50%;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    margin-left: 2%;
  }
  .site-header .sp-customer {
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .site-header .sp-customer .sp-customer_l {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
  }
  .site-header .sp-customer .sp-customer_l .name_area {
    line-height: 1.2;
    padding-top: 10px;
  }
  .site-header .sp-customer .sp-customer_l .point_area {
    line-height: 0.6em;
  }
  .site-header .sp-customer .sp-customer_l .point_area .point {
    color: #cc0000;
  }
  .site-header .sp-customer .sp-customer_r {
    float: right;
    vertical-align: middle;
    padding-top: 9px;
  }
  .site-header .sp-customer .sp-customer_r .btn {
    background: url(../img/cmn/sp_userid.png) no-repeat;
    background-size: 68%;
    background-position: center 8px;
    background-color: #CFEEFF;
    border-radius: 3px / 3px;
    -webkit-border-radius: 3px / 3px;
    -moz-border-radius: 3px / 3px;
    text-align: center;
    color: #0f67ba;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 12%;
  }
  .site-header .sp-customer .sp-customer_r .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .site-header .hgroup {
    display: none;
  }
  .button-toggle {
    background-image: url(../img/cmn/sp_btnmenu.png);
    background-repeat: no-repeat;
    background-position: center 14px;
    background-size: 50%;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    height: 70px;
    width: 60px;
    vertical-align: top;
    float: right;
  }
  .button-toggle.active {
    background-image: url(../img/cmn/sp_btnmenu_close.png);
  }
  .button-toggle.active a {
    color: #FFF;
  }
  .button-toggle a {
    display: block;
    padding-top: 43px;
    width: 100%;
    height: 100%;
    color: #0e8bd1;
    font-size: 12px;
    font-weight: bold;
  }
  /*
	.button-toggle object {
		pointer-events: none;
	}*/
  /*---sp_menu---*/
  .gnavi-s {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    z-index: 9999;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
  }
  .gnavi-s.active {
    visibility: visible;
    opacity: 1;
  }
  .gnavi-s nav {
    padding: 10px;
    background: #f2f2f2;
  }
  .gnavi-s .close {
    margin: 0;
    text-align: right;
  }
  .gnavi-s .close span {
    display: inline-block;
    width: 15%;
    max-width: 60px;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    background: #0e8bd1;
  }
  .gnavi-s li {
    margin-bottom: 3px;
    text-align: left;
  }
  .gnavi-s li a {
    display: block;
    position: relative;
    padding: 0 15px;
    font-size: 15px;
    line-height: 45px;
    background: #FFF;
    color: #0b6fa7;
    font-weight: bold;
  }
  .gnavi-s li a:hover {
    text-decoration: none;
  }
  .gnavi-s li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0e8bd1;
    border-right: 1px solid #0e8bd1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnavi-s li:last-child {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .gnavi-s li:last-child a {
    font-weight: normal;
    color: #0e8bd1;
  }
  .gnavi-s li:last-child a:after {
    border-top: 1px solid #0e8bd1;
    border-right: 1px solid #0e8bd1;
  }
}

@media screen and (max-width: 640px) {
  .headbtn ul {
    padding: 0 2%;
  }
  .headbtn ul li {
    font-size: 11px !important;
  }
  .site-header .sp-customer {
    position: absolute;
  }
  .site-header .sp-customer .sp-customer_l {
    font-size: 11px;
  }
  .site-header .sp-customer .sp-customer_r .btn {
    margin-top: 6px;
    background-size: 24px auto;
    background-position: center top 4px;
    width: 35px;
    height: 38px;
  }
  .site-header .sp-customer .sp-customer_r .btn a {
    line-height: 1;
  }
  .site-header .site-title{
    width: 260px;
  }
  .slick-dots {
    bottom: -31px !important;
  }
}

@media screen and (max-width: 550px) {
  .button-toggle {
    width: 15%;
  }
}

/*パンくず
---------------------------*/
.breacrums {
  padding: 12px 0;
  background: #f8f8f8;
}

.breacrums.mb_none {
  margin-bottom: 0;
}

.breacrums .inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1000px;
  font-size: 11px;
  color: #999;
  line-height: 1;
}

.breacrums .inner a {
  margin-right: .5em;
  text-decoration: none;
}

.breacrums .inner a:hover {
  opacity: 1;
  text-decoration: underline;
}

.breacrums .inner .active {
  margin-left: 5px;
  color: #0e8bd1;
}

/*ページタイトル 見出し
---------------------------*/
.ttl_section {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 24px;
  border-bottom: 4px solid #e5e5e5;
}

.ttl_section:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 35%;
  height: 4px;
  background-color: #0e8bd1;
}

.ttl_article {
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
  border-left: 4px solid #0e8bd1;
}

/*ページ共通CSS
---------------------------*/
.page_content {
  min-height: 400px;
}

@media screen and (max-width: 1000px) {
  .page_content .wrap {
    padding: 0 3%;
  }
}

@media screen and (max-width: 800px) {
  .page_content .wrap {
    padding: 0 2%;
  }
}

.page_content .page_head {
  background-color: #d9d9d9;
  display: table;
  width: 100%;
  height: 160px;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .page_content .page_head {
    padding: 0 2%;
    height: 90px;
    margin-bottom: 20px;
  }
}

.page_content .page_head h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #0055a6;
  text-shadow: 2px 2px 0px #ffffff;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1000px) {
  .page_content .page_head h1 {
    padding: 0 3%;
  }
}

@media screen and (max-width: 800px) {
  .page_content .page_head h1 {
    padding: 0;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}

.page_content .page_section {
  margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
  .page_content .page_section {
    margin-bottom: 40px;
  }
}

.page_content .page_section.mb_few {
  margin-bottom: 45px;
}

@media screen and (max-width: 800px) {
  .page_content .page_section.mb_few {
    margin-bottom: 30px;
  }
}

.page_content .pd_inner {
  padding: 0 30px;
}

@media screen and (max-width: 1000px) {
  .page_content .pd_inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 800px) {
  .page_content .pd_inner {
    padding: 0;
  }
}

.page_content p {
  line-height: 2;
  margin-bottom: 25px;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .page_content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.page_content a {
  text-decoration: none;
  color: #0e8bd1;
}

.page_content a:hover {
  text-decoration: underline;
  opacity: 1;
}

.page_content a[href$=".pdf"] {
  padding: 3px 0;
  padding-right: 22px;
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 6px;
}

.page_content a[target="_blank"] {
  padding: 3px 0;
  padding-right: 22px;
  background: url(../img/cmn/blank_ico.png) no-repeat right 4px top 6px;
}

.page_content .arrow_link {
  margin-bottom: 0;
}

.page_content .arrow_link a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0e8bd1;
  border-right: 2px solid #0e8bd1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_content h2 {
  background-color: #f8f8f8;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 35px;
  border-left: 3px solid #0e8bd1;
  padding: 5px 10px 5px 20px;
}

@media all and (-ms-high-contrast: none) {
  .page_content h2 {
    padding: 10px 10px 0px 20px;
  }
}

@media screen and (max-width: 800px) {
  .page_content h2 {
    font-size: 20px;
    padding-left: 15px;
    line-height: 1.5;
    padding: 7px 10px 7px 15px;
    margin-bottom: 20px;
  }
}

.page_content h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid #dedede;
  background: url(../img/cmn/h3_point.png) no-repeat 0 13px;
}

@media all and (-ms-high-contrast: none) {
  .page_content h3 {
    padding: 10px 10px 0px 35px;
  }
}

@media screen and (max-width: 800px) {
  .page_content h3 {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 5px 10px 10px 25px;
    line-height: 1.5;
    background: url(../img/cmn/h3_point.png) no-repeat 0 10px;
    background-size: 18px auto;
  }
}

.page_content h4 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  padding: 0 0 5px;
}

@media screen and (max-width: 800px) {
  .page_content h4 {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.page_content h5 {
  font-weight: bold;
  font-size: 18px;
  color: #0e8bd1;
  margin-bottom: 20px;
  padding: 0 0 0 35px;
  background: url(../img/cmn/h3_point.png) no-repeat 0 4px;
}

@media all and (-ms-high-contrast: none) {
  .page_content h5 {
    background: url(../img/cmn/h3_point.png) no-repeat 0 2px;
  }
}

@media screen and (max-width: 800px) {
  .page_content h5 {
    font-size: 16px;
    padding-left: 25px;
    line-height: 1.5;
    background: url(../img/cmn/h3_point.png) no-repeat 0 3px;
    background-size: 18px auto;
    margin-bottom: 15px;
  }
}

.page_content table {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .page_content table {
    border: 1px solid #dedede;
    border-bottom: none;
  }
}

.page_content table th, .page_content table td {
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid #dedede;
}

@media all and (-ms-high-contrast: none) {
  .page_content table th, .page_content table td {
    padding: 18px 20px 12px;
  }
}

@media screen and (max-width: 800px) {
  .page_content table th, .page_content table td {
    font-size: 14px;
    display: block;
    width: 100% !important;
    padding: 10px 3%;
    border: none;
    border-bottom: 1px solid #dedede;
  }
}

.page_content table th {
  background-color: #f8f8f8;
  font-weight: bold;
  vertical-align: top;
}

.page_content table td {
  background-color: #FFF;
}

.page_content table.basic_table1 th {
  width: 250px;
}

.page_content table.basic_table2 {
  font-size: 0;
}

.page_content table.basic_table2 th {
  width: 100px;
}

.page_content table.basic_table2 th.thick {
  width: 150px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
  .page_content table.basic_table2 th {
    width: 50% !important;
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .page_content table.basic_table2 tr th:first-of-type {
    border-right: 1px solid #dedede;
  }
}

.page_content ul.list {
  margin-bottom: 20px;
}

.page_content ul.list li {
  padding-left: 13px;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}

.page_content ul.list li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #0e8bd1;
}

.page_content ul.list_num {
  margin-bottom: 20px;
}

.page_content ul.list_num li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  counter-increment: count-number;
}

.page_content ul.list_num li::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: counters(count-number, ".") ".";
  font-weight: bold;
  color: #0e8bd1;
}

.page_content .gray_box {
  background: #f8f8f8;
  padding: 25px 30px;
}

@media screen and (max-width: 800px) {
  .page_content .gray_box {
    padding: 20px;
  }
}

.page_content .gray_box p {
  margin-bottom: 0;
}

.page_content .left_img {
  float: left;
  padding: 0 35px 35px 0;
}

@media screen and (max-width: 800px) {
  .page_content .left_img {
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto 15px;
  }
}

.page_content .right_img {
  float: right;
  padding: 0 0 35px 35px;
}

@media screen and (max-width: 800px) {
  .page_content .right_img {
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto 15px;
  }
}

.page_content .intro_txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .page_content .intro_txt {
    margin-bottom: 25px;
  }
}

.page_content .page_bnr_list {
  font-size: 0;
}

.page_content .page_bnr_list li {
  float: left;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 40px;
}

.page_content .page_bnr_list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .page_content .page_bnr_list li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
  }
  .page_content .page_bnr_list li:nth-of-type(3n) {
    margin-right: 3%;
  }
  .page_content .page_bnr_list li:nth-of-type(2n) {
    margin-right: 0%;
  }
  .page_content .page_bnr_list li img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page_content .page_bnr_list li {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
}

.page_content .page_bnr_list li .ttl {
  width: 100%;
  display: table;
  background: #f2f2f2;
  position: relative;
}

@media screen and (max-width: 800px) {
  .page_content .page_bnr_list li .ttl {
    height: inherit !important;
  }
}

.page_content .page_bnr_list li .ttl::after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0e8bd1;
  border-right: 2px solid #0e8bd1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_content .page_bnr_list li .ttl p {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 35px 15px 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .page_content .page_bnr_list li .ttl p {
    font-size: 16px;
  }
}

@media screen and (max-width: 800px) {
  .page_content .page_bnr_list li .ttl p {
    font-size: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .page_content .page_bnr_list li .ttl p {
    padding: 20px 35px 10px 20px;
  }
}

.page_content .page_bnr_list li a {
  display: block;
  text-decoration: none !important;
}

.page_content .page_bnr_list li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.page_content .page_bnr_list li a:hover .ttl {
  background: #e3e3e3;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.page_content .caution_txt {
  background: url(../img/cmn/caution_ico.png) no-repeat 0 7px;
  padding-left: 27px;
}

@media screen and (max-width: 800px) {
  .page_content .caution_txt {
    background: url(../img/cmn/caution_ico.png) no-repeat 0 3px;
  }
}

.page_content_fix .page_head {
  margin-bottom: 60px !important;
}

@media (max-width: 768px) {
  .page_content_fix .page_head {
    margin-bottom: 20px !important;
  }
}

/* Add 2019/02/14 Start */
/* 添付ファイルスタイル */
.page_content .file-data-list{
  list-style: none;
}
.page_content .file-data-list li{
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.page_content .file-data-list li:before {
  content: none;
}
.page_content .file-data-list li:after {
  content: "";
  clear: both;
  display: block;
}
.page_content .file-data-list li a{
  line-height: 26px;
  display: block;
  overflow: hidden;
}
.page_content .file-data-list li a[target="_blank"] {
    padding: 0;
    background: none;
}
.page_content .file-data-list li .ico{
  width: 4em;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin-right: 10px;
  background: #efefef;
  float: left;
}

.page_content .file-data-list li .ico.ico-pdf{
  background: #ec6d50;
  color: #fff;
}

.page_content .file-data-list:last-of-type{
  margin-bottom: 30px;
}
.page_content .file-data-list:first-of-type{
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .page_content .file-data-list:first-of-type{
    margin-top: 40px;
  }
}
.page_content .file-data-list:last-of-type{
  margin-bottom: 30px;
}
/* Add 2019/02/14 End */

/*==================================================
pagination
==================================================*/
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.pagination .link_page, .pagination .current_page {
  width: 40px;
  height: 42px;
  margin-right: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #0e8bd1;
}

.pagination .link_page:hover, .pagination .current_page:hover {
  background-color: #0e8bd1;
  color: #ffffff;
  text-decoration: none;
}

.pagination .current_page {
  background-color: #0e8bd1;
  color: #ffffff;
}

.label {
  margin-left: 30px;
  padding: 5px 40px 6px 40px;
  color: #ffffff;
  background: gray;
}

@media screen and (min-width: 801px) {
  .un_mr30 {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.bg-black {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}

.slick-dots {
  z-index: 1;
}
