/* デザインが崩れるのでここは無効化 */
/*
@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);
@import url(widget.css?20210419);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
*/

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2014-2-15

================================================================ */

/* universal
-------------------- */
/* デザインが崩れるのでここは無効化 ここから */
/*
* {
  margin: 0;
  padding: 0;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* structure */
/* デザインが崩れるのでここは無効化 ここから */
/*
html {
  background: #fff;
  color: #000;
  font-size: 62.5%;
}

body {
  max-width: 100%;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  ★font-feature-settings: "palt";★
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}

article {
  margin-bottom: 3em;
}

div,
p,
li,
dt,
dd {
  font-size: 16px;
  font-size: 1.6rem;
}

hr {
  display: none;
}

hr.dotted {
  display: block;
  margin: 40px 0;
  border: none;
  border-bottom: 1px dotted #e0c799;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* config
-------------------- */
/* デザインが崩れるのでここは無効化 ここから */
/*
#TopWrap {}

#Footer {
  background: #2cb4a8;
}

a {
  color: #000;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #999;
}

a:active {
  color: #999;
}

a {
  text-decoration: underline;
}

.widget-local-navi li.first a {
  background: #000;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* hypertext
-------------------- */
/* デザインが崩れるのでここは無効化 ここから */
/*
a {
  word-break: break-all;
}

a:visited {}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.url {
  word-break: break-all;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* text
-------------------- */
/* デザインが崩れるのでここは無効化 ここから */
/*
.mt-10{
  margin-top:10px
}
.mt-20{
  margin-top:20px
}
.mt-30{
  margin-top:30px
}
.mb-10{
  margin-bottom:10px
}
.mb-20{
  margin-bottom:20px
}
.mb-30{
  margin-bottom:30px
}

h1 {
  margin-bottom: 1em;
}

.h2-headding {
  border: 1px solid #2cb4a8;
  border-radius: 4px;
  border-left: 15px solid #2cb4a8;
  padding: 10px 5px;
  position: relative;
  margin-bottom: 1em;
  background-color: #eff6f5;
}

.h2-headding>h2 {
  padding-left: 5px;
}

h2 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 a:hover,
h2 a:active {}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

h2 a,
h3 a {
  ★ color: #000 !important; ★
}


.font-small {
  font-size: .8em;
  font-weight: normal;
  line-height: 1.2em;
}

.font-xsmall {
  font-size: .6em;
  font-weight: normal;
  line-height: 1.2em;
}

.float-right {
  position: absolute;
  right: 10px;
}

a.linkarrow {
  line-height: 1.2em;
  ★ text-indent: 1em; ★
  margin-left: -1em;
}

a.linkarrow::before {
  content: '';
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0040ba;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: 5px;
  left: 5px;
  padding-right: 10px;
  transform: translateY(-50%);
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

.clicklink:hover {
  cursor: pointer;
  opacity: .7;
}

/* デザインが崩れるのでここは無効化 ここから */
/*
p {
  line-height: 1.8;
}

p b {
  ★ font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif; ★
  font-weight: bold;
}

strong {
  ★ font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif; ★
  font-weight: bold;
}

.has-text-centered {
  text-align: center;
}

.has-text-left {
  text-align: left;
}

.has-text-right {
  text-align: right;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* list tag
-------------------- */

/* デザインが崩れるのでここは無効化 ここから */
/*
li,
dt,
dd {
  list-style: none;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* image tag
-------------------- */

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

/* .content a:hover img:not([class="Over"]) {
  filter: alpha(opacity=70);
  opacity: 0.7;
} */

/* layout
-------------------- */
/* デザインが崩れるのでここは無効化 ここから */
/*
#TopWrap {
  ★position: relative;★
  ★top: 0;★
  z-index: 1;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 10px;
}

#TopWrap .wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
*/
/* デザインが崩れるのでここは無効化 ここまで */

/* デザインが崩れるのでここは変更 ここから */
/*
header {
  position: relative;
  top: 0;
  border-bottom: 1px solid #999;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  margin: auto;
  opacity: .97;
  box-shadow: 1px 1px 6px 0px #999;
}
*/
header {
  position: relative;
  top: 0;
  border-bottom: 1px solid #999;
  z-index: 120;
  background-color: #fff;
  width: 100%;
  margin: auto;
  opacity: .97;
}
/* デザインが崩れるのでここは変更 ここまで */

header.fixed {
  position: sticky;
  top: 0;
}

/* デザインが崩れるのでここは変更 ここから */
/*
#Header {
  max-width: 1200px;
  padding: 10px 5px;
  margin: auto;
  top: 0;
  background-color: #fff;
}
*/
#Header {
  max-width: 1200px;
  padding: 10px 0;
  margin: auto;
  top: 0;
  background-color: #fff;
}
/* デザインが崩れるのでここは変更 ここまで */

#Header .headLine1 {
  display: table;
  float: right;
  /*margin-bottom: 20px;*/
}

#Header .hoken-logo {
  display: inline;
  padding-right: 80px;
  position: absolute;
  right: 0;
  top: 30px;
}

.head-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.logo-img {
  max-width: 200px;
}

.other-links.pc-only {
  display: flex;
  align-items: baseline;
}

.other-link {
  background-color: #0040BA;
  font-size: 14px;
  text-align: center;
  padding: 2px 20px;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 5px;
}

.other-link a {
  color: #fff;
  text-decoration: none;
}

#EyeCatchImg {
  max-width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

#EyeCatchImg img {
  width: 100%;
  max-width: 1220px;
}


#Footer .wrapper {
  width: 100%;
  margin: 0 auto;
}

#Footer p {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

ul.aboutSite {
  text-align: center;
  padding-top: 5px;
}

ul.aboutSite li {
  display: inline-block;
  font-size: .8em;
  margin-right: 2em;
}

ul.aboutSite li a {
  color: #fff;
  text-decoration: none;
}

.copy-right {
  font-size: .8em;
  text-align: center;
  color: #fff;
}

.goto-hokenkai {
  width: fit-content;
  margin: auto;
  padding: 1em 0;
}

#TopLink {
  position: fixed;
  bottom: 180px;
  left: 95%;
}

@media only screen and (max-width: 1024px) {
  article {
    margin-bottom: 1em;
  }
  #TopLink {
    bottom: 20px;
    right: 10px;
    left: auto;
    margin-left: 0;
  }

  /* デザインが崩れるのでここは追加 ここから */
  .other-link {
    margin-right: 0;
  }
  /* デザインが崩れるのでここは追加 ここまで */
}

/*right-side*/
#banner-area {}

#banner-area .banner {
  margin-bottom: 10px;
}

#banner-area .banner img {
  width: 100%;
}

/*theme_list*/
#theme-area{
  background-color: #eff6f561;
  padding: 3px;
}
.theme-title {
  font-weight: 700;
  font-size: 1em;
  padding: 3px;
  margin-bottom: 5px;
  background-color: #cfeee96e;
  width: 95%;
  margin: auto;
}

.theme-subtitle {
  font-weight: 700;
  font-size: .9em;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5em;
}

ul.theme-list {
  margin-bottom: 2em;
}

ul.theme-list li {
  margin-left: 2em;
  font-size: .9em;
  line-height: 2em;
}

#hokencontents-area {
  margin-bottom: 3em;
}

#hokencontents-area ul.hokencontents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

#hokencontents-area ul.hokencontents li {
  width: 25%;
  margin-bottom: 10px;
  text-align:center;
}

#hokencontents-area ul.hokencontents li img {
  width: 94%;
}

ul.hokencontents::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

ul.hokencontents::after {
  content: "";
  display: block;
  width: 33%;
}

@media only screen and (max-width: 640px) {
  #banner-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  #banner-area .banner {
    width: 48%;
  }

  #theme-area {
    display: none;
  }

  #hokencontents-area ul.hokencontents li {
    width: 48%;
    margin-bottom: 10px;
  }

  #Footer .wrapper {
    height: auto;
  }
}


/*------------------------------------------*/
.nobr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nobr {
    display: block;
  }
  .sp_nobr{
    display: none;
  }
  .right-block {
    display: none;
    width: 100%;
    float: none;
    margin: 0;
  }
  .other-link{
    margin-right: 0;
  }
}

fieldset{
  display: inline;
}
#cse-search-box-gh input[type="text"],
#cse-search-box-gh-mobile input[type="text"] {
  width: 217px;
  height: 24px;
}

#cse-search-box-gh input[type="image"],
#cse-search-box-gh-mobile input[type="image"] {
  vertical-align: middle;
}

#cse-search-box-gh input[type="text"]:focus,
#cse-search-box-gh-mobile input[type="text"]:focus {
  background: none !important;
  background-color: #fff !important;
  outline: 0;
}

#fontSize {
  margin: 15px 0;
}

#fontSize>ul {
  text-align: right;
}

#fontSize li {
  display: inline-block;
  width: 25px;
  background-color: #3c96ff;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0;
  text-align: center;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

#fontSize li.current {
  font-weight: bold;
  background-color: #000;
}

#fontSize li.label {
  color: inherit;
  background-color: inherit;
  border: none;
  width: 6em;
}