@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126   License: none (public domain)*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Theme Name: Theme of q-jinkun 03
Theme URI:
Author:
Author URI:
Description:
*/

body {
  color: #262626;
  background-color: #f7f4f0;
  font-size: 12px;
  line-height: 1.2em;
  font-family: Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
}
img {
  max-width: 100%;
  /* -webkit-backface-visibility: hidden; */
}
a {
  color: #0060f2;
  text-decoration: none;
  border-bottom: solid 1px #0060f2;
  position: relative;
  box-sizing: border-box;
}
li {
  list-style: none;
}
textarea,
input {
  box-sizing: border-box;
  max-width: 100%;
}
strong {
  font-weight: bold;
  font-size: 1.05em;
}
.pc_off,
.pc_off_inline {
  display: none;
}

.red {
  color: #ff5151;
}
.lim1000 {
  margin: 0 auto;
  width: 1000px;
}
.general_header {
  background: #fff;
  border-top: solid 4px #68c4ed;
  border-bottom: solid 2px #00a0e9;
  min-width: 1000px;
}
.ctr_section {
  margin-bottom: 24px;
}
.head_box {
  display: flex;
}
.head_box_logo {
  flex: 0 1 auto;
  padding: 15px 0 13px 1px;
  margin-right: 23px;
}
.head_box_logo_link {
  border: none;
}

.head_box_center {
  flex: 0 1 auto;
  padding: 0;
  line-height: 1.2em;
}
.head_box_right {
  flex: 1 1 auto;
  text-align: right;
}
.head_right_links {
  padding: 7px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0px 0 8px;
}

.last_update {
  border: solid 1px #68c4ed;
  background: #e7f5ff;
  padding: 10px 13px 9px 11px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.last_update::after {
  content: "";
  height: 9px;
  width: 9px;
  border-top: solid 1px #68c4ed;
  border-left: solid 1px #68c4ed;
  border-right: none;
  border-bottom: none;
  position: absolute;
  top: calc(50% - 5px);
  left: -5px;
  transform: rotate(-45deg);
  background: #e7f5ff;
}
.head_right_links > li {
  flex: 0 0 auto;
  margin-right: 14px;
  border-right: solid 1px gray;
  padding-right: 13px;
}
.head_right_links > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.clip_button {
  background-image: url("./img/icon_clip.svg"), linear-gradient(to bottom, #ffb900, #ff9900);
  background-repeat: no-repeat;
  background-position: 19px center, center left;
  border-radius: 5px;
  border: solid 1px #ff9900;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 5px 17px 5px 39px;
  font-size: 13px;
  line-height: 18px;
  user-select: none;
  -moz-user-select: none;
}
.clip_button:hover {
  background-image: url("./img/icon_clip.svg"), linear-gradient(to bottom, #ffdd91, #ffb900);
}
.clip_button:active {
  background-image: url("./img/icon_clip.svg"), linear-gradient(to bottom, #a75b02, #f5b603);
}
.head_box_right_sp {
  display: none;
}
.head_box_bottom {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-top: 8px;
}

.head_nav {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.head_nav_item {
  list-style: none;
  /*! flex: 1 0 14.28571428571429%; */
  /*! max-width: 14.28571428571429%; */
  text-align: center;
  box-sizing: border-box;
  background-color: #00a0e9;
  color: #fff;
  position: relative;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 12px;
}
.head_nav_item::after {
  content: "";
  height: 18px;
  width: 1px;
  border-right: 1px #fff dotted;
  top: calc(50% - 0.5em);
  right: 0px;
  position: absolute;
}
.head_nav_item:last-child::after {
  content: none;
}
.head_nav_item:hover {
  opacity: 0.7;
}
.head_nav_item > a {
  padding: 15px 0 13px;
  display: block;
  color: #fff;
  text-decoration: none;
  border: none;
}

.head_small_desc {
  font-size: 10px;
  color: #999;
  font-weight: normal;
  margin: 0 0 5px;

  font-family: "MS gothic";
  line-height: 1.2em;
  transform: rotate(0.028deg);
  padding-left: 1px;
  margin-top: 15px;
}
.middle_wrapper {
  background-color: #fff;
  border-right: solid 1px #dfdad5;
  border-left: solid 1px #dfdad5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}
.general_footer {
  background: #fff;
  border-top: solid 4px #0047a3;
  min-width: 1000px;
  overflow: hidden;
}
.headline {
  line-height: 2em;
  margin-left: -15px;
  flex: 1 0 calc(100% + 30px);
  display: block;
  position: relative;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding: 9px 15px 6px;
  box-sizing: border-box;
  margin-top: 0;
  min-width: 100%;
}
.headline_item::before {
  content: "お知らせ";
  background-image: url("./img/icon_megaphone.svg");
  background-repeat: no-repeat;
  padding-left: 23px;
  color: #0047a3;
  border-right: dotted 1px #0047a3;
  padding-right: 9px;
  margin-right: 8px;
  box-sizing: border-box;
  background-position: 1px 0px;
}
.main_content {
  flex: 0 0 652px;
  padding-bottom: 42px;
  max-width: 100%;
  overflow: hidden;
}
.sidebar {
  flex: 0 0 300px;
}
.section_title {
  background: #ebecf8;
  position: relative;
  padding-left: 20px;
  line-height: 40px;
  margin: 0 0 18px;
  font-size: 1.3em;
  font-weight: bold;
}
.section_title::before {
  content: "";
  display: block;
  position: absolute;
  background: #00a0e9;
  width: 5px;
  height: 75%;
  left: 0;
  top: 15%;
}
.section_title::after {
  content: "";
  display: block;
  position: absolute;
  background: #dfdad5;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
}

.area_selector {
  background: url("./img/area_rainbow.png");
  height: 276px;
  position: relative;
}

#svg_map {
  top: 5px;
  position: absolute;
  left: 36px;
}

.yakudati_section {
  margin-bottom: 11px;
}
.yakudati_banners {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.yakudati_banners_item {
  flex: 0 0 210px;
  margin-right: 11px;
  font-size: 14px;
  line-height: 1.41em;
  margin-bottom: 15px;
  position: relative;
}
.yakudati_banners_item:nth-child(3n) {
  margin-right: 0;
}
.yakudati_banners_item > a:first-child {
  border: none;
}
.yakudati_banner {
  margin-bottom: -2px;
}
.yakudati_desc {
  border-bottom: solid 1px;
  display: inline;
}
.yakudati_desc_sp {
  display: none;
}
.keisai_section {
  border: solid 2px #00a0e9;
  display: flex;
  flex-wrap: wrap;
}
.keisai_title {
  margin: 0;
  background: #00a0e9;
  flex: 0 0 100%;
  max-width: 100%;
  line-height: 39px;
  padding: 0px 17px;
  box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  font-size: 1.35em;
}
.keisai_desc {
  flex: 0 0 436px;
  max-width: 436px;
  padding: 8px 17px 13px;
  font-size: 14px;
  margin: 0 0 0 0px;
  line-height: 1.4;
  box-sizing: border-box;
}
.keisai_btn {
  flex: 0 0 182px;
  max-width: 182px;
  margin: 30px 14px;
  height: 54px;
  display: block;
  background: linear-gradient(0deg, #70aa46, #6fcc3c);
  color: #fff;
  padding: 10px;
  line-height: 31px;
  text-align: center;
  border: solid 1px #6faa45;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.keisai_btn:hover {
  background: linear-gradient(0deg, #ffaa46, #ffcc3c);
  border-color: #ffaa46;
}

.tokusyu_section {
  margin-bottom: 30px;
}
.tokusyu_banners {
  margin: 0;
  padding: 0;
}
.tokusyu_banners_item > a {
  border: none;
}
.tokusyu_banners_item {
  margin-bottom: 30px;
}
.tokusyu_banners_item:last-child {
  margin: 0;
}
.tokusyu_title {
  font-weight: normal;
  line-height: 1.6;
  font-size: 1.2em;
}
.tokusyu_desc {
  color: #666;
}

.hatena_section {
  margin-bottom: 15px;
}
.hatena_list {
  padding: 0;
  margin: -16px 0 0;
}
.hatena_list_item {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  border-bottom: dotted 1px gray;
  margin-top: 2px;
}
.hatena_list_img {
  flex: 0 0 100px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  height: 62px;
  background-size: cover;
  margin-left: 8px;
  margin-right: 10px;
}
.hatena_list_title {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 1px;
  margin-bottom: 6px;
}
.hatena_desc {
  margin: 0;
  line-height: 1.6em;
}
.hatena_desc > a {
  display: inline;
  float: right;
  margin-top: 1em;
}
.hatena_other {
  text-align: right;
  padding: 10px 1px;
}
.panel-radios {
  display: none;
}
#tabs-list {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 16px;
  margin: 0;
  list-style: none;
  border-bottom: solid 5px #00a0e9;
  /*! height: 40px; */
}
#tabs-list > li {
  background: #fff;
  border-radius: 5px 5px 0 0;
  border: solid 2px #00a0e9;
  border-bottom: none;
  cursor: pointer;
  flex: 0 0 200px;
  text-align: center;
  box-sizing: border-box;
}
.panel-label {
  display: block;
  padding: 0;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 37px;
  padding-top: 1px;
}
#panel-1-ctrl:checked ~ #tabs-list > #li-for-panel-1,
#panel-2-ctrl:checked ~ #tabs-list > #li-for-panel-2,
#panel-3-ctrl:checked ~ #tabs-list > #li-for-panel-3 {
  background: #00a0e9;
  color: #fff;
  cursor: pointer;
}
.panel-item {
  display: none;
}
#panel-1-ctrl:checked ~ #panels #panel-1,
#panel-2-ctrl:checked ~ #panels #panel-2,
#panel-3-ctrl:checked ~ #panels #panel-3 {
  display: block;
}

.area_lane {
  display: flex;
  height: auto;
  line-height: 39px;
}
.area_lane:nth-child(2n) {
  background: #ebecf8;
}

.sahen {
  position: relative;
  padding-left: 27px;
  min-width: 130px;
  display: inline-block;
  /*  display: flex;
  flex-wrap: wrap;
*/
  justify-content: flex-start;
  align-content: flex-start;
}
.sahen::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 8px;
  top: 15px;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #68c5ed;
}
.uhen > a {
  margin-right: 18px;
  position: relative;
}
.uhen > a::after {
  content: "";
  position: absolute;
  height: 1em;
  width: 1px;
  background: #999;
  top: 1px;
  right: -10px;
  cursor: default;
}
.uhen > a:last-child::after {
  display: none;
}
.main_last_desc,
.search_tab_desc {
  border: #dfdad5 solid 2px;
  padding: 10px;
  line-height: 1.8em;
  font-size: 0.9em;
  margin-bottom: 30px;
}
.footer_top_nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 0 0 100%;
  padding: 15px 0 10px;
}
.footer_top_nav > li {
  margin-left: 28px;
  position: relative;
}
.footer_top_nav > li:after {
  content: "";
  height: 1.2em;
  width: 1px;
  background: #999;
  position: absolute;
  right: -15px;
}
.footer_top_nav > li:nth-child(3):after {
  display: none;
}
.footer_top_nav > li:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
}
.slash_split {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}
.footer_flex_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.copyright {
  flex: 0 0 100%;
  margin: 0 -100% 30px;
  padding: 15px 100% 0;
  border-top: solid 1px #dfdad5;
  color: #666;
}
.footer_logo {
  width: 203px;
  height: 53px;
  margin-right: 35px;
  margin-bottom: 10px;
}
.slash_split > li {
  margin-right: 6px;
  padding-right: 0px;
  line-height: 1.6em;
}
.slash_split > li::after {
  content: "/";
  margin-left: 6px;
}
.slash_split > li:last-child::after {
  content: "";
  margin: 0;
}
.ad_aside {
  margin-bottom: 13px;
  text-align: center;
  height: 250px;
}
.ad_link {
  border: none;
}
.webdemiru_section {
  background: #fff;
  border: solid 1px #bdb4aa;
  border-top: solid 4px #0047a3;
  padding: 9px;
  display: block;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.webdemiru_section_title {
  flex: 0 0 100%;
  font-size: 1.2em;
  color: #0047a3;
  margin: 0 0 14px;
  font-weight: bold;
}
.webdemiru_img {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
}

.webdemiru_update {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 7px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.webdemiru_links {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.webdemiru_links > li {
  flex: 0 0 49.9%;
  max-width: 49.9%;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.webdemiru_desc {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  clear: both;
}
.webdemiru_desc::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: -10px;
  border-top: dotted 1px gray;
  height: 0px;
  top: 0px;
}
.webdemiru_setti {
  margin-top: 8px;
  margin-bottom: 5px;
}
.saikinmita_section {
  margin-bottom: 20px;
}
.saikinmita_title {
  background-color: #0047a3;
  color: #fff;
  font-size: 1.2em;
  line-height: 2.4em;
  position: relative;
  margin: 0;
  font-weight: normal;
  padding: 0 12px;
  box-sizing: border-box;
  height: 34px;
}
.saikinmita_ul {
  padding: 12px 8px;
  margin: 0;
  border: solid gray 1px;
  border-top: none;
}
.saikinmita_item {
  border-bottom: dotted 1px gray;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.saikinmita_item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.saikinmita_group {
  display: flex;
  border: none;
}
.saikinmita_imgbox {
  flex: 0 0 80px;
  margin-right: 10px;
  height: 60px;
  overflow: hidden;
}
.saikinmita_name {
  border-bottom: solid 1px #0060f2;
  line-height: 1.4;
}
.saikinmita_texts {
  margin: 5px 0 0;
  color: #000;
  word-wrap: break-word;
  max-width: 200px;
}
.saikinmita_all {
  text-align: right;
  border: none;
}

.riretab_section {
  margin-bottom: 20px;
}
.riretab_panel-radios {
  display: none;
}
#riretab_li-for-panel-1 {
  border-top: solid 4px #f00 !important;
}
#riretab_li-for-panel-2 {
  border-top: solid 4px #ff9900 !important;
}
#riretab_tabs-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  background: #f7f4f0;
  border: solid 1px #fff;
  margin: 0;
  padding: 5px 8px 9px;
  overflow: hidden;
  border-bottom: solid 6px gray;
}
#riretab_tabs-list > li {
  background: linear-gradient(-32deg, #f7f4f0 0%, #fff 70%);
  border-radius: 5px 5px 0 0;
  border: solid 2px #d2ccc6;
  border-bottom: none;
  cursor: pointer;
  flex: 0 0 137px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.riretab_panel-label {
  display: block;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 37px;
  padding-top: 1px;
  padding-left: 47px;
  text-align: left;
}
#riretab_panel-1-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-1,
#riretab_panel-2-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-2,
#riretab_panel-3-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-3 {
  background: #fff;
  color: #000;
  cursor: pointer;
}
.riretab_panel-item {
  display: none;
}
#riretab_panel-1-ctrl:checked ~ #riretab_panels #riretab_panel-1,
#riretab_panel-2-ctrl:checked ~ #riretab_panels #riretab_panel-2,
#riretab_panel-3-ctrl:checked ~ #riretab_panels #riretab_panel-3 {
  display: block;
}
.riretab_unit {
  border: solid 1px gray;
}
.riretab_title {
  background: #0047a3;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 34px;
  font-weight: bold;
  height: 34px;
  box-sizing: border-box;
}
.riretab_panel-label::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  top: 8px;
  left: 20px;
  background-size: contain;
}
#riretab_li-for-panel-1 > .riretab_panel-label::before {
  background-image: url("./img/loupe.svg");
}
#riretab_li-for-panel-2 > .riretab_panel-label::before {
  background-image: url("./img/clip_yellow.svg");
}
#riretab_panels {
  border-top: solid 2px #d2ccc6;
  min-height: 100px;
  margin-top: -15px;
  background: #fff;
  padding: 10px 0;
}
#riretab_panel-1-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-1::after,
#riretab_panel-2-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-2::after,
#riretab_panel-3-ctrl:checked ~ #riretab_tabs-list > #riretab_li-for-panel-3::after {
  content: "";
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 100%;
  left: 0px;
  bottom: -3px;
  height: 3px;
}
.kensaku_rireki_list {
  padding: 0;
  margin: 0;
}
.kensaku_rireki_list_item {
  border-top: dotted 1px gray;
  padding: 10px 10px;
}
.kensaku_rireki_list_item:last-child {
  border-bottom: dotted 1px gray;
}
.kensaku_rireki_list_title {
  color: black;
  padding: 0 8px;
  font-size: 1.2em;
  line-height: 1.6em;
}
.kensaku_rireki_research {
  background: #ebecf8;
  padding: 5px;
}
.rirekaki_img {
  display: block;
  margin: 5px auto;
  border: solid 1px #ddd;
}
.rirekaki_kakudai_btn {
  display: block;
  margin: 25px auto 40px;
  border: solid 1px #ddd;
  width: 137px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #e6e6e6, #fff 50%);
}
.kensaku_r2_span {
  border-bottom: solid 1px;
}

.head_info_box {
  display: none;
}
.head_map_chip {
  display: none;
}
.site_description {
  display: none;
}
.foot_accordion {
  display: none;
}

.search_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 4px #68c4ed;
  margin-bottom: 22px;
}
.search_form > dt {
  box-sizing: border-box;
  background: #ebecf8;
  border-bottom: solid 2px #fff;
  height: 54px;
  line-height: 54px;
  text-indent: 17px;
  flex: 0 0 130px;
}
.search_form > dd {
  flex: 1 1 75%;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: solid 2px #e0e0e0;
  height: 54px;
  overflow: hidden;
  align-content: center;
  align-items: center;
  display: flex;
  padding: 10px 9px;
}
.search_form_btn {
  background: #00a0e9;
  display: inline-block;
  width: 110px;
  color: #fff;
  padding: 10px 17px;
  text-align: center;
  border: none;
  flex: 0 0 110px;
  font-size: 1.2em;
  border-radius: 3px;
  height: 32px;
  line-height: 12px;
  position: relative;
  cursor: pointer;
}
.search_form_btn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  right: 4px;
  top: calc(50% - 5px);
  background: url("./img/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.search_form_btn:active {
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.2);
  height: 31px;
  width: 109px;
}
.search_form_btn:active::after {
  top: calc(50% - 4px);
}
.result_section_desc {
  margin-bottom: 16px;
  line-height: 1.4em;
}
.search_form_state {
  vertical-align: middle;
  margin-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: inline-block;
  text-overflow: ellipsis;
  flex: 0 0 330px;
}
.search_form_state.unselect {
  color: #acacac;
}
dd:nth-last-child(1),
dt:nth-last-child(2) {
  border: none;
}

.bread_crambs {
  flex: 1 1 100%;
  margin-bottom: 18px;
  padding-left: 5px;
}
.koyo_item {
  flex: 1 1 20%;
  line-height: 2em;
}
.koyo_item > input {
  vertical-align: middle;
  margin: 0 4px 3px 0;
}
.koyo_dt {
  height: 60px !important;
  line-height: 60px !important;
}
.koyo_dd {
  height: 60px !important;
}

.input_freeword {
  line-height: 34px;
  border-radius: 3px;
  border: solid 1px gray;
  height: 34px;
  box-sizing: border-box;
  width: 300px;
  background-image: url("img/loupe_gray.svg");
  background-repeat: no-repeat;
  text-indent: 32px;
  background-position: 7px 7px;
  background-size: 17px;
}

.input_freeword:placeholder-shown {
  color: #ababab;
  font-size: 1em;
}
.input_freeword::-webkit-input-placeholder {
  color: #ababab;
  font-size: 1em;
}
.search_freeword_submit {
  background: linear-gradient(#6fcc3c, #70ad45);
  border: solid 1px #70ab46;
  width: 90px;
  height: 34px;
  border-radius: 3px;
  margin: 8px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.result_num_box {
  font-weight: bold;
  border-bottom: solid 1px #cacaca;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.result_num {
  color: #ff5151;
  font-size: 1.5em;
}
.result_ken {
  color: #ff5151;
}

.page_nation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 26px;
}
.pagenation_item {
  flex: 0 0 auto;
  background: #f3f3f3;
  color: #000;
  padding: 6px 10px;
  border-radius: 3px;
  border: none;
  margin: 0 10px;
  cursor: pointer;
}
.pagenation_prev,
.pagenation_next {
  flex: 0 0 64px;
  text-align: center;
}
.pagenation_item.pagenation_current {
  background: #666;
  color: #fff;
}
.pagenation_prev {
  margin: 0 30px 0 0;
}
.pagenation_next {
  margin: 0 0 0 30px;
}
.page_nation_num_wrap {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.pagenation_disable {
  opacity: 0.9;
  color: #fff;
  cursor: default;
}

.result_articles_item {
  border: solid 2px #cacaca;
  padding: 18px 18px 0;
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 64px;
}
.articles_title {
  font-size: 1.4em;
  border-bottom: solid 3px #00a0e9;
  margin-bottom: 8px;
  font-weight: bold;
  padding-bottom: 16px;
  flex: 1 1 100%;
  line-height: 1.2em;
}
.job_type_tags_sp {
  display: none;
}
.job_type_tags {
  display: flex;
  margin-bottom: 20px;
}

.job_article_img {
  margin: 0 20px 10px 0;
  max-width: 200px;
}
.job_type_tag_item {
  flex: 0 0 1em;
  max-width: 1em;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  margin: 0 5px 0 0;
  padding: 2px;
  background: #ccc;
  color: #fff;
  font-size: 14px;
}
.this_type {
  background: #00a0e9;
}
.job_article_desc {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
}
.job_article_img_box {
  flex: 0 0 auto;
}
.job_article_img_box > a {
  border: none;
}
.job_article_txt_box {
  flex: 1 0 50%;
  padding: 0 0 20px;
}
.job_detail_btn {
  display: block;
  margin: 10px 0 0 auto;
  width: 100px;
  background: linear-gradient(0deg, #e6e6e6 10%, #fff 43%);
  border: solid 1px #aaa;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: #262626;
}
.job_detail_btn:hover {
  opacity: 0.8;
}
.job_article_data_table {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  border-top: dotted 1px #bdb4aa;
  margin-bottom: 8px;
}
#appeal_section {
  font-size: 1.2em;
  border: solid 2px #00a0e9;
  padding: 20px;
  margin: 20px auto;
  background: #ffe;
}
#appeal_section > p {
  margin-top: 8px;
}
.job_table_row {
  display: flex;
  flex: 1 1 100%;
  border-bottom: dotted 1px #bdb4aa;
  min-width: 100px;
}
.job_table_col_left {
  flex: 0 0 144px;
  max-width: 144px;
  background: #ebecf8;
  margin: 4px 10px 4px 0;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 1.2em;
}
.job_table_col_right {
  margin: 10px 0;
  padding: 3px 0;
  line-height: 1.4;
  flex: 1 1 auto;
}
.job_table_row_sp {
  display: none;
}
.job_table_row_pc {
  display: flex;
}
.job_tags {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4px;
}
.job_tag_item {
  flex: 0 0 auto;
  text-align: center;
  border: solid 2px #00a0e9;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 4px 4px 0;
  color: #00a0e9;
}
.job_article_footer {
  background: #f2ede4;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 18px;
  box-sizing: border-box;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.job_article_footer_todetail {
  display: none;
}
.job_article_date {
  display: inline;
  vertical-align: middle;
  flex: 1 0 182px;
  color: #ff5151;
  text-align: left;
}
.job_article_date::after {
  content: "まで";
}
.clip_btn {
  background-image: url("./img/clip_yellow.svg"), linear-gradient(0deg, #e6e6e6 10%, #fff 43%);
  display: inline-block;
  height: 48px;
  vertical-align: middle;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center, center;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  width: 186px;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0 10px 0 0;
  text-align: center;
  position: relative;
}
.clip_btn > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.clip_btn > div:nth-child(2) {
  font-size: 10px;
}
.clip_btn > div:nth-child(3) {
  display: none;
}
.clip_btn:hover {
  opacity: 0.8;
}
.clip_btn.fav_remove > div:nth-child(1),
.clip_btn.fav_remove > div:nth-child(2) {
  display: none;
}
.clip_btn.fav_remove > div:nth-child(3) {
  display: block;
  line-height: 28px;
  font-size: 17px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-weight: bold;
  color: #6f6f6f;
}

.weboubo_btn {
  background-image: linear-gradient(0deg, #ff471b, #fe7043);
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  box-sizing: border-box;
  width: 224px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  border: #ff471b solid 1px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.weboubo_btn:hover {
  opacity: 0.8;
}

.question_btn {
  color: #333;
  display: block;
  background: url("./img/question_green.svg"), linear-gradient(0deg, #e6e6e6 10%, #fff 43%);
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  height: 48px;
  box-sizing: border-box;
  border: solid 1px #aaa;
  margin: 0 auto 20px;
  width: 424px;
  background-repeat: no-repeat;
  background-position: 98px 6px, center;
  background-size: 29px, auto;
}
.btn_main_text {
  font-size: 16px;
  font-weight: bold;
}
.btn_desc_text {
  font-size: 10px;
  padding-left: 3.3em;
  padding-top: 2px;
}

.head_tab_panel-radios {
  display: none;
}
.head_tab_unit {
  display: none;
}
.general_header_nav {
  display: block;
}
.single_job_container {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.single_job_title {
  margin-top: 12px;
  margin-bottom: 30px;
  flex: 1 1 100%;
}
.single_job_slider_box {
  width: 300px;
  margin-right: 16px;
}
.single_job_data > .job_article_data_table {
  flex: 0 0 335px;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 335px;
}
.single_job_data > .job_type_tags {
  margin-bottom: 8px;
}
.single_job_data .job_table_col_left {
  flex: 0 0 95px;
  max-width: 95px;
  box-sizing: border-box;
}
.single_job_data .job_tags {
  max-width: 336px;
}
.single_job_btns > .job_article_date {
  display: none;
}
.single_job_btns {
  width: 100%;
  text-align: center;
  margin: 24px 0;
}
.single_job_sec {
  flex: 1 1 100%;
  margin: 0 0 30px;
  max-width: 100%;
}
.single_job_h3 {
  border-left: solid 5px #00a0e9;
  color: #00a0e9;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 0.5em;
  position: relative;
}
.single_job_h3::after {
  border-bottom: solid 1px #bdb4aa;
  bottom: -5px;
  content: "";
  left: -5px;
  position: absolute;
  width: calc(100% + 5px);
}
.bosyunaiyou_section > .job_article_data_table,
.kaisyajouhou_section > .job_article_data_table {
  border: none;
  margin-top: -14px;
}
.keisaikyuujin_img_case {
  text-align: center;
}
.keisaikyuujin_img_case > a {
  border: none;
}
.similar_jobs_title {
  background: #00a0e9;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4;
  padding: 5px 20px;
  margin-bottom: 16px;
}
.similar_job_a {
  color: inherit;
  border: none;
  width: 100%;
  display: block;
}
.similar_job_footer {
  display: flex;
  justify-content: space-between;
}
.similar_job_footer > .job_article_date:before {
  content: "掲載期間：";
}
.similar_job_footer > .clip_btn {
  margin: 0;
}
.similar_job_a .job_article_desc {
  color: #0e6af2;
}
.hoka_table {
  display: flex;
  flex-wrap: wrap;
}
.hoka_table > dt {
  flex: 0 0 64px;
  line-height: 2em;
}
.hoka_table > dd {
  flex: 1 0 526px;
}
.hoka_ul {
  margin-bottom: 30px;
  overflow: hidden;
  margin: 0 5px 10px;
  line-height: 2em;
}
.hoka_ul > li {
  float: left;
  margin-right: 10px;
  border-right: solid 1px #999;
  padding-right: 10px;
}
.hoka_ul > li:last-child {
  border: none;
}
.single_job_btns > .teloubo_btn {
  display: none;
}
#dark_cover {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  box-sizing: border-box;
}
#dsf {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
  box-sizing: border-box;
  max-width: 650px;
  margin: 0 auto 60px;
}
.submit_cover {
  margin-bottom: 15px;
  padding: 12px 0;
}
.over_hidden {
  overflow: hidden;
}
.d_box_title {
  background: #00a0e9;
  color: #fff;
  display: block;
  line-height: 52px;
  padding: 0 12px;
  font-size: 1.2em;
  font-weight: bold;
  height: 52px;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.d_box_title::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  right: 12px;
  top: calc(50% - 8px);
  box-sizing: border-box;
  background-image: url("./img/cross.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out 0s;
}
.d_box_title.open::after {
  transform: rotate(405deg);
}
#ds_loc_div .parent > .flex_box > label {
  font-weight: bold;
  font-size: 1.4em;
}
.parent {
  border: none;
  background-color: rgba(91, 202, 253, 0.1);
}
.parent > ul {
  padding-left: 0px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.child {
  line-height: 2em;
  flex: 1 1 auto;
  min-width: 50%;
  box-sizing: border-box;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkbox_label {
  flex: 1 1 auto;
  line-height: 52px;
  cursor: pointer;
}
.flex_list_ite {
  display: block;
}
.d_box {
  display: none;
}
.under_submit_div {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 0 10px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  box-sizing: border-box;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.chk_clear,
.chk_cancel,
.chk_all_clear,
.submit {
  height: auto;
  border-radius: 5px;
  border: none;
  line-height: 33px;
  margin: 2px 4px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #ddd, #fff);
}
.chk_clear,
.chk_all_clear {
  background: linear-gradient(0deg, #00b0e0, #68c0e4);
  color: #fff;
}
.submit {
  background: linear-gradient(0deg, #f0650c, #ff903e);
  color: #fff;
}
#ds_loc_div .parent {
  border-right: dotted 1px #999;
  border-top: dotted 1px #999;
  margin-bottom: 10px;
}
#ds_loc_div .flex_box {
  border-bottom: dotted 1px #999;
  border-left: dotted 1px #999;
}

#ds_koda_div .root {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
#ds_koda_div .parent {
  flex: 1 1 auto;
  box-sizing: border-box;
  min-width: 50%;
  border-right: 1px dotted #999;
  border-top: 1px dotted #999;
}
#ds_type_div > .root,
#ds_form_div > .root {
  border-top: dotted 1px #999;
  border-left: dotted 1px #999;
}
#ds_type_div > .root > .parent,
#ds_form_div > .root > .parent {
  border-right: dotted 1px #999;
  border-bottom: dotted 1px #999;
}

.clip_ul {
  padding: 10px;
}
.clip_clear_btn {
  text-align: right;
}
.clip_clear_btn > a {
  cursor: pointer;
}
.my_clips_articles {
  padding: 12px;
}
.fav_simasita {
  display: none;
  position: absolute;
  height: 2em;
  line-height: 2em;
  padding: 3px 4px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px gray;
  border-radius: 3px;
  text-indent: 0px;
  top: -2em;
  left: auto;
}
.single_fav_remove_btn {
  position: absolute;
  right: -10px;
  top: calc(-2em - 12px);
  background-color: #ddd;
  border-radius: 5px 5px 0 0;
  width: auto;
  background-size: contain;
  cursor: pointer;
  border: #ddd solid 3px;
  color: black;
  line-height: 2em;
  box-sizing: border-box;
  padding: 0 5px;
}
.clips_article_item {
  border: #ddd solid 10px;
  border-radius: 5px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
.all_clip_remove_btn,
.all_clip_history_btn {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 10px;
  text-align: center;
  background: orange;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  cursor: pointer;
}

.qanda_desc {
  display: block;
  margin: 0 auto 50px;
  width: 100%;
  box-sizing: border-box;
}
.q_title {
  display: block;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
  background: #726fb2;
  color: #fff;
  padding: 12px;
  position: relative;
  margin: 0 5px;
}
.q_title::after {
  content: "Question";
  position: absolute;
  left: -6px;
  top: -1em;
  background-color: #726fb2;
  padding: 0em 0.5em;
  border: solid 1px white;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5em;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
.q_content {
  border: #726fb2 solid 3px;
  margin: 0 5px;
  padding: 12px;
  line-height: 2em;
}
.question_box {
  margin-bottom: 30px;
}
.author_image {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}
.prof_box {
  width: 120px;
  float: left;
}
.answerer_box {
  margin: 5px 5px 30px;
  padding: 12px;
  border: #ddd solid 3px;
  position: relative;
}
.answerer_box::after {
  content: "Answer";
  position: absolute;
  left: -6px;
  top: -1em;
  background-color: #fff;
  padding: 0em 0.5em;
  border: solid 1px #ddd;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5em;
  color: #000;
}
.author_name {
  text-align: center;
  line-height: 2em;
}
.author_name > a {
  border: none;
}
.answer_box {
  margin-left: 140px;
}
.answer_title {
  background: transparent;
  font-size: 2em;
  line-height: 1em;
  padding: 10px 0;
  color: #000;
  border-bottom: solid 1px gray;
  margin-bottom: 10px;
}
.answer_content {
  line-height: 2em;
}
.to_prof_page {
  display: block;
  border-bottom: none;
  text-align: right;
}
.qand_etc_section {
  padding: 5px;
}
.qand_etc_midashi {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}
.qand_etc_list_item > a {
  color: #fff;
  border: none;
  display: block;
  background: #726fb2;
  padding: 4px 20px;
  margin-bottom: 10px;
  line-height: 1.6em;
  position: relative;
}
.qand_etc_list_item > a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 6px;
  top: calc(50% - 2.5px);
}
.oen_general_content > h2 {
  margin: 20px 0;
  font-size: 1.4em;
  line-height: 1em;
}
.oen_general_content > h3 {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}
.oen_general_content {
  line-height: 2;
}
.bg_gray {
  background: #eee;
  margin-bottom: 30px;
  padding: 12px;
}
.rireki_img {
  max-width: 180px;
  margin: 10px;
}
.uchonoko_h3 {
  margin-bottom: 12px;
}
.uchinoko_view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uchiSingle {
  flex: 0 0 30%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  border: none;
  color: #000;
}
.uchiPhoto {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.memos {
  position: relative;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
#uchinoko_prenex_cover {
  flex: 1 1 100%;
  padding: 30px;
}
#uch_fom {
  border: #b8dedd 4px solid;
  padding: 14px 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  margin-bottom: 20px;
}
.uch_fom_tr {
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
  margin-bottom: 8px;
  align-items: center;
}
.uch_fom_label {
  flex: 0 0 112px;
  font-weight: bold;
  position: relative;
  padding-left: 55px;
}
.uch_fom_label::before {
  content: "必須";
  background: #ff5151;
  color: #fff;
  padding: 0px 5px;
  margin-right: 10px;
  font-weight: normal;
  display: block;
  width: 26px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 6px;
  top: 4px;
  font-size: 11px;
  letter-spacing: 1px;
}
.uch_fom_label.kara::before {
  content: "";
  display: none;
}
.uch_fom_input {
  flex: 1 1 50%;
}
#uch_fom input,
#uch_fom textarea {
  background: #f2ede4;
  border: none;
  line-height: 2.2em;
  width: 98%;
}
#uch_fom textarea {
  height: 6em;
}
#uch_fom input[name="your-age"],
#uch_fom input[name="your-address"] {
  width: 60%;
}
#uch_fom input[type="file"] {
  background-color: transparent;
}
#oubo_form input[type="submit"],
#uch_fom input[type="submit"] {
  background: linear-gradient(0deg, #ff471b, #fe7043);
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  box-sizing: border-box;
  width: 124px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  border: #ff471b solid 1px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 15px 0 0px;
}

.uchinoko_in_title {
  background: #fff;
  font-size: 2em;
  line-height: 1em;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}
.uchinoko_in_desc {
  margin-bottom: 30px;
}
.uchinoko_in_mousi {
  font-weight: bold;
  margin-bottom: 30px;
}
#infoBox {
  padding-right: 12px;
}
.keijiban_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 24px;
}
.keijiban_nav > .current {
  box-shadow: 1px 2px 3px #ccc;
  left: -1px;
  top: -4px;
  position: relative;
}
.keijiban_nav > .current > a {
  color: #fff;
}
.keijiban_nav_item {
  flex: 1 1 33%;
  box-sizing: border-box;
  text-align: center;
  background: #666;
  border: solid 1px #fff;
}
.keijiban_nav_item > a {
  padding: 20px 8px;
  width: 100%;
  border: none;
  font-size: 1.2em;
  display: block;
  color: #ddd;
}
.keijiban_nav_item.osirase:hover {
  background-color: #c99;
}
.keijiban_nav_item.yuzurimasu:hover {
  background-color: #c9c;
}
.keijiban_nav_item.sagasitemasu:hover {
  background-color: #9cc;
}
.keijiban_nav_item.osirase:hover > a,
.keijiban_nav_item.yuzurimasu:hover > a,
.keijiban_nav_item.sagasitemasu:hover > a {
  color: #fff;
}

.keijiban_post {
  border: solid 1px #ddd;
  padding: 12px;
  margin-bottom: 30px;
  line-height: 2em;
}
.keijiban_post_title {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #fff;
  padding: 6px;
  transform: rotate(0.028deg);
  letter-spacing: 1px;
}
.keijiban_post_title.osirase,
.keijiban_nav > .osirase.current {
  background-color: #c99;
}
.keijiban_post_title.yuzurimasu,
.keijiban_nav > .yuzurimasu.current {
  background-color: #c9c;
}
.keijiban_post_title.sagasitemasu,
.keijiban_nav > .sagasitemasu.current {
  background-color: #9cc;
}
.oen_desc {
  margin-bottom: 30px;
}

.oen_nav_box {
  line-height: 1em;
}
.oen_nav {
  display: flex;
  flex-wrap: wrap;
}
.oen_nav_title {
  font-size: 1.3em;
  margin-bottom: 5px;
  padding-top: 30px;
}
.oen_nav_item {
  flex: 0 0 50%;
  padding: 12px;
  box-sizing: border-box;
}
.oen_nav_item > a {
  display: block;
  border: none;
}
.oen_nav_item_img {
  float: left;
  margin-right: 8px;
}
.oen_nav_item_title {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 5px;
}
.oen_nav_item_desc {
  line-height: 1.6em;
}
.konshow_content {
  line-height: 2em;
  margin-bottom: 30px;
}
.single_konshow_prenex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single_konshow_prenex_box > a[rel="prev"]::before {
  content: "<<";
  margin-right: 5px;
}
.single_konshow_prenex_box > a[rel="next"]::after {
  content: ">>";
  margin-right: 5px;
}
.konshow_archive_list {
  line-height: 2.4em;
  margin-bottom: 30px;
}
.konshow_archive_list_item > a {
  border: none;
}
.konshow_archive_list_item {
  border-bottom: solid 1px #ddd;
  margin-bottom: 5px;
}
.not_found_link,
.sitemap_link {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.2em;
  margin: 0 5px;
}
#oubo_form p {
  margin-bottom: 12px;
}
#oubo_form textarea {
  width: 100%;
  height: 120px;
  line-height: 1.4em;
}
#oubo_form input {
  background-color: #f2ede4;
  border: none;
  width: 100%;
  line-height: 2em;
  border-radius: 3px;
  font-size: 1.4em;
}
#oubo_form input[type="submit"] {
  margin: 0 auto !important;
  display: block;
}
#oubo_form input[type="radio"] {
  width: 20px;
  margin-bottom: 14px;
}
#oubo_form input[readonly="readonly"] {
  background-color: #aba0a0;
  color: #fff;
}
#oubo_form label {
  display: flex;
  background: #f2ede4;
  padding: 12px 12px 0;
  border-radius: 5px;
  line-height: 1.5em;
  margin-right: 5px;
}
.web_oubo_infotitle {
  font-size: 1.2em;
  margin-bottom: 5px;
  border-left: solid 6px orange;
  padding-left: 5px;
  margin-bottom: 10px;
  line-height: 2em;
  font-weight: bold;
  border-bottom: solid 1px orange;
}
.web_oubo_infotitle_question {
  border-left: solid 6px green !important;
  border-bottom: solid 1px green !important;
}
.web_oubo_target_info {
  width: 100%;
  margin: 0 auto 30px;
  border: solid 1px #ddd;
  padding: 12px;
  box-sizing: border-box;
  line-height: 1.6em;
  display: flex;
  flex-wrap: wrap;
}
.oubot_left,
.oubot_right {
  border-bottom: solid 1px #ddd;
  margin-bottom: 5px;
}
.oubot_left {
  flex: 0 0 20%;
}
.oubot_right {
  flex: 1 1 80%;
}
.oubot_link {
  text-align: right;
  flex: 1 1 100%;
}
.oubot_text {
  font-size: 0.9em;
  color: #606060;
}
#oubo_form {
  display: block;
  width: 100%;
  border: solid 1px #ddd;
  box-sizing: border-box;
  padding: 12px;
}
.job_table_col_right > p {
  margin-bottom: 8px;
}
#appeal_section > h1 {
  font-size: 2em;
}
#appeal_section > h2 {
  font-size: 1.5em;
}
#appeal_section > h3 {
  font-size: 1.17em;
}
#appeal_section > h4 {
  font-size: 1em;
}
#appeal_section > h5 {
  font-size: 0.83em;
}
#appeal_section > h5 {
  font-size: 0.67em;
}
.relations {
  max-width: 652px;
  overflow: hidden;
}

/* coverとcontain */
.cover,
.contain {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cover > a,
.contain > a {
  position: static;
}
.cover img,
.contain img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cover img {
  min-width: 100%;
  min-height: 100%;
}
.contain img {
  max-width: 100%;
  max-height: 100%;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid_cell_50 {
  flex: 0 0 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.wpcf7-submit {
  margin: 20px 0;
}
.single_news_container {
  padding: 0;
}
.single_news_container > p {
  margin: 0 0 1em;
  line-height: 1.6em;
  font-size: 1.2em;
}
.jisya_koukoku_box {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.jisya_koukoku_box a {
  border: none;
}
aside.result_articles_item {
  padding-bottom: 18px;
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #eee 10px, #eee 20px);
}

aside.result_articles_item::before {
  content: "広告";
  position: absolute;
  left: 3px;
  top: 3px;
  background: #efefef;
  color: #333;
  padding: 3px 20px;
  width: auto;
  z-index: 200;
  border: solid 1px #333;
  letter-spacing: 3px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.single_job_slider_box {
  position: relative;
}
.swiper-container {
  height: 92px;
  padding: 242px 0 1em;
}
.slidRad {
  display: none;
}
.slideLabel {
  display: flex;
  width: 33%;
  height: 84px;
  position: relative;
  float: left;
  box-sizing: border-box;
  max-width: 33%;
  align-items: center;
  opacity: 0.4;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}
.slideLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  z-index: -1;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;
  outline: none;
}
.slidRad:checked + .slideLabel {
  opacity: 1;
}
.slidRad ~ .slideLink {
  opacity: 0;
  z-index: -1;
}
.slidRad:checked + .slideLabel + .slideLink {
  opacity: 1;
  z-index: 99999;
}

.info_tel_num {
  font-size: 1.2rem;
  color: #fe6033;
  font-weight: bold;
  letter-spacing: 1px;
}
.coupon-page_desc {
  margin-bottom: 1rem;
}
.couponListGrid {
  display: grid;
  gap: 24px;
  grid-template: auto / repeat(auto-fill, minmax(172px, 1fr));
  padding: 12px;
}
.couponListGrid__image {
  width: 100%;
  aspect-ratio: 1.6/1;
  object-fit: cover;
}
.couponListGrid__item {
  background: linear-gradient(126deg, #fff, #6661);
  padding: 12px;
  box-shadow: 1px 2px 3px 1px #0002;
  border-radius: 5px;
  position: relative;
  padding-bottom: 70px;
}
.couponListGrid__item h3 {
  font-size: 1.6em;
  font-weight: bold;
  color: #1b2c8a;
}
.couponListGrid__locTag {
  padding: 2px;
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
}
.coup_kushiro > .couponListGrid__locTag {
  background-color: #2d6dd0;
}
.coup_tomakomai > .couponListGrid__locTag {
  background-color: #00ac5c;
}
.couponListGrid__item a {
  font-size: 1rem;
  display: block;
  width: 170px;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  border: solid 1px #ea9e14;
  padding: 10px;
  background: linear-gradient(0deg, #ea9e14, #ffd27f);
  border-radius: 3px;
  position: absolute;
  bottom: 21px;
  left: calc(50% - 85px);
  text-align: center;
}
.couponListGrid__shop_name {
  margin-bottom: 16px;
  border-bottom: dotted 3px #9f9e9e;
  padding-bottom: 8px;
  text-align: right;
  font-size: 10px;
}
.coupon_location_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.coupon_location_list__link {
  border: solid 1px gray;
  padding: 10px;
  color: #fff;
  line-height: 42px;
  border-radius: 5px;
  font-size: 0.8rem;
}
.coupon_location_list__link.kushiro {
  background-color: #2d6dd0;
}
.coupon_location_list__link.tomakomai {
  background-color: #00ac5c;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0rem 0.5rem 1rem;
  border: solid 4px #46b450;
  font-weight: bold;
  color: #46b450;
  text-shadow: 2px 3px 1px #ff0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0rem 0.5rem 1rem;
  border: solid 4px #ff6600;
  font-weight: bold;
  color: #ff6600;
  text-shadow: 2px 3px 1px #ff0;
}

.bikou_hidden .weboubo_bikou {
	display: none;
	visibility: hidden;
}