@charset "utf-8";

/* 共通 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.sp{
  display: none;
}

.font-sp{
  display: none;
}

.pc{
  display: block;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Verdana, "Droid Sans",
    sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

/* ヘッダ */
header {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-bottom: solid 1px rgb(0, 79, 163);
  position: fixed;
  z-index: 999;
}

#header_inner{
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}

#header_inner img {
  width: 236.91px;
  height: 38.54px;
}

/* #header_inner .call-num {
  display: block;
  color: rgb(0, 78, 162);
  text-decoration: none;
}

#header_inner .call-num span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-left: 15px;
  text-decoration: none;
  color: rgb(0, 78, 162);
}

#header_inner .call-num > a[href^="tel:"] {
  pointer-events: none;
} */

.header-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.button:hover {
  opacity: 40%;
}

.header-button {
  display: block;
  text-decoration: none;
  border: solid 1px rgb(0, 79, 163);
  border-radius: 2px;
  padding: 12px 24px;
  margin-left: 18px;
  min-width: 168px;
  min-height: 40px;
  text-align: center;
  line-height: 20px;
}

.header-button1 {
  color: rgb(0, 78, 162);
}

.header-button2 {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 78, 162);
}

.icon {
  padding-left: 5px;
}

.section_inner .btn_block {
  margin-bottom: 60px;
}
.btn_block .btn{
  font-weight: bold;
  border: solid 1px #004ea2;
  border-radius: 4px;
}
.btn_block .btn:hover {
  opacity: 0.5;
}
.btn_block .secondary {
  background-color: #ffffff;
}
.btn_block .secondary a {
  display: block;
  width: 100%;
  height: 100%;
  color: #004ea2;
  text-align: center;
  text-decoration: none;
}
.btn_block .primary {
  background-color: #004ea2;
}
.btn_block .primary a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.section_inner .bigbtn_block {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.bigbtn_block .btn {
  width: 440px;
  height: 72px;
  font-size: 24px;
}
.bigbtn_block .secondary a,
.bigbtn_block .primary a{
  line-height: 72px;
}
.section_inner .midbtn_block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 25px;
}
.midbtn_block .btn {
  width: 308px;
  height: 50px;
  font-size: 20px;
}
.midbtn_block .btn:first-child{
  margin-right: 182px;
}
.midbtn_block .secondary a,
.midbtn_block .primary a{
  line-height: 50px;
}
.section_inner .smlbtn_block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 25px;
}
.smlbtn_block .btn {
  width: 160px;
  height: 45px;
  font-size: 16px;
}
.smlbtn_block .btn:first-child{
  margin-right: 275px;
}
.smlbtn_block .secondary a,
.smlbtn_block .primary a{
  line-height: 35px;
}

/* ナビ */
#glob_nav{
  height: 100%;
  margin-left: auto;
}

#glob_nav #nav_inner{
  width: 100%;
  height: 100%;
}

#glob_nav ul{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 100%;
}

#nav-flex-container{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

#nav-flex-container li{
  display: inline-block;
  width: auto;
  height: 45px;
}

#nav-flex-container li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 45px;
  /* letter-spacing: -2px; */
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: rgb(0, 78, 162);
}

#nav-flex-container > li{
  padding: 0 5px;
}

#nav-flex-container > li:last-child{
  display: inline-block;
  /* width: 113px !important; */
  margin-left: 10px;
}

#nav-flex-container > li:last-child a{
  display: block;
  height: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  /* letter-spacing: -1px; */
  text-decoration: none;
  text-align: center;
  color: rgb(0, 78, 162);
}

#nav-flex-container > li:last-child span{
  /* margin-right: 5px; */
  padding: 5px;
  /* vertical-align: middle; */
  border-right: solid 1px rgb(0, 78, 162);
  border-left: solid 1px rgb(0, 78, 162);
}

.a_hover{
  font-weight: bold;
}

.a_hover:after{
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  margin: 0 auto;
  background-color: rgb(0, 78, 162);
}

.active{
  font-weight: bold;
}

#glob_nav .down_menu{
  display: none;
  width: auto;
  height: auto;
  padding-top: 25px;
  position: absolute;
}

.down_menu ul{
  width: 100%;
  background-color: rgb(0, 78, 162);
  position: relative;
}

.down_menu ul:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 25%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid rgb(0, 78, 162);
}

.down_menu ul li{
  display: block !important;
  width: 100% !important;
}

.down_menu ul li a{
  padding-left: 10px;
  padding-right: 15px;
  text-align: left !important;
  letter-spacing: -1px !important;
  color: #ffffff !important;
}

.down_menu ul li a:hover{
  font-weight: bold;
}


/* ヘッダコンテナ */
#header_container {
  width: 100%;
  height: 64px;
}

/* フッタ */
footer {
  height: auto;
  width: 100%;
  margin: 0 auto;
  background-color: #004ea2;
  color: rgb(255, 255, 255);
}
#footer_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 0px 45px;
}
#footer_inner img {
  width: 299.08px;
  height: 48.65px;
}
#footer_inner p {
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
#footer_inner .footer-info {
  height: 70px;
  margin-top: 30px;
}
#footer_inner .copyright {
  font-size: 12px;
  font-weight: normal;
  float: right;
  margin-bottom: 0px !important;
}

div.footer2 { 
    width: 100%;
    background-color: rgb(0, 78, 162);
}

footer2 p{
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: right; 
    background-color: rgb(0, 78, 162);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* パンくず */
#breadcrumbs_block {
  width: 100%;
  height: 55px;
}
#breadcrumbs_block #breadcrumbs_inner {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}
#breadcrumbs_inner #breadcrumbs {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-inline-start: 0;
}
#breadcrumbs_inner #breadcrumbs li {
  display: inline-block;
  height: 100%;
}
#breadcrumbs_inner #breadcrumbs li::after {
  content: ">";
  display: inline-block;
}
#breadcrumbs_inner #breadcrumbs li:last-child::after {
  display: none;
}
#breadcrumbs li a {
  display: inline-block;
  padding: 15.5px 0px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

/* トップ */
#top {
  height: 160px;
  position: relative;
  /* z-index: 999; */
}
#top::after {
  content: "";
  background-color: rgba(0, 78, 162, 0.5);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -20;
}
#top #top_inner {
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#top_inner::after {
  content: "ノロウイルスのご案内";
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 160px;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* メイン */
main {
  width: 100%;
}
main article {
  width: 100%;
}
/* セクション */
main article section {
  width: 100%;
}
main article section .section_inner {
  max-width: 980px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
.section_inner h1 {
  margin: 30px 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  color: #004ea2;
}
.section_inner h2 {
  margin: 25px 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.section_inner h3 {
  margin: 20px 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.section_inner h4 {
  margin: 20px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.section_inner .message_block {
  width: 100%;
}
.message_block p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 24px;
  text-align: justify;
}
.message_block p a {
}


/* セクション1 */
#section1 {
  padding-bottom: 20px;
}
#section1 > .section_inner {
  padding-bottom: 60px;
  border-bottom: solid 1px #d2d4d8;
}

.table_normal table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
	"Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.table_normal th {
	padding: 3px;
	width: 150px;
	height: 25px;
	background: #f0e6cc;
}
.table_normal td    {
	padding: 3px;
	width: 700px;
	height: 25px;
}
.table_normal .even {
	background: #fbf8f0;
}
.table_normal .odd {
	background: #fefcf9;
}
.table_normal table tr > *:nth-child(1) {
	width: 220px;
}
.table_normal table tr > *:nth-child(2) {
	width: 600px;
}
.table_normal table tr > *:nth-child(3) {
	width: 140px;
	white-space: nowrap;
}


/* セクション2 */
#section2 .message_block {
  margin-bottom: 70px;
}
#section2 .ul_block {
  margin-bottom: 70px;
}
.section_inner .ul_block {
  width: 100%;
}
.ul_block ul {
  width: 100%;
}
.ul_block ul li {
  display: flex;
  margin: 10px 0;
  line-height: 24px;
  list-style: none;
}
.ul_block ul li::before {
  content: "　";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  background-color: #004ea2;
  color: #004ea2;
  border-radius: 100%;
  position: relative;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
}
#section2 .section_inner .ol_block {
  margin-bottom: 80px;
}
.section_inner .ol_block {
  width: 100%;
  line-height: 24px;
}
.ol_block ol {
  counter-reset: li;
}
.ol_block ol li {
  display: flex;
  align-items: baseline;
  margin: 10px 0;
  list-style: none;
}
.ol_block ol li::before {
  counter-increment: li;
  content: counter(li);
  margin-right: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック",
    "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#section2 .section_inner .table_block {
  margin-bottom: 60px;
}
.section_inner .table_block {
  max-width: 600px;
  margin: 0 auto;
}
.table_block table {
  width: 100%;
  border-collapse: collapse;
}
.table_block table tr {
  height: 50px;
}
.table_block table tr th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #004ea2;
  border-top: solid 1px #004ea2;
}
.table_block table tr:last-child th {
  border-bottom: solid 1px #004ea2;
}
.table_block table tr td {
  font-size: 16px;
  line-height: 24px;
  border-top: solid 1px #004ea2;
}
.table_block table tr:last-child td {
  border-bottom: solid 1px #004ea2;
}

@media screen and (max-width: 500px) {
  /* 共通 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .font-sp {
    display: inline;
  }
  /* ヘッダ */
  header {
    min-width: 100%;
    min-height: 64px;
    margin: 0 auto;
  }
  #header_inner img {
    margin-left: 15px;
  }
  #header_inner .call-num {
    display: block;
    width: 192px;
    height: 56px;
    line-height: 24px;
    text-decoration: none;
    position: fixed;
    right: 0;
    top: 80%;
    background-color: rgb(0, 79, 162);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 3px 0px 3px 10px;
    margin: 0;
    z-index: 999;
    box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.16);
  }
  #header_inner .call-num span {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: rgb(255, 255, 255);
  }
  #header_inner .call-num > a[href^="tel:"] {
    pointer-events: none;
  }
  .header-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .header-button {
    margin-left: 0px;
  }

  /* バーガーボタン */
  #burger-btn {
    display: block;
    width: 28px;
    height: 32px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
    border: none;
  }
  .bar {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0, 78, 162);
  }
  .bar_top {
    top: 15%;
    transition: transform 0.3s;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
  }
  .bar_bottom {
    bottom: 15%;
    transition: transform 0.3s;
  }
  #burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform 0.3s;
  }
  #burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }

  /* ナビ */
  #glob_nav {
    display: none;
    width: 100%;
    height: auto;
    max-height: 65vh;
    overflow: auto;
    top: 0;
    top: 64px;
    position: absolute;
  }
  #glob_nav #nav_inner {
    width: 100%;
    position: relative;
    /* margin-top: 64px; */
  }
  #glob_nav #nav-flex-container {
    flex-direction: column;
    position: relative;
  }
  #nav-flex-container > li {
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ffffff;
    background-color: rgb(0, 78, 162);
  }
  #nav-flex-container > li a {
    width: 100%;
    height: 40px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: left;
    color: #ffffff;
  }
  #nav-flex-container > li:last-child {
    width: 100% !important;
    margin: 0;
    border-bottom: none;
  }
  #nav-flex-container > li:last-child a {
    font-weight: normal;
    line-height: 40px;
    text-align: left;
    color: #ffffff;
  }
  #nav-flex-container > li:last-child a span {
    border: none;
    padding: 0;
  }
  #glob_nav .down_menu {
    display: none;
    width: 100%;
    padding: 0;
    position: static;
  }
  .down_menu ul {
    height: auto;
  }
  .down_menu ul:before {
    display: none;
  }
  .down_menu ul li {
    border: none;
  }
  .down_menu ul li a {
    padding-left: 70px !important;
    border: none;
  }
  .tmenu-icon_sp {
    font-size: 20px;
    margin-left: 12px;
    position: relative;
    top: -1.5px;
  }
  .dmenu-icon_sp {
    margin-right: 7px;
  }

  /* フッタ */
  footer {
    height: auto;
  }
  #footer_inner {
    max-width: 311px;
    margin: 0 auto;
  }
  #footer_inner img {
    width: 311px;
    height: 50.59px;
  }
  #footer_inner .footer-info {
    height: 130.5px;
    margin-top: 26px;
  }
  .footer-info span {
    display: block;
  }
  #footer_inner .copyright {
    font-size: 14px;
    float: none;
    text-align: center;
    padding-top: 4px;
  }

  /* パンくず */
  #breadcrumbs_block {
    height: 50px;
  }
  #breadcrumbs_block #breadcrumbs_inner {
    max-width: 100%;
    margin: 0 15px;
  }
  #breadcrumbs li a {
    padding: 13.5px 0px;
  }

  /* トップ */
  #top {
    height: 115px;
  }
  #top #top_inner {
    max-width: 311px;
  }
  #top_inner::after {
    font-size: 30px;
    line-height: 115px;
  }

  /* メイン */
  /* セクション */
  main article section .section_inner {
    max-width: 311px;
  }
  .section_inner h1 {
    font-size: 29px;
    margin: 40px 0px;
  }
  .section_inner h2 {
    margin: 30px 0px;
    line-height: 36px;
  }
  .section_inner h3 {
    margin: 50px 0px;
  }
  .section_inner h4 {
    margin: 20px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }

  /* セクション1 */
  #section1 > .section_inner {
    padding-bottom: 110px;
  }
  /* セクション2 */
  #section2 .section_inner .ul_block {
    margin-bottom: 70px;
  }
  .ul_block ul {
    padding-inline-start: 20px;
  }
  .ol_block ol {
    padding-inline-start: 20px;
  }
  .section_inner .table_block {
    max-width: 311px;
  }
  .table_block table tr th {
    width: 30%;
    padding-top: 12px;
    vertical-align: top;
  }
  .table_block table tr td {
    padding: 10px 0px;
  }
  .section_inner .btn_block {
    flex-direction: column;
  }
  .btn_block .btn {
    font-size: 16px;
    border-radius: 2px;
  }
  .section_inner .bigbtn_block {
  }
  .bigbtn_block .btn {
    width: 100%;
    height: 40px;
  }
  .bigbtn_block .btn:first-child {
    margin-bottom: 25px;
  }
  .bigbtn_block .secondary a,
  .bigbtn_block .primary a {
    line-height: 40px;
  }
  .section_inner .midbtn_block {
    align-items: center;
    padding-left: 0px;
  }
  .midbtn_block .btn {
    width: 250px;
    height: 35px;
  }
  .midbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
  .midbtn_block .secondary a,
  .midbtn_block .primary a {
    line-height: 35px;
  }
  .midbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
  .section_inner .smlbtn_block {
    align-items: center;
    padding-left: 0px;
  }
  .smlbtn_block .btn {
    width: 200px;
    height: 30px;
  }
  .smlbtn_block .secondary a,
  .smlbtn_block .primary a {
    line-height: 30px;
  }
  .smlbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 320px) {
  /* 共通 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .font-sp {
    display: inline;
  }

  /* フッタ */
  #footer_inner {
    max-width: 311px;
    margin: 0 auto;
  }

  /* トップ */
  #top_inner::after {
    margin-left: 10px;
  }

  /* メイン */
  /* セクション */
  main article section .section_inner {
    max-width: 311px;
  }
  .section_inner h1 {
    margin: 40px 0px;
  }
  .section_inner h2 {
    margin: 30px 0px;
    line-height: 36px;
  }
  .section_inner h3 {
    margin: 50px 0px;
  }
  .section_inner h4 {
    margin: 20px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }

  /* セクション1 */
  #section1 > .section_inner {
    padding-bottom: 110px;
  }
  /* セクション2 */
  #section1 .section_inner .message_block {
    margin-bottom: 80px;
  }
  #section2 .section_inner .ul_block {
    margin-bottom: 70px;
  }
  .ul_block ul {
    padding-inline-start: 20px;
  }
  .ol_block ol {
    padding-inline-start: 20px;
  }
  .section_inner .table_block {
    max-width: 311px;
  }
  .table_block table tr th {
    width: 30%;
  }
  .table_block table tr td {
    font-size: 16px;
  }
  .section_inner .btn_block {
    flex-direction: column;
  }
  .btn_block .btn {
    font-size: 16px;
    border-radius: 2px;
  }
  .section_inner .bigbtn_block {
  }
  .bigbtn_block .btn {
    width: 100%;
    height: 40px;
  }
  .bigbtn_block .btn:first-child {
    margin-bottom: 25px;
  }
  .bigbtn_block .secondary a,
  .bigbtn_block .primary a {
    line-height: 40px;
  }
  .section_inner .midbtn_block {
    align-items: center;
    padding-left: 0px;
  }
  .midbtn_block .btn {
    width: 250px;
    height: 35px;
  }
  .midbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
  .midbtn_block .secondary a,
  .midbtn_block .primary a {
    line-height: 35px;
  }
  .midbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
  .section_inner .smlbtn_block {
    align-items: center;
    padding-left: 0px;
  }
  .smlbtn_block .btn {
    width: 200px;
    height: 30px;
  }
  .smlbtn_block .secondary a,
  .smlbtn_block .primary a {
    line-height: 30px;
  }
  .smlbtn_block .btn:first-child {
    margin: 0;
    margin-bottom: 25px;
  }
}
