@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: #003366;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold, .bold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 960px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  color: #111;
  line-height: 1.75;
  text-align: center;
}

#container {
  margin: 0 auto;
  background: url(/img/common/bg_body01.png) repeat;
  text-align: left;
}

#main {
  font-size: 1.4em;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

#mainVisual {
  margin-top: -30px;
  padding: 60px 0 30px;
  background: url(/img/common/main_img.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1 \9;
}

#mainVisual .ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 80px;
  background: url(/img/common/main_bg.png) repeat;
  min-width: 500px;
  height: 150px;
  position: relative;
  display: table-cell;
  color: #FFF;
  font-size: 22px;
  vertical-align: middle;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  height: 80px \9;
  padding: 0 40px;
  background: #FFF;
  position: relative;
  z-index: 2 \9;
}

#header .logo {
  margin-top: 23px;
  float: left;
}

#header .hNavi {
  position: relative;
  width: 521px;
  float: right;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  padding: 6px 40px 4px;
  background: url(/img/common/bg_pagePath.png) repeat;
  position: relative;
  z-index: 10;
}

#pagePath li {
  margin-right: 2px;
  display: inline;
  color: #666;
  font-size: 1.2em;
}

#pagePath li a {
  margin-right: 5px;
  color: #111;
  text-decoration: none;
}

#pagePath li a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts > section {
  padding: 80px 0;
}

#conts .inner {
  margin: auto;
  width: 960px;
}

#main .bg02 {
  background: url(/img/common/bg_body02.png) repeat;
}

#conts .bottomLine {
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}

#conts .bottomLine:after {
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background: #7F7F7F;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/* policy変更 */
#popup_policy {
  padding: 20px 0 60px;
}

#popup_policy .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 19px 40px;
  width: 960px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

#footer {
  background: #222;
  position: relative;
}

#footer .pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}

#footer .pageTop a {
  display: block;
}

#footer .info {
  padding: 80px 0;
  background: #FFF;
  border-top: 1px solid #E6E6E6;
}

#footer .info .inner {
  margin: auto;
  width: 960px;
  display: flex;
}

#footer .info .inner .about {
  float: left;
}

#footer .info .inner .about .logo,
#footer .info .inner .about p {
  display: table-cell;
  vertical-align: middle;
}

#footer .info .inner .about .logo {
  padding-right: 30px;
  border-right: 1px solid #000;
}

#footer .info .inner .about p {
  padding: 8px 0 8px 30px;
  font-size: 1.3em;
  white-space: nowrap;
}

#footer .info .inner .company {
  width: 260px;
  float: right;
}

#footer .info .inner .company .jpx {
  margin-right: 15px;
  display: table;
  float: left;
}

#footer .info .inner .company .jpx .image,
#footer .info .inner .company .jpx p {
  display: table-cell;
  vertical-align: middle;
}

#footer .info .inner .company .jpx p {
  padding-left: 10px;
  color: #111;
  font-size: 1.2em;
  line-height: 1.5;
}

#footer .info .inner .company .welfare {
  padding: 11px 0;
  width: 120px;
  border: 1px solid #CC891E;
  float: left;
  color: #CC891E;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
}

#footer .top {
  padding: 76px 0 77px;
  border-bottom: 1px solid #333;
}

#footer .top .list {
  margin: auto;
  width: 960px;
}

#footer .top .list .link {
  width: 320px;
  float: left;
}

#footer .top .list .link .category {
  margin-bottom: 21px;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
}

#footer .top .list .link li {
  margin-top: 1px;
  padding-left: 18px;
  background: url(/img/common/icon/icon_navi.png) no-repeat left 6px;
  font-size: 1.4em;
}

#footer .top .list .link li:first-child {
  margin-top: 0;
}

#footer .top .list .link li a {
  color: #ddd;
  text-decoration: none;
}

#footer .top .list .link li a:hover {
  text-decoration: underline;
}

#footer .center .inner {
  margin: auto;
  padding: 69px 0 80px;
  width: 960px;
}

#footer .center #gNavi {
  padding-top: 8px;
  float: left;
}

#footer .center #gNavi li {
  margin-left: 12px;
  padding-left: 12px;
  display: inline;
  position: relative;
  text-align: center;
}

#footer .center #gNavi li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#footer .center #gNavi li:first-child:before {
  display: none;
}

#footer .center #gNavi li:before {
  color: #ddd;
  position: absolute;
  top: -4px;
  left: -7px;
  font-size: 1.4em;
  content: "｜";
}

#footer .center #gNavi li a {
  color: #ddd;
  font-size: 1.4em;
  text-decoration: none;
}

#footer .center #gNavi li a:hover {
  text-decoration: underline;
}

#footer .center .company {
  width: 100px;
  float: right;
}

#footer .center .company .jpx {
  margin-right: 22px;
  width: 95px;
  display: table;
  float: left;
}

#footer .center .company .jpx .image,
#footer .center .company .jpx p {
  display: table-cell;
  vertical-align: middle;
}

#footer .center .company .jpx p {
  padding-left: 10px;
  color: #DDD;
  line-height: 1.5;
}

#footer .center .company .welfare {
  padding: 4px 0;
  width: 98px;
  border: 1px solid #BFB795;
  float: left;
  color: #BFB795;
  text-align: center;
  line-height: 1.5;
}

#footer .bottom {
  padding: 74px 0 76px;
  border-top: 1px solid #333;
}

#footer .bottom .inner {
  margin: auto;
  width: 960px;
}

#footer .bottom .inner .logo {
  float: left;
}

#footer .bottom .inner .copyright {
  padding-top: 6px;
  float: right;
  color: #999;
}

/*------------------------------------------------------------
  CVタグ
------------------------------------------------------------*/
.cvTagBox {
  display: none;
  height: 0;
  line-height: 0;
}

body > img {
  display: none;
  height: 0;
  line-height: 0;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
#main .ttl01 {
  margin: 0 auto 38px;
  padding-bottom: 48px;
  width: 960px;
  position: relative;
  text-align: center;
}

#main .ttl01 .sub {
  margin-top: 17px;
  display: block;
}

#main .ttl01:after {
  margin-left: -29px;
  width: 58px;
  height: 10px;
  background: url(/img/common/ttl_bg.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
.table01 {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
}

.table01 th, .table01 td {
  padding: 32px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 1.0714em;
}

.table01 th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  color: #777;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.table01 td {
  padding-left: 15px;
}

.table01 td a {
  color: #003366;
  text-decoration: none;
  font-size: 1.0666em;
}

.table01 td a:hover {
  text-decoration: underline;
}

.table02 {
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
}

.table02 th, .table02 td {
  padding: 35px 40px;
  border: 1px solid #E6E6E6;
  text-align: left;
  font-weight: normal;
  line-height: 1.75;
}

.table02 th {
  background: #F7F6F3;
}

/*------------------------------------------------------------
	リンクボックス
------------------------------------------------------------*/
#conts .special .maker,
#conts .newEntry .word {
  margin: 0 -20px 20px 0;
  width: 980px;
}

#conts .special .maker .box,
#conts .newEntry .word .box {
  margin: 20px 20px 0 0;
  width: 470px;
  float: left;
}

#conts .special .maker .box a,
#conts .newEntry .word .box a {
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
  display: block;
  color: #111;
  text-decoration: none;
}

#conts .special .maker .box a:hover:after,
#conts .newEntry .word .box a:hover:after {
  width: 464px;
  height: 99%;
  border: 2px solid #222;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#main #conts .resumeNavi .box a:hover .inner {
  border: none;
  padding-left: 21px;
  padding-right: 21px;
}

#main #conts .resumeNavi .box a:hover:after {
  width: 304px;
  height: 101%;
  border: 2px solid #000;
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#conts .special .maker .box a:hover .name,
#conts .newEntry .word .box a:hover .name,
#main #conts .resumeNavi .box a:hover .name {
  text-decoration: underline;
}

#conts .newEntry .word .box a:hover .btn,
#conts .special .maker .box a:hover .btn,
#main #conts .resumeNavi .box a:hover .btn {
  background: #000;
  border-color: #000;
  color: #FFF;
}

#conts .special .maker .box a:hover .btn .icon,
#conts .newEntry .word .box a:hover .btn .icon,
#main #conts .resumeNavi .box a:hover .btn .icon {
  background-image: url(/img/common/icon/icon_arrow04.png);
}

#conts .special .maker .box .name,
#conts .newEntry .word .box .name {
  width: 470px;
  height: 99px;
  padding: 0 40px;
  border-bottom: 1px solid #E6E6E6;
  display: table-cell;
  color: #036;
  font-size: 1.2857em;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

#conts .special .maker .box .inner,
#conts .newEntry .word .box .inner {
  padding: 40px 38px;
  width: auto;
}

#conts .special .maker .box .inner .logo,
#conts .newEntry .word .box .inner .logo {
  margin: 0 0 20px 35px;
  float: right;
}

#conts .special .maker .box .inner p,
#conts .newEntry .word .box .inner p {
  margin-bottom: 30px;
}

#conts .special .maker .box .inner .btn,
#conts .newEntry .word .box .inner .btn {
  margin: auto;
  width: 160px;
  padding: 5px 0;
  border: 1px solid #222;
  display: block;
  font-size: 1.142em;
  text-align: center;
}

#conts .special .maker .box .inner .btn .icon,
#conts .newEntry .word .box .inner .btn .icon,
#conts .resumeNavi .box a .inner .btn .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right center;
}

/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
#conts .orange {
  color: #CC881E;
  font-weight: bold;
}

#conts .red {
  color: #8C0000;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
#conts .orangeBtn {
  margin: auto;
}

#conts .orangeBtn a,
#conts .orangeBtn button {
  padding: 16px 0;
  background: #CC891E;
  display: block;
  color: #fff;
  font-size: 1.142em;
  text-decoration: none;
  text-align: center;
}

#conts .orangeBtn a .icon,
#conts .orangeBtn button .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow04.png) no-repeat right 6px;
}

#conts .orangeBtn a:hover,
#conts .orangeBtn button:hover {
  background: #8C0000;
}

#conts .orangeBtn button {
  cursor: pointer;
}

#conts .supportBtn {
  margin: auto;
  width: 488px;
}

#conts .more a,
#conts .back a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  width: 960px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: block;
  color: #111;
  font-size: 1.142em;
  text-align: center;
  text-decoration: none;
}

#conts .more a:hover,
#conts .back a:hover {
  padding: 14px 0;
  border: 2px solid #222;
  text-decoration: underline;
}

#conts .more a .icon {
  padding-right: 17px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right 7px;
}

#conts .back a .icon {
  padding-left: 21px;
  background: url(/img/common/icon/icon_arrow06.png) no-repeat left 7px;
}

/*------------------------------------------------------------
	箇条書き
------------------------------------------------------------*/
#conts .list01 li,
#conts .list02 li {
  margin-top: 10px;
  line-height: 1.75;
}

#conts .list01 li:first-child,
#conts .list02 li:first-child {
  margin-top: 0;
}

#conts .list01 li span,
#conts .list02 li span {
  font-weight: bold;
}

#conts .list01 li {
  padding-left: 12px;
  background: url(/img/common/icon/icon_docs.png) no-repeat left 10px;
}

#conts .list02 li {
  padding-left: 15px;
  background: url(/img/common/icon/icon_docs02.png) no-repeat left 10px;
}

#conts .numList {
  counter-reset: li;
  list-style: none;
}

#conts .numList li {
  margin-top: 7px;
  padding-left: 25px;
  position: relative;
}

#conts .numList li:first-child {
  margin-top: 0;
}

#conts .numList li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #111;
  font-weight: bold;
  counter-increment: li;
  /* li の数を一つずつ増加 */
  content: counter(li) ". ";
  /* 数を表示 */
}

#conts .check,
#conts .docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
}

#conts .check:before, #conts .check:after,
#conts .docs:before,
#conts .docs:after {
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  content: "";
}

#conts .check:before,
#conts .docs:before {
  top: 0;
}

#conts .check:after,
#conts .docs:after {
  bottom: 0;
}

#conts .check ul,
#conts .docs ul {
  padding: 13px 30px;
  position: relative;
}

#conts .check ul:before, #conts .check ul:after,
#conts .docs ul:before,
#conts .docs ul:after {
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  content: "";
}

#conts .check ul:before,
#conts .docs ul:before {
  top: 0;
}

#conts .check ul:after,
#conts .docs ul:after {
  bottom: 0;
}

#conts .check li,
#conts .check02 li {
  margin-top: 10px;
  padding-left: 20px;
  background: url(/img/common/icon/icon_check.png) no-repeat left 5px;
  font-size: 1.0714em;
}

#conts .check li:first-child,
#conts .check02 li:first-child {
  margin-top: 0;
}

#conts .docs ul {
  padding: 15px 30px;
}

#conts .docs li {
  margin-top: 17px;
  padding-left: 15px;
  background: url(/img/common/icon/icon_docs02.png) no-repeat left 10px;
}

#conts .docs li:first-child {
  margin-top: 0;
}

#conts .docs li span {
  display: block;
  font-weight: bold;
}

#conts .linkList li {
  margin-top: 17px;
  padding-left: 15px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat left 8px;
}

#conts .linkList li:first-child {
  margin-top: 0;
}

#conts .linkList li a {
  text-decoration: none;
}

#conts .linkList li a:hover {
  text-decoration: underline;
}

#conts .categoryBox {
  padding: 28px 30px 28px;
  background: #FFF;
  border: 1px solid #E6E6E6;
}

#conts .categoryBox .list {
  width: 904px;
  margin-left: -2px;
}

#conts .categoryBox .list li {
  margin: 0 0 2px 2px;
  width: 450px;
  float: left;
}

#conts .categoryBox .list li a {
  padding: 14px 10px 14px 36px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat 19px 19px #FAFAFA;
  display: block;
  color: #036;
  font-size: 1.0714em;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#conts .categoryBox .list li a:hover {
  background: url(/img/common/icon/icon_arrow04.png) no-repeat 19px 19px #222;
  color: #fff;
}

/*------------------------------------------------------------
  ページャー
------------------------------------------------------------*/
#conts .pageNavi,
#conts .pageList {
  text-align: center;
}

#conts .pageNavi li {
  display: inline;
}

#conts .pageNavi li a {
  padding: 13px 0;
  width: 48px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: inline-block;
  color: #777;
  font-size: 1.0714em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}

#conts .pageList > a,
#conts .pageList > span.current {
  padding: 13px 0;
  width: 48px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: inline-block;
  color: #777;
  font-size: 1.0714em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}

#conts .pageNavi li.current a,
#conts .pageNavi li a:hover,
#conts .pageList > span.current,
#conts .pageList > a:hover {
  background: #000;
  border-color: #000;
  color: #FFF;
}

#conts .pageNavi li.prev a,
#conts .pageList > a.prev {
  padding: 14px 21px 12px 51px;
  background: url(/img/common/icon/icon_arrow06.png) no-repeat 30px center #FFF;
  text-align: left;
  color: #777;
}

#conts .pageNavi li.prev a:hover,
#conts .pageList > a.prev:hover {
  background: url(/img/common/icon/icon_arrow07.png) no-repeat 30px center #000;
  color: #FFF;
}

#conts .pageNavi li.next a,
#conts .pageList > a.next {
  padding: 14px 41px 12px 30px;
  background: url(/img/common/icon/icon_arrow01.png) no-repeat right 30px center #FFF;
  text-align: left;
  color: #777;
}

#conts .pageNavi li.next a:hover,
#conts .pageList > a.next:hover {
  background: url(/img/common/icon/icon_arrow04.png) no-repeat right 30px center #000;
  color: #FFF;
}


/*------------------------------------------------------------
	フォーム周り
------------------------------------------------------------*/
#conts input[type="text"],
#conts textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  font-size: 100%;
}

#conts input[type="text"] ::-webkit-input-placeholder,
#conts input[type="text"] :-ms-input-placeholder,
#conts textarea ::-webkit-input-placeholder,
#conts textarea :-ms-input-placeholder {
  color: #777;
}

#conts .pulldown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 1px solid #E6E6E6;
  font-size: 1em;
}

#conts .pulldown > select {
  padding: 0.3em 2.4em 0.3em 0.6em;
  font-size: 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none !important;
}

#conts .pulldown:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("/img/common/icon/icon_arrow05.png") center no-repeat;
  pointer-events: none;
}

#conts .radioList li {
  display: inline-block;
  margin-left: 40px;
}

#conts .radioList li:first-child {
  margin-left: 0;
}

#conts .radioList li input[type="radio"] {
  display: none;
}

#conts .radioList li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 20px;
  text-align: center;
  line-height: 1.75;
}

#conts .radioList li label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}

#conts .radioList li input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -2px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-radius: 50%;
  background: #8C0000;
}

#conts .checkList li {
  display: inline;
}

#conts .checkList li input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

#conts .checkList li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  #conts .checkList li input[type=checkbox] {
    display: none;
    margin: 0;
  }
  #conts .checkList li input[type=checkbox] + label {
    padding: 0 0 0 24px;
    line-height: 1.75;
  }
  #conts .checkList li input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #FFF;
  }
  #conts .checkList li input[type=checkbox] + label::before {
    border: 2px solid #E6E6E6;
  }
  #conts .checkList li input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #conts .checkList li input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 14px;
    height: 7px;
    border-left: 3px solid #8C0000;
    border-bottom: 3px solid #8C0000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

html > body #conts .radioList li label {
  position: static \9;
  display: inline \9;
  padding: 0 \9;
}

html > body #conts .radioList li input[type="radio"] {
  display: inline \9;
}

html > body #conts .radioList li input[type="radio"]:before,
html > body #conts .radioList li input[type="radio"]:after,
html > body #conts .radioList li input[type="radio"]:checked + label:after {
  display: none \9;
}

html > body #conts .checkList li input[type=checkbox] {
  display: inline \9;
}

html > body #conts .checkList li input[type=checkbox] + label {
  display: inline \9;
}

body:not(:target) #conts .radioList li label {
  position: relative\9;
  display: inline-block \9;
  padding: 0 0 0 20px \9;
}

body:not(:target) #conts .radioList li input[type="radio"] {
  display: none \9;
}

body:not(:target) #conts .radioList li input[type="radio"]:before,
body:not(:target) #conts .radioList li input[type="radio"]:after,
body:not(:target) #conts .radioList li input[type="radio"]:checked + label:after {
  display: block \9;
}

body:not(:target) #conts .checkList li input[type=checkbox] {
  display: none \9;
}

body:not(:target) #conts .checkList li input[type=checkbox] + label {
  display: inline-block \9;
}

@-moz-document url-prefix() {
  #conts .pulldown > select {
    width: 100% !important;
  }
}

/*記事CSS*/

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}


/*------------------------------------------------------------
  SNSボタンの設置
------------------------------------------------------------*/
#footer .sns {
  margin: 0 auto;
  width: 960px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
}

#footer .sns .inner {
  margin-left: auto;
  width: 240px;
}

#footer .sns .inner:after {
  display: block;
  clear: both;
  content: "";
}

.sns .twitter-share-button {
  float: left;
}

.sns .twitter-share-button:hover {
  opacity: 0.9;
}

.sns .fb-share-button {
  margin-left: 10px;
  float: left;
}

.sns .hatena-bookmark-button-frame {
  margin-left: 10px;
  width: 80px!important;
  float: left;
}

/*------------------------------------------------------------
  提携先サイトからの遷移用モーダル
------------------------------------------------------------*/
#modalLogo {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}

/*------------------------------------------------------------
  jquery.jqplot.min.css
------------------------------------------------------------*/
.jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em}.jqplot-axis{font-size:.75em}.jqplot-xaxis{margin-top:10px}.jqplot-x2axis{margin-bottom:10px}.jqplot-yaxis{margin-right:10px}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis,.jqplot-yMidAxis{margin-left:10px;margin-right:10px}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick,.jqplot-yMidAxis-tick{position:absolute;white-space:pre}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom}.jqplot-yaxis-tick{right:0;top:15px;text-align:right}.jqplot-yaxis-tick.jqplot-breakTick{right:-20px;margin-right:0;padding:1px 5px 1px 5px;z-index:2;font-size:1.5em}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left}.jqplot-yMidAxis-tick{text-align:center;white-space:nowrap}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute}.jqplot-yMidAxis-label{font-size:11pt;position:absolute}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;margin-left:10px;position:absolute}.jqplot-meterGauge-tick{font-size:.75em;color:#999}.jqplot-meterGauge-label{font-size:1em;color:#999}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,0.6);border:1px solid #ccc;position:absolute;font-size:.75em}td.jqplot-table-legend{vertical-align:middle}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer}.jqplot-table-legend .jqplot-series-hidden{text-decoration:line-through}div.jqplot-table-legend-swatch-outline{border:1px solid #ccc;padding:1px}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-highlighter-tooltip,.jqplot-canvasOverlay-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px}.jqplot-point-label{font-size:.75em;z-index:2}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em}.jqplot-error{text-align:center}.jqplot-error-message{position:relative;top:46%;display:inline-block}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:rgb(20%,20%,20%)}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,0.7)}div.jqplot-noData-container{text-align:center;background-color:rgba(96%,96%,96%,0.3)}