@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');

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

common

--------------------------------------------------------------------------------------------------*/
/*reset-------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

/*-------------------------------------------------reset*/
/*common-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}

a {
  transition: all .7s;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover,
a:active {
  opacity: .7;
}

.clear {
  display: inline-table;
  overflow: hidden;
}

/* mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* macend */
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

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

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

.f-l {
  float: left;
}

.f-r {
  float: right;
}

a {
  text-decoration: none;
  color: #000;
}

/*-------------------------------------------------common*/
.px1080 {
  width: 1080px;
  margin: 0 auto;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-l-100 {
  padding-left: 60px;
}

.pd-r-100 {
  padding-right: 60px;
}

.bg-gray {
  background: #ececec;
}

/*------------------------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------------------------*/
header {
  width: 1020px;
  margin: 20px auto;
}
header .f-l {
  margin-top: 12px;
  font-size: 14px;
}
header .f-l span {
  color: #0a1a5f;
  font-weight: bold;
}
header .f-l a:first-of-type {
  float: left;
}
header .f-l .h-tel, header .f-l .h-fax {
  float: left;
  margin-left: 25px;
}
header .f-l .h-tel p, header .f-l .h-fax p {
  margin-bottom: 6px;
}
header .f-r a {
  display: block;
}
header .f-r a:first-of-type {
  margin-bottom: 10px;
}
header nav {
  width: 780px;
  margin: 0 auto;
  margin-top: 40px;
}
header nav ul {
  padding-left: 0;
}
header nav ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
header nav ul li:first-of-type a {
  width: 210px;
}
header nav ul li:nth-of-type(2) a {
  width: 150px;
}
header nav ul li:nth-of-type(3) a {
  width: 110px;
}
header nav ul li:nth-of-type(4) a {
  width: 150px;
}
header nav ul li:last-of-type a {
  width: 140px;
}
header nav ul li:last-of-type a:after {
  content: none;
}
header nav ul li a {
  font-size: 16px;
  display: block;
  font-weight: bold;
  position: relative;
  padding-right: 10px;
}
header nav ul li a:after {
  content: url("../image/h-menu-slash.png");
  position: absolute;
  right: 0;
  top: 3px;
}

/*------------------------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------------------------*/
footer {
  color: #fff;
  overflow: hidden;
}
footer .footer-box {
  width: 540px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer-box a {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  background: #fff;
  width: 290px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 22px;
  font-size: 16px;
  position: relative;
}
footer .footer-box a img {
  position: absolute;
  top: 17px;
  right: 30px;
}
footer .footer-left {
  width: 50%;
  float: left;
  background: #9e000c;
  transition: .8s all;
}
footer .footer-left .footer-left-box {
  float: right;
}
footer .footer-left .footer-left-box a {
  color: #9e000c;
}
footer .footer-left:hover {
  background: #666;
}
footer .footer-right {
  width: 50%;
  float: right;
  background: #1a34a4;
  transition: .8s all;
}
footer .footer-right .footer-right-box {
  float: left;
}
footer .footer-right .footer-right-box a {
  color: #1a34a4;
}
footer .footer-right:hover {
  background: #aaa;
}
footer .footer-icon {
  margin-bottom: 18px;
}
footer .slide-frame {
  background: #1e358e;
  padding-top: 8px;
  padding-bottom: 8px;
}
footer .slide-frame .slick-slide img {
  margin-left: -44px;
}
footer .footer-menu-bg {
  background: #828282;
}
footer .footer-menu-bg .footer-menu {
  width: 1020px;
  margin: 0 auto;
  padding-top: 40px;
}
footer .footer-menu-bg .footer-menu nav {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .footer-menu-bg .footer-menu nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-menu-bg .footer-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
footer .footer-menu-bg .footer-menu nav ul li:first-of-type a {
  width: 200px;
}
footer .footer-menu-bg .footer-menu nav ul li:nth-of-type(2) a {
  width: 140px;
}
footer .footer-menu-bg .footer-menu nav ul li:nth-of-type(3) a {
  width: 110px;
}
footer .footer-menu-bg .footer-menu nav ul li:nth-of-type(4) a {
  width: 150px;
}
footer .footer-menu-bg .footer-menu nav ul li:last-of-type a {
  width: 140px;
}
footer .footer-menu-bg .footer-menu nav ul li:last-of-type a:after {
  content: none;
}
footer .footer-menu-bg .footer-menu nav ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
footer .footer-menu-bg .footer-menu nav ul li a:after {
  content: url("../image/f-menu-slash.png");
  position: absolute;
  right: 0;
  top: 3px;
}
footer .footer-menu-bg .footer-info .f-l a.f-logo {
  float: left;
  margin-right: 45px;
  margin-top: 26px;
}
footer .footer-menu-bg .footer-info .f-l .f-tel {
  float: left;
  margin-top: 15px;
}
footer .footer-menu-bg .footer-info .f-l .f-tel a {
  margin-right: 22px;
}
footer .footer-menu-bg .footer-info .f-l .f-tel p {
  margin-bottom: 4px;
}
footer .footer-menu-bg .footer-info .f-l .f-fax {
  float: left;
  margin-top: 15px;
}
footer .footer-menu-bg .footer-info .f-l .f-fax p {
  margin-bottom: 4px;
}
footer .footer-menu-bg .footer-info .f-r a {
  display: block;
  margin-bottom: 10px;
}
footer .footer-menu-bg .f-address {
  margin-top: 10px;
  padding-bottom: 40px;
}
footer .footer-menu-bg .f-address .f-l {
  margin-right: 32px;
  line-height: 24px;
}

/*# sourceMappingURL=common.css.map */
