@charset "UTF-8";

/* -----------------------------------------------
Common style All template
----------------------------------------------- */
/*　Reset
----------------------------------------------- */
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

/*
----------------------------------------------- */
body {
  color: #333;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  overflow-wrap: break-word;
  background-color: #f4f5f7;
}

button,
input,
select,
textarea {
  font-size: 1;
  margin: 0;
  vertical-align: baseline;
}

a {
  color: #1967d2;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: bold;
  margin-top: 2.4em;
  margin-bottom: 1.62em;
  clear: both;
}

h4,
h5,
h6 {
  font-size: 20px;
  padding: 9px 10px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

img {
  float: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

section {
  margin: 0 0 1em;
}

p,
ol,
ul {
  margin: 0 0 1.8em;
}

ol,
ul {
  list-style-position: inside;
  //list-style: none;
  text-indent: 1em;
}

hr {
  height: 0px;
  border: none;
}

/* table */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.8em;
}

th,
td {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 5px;
}

/*
----------------------------------------------- */
h1.left,
h2.left,
h3.left,
h4.left,
div.left,
p.left,
th.left,
td.left {
  text-align: left;
}

h1.right,
h2.right,
h3.right,
h4.right,
div.right,
p.right,
th.right,
td.right {
  text-align: right;
}

h1.center,
h2.center,
h3.center,
h4.center,
div.center,
p.center,
th.center,
td.center {
  text-align: center;
}

h1.full,
h2.full,
h3.full,
h4.full,
div.full,
p.full,
th.full,
td.full {
  text-align: justify;
}

figure.image {
  display: inline-block;
  margin: 0 .5em 1em;
}

figure.image.left,
table.left,
img.left {
  float: left;
}

figure.image.right,
table.right,
img.right {
  float: right;
}

table.center,
img.center {
  display: block;
}

figure.image.center {
  display: table;
}

figure.image.center,
table.center,
img.center {
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  text-align: center;
}

figure.image img {
  display: block;
  margin: 0 auto;
}

figure.left img.left,
figure.left img.right,
figure.right img.left,
figure.right img.right,
figure.center img.left,
figure.center img.right {
  margin-bottom: 0;
}

figure.image figcaption {
  margin: 6px 8px;
  text-align: center;
  font-size: .72em;
}

/*　レイアウト
----------------------------------------------- */
#banner {
  width: 100%;
  text-align: center;
  background: #74dc6a;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  display: block;
}

#banner img {
  margin: 0 auto;
}

header {
  background-color: #888;
  height: 100%;
  padding: 20px;
  text-align: center;
  z-index: -1;
}

header a {
  font-size: 28px;
  color: #fff;
  text-decoration: none;
}

#content {
  max-width: 1256px;
  width: 100%;
  margin: 24px auto 0;
}

.main {
  width: 860px;
  z-index: 0;
  padding: 20px 30px 5em;
  border-radius: 4px;
}

.main,
.sidebar {
  background-color: #fff;
  height: 100%;
}

footer {
  margin-top: 20px;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #888;
}

footer a {
  color: #fff;
}

/* 特定商
----------------------------------------------- */

.tokusyo h2 {
  text-align: center;
  padding: 1.2em;
  background-color: #eee;
  border-bottom: none;
  border-radius: 6px;
  color: #333;
}

.tokusyo h2::before {
  content: none;
}

.tokusyo h2::after {
  content: none;
}

.tokusyo table.sftable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.8em;
  font-size: 16px;
}

table.sftable th,
table.sftable td {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 5px;
}

table.sftable th {
  text-align: left;
  width: 20%;
  background-color: #eee;
}

table.sftable td:nth-child(2),
table.sftable th.tits:nth-of-type(2) {
  width: 0 !important;
  text-align: left;
}

table.sftable tr:nth-child(even) {
  background: #fff;
}

table.sftable tr:nth-of-type(2n+1) {
  background-color: #fff;
}


/* サイドバー
----------------------------------------------- */
.sidebar {
  width: 376px;
  padding: 19px;
  border-radius: 4px;
  background-color: #fff;
}

.sidebar h2,
.sidebar h3 {
  background-color: #f5f6f7;
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
}

.sidebar-scroll {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}

.sidebar-menu-content .sidebar {
  height: auto;
}

/* １カラム
----------------------------------------------- */
.col1 {
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-width: none;
}

/* ２カラム
----------------------------------------------- */
.col2 {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

/* フッター
----------------------------------------------- */
.go-to-top {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 35px;
  z-index: 99999;
}

.go-to-top-button {
  background-color: #eee;
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

/* サーチフォーム
----------------------------------------------- */
.search-form {
  margin-bottom: 1.8em;
}

.input-wrapper {
  display: flex;
  width: 100%;
  font-size: .75rem;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.input-wrapper label {
  display: inline;
  cursor: pointer;
}

.input-wrapper ol,
ul {
  text-indent: 0;
}

.input {
  width: 100%;
  margin: 0;
  display: inline-block;
  text-align: left;

}

.input ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}

.input ul li,
.input-wrapper ol li {
  margin: 0.2em;
}

.input li {
  list-style: none !important;
}

input[type="checkbox"] {
  margin-right: 2px;
}

.label {
  font-size: .75rem !important;
  font-weight: bold;
  width: 15%;
  display: inline-block;
  text-align: left;
}

input[type='submit'] {
  padding: 10px;
  background: #888;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0.5em;
}

input[type='submit'],
#bbp_reply_submit,
.bp-login-widget-register-link a {
  padding: 11px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

input[type='search'] {
  font-size: 16px;
  padding: 11px;
  border: 2px solid #888;
  border-radius: 0.5em;
  width: 100%;
}


/* 検索フォーム
----------------------------------------------- */
.search-box {
  margin: 1em 0 2em;
  position: relative;
}

.search {
  margin: 1em 0 2em;
  position: relative;
}

.search input {
  font-family: inherit;
}

.search button {
  position: absolute;
  right: 3px;
  top: calc(50% - 12px);
  font-size: 20px;
  cursor: pointer;
  border: none;
  color: #ddd;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\f002";
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}


/* ソートテーブル
----------------------------------------------- */
table.tablesorter {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  border-top: 0;
}

table.tablesorter th,
table td {
  border: 1px solid #eee;
  padding: 6px;
}

table.tablesorter th {
  padding: 10px;
  font-weight: bold;
}

table.tablesorter thead tr th {
  background-image: url(../img/bg.gif);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
}

table.tablesorter td:first-child,
th.tits:first-of-type {
  width: 18%;
  text-align: center;
}

table.tablesorter td:nth-child(2),
th.tits:nth-of-type(2) {
  width: 20% !important;
  text-align: center;
}

table.tablesorter td:nth-child(3),
th.tits:nth-of-type(3) {
  width: 8%;
  text-align: center;
}

table.tablesorter td:nth-child(4),
th.tits:nth-of-type(4) {
  width: 23%;
}

table.tablesorter td:nth-child(5),
th.tits:nth-of-type(5) {
  width: 10%;
  text-align: center;
}

table.tablesorter td:nth-child(6),
th.tits:nth-of-type(6) {
  width: 9%;
  line-height: 1.3;
  text-align: center;
}

table.tablesorter td:nth-child(7),
th.tits:nth-of-type(7) {
  width: 12%;
  text-align: center;
}

table.tablesorter thead tr th {
  border: 1px solid #dad9c7;
}

table.tablesorter th {
  background: #F4F4F4;
}

table.tablesorter tr:nth-of-type(2n+1) {
  background-color: #F4F4F4;
}

table.tablesorter tr:nth-child(even) {
  background: #fff;
}


/* サイドバーウィジェット
----------------------------------------------- */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.widget {
  margin-bottom: 1.8em;
  font-size: 16px;
}

.widget a {
  text-decoration: none;
  display: block;
  color: #333;
  transition: all 0.3s ease-in-out;
  overflow: auto;
  border-radius: 0.5em;
  padding: 1.5%;
  line-height: 1.3;
  margin-bottom: 1%;
}

.widget a:hover {
  background-color: #f5f8fa;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.widget .card {
  font-size: 12px;
  position: relative;
}

figure {
  margin-right: 1.6%;
  float: left;
  margin-top: 3px;
  position: relative;
}


/* モバイル表示
----------------------------------------------- */

.mobile-menu-buttons {
  background: #fff;
  box-shadow: 0 0 5px darkgrey;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  align-items: center;
  line-height: 1.4;
  min-height: 50px;
  transition: .3s;
}

.mobile-menu-buttons .menu-icon {
  text-align: center;
  width: 100%;
  display: block;
}

.mobile-menu-buttons .menu-caption {
  font-size: 9px;
  text-align: center;
  opacity: 0.8;
  display: block;
}

.mobile-menu-buttons .menu-button {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.mobile-menu-buttons .menu-button>a {
  display: block;
  color: #333;
  text-decoration: none;
}

.mobile-menu-buttons .menu-button:hover .menu-button-in {
  opacity: 0.8;
}

.mobile-menu-buttons .ad-area {
  display: none;
}

.mobile-menu-buttons .menu-content {
  cursor: default;
}

@media screen and (max-width: 1023px) {
  .admin-bar .mobile-header-menu-buttons {
    margin-top: 32px;
  }

  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 782px) {
  .admin-bar .mobile-header-menu-buttons {
    margin-top: 0;
  }

  .admin-bar.mblt-header-mobile-buttons,
  .admin-bar.mblt-header-and-footer-mobile-buttons {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
  }

  .mobile-menu-buttons>li {
    padding-top: 3px;
  }


  .mobile-header-menu-buttons {
    top: 0;
    bottom: auto;
    justify-content: space-around;
    min-width: 46px;
    z-index: 3;
    box-shadow: 0 0 5px darkgrey;
  }
}

@media screen and (max-width: 1023px) {

  .no-mobile-sidebar .sidebar,
  .mobile-button-fmb .go-to-top-button,
  .no-mobile-header-logo #header .logo-header {
    display: none;
  }
}


/*閉じる用の薄黒カバー*/
#navi-menu-close,
#sidebar-menu-close,
#search-menu-close,
#share-menu-close,
#follow-menu-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: .3s ease-in-out;
}

/*中身*/
.menu-content {
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-content .menu-drawer {
  padding: 0 1em 30px;
}

.menu-content .sidebar {
  width: 100%;
  display: block;
  margin: 0;
}

.sidebar-menu-content {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

.search-menu-content,
.share-menu-content,
.follow-menu-content {
  transition: .3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 90%;
  left: 5%;
  right: 5%;
  -webkit-transform: translateY(900%);
  transform: translateY(900%);
  opacity: 0;
}

/*チェックが入ったらもろもろ表示*/
#navi-menu-input:checked~#navi-menu-close,
#sidebar-menu-input:checked~#sidebar-menu-close,
#search-menu-input:checked~#search-menu-close,
#share-menu-input:checked~#share-menu-close,
#follow-menu-input:checked~#follow-menu-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#navi-menu-input:checked~#navi-menu-content,
#sidebar-menu-input:checked~#sidebar-menu-content,
#search-menu-input:checked~#search-menu-content,
#share-menu-input:checked~#share-menu-content,
#follow-menu-input:checked~#follow-menu-content {
  transition: .3s ease-in-out;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}

.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
}

/*検索フォーム*/
.search-submit {
  position: absolute;
  right: 3px;
  top: calc(50% - 12px);
  font-size: 20px;
  cursor: pointer;
  border: none;
  color: #ddd;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0);
}

.display-none {
  display: none;
}


/* 都道府県
----------------------------------------------- */
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
}


/*************サイドバー***************/
#menu-jarea {
  margin: 0 auto;
  width: 100%;
}

#menu-jarea li {
  list-style: none;
  position: relative;
  width: 100%;
}

#menu-jarea li a {
  background: #001b34;
  border-right: 1px solid #eee;
  color: #fff;
  display: block;
  height: 3rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.5em;
  padding: 0.5em 0.5em;
}

/*子階層以降共通*/
#menu-jarea li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
  width: 28%;
  display: inline-grid;
}

#menu-jarea li li a {
  border-top: 1px solid #eee;
  font-size: .8rem;
}

#menu-jarea li:hover>ul>li {
  height: 3rem;
  overflow: visible;
}

#menu-jarea li:hover>ul>li a:hover {
  background: #19538a;
}

.widget_nav_menu ul li ul {
  padding-left: 18px;
  margin: 0;
}

/* SP
----------------------------------------------- */
@media screen and (max-width: 900px) {

  .main {
    width: 100%;
  }

  .sidebar {
    padding: 1.5%;
    width: 100%;
  }

  .main,
  .sidebar {
    margin: 0 .5%;
  }
}

@media screen and (max-width: 1280px) {

  .main,
  .sidebar {
    margin: 0 .7%;
  }
}

@media screen and (max-width: 1023px) {
  #content {
    margin-top: 14px;
  }

  .col1 {
    display: block;
  }

  .col2 {
    display: block;
  }

  .main,
  .sidebar {
    display: block;
    width: auto;
  }

  .sidebar {
    display: none;
  }

  .go-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 834px) {

  body {
    font-size: 16px;
  }

  header a {
    font-size: 22px;
  }

  .main,
  .sidebar {
    padding: 16px 16px 50px;
    margin: 0;
    border-width: 0;
  }

  .input-wrapper {
    display: block;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0.6em;
  }

  h1,
  h2 {
    font-size: 20px;
    padding: 0.6em 0;
  }

  h3 {
    font-size: 18px;
  }

  h4,
  h5,
  h6 {
    font-size: 16px;
  }

  .main ol,
  ul {
    padding-left: 26px;
  }

}

@media screen and (max-width: 584px) {

  .staffs {
    overflow-x: scroll;
  }

  .staffs table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
  }

  .main a:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    opacity: 1;
  }

  table.sftable {
    display: block;
    border: none;
  }

  table.sftable tbody {
    display: block;
  }

  table.sftable tr {
    display: block;
    margin-bottom: 1.5em;
  }

  table.sftable th,
  table.sftable td {
    display: list-item;
    border: none;
    list-style: none;
    width: 100%;
  }

  table.sftable th {
    margin-bottom: 5px;
    list-style-type: none;
    padding: 0 5px;
  }

  table.sftable td {
    padding: 0;
  }

  /* 特定商 */
  table.sftable th,
  table.sftable td {
    width: 100%;
    padding: 0;
  }

  table.sftable th {
    padding: 0 5px;
  }

  table.sftable td:nth-child(2),
  table.sftable th.tits:nth-of-type(2) {
    width: 100% !important;
    text-align: left;
  }

  footer {
    font-size: 70%;
  }

}

@media screen and (max-width: 480px) {

  .menu-content {
    max-width: 84%;
  }

}


/* 2段組
----------------------------------------------- */
.hidari {
  width: 28%
}

.migi {
  width: 70%
}

.hidari,
.migi {
  float: none;
}

/* フッター
----------------------------------------------- */
.footer {
  width: 100%;
  height: 110px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 70%;
  clear: both;
  text-align: center;
  line-height: 1.5em;
}

/* テキスト装飾
----------------------------------------------- */
.red {
  color: #ff3361;
  font-weight: bold;
}

.gray {
  color: #777777;
  font-weight: bold;
}

.blue {
  color: #5C84FF;
  font-weight: bold;
}

.green {
  color: #23e3b3;
  font-weight: bold;
}

.kiiro {
  background-color: #ffff00;
  font-weight: bold;
}

.kasen {
  text-decoration: underline;
  font-weight: bold;
}

.linemarker {
  background: linear-gradient(transparent 40%, rgba(255, 120, 180, .5) 40%);
  padding-bottom: 2px;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

/*　回り込み解除など
----------------------------------------------- */
.clearall {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* スマホ時　表示  */
.pc {
  display: none;
}

.moba {
  display: block;
}

/* 特定商
----------------------------------------------- */
.tokusyo h2 {
  text-align: center;
  padding: 1.2em;
  background-color: #eee;
  border-radius: 6px;
  font-size: 24px;
  color: #333;
}

.tokusyo h2::before {
  content: none;
}

.tokusyo h2::after {
  content: none;
}

/* スマートフォン table
----------------------------------------------- */
@media only screen and (max-width: 639px) {

  #footercount {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

  .red {
    color: #E50202;
  }

  .flash2 {
    animation: Flash1 2s infinite;
  }

  .hako {
    padding: 0;
  }

  .flowbtn12 span {
    display: none;
  }
}

/* PC
----------------------------------------------- */
@media only screen and (min-width: 640px) {

  #banner {
    max-width: 848px;
    margin: 0 auto;
  }

  #banner {
    text-align: center;
    display: none;
  }

  #banner img {
    margin-bottom: 0;
    margin: .5em auto;
  }

  .hidari {
    float: left;
  }

  .migi {
    float: right;
  }

  img.left {
    margin: 0 1em 1em 0;
  }

  img.right {
    margin: 0 0 1em 1em;
  }

  /* PC時　表示  */
  .moba {
    display: none;
  }

  .pc {
    display: block;
  }

  #footercount {
    display: none;
  }
}

/* -----------------------------------------------
Template style
----------------------------------------------- */

h1 {
  margin: 16px 0;
  line-height: 1.3;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

h2 {
  padding: 25px;
  background-color: #f5f6f7;
  border-radius: 2px;
}

h3 {
  border-left: 7px solid #888;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px 20px;
}

h4 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

h5 {
  border-bottom: 2px solid #ddd;
}

h6 {
  border-bottom: 1px solid #ddd;
}


/* フッターのデザイン
----------------------------------------------- */
.footer {
  height: auto;
  background-color: #666B6C;
  color: #fff;
}

.footer a {
  color: #fff;
}


/* -----------------------------------------------
Template color
----------------------------------------------- */

header {
  background-color: #433d3c;
}

footer {
  background-color: #433d3c;
}

input[type='submit'] {
  -webkit-appearance: none;
  /* background: #73c3fb; */
  background: -moz-linear-gradient(top, #EEF0E8, #E2E6DF);
  background: -webkit-linear-gradient(top, #EEF0E8, #E2E6DF);
  background: linear-gradient(to bottom, #EEF0E8, #E2E6DF);
  border: 1px solid #dcdcdc;
  color: #333;
  font-weight: bold;
}

input[type='text'],
input[type='search'] {
  border: 2px solid #433d3c;
}

/* 見出し */

h1 {
  position: relative;
  margin: 1.5rem -40px 2rem;
  padding: 1rem 2rem;
  background: #433d3c;
  color: #fff;
  font-weight: normal;
}

h1:before,
h1:after {
  position: absolute;
  content: '';
}

h1:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #262322;
  border-left: 10px solid transparent;
}

h1:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #262322;
  border-right: 10px solid transparent;
}

@media screen and (max-width: 1023px) {
  h1 {
    position: relative;
    margin: 1rem -2%;
  }
}

h2 {
  background-color: #eee;
  border-left: 5px solid #c1ab05;
  border-bottom: 1px dashed #5A6465;
  padding: 15px 25px 11px;
}

h3 {
  padding: 12px 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px dashed #5A6465;
  border-left: 5px solid #c1ab05;
}

h4 {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 4px solid #c1ab05;
  margin-bottom: 1em;
}

h5 {
  margin-bottom: 1em;
  border-bottom: 1px dashed #433d3c;
}

.go-to-top-button {
  background-color: #E6E8E8;
  color: #546263;
}

.tokusyo h2 {
  border-bottom: none;
  border-left: none;
}