@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.tnr {
  font-family: 'Times New Roman', serif;
}

/*----------------------------------------
	BODY
-----------------------------------------*/
html, body {
  overflow-x: hidden !important;
}

body {
  font-size: 14px;
  font-family: 'Times New Roman', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  position: relative;
  overflow-x: hidden !important;
  width: 100%;
  background: #cccccc;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent;
}

.fw {
  font-weight: bold;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.udl {
  font-size: 18px;
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.w90 {
  width: 90%;
  margin: 0 auto;
}

.imgFull img {
  width: 100%;
}

/*----------------------------------------
	HEADER
-----------------------------------------*/
header .ttlArea {
  padding-top: 90px;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}
header .breadcrumbs {
  padding: 6px 0 4px;
}
header .breadcrumbs a {
  text-decoration: underline;
}
header .breadcrumbs p:before {
  font-family: 'FontAwesome';
  content: "\f015";
}
header .ttl {
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 13px 0;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  font-size: 23px;
}
header .ttl img {
  height: 22px;
}
header .head {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .head > ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
}
header .head > ul li.headObject:first-child {
  width: 150px;
  margin-right: auto;
}
header .head > ul li.headObject:nth-of-type(2) {
  width: 37px;
  margin-right: 4%;
}
header .head > ul li.headObject:last-child {
  width: 33px;
}
header .head {
  padding: 16px 0;
  background: #151515;
  position: fixed;
  min-height: 64px;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
header .minimize {
  padding: 6px 0;
  min-height: 44px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .minimize li.headObject:first-child img {
  width: 70%;
  transition: 0.2s;
}
header .drawer-nav {
  background: #444;
  -webkit-box-shadow: -3px 0px 2px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: -3px 0px 2px -1px rgba(0, 0, 0, 0.31);
  box-shadow: -3px 0px 2px -1px rgba(0, 0, 0, 0.31);
}
header .drawer-nav ul li {
  border-bottom: 1px solid #333;
  width: 100%;
}
header .drawer-nav ul li a {
  display: block;
  color: #fff;
  padding: 18px 0 18px 15px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
}
header .drawer-nav ul li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  right: 15px;
  margin-top: -42px;
  color: #fff;
}
header .drawer-nav ul li:first-child:after {
  content: none !important;
}
header .drawer-nav ul li img {
  margin-left: 18px;
}
header .drawer-nav ul li:first-child {
  width: 100%;
  min-height: 90px;
  background: #333;
  border-bottom: 1px solid #353535;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
header .drawer-nav ul li:nth-of-type(2) img {
  width: 16.7%;
}
header .drawer-nav ul li:nth-of-type(3) img {
  width: 37.5%;
}
header .drawer-nav ul li:nth-of-type(4) img {
  width: 24.6%;
}
header .drawer-nav ul li:nth-of-type(5) img {
  width: 58%;
}
header .drawer-nav ul li:nth-of-type(6) img {
  width: 43%;
}
header .drawer-nav ul li:nth-of-type(7) img {
  width: 39.5%;
}
header .minimize .drawer-nav ul li:first-child {
  min-height: 54px;
}
header #mainimg {
  padding-top: 90px;
}

/*----------------------------------------
	MAIN
-----------------------------------------*/
/*----------------------------------------
	FOOTER
-----------------------------------------*/
footer {
  background: #151515;
  padding: 24px 0 0;
}
footer a {
  width: 100%;
  display: block;
}
footer .outBtn ul {
  display: -webkit-box;
  /*--- Android ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
footer .outBtn ul li {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 48.5%;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
}
footer .outBtn ul li a {
  padding: 14px 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-family: 'Times New Roman', serif;
  font-weight: normal;
  font-weight: normal;
}
footer .outBtn ul li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  color: #fff;
}
footer .copyright {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .br:before {
    content: "\a";
    white-space: pre;
  }



  .column1 div,
  .column1 ul li {
    float: none !important;
    width: 100% !important;
  }

  .column2 div,
  .column2 ul li {
    width: 49% !important;
    margin: 0 2% 0 0 !important;
  }

  .column2 div:nth-of-type(2n),
  .column2 ul li:nth-of-type(2n) {
    margin: 0 0 3% !important;
  }
}

/*# sourceMappingURL=common.css.map */
