@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
  color: #000;
  font-size: 1em;
  font-family: "Montserrat",Verdana,Arial,Osaka,sans-serif,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.7em;
  background: #fff;
}
body a {
  color: #282828;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:active {
  text-decoration: underline;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

/* -----------------------------------------------------------
	汎用class
----------------------------------------------------------- */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.tmp_btn_blue a {
  border: 1px solid #4C7CAA;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5% 0;
  text-decoration: none !important;
  color: #4C7CAA;
  font-size: 1.2em;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
}
.tmp_btn_blue a:hover {
  background-color: #4C7CAA;
  color: #fff;
}
.tmp_btn_blue.pdf a {
  background: transparent url("../images/common/ic_pdf.png") 90% center no-repeat;
  -moz-background-size: auto 50%;
  -o-background-size: auto 50%;
  -webkit-background-size: auto 50%;
  background-size: auto 50%;
}
.tmp_btn_blue.pdf a:hover {
  background-color: #4C7CAA;
  color: #fff;
}
.tmp_btn_blue.outside a {
  background: transparent url("../images/common/ic_outside.png") 90% center no-repeat;
  -moz-background-size: auto 30%;
  -o-background-size: auto 30%;
  -webkit-background-size: auto 30%;
  background-size: auto 30%;
}
.tmp_btn_blue.outside a:hover {
  background: transparent url("../images/common/ic_outside_w.png") 90% center no-repeat;
  -moz-background-size: auto 30%;
  -o-background-size: auto 30%;
  -webkit-background-size: auto 30%;
  background-size: auto 30%;
  background-color: #4C7CAA;
  color: #fff;
}

.tmp_btn_red a {
  border: 1px solid #c94c42;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5% 0;
  text-decoration: none !important;
  color: #c94c42;
  font-size: 1.2em;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
}
.tmp_btn_red a:hover {
  background-color: #c94c42;
  color: #fff;
}

.box_bn {
  position: fixed;
  width: 290px;
  height: 100px;
  z-index: 900;
  bottom: 35px;
  left: 45px;
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
}

.con_bn {
  position: fixed;
  z-index: 900;
  bottom: 35px;
  left: 45px;
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
}
.con_bn .box_bn2 {
  letter-spacing: -.4em;
}
.con_bn .box_bn2 li {
  width: 290px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_bn .box_bn2 li:nth-child(2) {
  margin-left: 10px;
}

/* PC小専用
----------------------------------------------------------- */
/* #gnav 高さ：660以下の場合
----------------------------------------------------------- */
@media only screen and (min-height: 0) and (max-height: 600px) {
  .main {
    width: 78%;
  }
}
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .box_bn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 290px;
    height: 100px;
    z-index: 900;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  }

  .con_bn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 900;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.27);
  }
  .con_bn .box_bn2 {
    letter-spacing: -.4em;
  }
  .con_bn .box_bn2 li {
    width: 290px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .con_bn .box_bn2 li:nth-child(2) {
    margin-left: 10px;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  .tmp_btn_blue {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: 1.1em;
  }

  .box_bn, .con_bn {
    display: none;
  }
}
/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
#page:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  body {
    font-size: 1em;
    line-height: 1.6em;
  }
  body img.img-sp {
    display: block;
  }
  body img.img-pc {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  body {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  body {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
  height: 100px;
  width: 98%;
  padding: 0 1%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #FFF;
  -moz-box-shadow: #DDD 0 0 5px;
  -webkit-box-shadow: #DDD 0 0 5px;
  box-shadow: #DDD 0 0 5px;
}
#header.active_header {
  display: none;
}
#header:after {
  margin: 0 auto;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#header h1 {
  float: left;
  width: 16%;
  vertical-align: middle;
  margin-top: 36px;
}
#header h1 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#header .box_header {
  padding-left: 2%;
  width: 76%;
  float: right;
}
#header .box_header .lang {
  margin-left: 2%;
  width: 8%;
  float: right;
}
#header .box_header .lang li {
  /*margin-left: 1%;
  width: 49%;
  float: left; 2つ用*/
  width: 113%;
  margin-top: 30px;
}
#header .box_header .lang li a {
  display: block;
  text-decoration: none;
  background-color: #eaeaea;
  text-align: center;
  font-size: 1.1em;
  /*line-height: 1.4em;
  padding:20% 3%; 2つ用*/
  line-height: 1em;
  padding: 11% 3%;
  border: 1px solid #eaeaea;
}
#header .box_header .lang li a:hover, #header .box_header .lang li a.active {
  background-color: #FFF;
  border: 1px solid #eaeaea;
}
#header .box_header .contact {
  margin-left: 1%;
  width: 9%;
  float: right;
  overflow: hidden;
}
#header .box_header .contact a {
  text-align: center;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
  margin-top: 30px;
  display: block;
}
#header .box_header .contact a span {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  color: #bb1f13;
  border: 1px solid #bb1f13;
  vertical-align: middle;
  padding: 8% 3%;
}
#header .box_header #gnav {
  width: 80%;
  float: right;
  text-align: center;
}
#header .box_header #gnav li {
  display: block;
  width: 15%;
  float: left;
  text-align: center;
}
#header .box_header #gnav li.gnav_spa {
  width: 25%;
}
#header .box_header #gnav li a {
  height: 100px;
  display: table;
  line-height: 1.2em;
  font-weight: normal;
  text-decoration: none;
  width: 100%;
}
#header .box_header #gnav li a span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#header .box_header #gnav li a:hover {
  color: #AAA;
}
#header .box_contact {
  display: none;
}
#header .box_spmenu {
  display: none;
}

#gnav_sp {
  display: none;
}

/* PC小専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 1280px) {
  #header .box_header .lang li a {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #header .box_header .contact a span {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #header .box_header #gnav li a {
    display: table;
    font-size: 0.8em;
    line-height: 1.2em;
  }
}
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #header {
    position: relative;
    padding-top: 16px;
    height: auto;
    -moz-box-shadow: #DDD 0 0 0;
    -webkit-box-shadow: #DDD 0 0 0;
    box-shadow: #DDD 0 0 0;
  }
  #header h1 {
    float: none;
    width: 30%;
    vertical-align: middle;
    margin: 0;
  }
  #header .box_header {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  #header .box_header .lang {
    top: -30px;
    right: 1%;
    position: absolute;
    margin-left: 0;
    width: 14%;
    float: none;
    height: auto;
  }
  #header .box_header .lang li a {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  #header .box_header .contact {
    margin-left: 1%;
    width: 14%;
  }
  #header .box_header .contact a {
    margin-top: 15px;
  }
  #header .box_header .contact a span {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  #header .box_header #gnav {
    width: 85%;
  }
  #header .box_header #gnav li a {
    height: 70px;
    font-size: 0.9em;
    line-height: 1.2em;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #header {
    height: auto;
    width: 100%;
    padding: 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    -moz-box-shadow: #DDD 0 0 0;
    -webkit-box-shadow: #DDD 0 0 0;
    box-shadow: #DDD 0 0 0;
    position: static;
  }
  #header.active_header {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  #header h1 {
    float: left;
    width: 45%;
    margin: 0;
    padding-left: 3%;
    max-width: 294px;
    vertical-align: middle;
  }
  #header h1 a {
    display: block;
    margin-top: 9%;
  }
  #header h1 a img {
    width: 100%;
    height: auto;
  }
  #header .box_header {
    display: none;
  }
  #header .box_contact {
    float: right;
    margin: 0;
    width: 25%;
    display: block;
  }
  #header .box_contact a {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 10% 0;
    display: block;
    border: 0;
    border-left: 1px solid #c12518;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  #header .box_contact a img {
    max-width: 37px;
    width: 30%;
    margin: 0 auto 5%;
  }
  #header .box_spmenu {
    display: block;
    float: right;
    width: 16%;
    background-color: #c12518;
  }
  #header .box_spmenu a {
    cursor: pointer;
    display: block;
    text-align: center;
    vertical-align: middle;
    display: block;
    background-color: #c12518;
  }
  #header .box_spmenu a span {
    display: block;
  }
  #header .box_spmenu a span.img {
    margin: 15% 0 6%;
  }
  #header .box_spmenu a span.img img {
    width: 40%;
    margin: 0 auto;
    max-width: 38px;
    vertical-align: top;
  }
  #header .box_spmenu a span.text_menu {
    color: #FFF;
    font-size: 18px;
    line-height: 1.2em;
  }

  #gnav_sp {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 1000;
    background-color: #FFF;
    -moz-box-shadow: #EEE 0 0 5px;
    -webkit-box-shadow: #EEE 0 0 5px;
    box-shadow: #EEE 0 0 5px;
  }
  #gnav_sp #gnav {
    margin-top: 5%;
    border-top: 1px solid #EEE;
  }
  #gnav_sp #gnav li {
    background: transparent url("../images/header/line_gnav_hg.png") left top repeat-y;
    border-bottom: 1px solid #EEE;
    width: 50%;
    float: left;
  }
  #gnav_sp #gnav li a {
    width: 90%;
    padding: 1em 5%;
    font-size: 1.1em;
    line-height: 1.4em;
    text-decoration: none;
    display: table;
    position: relative;
    background: transparent url("../images/common/arrow_R.png") 95% center no-repeat;
    -moz-background-size: auto 20%;
    -o-background-size: auto 20%;
    -webkit-background-size: auto 20%;
    background-size: auto 20%;
  }
  #gnav_sp #gnav li a .text {
    display: table-cell;
    vertical-align: middle;
    background: none;
    padding: 0;
  }
  #gnav_sp #gnav li a .line {
    display: none;
  }
  #gnav_sp #gnav li a:hover {
    color: #FFF;
    background: transparent url("../images/common/arrow_R_w.png") 95% center no-repeat;
    -moz-background-size: auto 20%;
    -o-background-size: auto 20%;
    -webkit-background-size: auto 20%;
    background-size: auto 20%;
    background-color: #c12518;
  }
  #gnav_sp #gnav li a:hover .text {
    background: none;
  }
  #gnav_sp #gnav li a:hover .line {
    background: none;
  }
  #gnav_sp .box_sp_lan {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  #gnav_sp .box_sp_lan li {
    /*width: 49%;
    float: right;
    &:first-child {
    	float: left;
    } 2つ用*/
  }
  #gnav_sp .box_sp_lan li a {
    line-height: 1.4em;
    display: block;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 0;
  }
  #gnav_sp .box_sp_lan li a:hover, #gnav_sp .box_sp_lan li a.active {
    background-color: #FFF;
    color: #282828;
  }
  #gnav_sp .box_close_sp {
    display: block;
    margin: 8% auto 0;
    width: 80%;
    clear: both;
  }
  #gnav_sp .box_close_sp a {
    display: block;
    border: 1px solid #282828;
    text-align: center;
    text-decoration: none;
    color: #282828;
    padding: 0.6em 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  #gnav_sp .nav_bn {
    display: none;
    width: 80%;
    margin: 8% auto 0;
  }
  #gnav_sp .nav_bn a {
    display: block;
    width: 100%;
  }
  #gnav_sp .nav_bn a img {
    display: block;
    width: 100%;
  }
  #gnav_sp .nav_bn2 {
    display: none;
    width: 80%;
    margin: 5% auto 0;
  }
  #gnav_sp .nav_bn2 a {
    display: block;
    width: 100%;
  }
  #gnav_sp .nav_bn2 a img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  #header h1 a {
    margin-top: 11%;
  }
  #header .box_contact a {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  #header .box_spmenu a span.img {
    margin: 15% 0 5%;
  }
  #header .box_spmenu a span.text_menu {
    font-size: 14px;
    line-height: 1.2em;
  }

  #gnav_sp #gnav li a {
    font-size: 0.8em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  #header h1 a {
    margin-top: 11%;
  }
  #header .box_contact a {
    font-size: 0.7em;
    line-height: 1.4em;
  }
  #header .box_spmenu a span.img {
    margin: 15% 0 1%;
  }
  #header .box_spmenu a span.text_menu {
    font-size: 12px;
    line-height: 1.2em;
  }

  #gnav_sp #gnav li a {
    font-size: 0.7em;
    line-height: 1.4em;
  }
}
/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
  padding-top: 100px;
}
#contents .main {
  width: 95%;
  max-width: 1130px;
  margin: 0 auto;
}
#contents .con_link {
  margin-top: 16px;
  text-align: right;
}
#contents .con_link ul li {
  display: inline;
}
#contents .con_link ul li a {
  color: #bf2d22;
  line-height: 1.2em;
}
#contents .con_intro {
  position: relative;
}
#contents .con_intro .img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents .con_intro .box_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
#contents .con_intro .box_title.w .title {
  margin-top: -1em;
}
#contents .con_intro .box_title.s .title {
  margin-top: -0.5em;
}
#contents .con_intro .box_title.t .title {
  margin-top: -1.8em;
}
#contents .con_intro .box_title .title {
  color: #FFF;
  font-size: 50px;
  line-height: 1.4em;
  text-shadow: 0 0 6px #000;
}
#contents .intro_text {
  margin-top: 40px;
}
#contents .intro_text .title {
  font-size: 30px;
  line-height: 1.4em;
}
#contents .intro_text .text {
  margin-top: 1em;
}
#contents .tmp_con {
  margin-top: 64px;
}
#contents .tmp_con .box_tmp {
  margin-top: 40px;
}
#contents .tmp_con .box_tmp:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#contents .tmp_con .box_tmp.left .img {
  float: left;
}
#contents .tmp_con .box_tmp.left .wrp_text {
  float: right;
}
#contents .tmp_con .box_tmp.right .img {
  float: right;
}
#contents .tmp_con .box_tmp.right .wrp_text {
  float: left;
}
#contents .tmp_con .box_tmp .img {
  width: 60%;
}
#contents .tmp_con .box_tmp .img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#contents .tmp_con .box_tmp .wrp_text {
  width: 38%;
}
#contents .tmp_listbt {
  margin-top: 64px;
  clear: both;
}
#contents .tmp_listbt .split4 li {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 24px;
}
#contents .tmp_listbt .split4 li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
#contents .tmp_listbt .split4 li a {
  display: block;
  text-align: center;
  padding-bottom: 5%;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  border: 1px solid #cfcfcf;
  color: #1e5d92;
  font-weight: bold;
  background: transparent url("../images/common/arrow_bl.png") right bottom no-repeat;
  background-color: #FFF;
}
#contents .tmp_listbt .split4 li a span {
  display: block;
}
#contents .tmp_listbt .split4 li a span.img {
  margin: 0 auto;
}
#contents .tmp_listbt .split4 li a span.img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents .tmp_listbt .split4 li a span.text {
  margin: 1em auto 0;
  width: 95%;
}
#contents .tmp_listbt .split3 li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 24px;
}
#contents .tmp_listbt .split3 li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
#contents .tmp_listbt .split3 li a {
  display: block;
  text-align: center;
  padding-bottom: 5%;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  border: 1px solid #cfcfcf;
  color: #1e5d92;
  font-weight: bold;
  background: transparent url("../images/common/arrow_bl.png") right bottom no-repeat;
  background-color: #FFF;
}
#contents .tmp_listbt .split3 li a span {
  display: block;
}
#contents .tmp_listbt .split3 li a span.img {
  margin: 0 auto;
}
#contents .tmp_listbt .split3 li a span.img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents .tmp_listbt .split3 li a span.text {
  margin: 1em auto 0;
  width: 95%;
}
#contents .tmp_listbt .split2 li {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 24px;
}
#contents .tmp_listbt .split2 li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
#contents .tmp_listbt .split2 li a {
  display: block;
  text-align: center;
  padding-bottom: 5%;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.4em;
  border: 1px solid #cfcfcf;
  color: #1e5d92;
  font-weight: bold;
  background: transparent url("../images/common/arrow_bl.png") right bottom no-repeat;
  background-color: #FFF;
}
#contents .tmp_listbt .split2 li a span {
  display: block;
}
#contents .tmp_listbt .split2 li a span.img {
  margin: 0 auto;
}
#contents .tmp_listbt .split2 li a span.img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#contents .tmp_listbt .split2 li a span.text {
  margin: 1em auto 0;
  width: 95%;
}
#contents .tmp_listbt ul li a .text {
  display: block;
  display: table;
  width: 100%;
  padding-bottom: .5em;
}
#contents .tmp_listbt ul li a .text span {
  display: table-cell;
  vertical-align: middle;
}
#contents .tmp_listbt ul li a .add {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4em;
  display: block;
  padding-bottom: .5em;
}
#contents .tmp_st {
  background: transparent url("../images/common/line_st.png") left bottom repeat-x;
  text-align: center;
}
#contents .tmp_st h4, #contents .tmp_st h3 {
  font-size: 1.8em;
  line-height: 1.4em;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.6em;
}
#contents .tmp_st h4 span, #contents .tmp_st h3 span {
  display: block;
  font-weight: normal;
  font-size: .7em;
  line-height: 1;
  padding-top: .3em;
}
#contents .tmp_slider {
  margin-top: 40px;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .tmp_slider {
    margin-top: 8%;
  }
}
#contents .tmp_slider .slider {
  text-align: center;
}
#contents .tmp_slider .bx-viewport {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .tmp_slider .bx-viewport {
    padding: 0;
  }
}
#contents .tmp_slider .bx-viewport img {
  width: 100%;
}
#contents .tmp_slider .bx-wrapper {
  position: relative;
}
#contents .tmp_slider div[class^="slider_th"] {
  padding-top: 10px;
  text-align: center;
}
#contents .tmp_slider div[class^="slider_th"] a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 81px;
  height: 48px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#contents .tmp_slider div[class^="slider_th"] img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#contents .tmp_slider div[class^="slider_th"] a.active,
#contents .tmp_slider div[class^="slider_th"] a:hover {
  border: 5px solid #1C5F96;
}
#contents .tmp_slider div[class^="slider_th"] a.active img,
#contents .tmp_slider div[class^="slider_th"] a:hover img {
  left: -5px;
  top: -5px;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .tmp_slider div[class^="slider_th"] a {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0 !important;
    background: #ccc;
  }
  #contents .tmp_slider div[class^="slider_th"] a:first-child {
    margin-left: 0;
  }
  #contents .tmp_slider div[class^="slider_th"] a:hover, #contents .tmp_slider div[class^="slider_th"] a.active {
    background: #4488C1;
  }
  #contents .tmp_slider div[class^="slider_th"] img {
    display: none;
  }
}
#contents .tmp_slider .bx-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -34px;
  z-index: 100;
}
#contents .tmp_slider .bx-controls .bx-prev,
#contents .tmp_slider .bx-controls .bx-next {
  width: 52px;
  height: 68px;
  text-indent: -9999px;
}
#contents .tmp_slider .bx-controls .bx-prev {
  margin-left: 5px;
  float: left;
  background: url(../images/common/ic_prev.png) no-repeat left center;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .tmp_slider .bx-controls .bx-prev {
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}
#contents .tmp_slider .bx-controls .bx-next {
  margin-right: 5px;
  float: right;
  background: url(../images/common/ic_next.png) no-repeat right center;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .tmp_slider .bx-controls .bx-next {
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}

/* -----------------------------------------------------------
	#layout_lnklist カテゴリトップ
----------------------------------------------------------- */
#layout_lnklist {
  width: 95%;
  max-width: 1130px;
  margin: 64px auto 0;
}
#layout_lnklist .con_lnklist.split2 ul {
  width: 48.5%;
  float: left;
}
#layout_lnklist .con_lnklist.split2 ul:first-child {
  margin-right: 3%;
}
#layout_lnklist .con_lnklist.split2 ul li {
  margin-bottom: 7%;
}
#layout_lnklist .con_lnklist ul.split2 li {
  width: 48.5%;
  margin-left: 3%;
}
#layout_lnklist .con_lnklist ul.split2 li:nth-child(2n+1) {
  clear: none;
  margin-left: 0;
}
#layout_lnklist .con_lnklist ul.split3 li {
  width: 31.33%;
  margin-left: 3%;
}
#layout_lnklist .con_lnklist ul.split3 li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
#layout_lnklist .con_lnklist ul li {
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 3%;
}
#layout_lnklist .con_lnklist ul li .wrp_img {
  display: block;
}
#layout_lnklist .con_lnklist ul li .wrp_img.s h3 {
  margin-top: -0.5em;
}
#layout_lnklist .con_lnklist ul li .wrp_img.w h3 {
  margin-top: -1em;
}
#layout_lnklist .con_lnklist ul li .wrp_img.t h3 {
  margin-top: -1.8em;
}
#layout_lnklist .con_lnklist ul li .wrp_img.f h3 {
  margin-top: -2.5em;
}
#layout_lnklist .con_lnklist ul li .wrp_img.fv h3 {
  margin-top: -3.3em;
}
#layout_lnklist .con_lnklist ul li .wrp_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#layout_lnklist .con_lnklist ul li .wrp_img h3 {
  position: absolute;
  z-index: 100;
  font-size: 30px;
  line-height: 1.4em;
  color: #FFF;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 6px #000;
}
#layout_lnklist .con_lnklist ul li .wrp_text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: transparent url("../images/home/bg_text.png") left top repeat;
  z-index: 200;
  text-decoration: none;
}
#layout_lnklist .con_lnklist ul li .wrp_text .text_area {
  padding: 8% 0;
  width: 84%;
  margin: 0 auto;
  background: transparent url("../images/home/ic_arrow.png") 95% 100% no-repeat;
  padding-bottom: 33px;
}
#layout_lnklist .con_lnklist ul li .wrp_text .text_area h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 1.2em;
}
#layout_lnklist .con_lnklist ul li .wrp_text .text_area .text {
  margin-top: 1em;
  word-break: break-all;
  color: #FFF;
  font-size: 15px;
  line-height: 1.4em;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #contents {
    padding-top: 0;
  }
  #contents .con_intro .box_title .title {
    color: #FFF;
    font-size: 38px;
  }
  #contents .tmp_listbt {
    margin-top: 40px;
  }
  #contents .tmp_listbt .split4 li a, #contents .tmp_listbt .split3 li a, #contents .tmp_listbt .split2 li a {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  #contents .intro_text {
    margin-top: 32px;
  }
  #contents .intro_text .title {
    font-size: 26px;
    line-height: 1.4em;
  }
  #contents .tmp_con {
    margin-top: 48px;
  }
  #contents .tmp_con .box_tmp {
    margin-top: 32px;
  }
  #contents .tmp_st {
    background: transparent url("../images/common/line_st.png") left bottom repeat-x;
    text-align: center;
  }
  #contents .tmp_st h4, #contents .tmp_st h3 {
    font-size: 1.6em;
  }

  #layout_lnklist {
    margin: 48px auto 0;
  }
  #layout_lnklist .con_lnklist ul li .wrp_img h3 {
    font-size: 24px;
    line-height: 1.4em;
  }
  #layout_lnklist .con_lnklist ul li .wrp_text .text_area h3 {
    font-size: 16px;
    line-height: 1.2em;
  }
  #layout_lnklist .con_lnklist ul li .wrp_text .text_area .text {
    font-size: 13px;
    line-height: 1.4em;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents {
    padding-top: 0;
  }
  #contents .con_link {
    margin-top: 2%;
  }
  #contents .con_link ul li {
    font-size: 0.8em;
    line-height: 1.2em;
  }
  #contents .con_link ul li a {
    color: #bf2d22;
  }
  #contents .con_intro .box_title .title {
    color: #FFF;
    font-size: 2em;
  }
  #contents .intro_text {
    margin-top: 5%;
  }
  #contents .intro_text .title {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  #contents .tmp_con {
    margin-top: 8%;
  }
  #contents .tmp_con .box_tmp {
    margin-top: 5%;
  }
  #contents .tmp_con .box_tmp.left .img {
    float: none;
  }
  #contents .tmp_con .box_tmp.left .wrp_text {
    float: none;
  }
  #contents .tmp_con .box_tmp.right .img {
    float: none;
  }
  #contents .tmp_con .box_tmp.right .wrp_text {
    float: none;
  }
  #contents .tmp_con .box_tmp .img {
    width: 100%;
  }
  #contents .tmp_con .box_tmp .wrp_text {
    margin-top: 1em;
    width: 100%;
  }
  #contents .tmp_listbt {
    margin-top: 5%;
  }
  #contents .tmp_listbt .split4 li:nth-child(4n+1) {
    clear: none;
    margin-left: 0;
  }
  #contents .tmp_listbt .split3 li:nth-child(3n+1) {
    clear: none;
    margin-left: 6%;
  }
  #contents .tmp_listbt .split4 li, #contents .tmp_listbt .split3 li, #contents .tmp_listbt .split2 li {
    width: 47%;
    margin-left: 6%;
    margin-bottom: 6%;
  }
  #contents .tmp_listbt .split4 li:nth-child(2n+1), #contents .tmp_listbt .split3 li:nth-child(2n+1), #contents .tmp_listbt .split2 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #contents .tmp_listbt .split4 li a, #contents .tmp_listbt .split3 li a, #contents .tmp_listbt .split2 li a {
    font-size: 1.2em;
    line-height: 1.4em;
    -moz-background-size: 6% auto;
    -o-background-size: 6% auto;
    -webkit-background-size: 6% auto;
    background-size: 6% auto;
  }
  #contents .tmp_listbt .split4 li a br, #contents .tmp_listbt .split3 li a br, #contents .tmp_listbt .split2 li a br {
    display: none;
  }
  #contents .tmp_listbt .split2 li a {
    display: block;
  }
  #contents .tmp_listbt .split2 li a span {
    text-align: center;
    display: block;
    width: 100%;
  }
  #contents .tmp_listbt .split2 li a span.text {
    margin-top: 1em;
  }
  #contents .tmp_st h4, #contents .tmp_st h3 {
    font-size: 1.4em;
    line-height: 1.4em;
  }
  #contents .tmp_st h4 span, #contents .tmp_st h3 span {
    font-size: .6em;
    line-height: 1em;
    padding-top: .3em;
  }

  /* -----------------------------------------------------------
  	#layout_lnklist カテゴリトップ
  ----------------------------------------------------------- */
  #layout_lnklist {
    margin: 8% auto 0;
  }
  #layout_lnklist .con_lnklist.split2 ul li {
    margin-left: 0 !important;
  }
  #layout_lnklist .con_lnklist ul.split2 li {
    width: 48.5%;
    margin-left: 0;
  }
  #layout_lnklist .con_lnklist ul.split2 li:nth-child(2n+1) {
    clear: none;
    margin-left: 0;
  }
  #layout_lnklist .con_lnklist ul.split3 li {
    width: 48.5%;
    margin-left: 0;
  }
  #layout_lnklist .con_lnklist ul.split3 li:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
  #layout_lnklist .con_lnklist ul.split3 li:nth-child(odd) {
    clear: left;
  }
  #layout_lnklist .con_lnklist ul li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 3%;
    margin-left: 3% !important;
  }
  #layout_lnklist .con_lnklist ul li:nth-child(2n+1) {
    clear: none;
    margin-left: 0 !important;
  }
  #layout_lnklist .con_lnklist ul li .wrp_img h3 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  #layout_lnklist .con_lnklist ul li .wrp_text {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
  #contents .con_intro .box_title .title {
    color: #FFF;
    font-size: 1.4em;
  }
  #contents .intro_text .title {
    font-size: 1.3em;
    line-height: 1.4em;
  }
  #contents .tmp_listbt .split4 li a, #contents .tmp_listbt .split3 li a, #contents .tmp_listbt .split2 li a {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  #contents .tmp_listbt .split4 li a br, #contents .tmp_listbt .split3 li a br, #contents .tmp_listbt .split2 li a br {
    display: none;
  }

  #layout_lnklist .con_lnklist ul li .wrp_img h3 {
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  #contents .con_intro .box_title .title {
    color: #FFF;
    font-size: 1.2em;
  }
  #contents .intro_text .title {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  #contents .tmp_listbt .split4 li a, #contents .tmp_listbt .split3 li a, #contents .tmp_listbt .split2 li a {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  #contents .tmp_listbt .split4 li a br, #contents .tmp_listbt .split3 li a br, #contents .tmp_listbt .split2 li a br {
    display: none;
  }

  #layout_lnklist .con_lnklist ul li .wrp_img h3 {
    font-size: 0.6em;
    line-height: 1.4em;
  }
}
/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
  width: 98%;
  padding: 32px 1%;
  background-color: #FFF;
  text-align: right;
}
#footer:after {
  margin: 0 auto;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#footer .copy {
  font-size: 0.7em;
  line-height: 1.4em;
}
#footer .box_sign {
  margin-top: 8px;
}
#footer .box_sign ul {
  float: right;
  display: flex;
  align-items: center;
}
#footer .box_sign ul li {
  float: left;
}
#footer .box_sign ul li.ip {
  width: 25%;
}
#footer .box_sign ul li.vs {
  margin-left: 3%;
  width: 50%;
}
#footer .box_sign ul li a {
  display: block;
}
#footer .box_sign ul li a img {
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #footer {
    width: 100%;
    padding: 5% 0 20%;
    text-align: left;
  }
  #footer .copy {
    font-size: 0.8em;
    line-height: 1.4em;
    text-align: center;
  }
  #footer .box_sign {
    margin-top: 3%;
  }
  #footer .box_sign ul {
    width: 30%;
    float: none;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
}
table.tbl_basic tbody tr th {
  padding: 16px 3%;
  background: #eeeeee;
  border: #cecece solid 1px;
  font-weight: normal;
}
table.tbl_basic tbody tr td {
  padding: 16px 3%;
  border: #cecece solid 1px;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  table.tbl_basic {
    border-bottom: #cecece solid 1px;
    border-left: #cecece solid 1px;
    border-right: #cecece solid 1px;
  }
  table.tbl_basic tbody tr {
    display: table;
    -moz-display: table;
    -webkit-display: table;
    -o-display: table;
    width: 100%;
  }
  table.tbl_basic tbody tr th {
    padding: 3%;
    display: table-caption;
    -moz-display: table-caption;
    -webkit-display: table-caption;
    -o-display: table-caption;
    border: 0;
    width: 94%;
    border-top: #cecece solid 1px;
    border-left: 0;
    border-right: 0;
  }
  table.tbl_basic tbody tr td {
    padding: 3%;
    border: 0;
    width: 94%;
    border-bottom: 0;
    display: block;
    border-top: #cecece solid 1px;
    border-left: 0;
    border-right: 0;
  }
}
/* -----------------------------------------------------------

	IE8以下用CSS

----------------------------------------------------------- */
.ie8 #page {
  width: 100%;
  min-width: 1325px;
}
.ie8 #contents {
  /* -----------------------------------------------------------
  	#layout_lnklist カテゴリトップ
  ----------------------------------------------------------- */
}
.ie8 #contents #layout_lnklist .con_lnklist.split2 ul {
  width: 48%;
  float: left;
}
.ie8 #contents #layout_lnklist .con_lnklist.split2 ul:first-child {
  margin-right: 2%;
}
.ie8 #contents #layout_lnklist .con_lnklist.split2 ul li {
  margin-bottom: 5%;
}
.ie8 #contents #layout_lnklist .con_lnklist ul.split2 li {
  width: 48%;
  margin-left: 2%;
}
.ie8 #contents #layout_lnklist .con_lnklist ul.split3 li {
  width: 31%;
  margin-left: 2%;
}
.ie8 #contents #layout_lnklist .con_lnklist ul li .wrp_img h3 {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.ie8 #contents .con_intro .box_title .title {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: inline-block;
}
