<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
/* Theme Name: mt */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

body {
  font-size: 14px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 蝗ｺ螳� ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  height: 100px;
  position: fixed;
  width: 100%;
  padding: 10px 15px;
  top: 0;
  background: #fff;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
  width: 30%;
}

.header_heading a {
  text-align: left;
  display: block;
  margin-bottom: 11px;
}

.header_heading a h1 {
  margin-bottom: 0;
}

.header_heading a p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

.header_heading a p span {
  font-size: 8px;
}

img.header_heading_logo {
  max-width: 90px;
  float: left;
  margin-right: 10px;
}

.header_navi-top {
  width: 70%;
  float: right;
  text-align: right;
  padding-right: 120px;
}

.header_navi-top ul li {
  display: inline-block;
}

.header_navi-top ul li a {
  color: #808080;
  font-size: 12px;
}

.header_navi-top ul li:first-child::after {
  content: "|";
  color: #808080;
  padding-left: 15px;
  margin-right: 5px;
}

.header_navi {
  margin: 0;
}

ul.header_navi_list {
  font-size: 14px;
  float: right;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-right: 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header_navi_list a {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.header_navi_list_item {
  display: inline-block;
  margin: 0px;
  line-height: 1.5;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.header_navi_list a li.header_navi_list_item {
}

.header_navi_list a li.header_navi_list_item:hover {
  color: #0260c3;
  border-bottom: 5px solid #0260c3;
  padding-bottom: 8px;
}

a.header_rsrv {
  right: 0;
  top: 0;
  display: inline-block;
  position: absolute;
  text-align: center;
  background: #0260c3;
  line-height: 1.5;
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
  height: 100px;
}

a.header_rsrv span {
  display: inline-block;
}

a.header_rsrv::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 39px;
  font-weight: 600;
  margin: 10px 20px 0 20px;
  color: #fff;
  display: block;
}

.header_rsrv-sp {
  right: 65px;
  top: 3px;
  position: absolute;
}

.header_rsrv-sp span {
  color: #fff;
  font-size: 10px;
  float: right;
}

.header_rsrv-sp::before{
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-size: 25px;
  font-weight: 600;
  margin-right: 12px;
  margin-top: 10px;
  color: #fff;
  position: absolute;
  right: 5px;
}

.header .lower-navi {
  text-align: right;
  margin: 0;
}

ul.lower-navi_list {
  margin: 15px;
}

.header .lower-navi_list {
  font-size: 1.4rem;
}

.header .lower-navi_list_item {
  display: inline-block;
}

.header .lower-navi_list_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  color: #000;
}

.header .lower-navi_list_item:last-child:after {
  display: none;
}

.header .lower-navi_list_item a {
  color: #fff;
}

@media screen and (max-width: 979px) {
  .header {
    height: 55px;
    padding: 5px;
  }
  .header_heading, .header_navi-top {
     display: none;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
  .header .lower-navi {
    display: none;
  }
  .header .lower-navi_list_item:after {
    margin: 0 5px;
  }
  img.header_heading_logo {
    max-width: 85px;
    margin: 2px 5px 7px 5px;
  }
  .drawer_logo a h1 {
    margin: 0;
  }
  .drawer_logo a h1 p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
  }
  .drawer_logo a h1 p span {
    font-size: 8px;
  }
  .drawer_logo a p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0px;
    float: left;
    font-weight: 600;
  }
  .drawer_logo a p span {
    font-size: 8px;
  }
}

@media screen and (min-width: 980px) {
  .drawer_logo {
     display: none;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    padding: 17px 15px 25px 15px;
    background: #0260c3;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #0260c3;
  float: left;
  padding-right: 5px;
  font-weight: 600;
}

ul.drawer-menu li::last-child {
  border: none;
}

.drawer-menu-item-2nd {
  padding-left: 25px;
}

/*------------- footer -------------*/

.footer {
  background: #e6e6e6;
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 220px;
  padding: 0 30px 0;
  display: block;
  margin: 0 auto 30px;
}

.footer_txt {
  text-align: center;
  margin-bottom: 15px;
}

.footer_navi_list1, .footer_navi_list2, .footer_navi_list3 {
  width: 33.333333333333333333%;
  float: left;
}

.footer_navi_list_item {
  margin-bottom: 5px;
}

.footer_navi_list_item a {
  font-size: 13px;
}

.footer_navi_list1 ul, .footer_navi_list2 ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 0;
  }
  img.footer_heading_logo {
    max-width: 200px;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    float: none;
  }
  .footer_navi_list1, .footer_navi_list2, .footer_navi_list3 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.footer_navi_list_item_h a {
  font-size: 16px;
  font-weight: 600;
}

.footer_navi_list_item a {
  color: #000;
}

.footer_navi_list_item::before {
  color: #000;
  content: '��';
  margin-right: 10px;
}

.footer_navi_list_item_h::before {
  display: none;
}

ul.sns-list {
  list-style: none;
  text-align: center;
}

ul.sns-list li.sns-list1 {
  width: 50%;
  float: left;
  text-align: right;
  padding: 5px;
}

ul.sns-list li.sns-list2 {
  width: 50%;
  float: left;
  text-align: left;
  padding: 5px;
}

i.fa-instagram::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 33px;
  content: '\f16d'!important;
  color: #0260c3;
}

i.fa-facebook::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 30px;
  content: '\f082'!important;
  color: #0260c3;
}

.drawer-nav i.fa-instagram::before, .drawer-nav i.fa-facebook::before {
  color: #0260c3;
}

.drawer-nav ul.sns-list li.sns-list1 {
  text-align: left;
  padding-left: 10px;
  width: auto;
}

.drawer-nav ul.sns-list li.sns-list2 {
  text-align: left;
  padding-left: 5px;
  width: auto;
}

.copy {
  color: #fff;
  padding: 45px 5px 45px;
  text-align: center;
  font-size: 14px;
  background: #0260c3;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .copy {
    padding: 30px 5px 30px;
    line-height: 1.2;
  }
}

/*--------------------------------------- 蜈ｱ騾� ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  max-width: 350px;
  color: #fff;
  font-size: 14px;
  background: #0260c3;
  border-radius: 15px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01:before, .heading-ptn-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.heading-ptn-01:before {
  left: 0;
}

.heading-ptn-01:after {
  right: 0;
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #0260c3;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02 {
    border-left: 7px solid #0260c3;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  color: #0260c3;
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 17px;
  }
}

/*--------------------------------------- 繝医ャ繝励�繝ｼ繧ｸ ---------------------------------------*/

.top_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 5px 120px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

.top_heading {
  color: #0260c3;
  font-size: 70px;
  margin-bottom: 80px;
  font-weight: 600;
  line-height: 0.6;
  text-align: center;
}

.top_heading span.top_heading_ja {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 979px) {
  .top_heading {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 0.8;
  }
  .top_heading span.top_heading_ja {
    font-size: 10px;
  }
  .top_container {
    padding: 45px 15px 45px;
  }
}

/*------------- 繝医ャ繝鈴Κ蛻� -------------*/

@font-face {
  font-family: "slick";
  src:
    url("./assets/fonts/slick.woff") format("slick"),
}

.top .main-visual {
}

main.top {
  margin-top: 100px;
}

.slick-dots li button::before {
  font-size: 30px!important;
}

.slick-dots {
  margin-bottom: 30px!important;
  bottom: -20px!important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px!important;
}

.slick-dots li button::before {
  color: #ccc!important;
}

.slick-next {
  right: 25px!important;
  z-index: 2;
}

.slick-prev {
  left: 25px!important;
  z-index: 2;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free"!important;
  font-weight: 900!important;
  font-size:30px!important;
  opacity: .75;
  color: white;
}

.slick-prev, .slick-next {
  top: 50%!important;
}

.slick-prev:before{
  content: "\f137"!important;
}
.slick-next:before{
  content: "\f138"!important;
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  main.top {
    margin-top: 55px;
  }
  .slick-dots li button::before {
    font-size: 20px !important;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 20px !important;
  }
  .slick-next {
    right: 10px!important;
  }
  .slick-prev {
    left: 10px!important;
  }
}

/*------------- 繝医ャ繝励ユ繧ｭ繧ｹ繝� -------------*/

.top-txt {
  background: #333333;
  color: #fff;
  padding: 25px;
  text-align: center;
  font-size: 12px;
}

.top-txt p {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .top-txt {
    padding: 15px;
    font-size: 11px;
  }
  .top-txt p {
    line-height: 1.5;
  }
}

/*------------- ABOUT -------------*/

.top-about .top_container {
  padding-bottom: 0;
}

.top-about-img {
  width: 50%;
  float: right;
}

.top-about-txt {
  width: 50%;
  float: left;
}

p.top-about-txt-h {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.top-about-txt p {
  text-align: left;
}

@media screen and (max-width: 979px) {
  .top-about-img, .top-about-txt {
    width: 100%;
    float: none;
  }
  p.top-about-txt-h {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 1.4;
  }
}

/*------------- SERVICE -------------*/

.top-service {
  background: #e6e6e6;
}

.top-service-img {
  width: 50%;
  float: left;
  background-image: url('./assets/img/serv-1.jpg');
  background-size: cover;
  height: 320px;
}

.top-service-top {
  background: #fff;
  margin-bottom: 30px;
}

.top-service-top-txt-box {
  padding: 50px 30px 50px;
  width: 50%;
  float: right;
}

.top-service-h {
  font-size: 18px;
  font-weight: 600;
}

.top-service-box {
  color: #fff;
  width: 49%;
  float: left;
  padding: 50px 30px;
  margin-bottom: 2%;
}

/* 1  23468竊�293468 */

.top-service-box1, .top-service-box2, .top-service-box5 {
  margin-right: 1%;
}

.top-service-box8, .top-service-box3, .top-service-box7 {
  margin-left: 1%;
}

.top-service-box1 {
  background-image: url('./assets/img/serv-2.jpg');
  background-size: cover;
}

.top-service-box2 {
  background-image: url('./assets/img/serv-3.jpg');
  background-size: cover;
}

.top-service-box3 {
  background-image: url('./assets/img/serv-4.jpg');
  background-size: cover;
}

.top-service-box4 {
  background-image: url('./assets/img/serv-5.jpg');
  background-size: cover;
}

.top-service-box5 {
  background-image: url('./assets/img/serv-6.jpg');
  background-size: cover;
}

.top-service-box6 {
  background-image: url('./assets/img/serv-7.jpg');
  background-size: cover;
}

.top-service-box7 {
  background-image: url('./assets/img/serv-8.jpg');
  background-size: cover;
}

.top-service-box8 {
  background-image: url('./assets/img/serv-9.jpg');
  background-size: cover;
}

@media screen and (max-width: 979px) {
  .top-service-img {
    width: 100%;
    height: 200px;
    float: none;
  }
  .top-service-top-txt-box {
    padding: 30px;
    width: 100%;
    float: none;
  }
  .top-service-box1, .top-service-box2, .top-service-box3, .top-service-box4, .top-service-box5, .top-service-box6, .top-service-box7, .top-service-box8, .top-service-box9 {
    margin-right: 0;
    margin-left: 0;
  }
  .top-service-box {
    color: #fff;
    width: 100%;
    float: none;
    padding: 30px;
    margin: 0 0 10px;
  }
}

/*-------------RECRUIT -------------*/

.top-recruit {
}

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

/*------------- LINKS -------------*/

/*
.top-links .top_container {
  padding-bottom: 0;
}
*/

.top-links-1, .top-links-2 {
  width: 50%;
  float: left;
}

.top-links-img {
  padding-right: 50px;
}

.top-links-txt {
  margin-left: 25px;
  margin-right: 25px;
  background: #0260c3;
  color: #fff;
  padding: 230px 30px 50px 30px;
  margin-top: -200px;
}

.top-links-txt-h {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .top-links-1, .top-links-2 {
    width: 100%;
    float: none;
  }
  .top-links-img {
    padding-right: 25px;
  }
  .top-links-txt {
    margin-right: 0;
    padding: 150px 30px 50px 30px;
    margin-top: -130px;
  }
  .top-links-1 .top-links-txt {
    margin-bottom: 30px;
  }
}

/*------------- NEWS -------------*/

.top_news-box {
  padding: 80px 30px 50px;
  border: 2px solid #000;
}

/*------------- CONTACT -------------*/

.top-contact {
  background: #333333;
  color: #fff;
  padding: 50px 30px;
}

ul.footer-contact {
  text-align: center;
}

ul.footer-contact li {
  display: inline-block;
  line-height: 1.2;
/*  vertical-align: top;*/
  text-align: left;
}

/*
ul.footer-contact li:first-child::after {
  content: "|";
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-left: 60px;
  margin-right: 50px;
}
*/

ul.footer-contact li:first-child {
  border-right: 1px solid #fff;
  margin-right: 30px;
  padding-right: 30px;
}

ul.footer-contact li a {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

a.mail-contact span.footer-tel::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 44px;
  font-weight: 400;
  margin-right: 20px;
  color: #fff;
  float: left;
/*  margin-top: -17px;*/
}

a.tel-contact span.footer-tel::before{
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-size: 36px;
  font-weight: 600;
  margin-right: 15px;
  color: #fff;
  float: left;
/*  margin-top: -12px;*/
}

span.footer-telno {
  font-size: 14px !important;
}

@media screen and (max-width: 979px) {
  ul.footer-contact li:first-child {
    border: none;
  }
  ul.footer-contact li {
    padding-right: 0;
    margin-right: 0;
  }
  ul.footer-contact {
    text-align: left;
  }
  a.tel-contact span.footer-tel::before {
    font-size: 32px;
  }
  a.mail-contact span.footer-tel::before {
    font-size: 38px;
  }
  ul.footer-contact li a {
    font-size: 24px;
  }
}

/*------------- xxx -------------*/

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

/*--------------------------------------- 荳句ｱ､繝壹�繧ｸ ---------------------------------------*/

.lower-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 980px) {
  .lower-container {
    margin-top: 50px;
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: -30px;
  }
}

#breadcrumb {
  padding: 20px 0;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.heading-ptn-04 {
  color: #0260c3;
  padding: 5px 15px 5px 0;
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 0;
  margin-bottom: 10px;
}

.heading-ptn-04::before {
  content: '笳�';
  color: #0260c3f;
  margin-right: 10px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-04 {
    font-size: 18px;
    }
}

.h2_bg {
  background-image: url('./assets/img/lower-h-bg.jpg');
  background-size: cover;
  background-position: center;
  background-position: bottom center;
}

.h2_bg h1 {
  color: #fff;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 50px;
/*  text-shadow: black 1px 1px 10px;*/
  font-size: 36px;
  border-left: none;
}

@media screen and (max-width: 979px) {
  .h2_bg h1 {
    font-size: 26px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  table {
    font-size: 13px;
  }
}

a {
  word-break: break-all;
}

/*------------- 縺顔衍繧峨○ -------------*/

.single-post .single_info {
  margin-bottom: 15px;
  display: inline-block;
}

.single_content figure img {
  margin: 0 0 1em;
}

.post-archive_item_info {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 120px;
  float: left;
}

p.post-archive_item_heading {
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
}

.pagination {
  text-align: center;
  font-size: 20px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
}

.pagination a {
  border-bottom: 1px solid #000;
}

.post-archive_item {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.top_info .post-archive_item_info {
  float: left;
  width: 25%;
  margin: 0;
  text-align: left;
}

.post-archive_item::after {
  clear: both;
  content: "";
  display: block;
}

.post-archive_item_info_time {
  margin-right: 5px;
  color: #000;
  float: left;
  font-weight: 600;
}

.post-archive_item_info_category {
  margin-right: 10px;
  margin-left: 5px;
  float: left;
}

.post-archive_item_info_category a {
  display: block;
  background: #0260c3;
  color: #fff;
  padding: 3px 10px;
  margin-left: 5px;
  float: left;
}

.single-post h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 30px;
}

.single-post h4 {
  margin-top: 30px;
}

.single_content p a {
  border-bottom: 3px dotted #0260c3;
}

.single-post .single_content a {
  border-bottom: 3px dotted #0260c3;
}

@media screen and (max-width: 979px) {
  .post-archive_item_info_category {
    float: none;
  }
  .post-archive_item_info_category a {
    padding: 0px 5px;
    font-size: 13px;
  }
  .post-archive_item_info {
    float: none;
    width: 100%;
  }
  .post-archive_item_heading {
    margin-bottom: 0px;
  }
  .post-archive_item_info_time {
    float: none;
  }
  .post-archive_item_info {
    margin-bottom: 0px;
  }
}

/*------------- 莨∵･ｭ諠��ｱ -------------*/

p.lower_top {
  color: #0260c3;
  font-size: 26px;
  font-weight: 600;
}

p.lower_ac {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.about-link-box {
  width: 33.33333333333333333333333%;
  padding: 0.5%;
  float: left;
}

.about-link-box p {
  background: #0260c3;
  color: #fff;
  text-align: center;
  padding: 10px;
}

p.page_ac {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

/* 莉｣陦ｨ謖ｨ諡ｶ */

.gtg-img {
  width: 100%;
  max-width: 500px;
  float: left;
  margin-right: 30px;
}

.lower-container p.gtg-txt {
  font-weight: 600;
  font-size: 28px;
  margin-top: 150px;
  color: #0260c3;
}

.lower-container p.gtg-txt2 {
  font-size: 18px;
  line-height: 2;
}

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

  .gtg-img {
    width: 100%;
    max-width: 500px;
    float: none;
    margin-right: 0;
  }
  .lower-container p.gtg-txt {
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
  }
  .lower-container p.gtg-txt2 {
    font-size: 16px;
    line-height: 1.8;
  }

}

/* 莨夂､ｾ讎りｦ� */

p.blue {
  color: #0260c3;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

table.company tr th, table.company2 tr th {
  width: 200px;
  font-size: 16px;
}

table.company tr th, table.company tr td {
  border: none;
  padding: 30px 0;
}

table.company tr {
  border-top: 1px dashed #BABABA;
}

table.company tr:last-child {
  border-bottom: 1px dashed #BABABA;
}

table.company ul {
  list-style: disclosure-closed;
  margin-left: 15px;
}

table.company ul li::marker {
  color: #0260c3;
}

ul.link-btn a li {
  width: 49%;
  margin: 0.5%;
  float: left;
  text-align: center;
  border: 3px solid #0260c3;
  border-radius: 15px;
  padding: 10px;
  font-weight: 600;
}

ul.link-btn a:hover li {
  background: #dbdcdc;
}

/* 豐ｿ髱ｩ */

.page-template-page-enkaku table.company ul {
  margin-left: 15px;
  list-style: disc;
}

.page-template-page-enkaku table.company ul li::marker {
  color: #000;
}

/* 荳蠢�ヶ繝ｩ繝ｳ繝� */

p.kikan, p.mokuhyo-txt {
  font-size: 18px;
  font-weight: 600;
}

p.mokuhyo-h {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  border-bottom: 2px solid #dbdcdc;
  position: relative;
  color: #0260c3;
  font-size: 20px;
  padding-left: 10px;
}

p.mokuhyo-h::before {
  content: "";
  width: 80px;
  background: #0260c3;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: 0;
  display: block;
}

p.mokuhyo-taisaku {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

ol.mokuhyo-taisaku-txt {
  list-style: disc;
  margin-left: 15px;
}

ol.mokuhyo-taisaku-txt li::marker {
  color: #0260c3;
}

p.brand-h {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #0260c3;
}

p.brand-txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #c8e1f4;
  padding: 20px 10px;
  margin-bottom: 20px;
}

img.brand-img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 50px;
  display: block;
}

/* 譛芽ｳ��ｼ閠� */

dl.shikaku dt {
  width: 50%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
}

dl.shikaku dd {
  width: 50%;
  float: right;
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}

dl.shikaku::after {
  clear: both;
  content: "";
  display: block;
}

/* 繧ｰ繝ｫ繝ｼ繝嶺ｼ夂､ｾ */

a.group-link {
  width: 33.33333333333333333333333%;
  padding: 0.5%;
  float: left;
}

a.group-link p {
  background: #0260c3;
  color: #fff;
  text-align: center;
  padding: 10px;
}

table.company a {
  background: #0260c3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline;
}

@media screen and (max-width: 979px) {
  p.lower_top {
    font-size: 22px;
  }
  p.lower_ac {
    font-size: 14px;
  }
  .about-link-box {
    width: 49%;
  }
  p.page_ac {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px !important;
  }
  table.company tr th, table.company2 tr th {
    width: 80px;
    font-size: 14px;
  }
  ul.link-btn a li {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
  }
  p.brand-h {
    text-align: center;
    font-size: 18px;
    margin-top: 30px !important;
  }
  p.brand-txt {
    font-size: 14px;
    padding: 10px 5px;
  }
  img.brand-img {
    max-width: 250px;
    margin: 10px auto 20px;
  }
  dl.shikaku {
    margin-bottom: 30px;
  }
  dl.shikaku dt {
    width: 70%;
  }
  dl.shikaku dd {
    width: 30%;
    padding: 42.5px 0;
  }
  a.group-link {
    width: 49%;
    padding: 0.5%;
  }
  a.group-link p, a.about-link-box p {
    line-height: 1.5;
    font-size: 12px;
    padding: 5px;
  }
  p.kikan, p.mokuhyo-txt {
    font-size: 16px;
  }
  p.mokuhyo-h {
    font-size: 18px;
  }
}

/*------------- 莠区･ｭ蜀�ｮｹ -------------*/

.service-box:nth-child(odd) {
  width: 49.5%;
  margin-right: 0.5%;
  float: left;
  margin-bottom: 15px;
}

.service-box:nth-child(even) {
  width: 49.5%;
  margin-left: 0.5%;
  float: left;
  margin-bottom: 15px;
}

.service-box img {
  width: 100%;
}
.service-box p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #0260c3;
}

.service-voice {
  margin-top: 30px;
}

.service-voice img {
  width: 100%;
  max-width: 200px;
}

.service-voice p {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
}

ul.service-list {
  list-style: disclosure-closed;
  margin-left: 15px;
}

ul.service-list li::marker {
  color: #0260c3;
}

@media screen and (max-width: 979px) {
  .service-box p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
  }
}

/*------------- 豎ゆｺｺ諠��ｱ -------------*/

span.blue {
  color: #0260c3;
  font-weight: 600;
}

img.entry-btn {
  width: 100%;
  max-width: 400px;
}

p.rvoice-h {
  font-size: 18px;
  font-weight: 600;
}

p.rvoice-h::before {
  content: '笳�';
  color: #0260c3;
  padding-right: 5px;
}

img.rvoice-img {
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
  p.rvoice-h {
    font-size: 16px;
  }
}

/*------------- 蛛･蠎ｷ邨悟霧縺ｮ蜿也ｵ� -------------*/

img.healthcare-award {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 15px;
}

p.healthcare-award-txt {
  margin-top: 50px;
}

a.healthcare-award-link {
  background: #0260c3;
  color: #fff;
  padding: 5px 15px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 15px;
  font-weight: 600;
}

img.healthcare-tree {
  width: 100%;
  max-width: 500px;
  margin: 15px auto 0;
  display: block;
}

a.healthcare-kongo-link {
  display: block;
}

a.healthcare-insta-link {
  display: block;
}

a.healthcare-insta-link img {
  width: 100%;
}

table.health-table thead {
  background: #0260c3;
  color: #fff;
}

table.health-table thead th {
  border-bottom: 0;
  padding: 15px;
}

table.health-table tbody th, table.health-table tbody td {
  padding: 15px;
}

img.healthcare-poster {
  width: 100%;
  max-width: 500px;
}

/* 蛛･蠎ｷ邨悟霧螳溽ｸｾ */

.healthcare-post-archive {
}

.healthcare-post-archive .post-archive_item {
  border-bottom: none;
  padding-bottom: 0;
}

.healthcare-post-archive .post-archive_item_info {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.healthcare-post-archive .post-archive_item_info_time {
  float: none;
}

.healthcare-post-archive p.post-archive_item_heading {
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  margin-top: 0;
}

.healthcare-post-archive .post-archive_item {
  width: 24%;
  margin: 0.5%;
  float: left;
  margin-bottom: 15px;
}

.healthcare-post-archive .post-archive_item_thumb a img {
  width: 100%;
}

.healthcare-post-archive .post-archive_item:nth-of-type(4n+1) {
  clear: left;
}

@media screen and (max-width: 979px) {
  img.healthcare-award {
    max-width: 250px;
    float: none;
    margin: 0 auto;
    display: block;
  }
  p.healthcare-award-txt {
    margin-top: 15px;
  }
  a.healthcare-award-link {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .healthcare-post-archive .post-archive_item {
    width: 49%;
    margin: 0.5%;
  }
  .healthcare-post-archive .post-archive_item:nth-child(2n+1) {
    clear: left;
  }
}

/*------------- CSR豢ｻ蜍� / 轣ｽ螳ｳ謾ｯ謠ｴ -------------*/

.csr-box {
  margin-top: 25px;
}

.csr-box img {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.csr-box p.csr-h {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.csr-box p.csr-d {
  margin-bottom: 20px;
}

.csr-box p.csr-d span {
  background: #0260c3;
  color: #fff;
  padding: 5px 10px;
}

.csr-box::after {
  clear: both;
  content: "";
  display: block;
}

.ds-box img {
  width: 33.3333333333333333333%;
  padding: 0.5%;
  float: left;
}

.ds-box p.ds-h {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.ds-box p.ds-d {
  margin-bottom: 20px;
}

.ds-box p.ds-d span {
  background: #0260c3;
  color: #fff;
  padding: 5px 10px;
}

@media screen and (max-width: 979px) {
  .csr-box img {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .csr-box p.csr-h {
    font-size: 18px;
  }
}

/*------------- 縺雁撫蜷医○ -------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #0260c3;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;}
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #0260c3;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* 繝輔か繝ｼ繝�螟� */

.tel-link a {
  background: #0260c3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link {
  line-height: 3!important;
}

.tel-link span {
  border-top: 1px solid #ccc;
  padding-top: 6px;
}

/*------------- 繧ｹ繝昴�繝�髪謠ｴ -------------*/

p.csr-d {
  color: #0260c3;
  font-weight: 600;
  font-size: 18px;
}

/*
p.csr-top {
  font-weight: 600;
  font-size: 26px;
  color: #0260c3;
  text-align: center;
}
*/

.baseball-name {
  color: #0260c3;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

img.golf-img {
  width: 100%;
  max-width: 500px;
}

.baseball-name {
  color: #0260c3;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

table.golf-table tr th, table.baseball-table tr th {
  width: 200px;
}

@media screen and (max-width: 979px) {
  table.baseball-table tbody tr th, table.golf-table tbody tr th {
    width: 100px;
  }
}

/*-------------  -------------*/


@media screen and (max-width: 979px) {
}
</pre></body></html>