
@charset "utf-8";
/* CSS Document */
/* ----------------------------------------

   base

---------------------------------------- */
/* ------ reset -------*/
aside, blockquote, body, dd, div, dl, dt, figure, h1, h2, h3, h4, h5, h6, li, menu, nav, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0
}
body, html {
  height: 100%
}
html {
  background: #fff;
}
* {
  box-sizing: border-box;
  -ms-flex: 0 1 auto
}
a img, abbr, acronym, img {
  border: 0;
  vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
caption, th {
  text-align: left
}
code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%
}
kbd, pre, samp, tt {
  font-size: 108%
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
aside, menu, ol, ul {
  list-style: none
}
figcaption, figure, footer, header, main, menu, nav {
  display: block
}
q:after, q:before {
  content: ''
}
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
html {
  color: #333;
  font-size: 62.5%
}
body {
  font-family: Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  position: relative;
  min-width: 1300px;
}
/* ----------------------------------------

   module

---------------------------------------- */
a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
a:hover img.over {
  opacity: 0.7;
  transition: all .3s;
}
.anchor {
  padding-top: 50px;
  margin-top: -50px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
.clear {
  clear: both;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml11 {
  margin-left: 11px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml80 {
  margin-left: 80px !important
}
.ml1em {
  margin-left: 1em !important;
}
.ml2em {
  margin-left: 2em !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.alignC {
  text-align: center !important;
}
figure.centerImg {
  text-align: center;
  margin: 30px 0 50px;
}
.textIndent1 {
  text-indent: -1em;
  margin-left: 1em
}
p.strong {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  font-weight: bold;
}
.fwBold {
  font-weight: 700 !important;
}
.fcRed {
  color: #c42626 !important;
}
.fcGray {
  color: #777 !important;
}
.fsStrong_gray {
  color: #999 !important;
  font-weight: 500 !important;
}
.none, .sp, .sp750, .sp_inline {
  display: none
}
.img-left, .img-right {
  overflow: hidden
}
.img-left figure {
  float: left;
  padding-right: 20px;
}
.img-right figure {
  float: right;
  padding-left: 20px;
}
figure img.border {
  border: 1px #ddd solid;
  box-sizing: content-box;
}
figure figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin: 30px auto 10px;
  font-weight: bold;
}
a.link_inner {
  color: #1739a1;
  font-weight: bold;
  display: inline-block;
  background: url(/media_library/jigyoshokei/images/arrow_blue.svg) no-repeat left center;
  padding-left: 9px;
  background-size: 5px 9px;
}
a.link_new {
  color: #1739a1;
  font-weight: bold;
  display: inline-block;
  background: url(/media_library/jigyoshokei/images/icon_browsernew.png) no-repeat left center;
  padding-left: 18px;
  background-size: 13px 11px;
}
.linkbtn_block {
  text-align: center;
}
.linkbtn_block a {
  display: inline-block;
  text-decoration: none;
  padding: 15px 25px;
  text-align: center;
  background: #1739a1;
  color: #fff;
  border-radius: 7px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  transition: all .3s;
}
.linkbtn_block a:hover {
  background: #2859f0;
}
.list_dot {
  list-style: disc;
  list-style-position: inside;
}
.list_dot li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
}
.list_green_dot {
  list-style-position: inside;
}
.list_green_dot li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
}
.list_green_dot li::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 4.5px;
  background: #55bcb8;
}
.green_box {
  background: #ebf4f5;
  padding: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.green_box.underarrow {
  margin-bottom: 84px;
}
.green_box.underarrow::after {
  content: '';
  display: block;
  width: 1px;
  height: 118px;
  border: transparent 74px solid;
  border-top: 34px solid #ebf4f5;
  position: absolute;
  top: 100%;
  left: calc(50% - 74px);
}
.grayboder_box {
  border: 7px solid #ececec;
  padding: 30px;
}
.grayboder_box .strong_red {
  text-align: center;
  margin-bottom: 40px;
}
.grayboder_box .strong_red span {
  display: inline-block;
  background: #c42626;
  color: #fff;
  padding: 12px 15px;
  font-size: 1.8rem;
  text-align: center;
}
.green_gradation_box {
  background: linear-gradient(#f6fafb, #ebf4f5);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.blue_border_box {
  border: 2px solid #1739a1;
  border-radius: 15px;
  padding: 30px 70px;
}
.list_table {
  margin-bottom: 50px;
}
.list_table th, .list_table td {
  padding: 10px;
  height: 60px;
  text-align: center;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.list_table th {
  font-weight: bold;
  background: #f2f7f7;
}
.qa_content {
  margin-bottom: 60px;
}
.qa_content dt {
  font-size: 1.75rem;
  font-weight: bold;
  border-bottom: 2px #5db5e8 solid;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.qa_content dt::before {
  content: '';
  display: inline-block;
  background: #5db5e8 url(/media_library/jigyoshokei/images/shokei_qacontent_q.png) no-repeat center center;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.qa_content dd {
  background: #f7f7f7;
  padding: 12px;
  margin-bottom: 50px;
}
.qa_content dd:last-child {
  margin-bottom: 0;
}
.qa_content dd::after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.qa_content dd:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: #ff9ca3 url(/media_library/jigyoshokei/images/shokei_qacontent_a.png) no-repeat center center;
  float: left;
  margin-right: 15px;
}
.qa_content dd p {
  float: left;
  margin-bottom: 0 !important;
  width: calc(100% - 50px);
}
.qa_content dd p .comments {
  font-size: 1.2rem;
  font-weight: bold;
}
/* ----------------------------------------

   common

---------------------------------------- */
.container {
  width: 100%;
}
header {
  min-width: 100%;
  border-bottom: 4px solid #0073b4;
}
.header_inner {
  width: 1200px;
  margin: 0 auto;
}
.header_inner h1 {
  float: left;
  padding: 20px 0;
  line-height: 1;
}
.header_inner h1 img {
  margin-right: 10px;
}
#header_inquiry {
  float: right;
  border: 5px solid #f2f2f2;
  margin: 8px 0;
  padding: 10px 17px;
  background: #fff;
}
#header_inquiry h2, #header_inquiry ul {
  float: left;
}
#header_inquiry h2 {
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 36px;
}
#header_inquiry h2::before {
  content: '';
  display: block;
  background: url(/media_library/jigyoshokei/images/iconmail.svg) left center no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  float: left;
  height: 36px;
  line-height: 36px;
}
#header_inquiry li:first-child {
  float: left;
}
#header_inquiry li:last-child {
  float: right;
}
#header_inquiry li a {
  display: block;
  width: 200px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  padding-right: 5px;
  background: url(/media_library/jigyoshokei/images/arrow_white.svg) 98% center no-repeat;
  background-size: 12px 12px;
  transition: all .3s;
}
#top_control {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
#footer_inquiry {
  width: 1050px;
  border: 10px #f2f2f2 solid;
  margin: 0 auto 70px;
  padding: 40px;
}
#footer_inquiry h2 {
  text-align: center;
  margin-bottom: 30px;
}
#footer_inquiry h2 span {
  display: inline-block;
  background: url(/media_library/jigyoshokei/images/iconmail.svg) left center no-repeat;
  background-size: 35px 25px;
  line-height: 40px;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 50px;
}
#footer_inquiry li:first-child {
  float: left;
}
#footer_inquiry li:last-child {
  float: right;
}
#footer_inquiry li a {
  display: block;
  width: 440px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-right: 5px;
  background: url(/media_library/jigyoshokei/images/arrow_white.svg) 97% center no-repeat;
  background-size: 10px 18px;
  font-size: 2.4rem;
  transition: all .3s;
}
#header_inquiry li:first-child a, #footer_inquiry li:first-child a {
  background-color: #24b277;
}
#header_inquiry li:last-child a, #footer_inquiry li:last-child a {
  background-color: #77b224;
}
#header_inquiry li:first-child a:hover, #footer_inquiry li:first-child a:hover {
  background-color: #0bd983;
}
#header_inquiry li:last-child a:hover, #footer_inquiry li:last-child a:hover {
  background-color: #83d90b;
}
#breadcrumb {
  font-size: 1.2rem;
}
#breadcrumb ul {
  width: 1200px;
  margin: 15px auto;
  line-height: 1;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li::after {
  content: ' > ';
}
#breadcrumb li:last-child::after {
  content: none;
}
#contents {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
#contents::after {
  clear: both;
  content: '';
  display: block;
}
#contents article {
  float: left;
  width: 846px;
}
#article_main .article_maintitle_box {
  border-left: 8px solid #1739a1;
  padding: 10px 0 7px 35px;
  margin-bottom: 70px;
}
#article_main .article_maintitle {
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
}
#article_main .article_maintitle h1 {
  font-size: 3.8rem;
  color: #1739a1;
  font-weight: bold;
  line-height: 1.2;
}
#article_main .article_maintitle h1 span {
  font-size: 2.8rem;
}
#article_main .article_subtitle {
  font-size: 2.5rem;
  color: #666666;
  line-height: 1.2;
}
#article_main .article_subtitle small {
  font-size: 1.6rem;
}
#article_main .article_maintitle_bottom {
  text-align: right;
  padding: 15px 10px;
  line-height: 19px;
}
#article_main .article_main_tag {
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 15px;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
  float: left;
}
#article_main .article_main_tag.manager {
  background: #16a167;
}
#article_main .article_main_tag.zeirishi {
  background: #77b224;
}
#article_main .article_views {
  display: inline-block;
  margin-right: 10px;
}
#article_main .fb-like {
  display: inline-block;
}
#contents .cont_box {
  margin-bottom: 80px;
}
#contents .cont_box:last-child {
  margin-bottom: 0;
}
#sidebar {
  float: right;
  width: 325px;
}
#sidebar aside {
  border: 1px solid #ececec;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
#sidebar h2 {
  padding: 8px 15px;
  background: #3a77c5 95% center no-repeat;
  color: #fff;
  font-size: 1.4rem;
}
#sidebar h2::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.banner li {
  margin-bottom: 20px;
  list-style: none;
}
/* --- sidebar ranking --- */
.ranking {
  background: rgba(255, 255, 255, 0.9);
}
.ranking h2::before {
  content: '';
  background: url(/media_library/jigyoshokei/images/iconcrown.svg) no-repeat right center;
  background-size: 20px 40px;
  display: block;
  float: right;
  width: 20px;
  height: 30px;
}
.ranking li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 0 15px;
  background: url(/media_library/jigyoshokei/images/arrow_blue.svg) 96% center no-repeat;
  background-size: 11px 19px;
  transition: all .2s;
}
.ranking li:last-child a {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ranking li a:hover {
  opacity: 0.7;
  color: #0a43f4;
}
.ranking dt, .ranking dd {
  float: left;
}
.ranking dl {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.ranking li:last-child dl {
  border-bottom: none;
}
.ranking dl::after {
  content: '';
  clear: both;
  display: block;
}
.ranking dt {
  width: 34px;
  height: 76px;
  font-size: 26px;
  line-height: 76px;
  text-align: center;
  margin-right: 18px;
  color: #5db5e8;
}
.ranking dt.rank1 {
  background: #1739a1;
  color: #fff;
}
.ranking dt.rank2 {
  background: #3a77c5;
  color: #fff;
}
.ranking dt.rank3 {
  background: #5db5e8;
  color: #fff;
}
.ranking dd {
  width: 220px;
}
.ranking_tag {
  font-size: 1.1rem;
  line-height: 1;
  padding: 6px 8px;
  color: #fff;
  display: inline-block;
  margin-bottom: 3px;
}
.ranking_tag.ranking_tag_manager {
  background: #16a167;
  transition: all .2s;
}
.ranking_tag.ranking_tag_zeirishi {
  background: #77b224;
  transition: all .2s;
}
.ranking dd p {
  font-size: 1.25rem;
}
/* --- sidebar relatelinks --- */
.relatelinks {
  background: rgba(255, 255, 255, 0.9);
}
.relatelinks h2::before {
  content: '';
  background: url(/media_library/jigyoshokei/images/iconclip.svg) no-repeat right center;
  background-size: 25px 22px;
  display: block;
  float: right;
  width: 25px;
  height: 30px;
}
.relatelinks section {
  padding: 15px 15px 0 15px;
}
.relatelinks section:last-child {
  padding-bottom: 15px;
}
.relatelinks h3 {
  margin-bottom: 10px;
}
.relatelinks h3 span {
  color: #1739a1;
  font-weight: bold;
  border-bottom: 2px solid #1739a1;
}
.relatelinks li {
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
}
.relatelinks li:last-child {
  border: none;
}
.relatelinks li a {
  text-decoration: none;
  line-height: 1.6;
}
.relatelinks li a::after {
  content: '';
  background: url(/media_library/jigyoshokei/images/icon_browsernew.png) no-repeat;
  display: inline-block;
  width: 13px;
  height: 11px;
}
.relatelinks li a:hover {
  color: #0a43f4;
  transition: all .2s;
}
.relatelinks .documents li a {
  text-decoration: none;
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.relatelinks .documents li a::before {
  content: '・';
}
.relatelinks .documents ul > li a::after {
  margin-left: 0px;
}
.relatelinks .organ ul > li a::after {
  margin-left: 5px;
}
.relatelinks_innerList {
  margin-left: 7px;
}
.relatelinks_innerList li {
  border: none;
  font-size: 1.3rem;
  margin-left: 1em;
  text-indent: -1em;
  padding: 0;
}
.relatelinks_innerList li::before {
  content: '・';
}
/* --- sidebar relatebanner --- */
.relatebanner li {
  margin-bottom: 15px;
}
#zeirishi_search {
  background-color: #ebf4f5;
  text-align: center;
  padding: 90px 0;
  border-bottom: 3px solid #333;
}
#zeirishi_search h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#zeirishi_search h2 strong {
  font-weight: bold;
}
#copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 0;
  background: #e6e6e6;
}
/* ----------------------------------------

   article

---------------------------------------- */
#article_tab {
  display: flex;
  justify-content: space-between;
}
#article_tab li {
  width: calc(100% / 3 - 3px);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  position: relative;
  color: #777;
}
#article_tab li.active {
  background: url(/media_library/jigyoshokei/images/arrow_white.svg) no-repeat 96% center;
}
#article_tab li.article_tab_all {
  background: #efefef url(/media_library/jigyoshokei/images/arrow_gray.svg) no-repeat 96% center;
  border-bottom: none;
}
#article_tab li.article_tab_all.active {
  background: #1739a1 url(/media_library/jigyoshokei/images/arrow_white.svg) no-repeat 96% center;
  color: #fff;
}
#article_tab li.article_tab_manager {
  background: #efefef url(/media_library/jigyoshokei/images/arrow_gray.svg) no-repeat 96% center;
  border-bottom: none;
}
#article_tab li.article_tab_manager.active {
  background: #16a167 url(/media_library/jigyoshokei/images/arrow_white.svg) no-repeat 96% center;
  color: #fff;
}
#article_tab li.article_tab_zeirishi {
  background: #efefef url(/media_library/jigyoshokei/images/arrow_gray.svg) no-repeat 96% center;
  border-bottom: none;
}
#article_tab li.article_tab_zeirishi.active {
  background: #68a117 url(/media_library/jigyoshokei/images/arrow_white.svg) no-repeat 96% center;
  color: #fff;
}
#article_tab li {
  background-size: 10px 15px !important;
}
#article_tab li:hover {
  background: #ddd url(/media_library/jigyoshokei/images/arrow_white.svg) no-repeat 96% center;
  background-size: 10px 15px;
  color: #fff;
}
#article_block_wrap {
  background: #f1f3f9;
  border-top: 5px #1739a1 solid;
  padding: 26px;
}
#article_block_wrap.manager {
  border-top: 5px #16a167 solid;
  background: #f3faf2;
}
#article_block_wrap.zeirishi {
  border-top: 5px #68a117 solid;
  background: #f7faf2;
}
#article_block_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#article_block_wrap ul::after {
  /*
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
  */
}
#article_block_wrap li {
  margin-bottom: 30px;
  width: 385px;
  position: relative;
  overflow: hidden;
  transition: .5s;
}
#article_block_wrap li:nth-child(odd) {
  /*float: left;*/
}
#article_block_wrap li:nth-child(even) {
  /*float: right;*/
}
#article_block_wrap li a {
  text-decoration: none;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
}
#article_block_wrap li a::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  border: 3px solid #1739a1;
  transition: all .5s;
  opacity: 0;
}
#article_block_wrap li.article_tag01 a::before {
  border: 4px solid #16a167;
}
#article_block_wrap li.article_tag02 a::before {
  border: 4px solid #68a117;
}
#article_block_wrap li a:hover::before {
  opacity: 1;
}
#article_block_wrap li figure {
  position: relative;
}
#article_block_wrap li figure img {
  width: 384px;
  height: 200px;
}
#article_block_wrap li figure p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.article_tag01 figure p {
  background: #16a167;
}
.article_tag02 figure p {
  background: #68a117;
}
.article_block_text {
  background: #fff;
  padding: 25px 20px;
  height: 100%;
}
.article_block_text h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
}
.article_block_text .top_article_caption {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.view_num {
  text-align: right;
}
.view_num span {
  border-bottom: 1px dotted #cccccc;
}
.view_num span::before {
  content: '';
  background: url(/media_library/jigyoshokei/images/iconeye.svg);
  width: 23px;
  height: 12px;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
}
@media screen and (max-width:1040px) {
  body {
    width: 100%;
    min-width: 0;
    font-size: 1.3rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .linkbtn_block a {
    font-size: 1.3rem;
  }
  figure figcaption {
    font-size: 1.1rem;
  }
  p.strong {
    font-size: 1.8rem;
  }
  .green_box {
    padding: 20px;
  }
  .grayboder_box {
    padding: 20px;
  }
  .grayboder_box .strong_red {
    margin-bottom: 20px;
  }
  .grayboder_box .strong_red span {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 14px;
  }
  .green_gradation_box {
    padding: 30px;
  }
  .qa_content dt {
    font-size: 1.5rem;
  }
  .qa_content dt::before {
    height: 4em;
    width: 2.5em;
  }
  header {
    height: 54px;
    position: fixed;
    z-index: 9;
    background: #fff;
  }
  .header_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header h1 {
    max-width: calc(100% - 70px);
  }
  .header_inner h1 {
    padding: 10px 0;
    padding-left: 3%;
  }
  .header_inner h1 img {
    display: inline-block;
  }
  .header_inner h1 img:first-of-type {
    width: 20%;
    max-width: 140px;
  }
  .header_inner h1 img:last-of-type {
    width: 70%;
    max-width: 314px;
    max-height: 24px;
  }
  #sp_inquery {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: #fff url(/media_library/jigyoshokei/images/iconmail.svg) center center no-repeat;
    background-size: 30px 25px;
    border-left: 1px solid #ccc;
    width: 50px;
    height: 50px;
    z-index: 9;
  }
  #header_inquiry {
    position: absolute;
    transition: all .4s;
    top: -300px;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 5% 10%;
    background: rgba(23, 57, 161, 0.9);
    z-index: 10;
  }
  #header_inquiry.active {
    top: 0px;
  }
  #header_inquiry.active .navclose::before {
    content: '×';
    position: absolute;
    font-size: 3rem;
    top: 0px;
    right: 10px;
    cursor: pointer;
    color: #fff;
  }
  #header_inquiry h2, #header_inquiry ul {
    float: none;
  }
  #header_inquiry h2 {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
  }
  #header_inquiry h2::after {
    content: 'はこちら';
  }
  #header_inquiry ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header_inquiry li {
    float: none !important;
    width: 48.5%;
  }
  #header_inquiry li a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 45px;
  }
  main {
    padding-top: 50px;
  }
  #breadcrumb ul {
    width: 95%;
    font-size: 1.0rem;
  }
  .ranking dt {
    font-size: 1.8rem;
  }
  #contents {
    width: 95%;
    padding: 20px 0;
  }
  #contents article {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #sidebar {
    float: none;
    width: 100%;
  }
  #sidebar h2 {
    font-size: 1.5rem;
  }
  .banner ul::after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
  }
  .banner li {
    width: 50%;
    margin: 0 auto 20px;
  }
  .banner li img {
    width: 100%;
    height: auto;
  }
  .ranking dd {
    width: 80%;
  }
  .ranking dd p {
    font-size: 1.2rem;
  }
  .relatebanner li {
    text-align: center;
  }
  #contents .cont_box {
    margin-bottom: 40px;
  }
  #footer_inquiry {
    width: 90%;
    padding: 40px 30px;
  }
  #footer_inquiry h2 span {
    background-position: top center;
    padding-left: 0;
    padding-top: 45px;
    font-size: 2.2rem;
  }
  #footer_inquiry li {
    float: none;
    width: 48% !important;
  }
  #footer_inquiry li:last-child {
    margin-bottom: 0;
  }
  #footer_inquiry li a {
    font-size: 1.6rem;
    line-height: 60px;
    width: 100%;
  }
  #zeirishi_search {
    padding: 40px 20px;
  }
  #zeirishi_search h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #article_tab li {
    font-size: 1.2rem;
    width: calc(100% / 3 - 0.5%);
  }
  #article_block_wrap li {
    width: 48%;
  }
  #article_block_wrap li figure img {
    width: 100%;
    height: auto;
  }
  #article_block_wrap li figure p {
    font-size: 1.1rem;
  }
  .article_block_text h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:750px) {
  #header_inquiry li {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner li {
    width: 100%;
  }
  #footer_inquiry li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  #footer_inquiry li a {
    line-height: 1.5;
    padding: 15px 15px 15px 5px;
  }
  #article_main .article_maintitle_box {
    margin-bottom: 40px;
  }
  #article_main .article_maintitle_bottom {
    padding: 15px 0;
  }
  #article_main .article_main_tag {
    font-size: 1.1rem;
    padding: 6px 10px;
  }
  #article_tab li {
    height: auto;
    padding: 5px 4% 5px 2%;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #article_tab li {
    background-size: 5px 7px !important;
  }
  #article_block_wrap li {
    width: 100%;
  }
  .shokei_under #contents article {
    padding: 5%;
  }
}



