@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
/* ==========================================================================
    Base
    ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

em {
  font-style: normal;
}

.content {
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-feature-settings: "pkna";
}
.content a {
  color: inherit;
}
.content * {
  box-sizing: border-box;
}

.c-header-logoBox:hover {
  color: #000;
}

a {
  box-sizing: border-box;
  color: inherit;
  text-decoration: underline;
  transition: 0.3s ease;
}
a:hover {
  color: #d00;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.container {
  width: 100%;
  min-width: 960px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .container {
    min-width: auto;
    min-height: auto;
  }
}

.content {
  position: relative;
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inner {
    width: 100%;
  }
}

.bg-square {
  background: url("../../404.html") left bottom repeat;
}

.c-red {
  color: #d00;
}

.note-items {
  font-size: 12px;
  padding-left: 1em;
  position: relative;
}
.note-items:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* ==========================================================================
    Base
    ========================================================================== */
.old-content {
  width: 740px;
  font-size: 13px;
}
@media (max-width: 480px) {
  .old-content {
    width: 100%;
  }
}
.old-content * {
  box-sizing: content-box;
}
@media (max-width: 480px) {
  .old-content * {
    box-sizing: border-box;
  }
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

/* Hides from IE-mac \*/
/* End hide from IE-mac */
/*----------------------------------------
	font setting
----------------------------------------*/
/* 9 */
.font_xsmall {
  font-size: 9px;
  line-height: 1.3;
}

/* 10 */
.font_small {
  font-size: 10px;
  line-height: 1.3;
}

/* 12 */
.font_medium {
  font-size: 12px;
  line-height: 1.3;
}

/* 14 */
.font_large {
  font-size: 14px;
  line-height: 1.3;
}

/* 16 */
.font_xlarge {
  font-size: 16px;
  line-height: 1.3;
}

/* 18 */
.font_2xlarge {
  font-size: 18px;
  line-height: 1.3;
}

/* 20 */
.font_3xlarge {
  font-size: 20px;
  line-height: 1.3;
}

/* 22 */
.font_4xlarge {
  font-size: 22px;
  line-height: 1.1;
}

/* 24 */
.font_5xlarge {
  font-size: 24px;
  line-height: 1.1;
}

/* 40 */
.font_xxlarge {
  font-size: 40px;
  line-height: 1;
}

/*----------------------------------------
	link setting
----------------------------------------*/
/*----------------------------------------
	color setting
----------------------------------------*/
.blue01 {
  color: #0066cc;
}

.gray01 {
  color: #cccccc;
}

.gray02 {
  color: #666666;
}

.gray03 {
  color: #333333;
}

.pink01 {
  color: #ee9292;
}

.red01 {
  color: #e10000;
}

.white01 {
  color: #ffffff;
}

/*----------------------------------------
	common setting
----------------------------------------*/
.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent02 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.indent03 {
  padding-left: 2em;
  text-indent: -2em;
}

/*----------------------------------------
	listmark setting
-----------------------------------------*/
.mark01 {
  padding-left: 8px;
  background: url(../../404.html) no-repeat left top;
}

.mark02 {
  padding-left: 8px;
  background: url(../../404.html) no-repeat left top;
}

.mark03 {
  padding-left: 8px;
  background: url(../../404.html) no-repeat left 1px;
}

.mark04 {
  padding-left: 8px;
  background: url(../../404.html) no-repeat left top;
}

/*----------------------------------------
	content
----------------------------------------*/
/*----------------------------------------
	cyukai01
----------------------------------------*/
#cyukai01 {
  position: fixed;
  top: 130px;
  right: 0;
}

/* ==========================================================================
   parts
   ========================================================================== */
/* button
   ========================================================================== */
.btn {
  width: 230px;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (max-width: 480px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  transition: 0.3s ease;
  text-decoration: none;
}
.btn a:hover {
  color: inherit;
}
.btn a span {
  margin: auto;
}
.btn a i {
  transition: 0.3s ease;
}

.btn-fill {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.btn-fill-red a {
  border: solid 3px #d00;
  background-color: #d00;
  color: #fff;
}
.btn-fill-red a:hover {
  color: #d00;
  background-color: #fff;
}
.btn-fill-red a:hover i:before {
  transition: 0.3s ease;
}
.btn-fill-red a:hover .icon-arrow-white:before {
  background-image: url("../../404.html");
}
.btn-fill-red a:hover .icon-mail-white:before {
  background-image: url("../../404.html");
}

/* icon
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.icon-arrow {
  width: 16px;
  height: 18px;
}

.icon-arrow-down {
  transform: rotate(90deg);
}

.icon-arrow-white:before {
  background-image: url("../../404.html");
}

.icon-arrow-red:before {
  background-image: url("../../404.html");
}

.icon-arrow-black:before {
  background-image: url("../../404.html");
}

.icon-blank {
  width: 16px;
  height: 15px;
}
.icon-blank:before {
  background-image: url("../../404.html");
}

.icon-pdf {
  width: 23px;
  height: 24px;
}
.icon-pdf:before {
  background-image: url("../../404.html");
}

.icon-mail {
  width: 28px;
  height: 22px;
}

.icon-mail-white:before {
  background-image: url("../../404.html");
}

.icon-mail-red:before {
  background-image: url("../../404.html");
}

.icon-tel {
  width: 27px;
  height: 27px;
}

.icon-tel-red:before {
  background-image: url("../../404.html");
}

.icon-map {
  width: 12px;
  height: 18px;
}
.icon-map:before {
  background-image: url("../../404.html");
}

/* link
   ========================================================================== */
.link-blank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  height: 15px;
  background: url("../../404.html") no-repeat center center;
}

.link-pdf:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 23px;
  height: 24px;
  background: url("../../404.html") no-repeat center center;
}

/* table
   ========================================================================== */
.table-default {
  width: 100%;
  border-collapse: collapse;
}
.table-default tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-default th {
  font-weight: bold;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  background-color: #f2f2f2;
  vertical-align: top;
}
.table-default td {
  font-size: 15px;
  padding: 10px 15px;
  vertical-align: top;
}

/* title
   ========================================================================== */
.title-section {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.title-section:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d00;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.title-block {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}

/* ==========================================================================
   modules
   ========================================================================== */
/* ==========================================================================
   components
   ========================================================================== */
/* news
   ========================================================================== */
.news {
  padding: 70px 0 100px;
}

.news__list-items {
  display: table;
  width: 100%;
  padding: 10px 12px;
  border-bottom: 1px solid #fff;
}
.news__list-items:nth-of-type(1) {
  border-top: 1px solid #fff;
}
.news__list-items i {
  margin-left: 8px;
}

.news__data {
  display: table-cell;
  width: 120px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .news__data {
    width: 20%;
  }
}

.news__title {
  display: table-cell;
  word-break: break-all;
  font-size: 15px;
}

/* second heading
   ========================================================================== */
.content__head {
  position: relative;
}

.content-title {
  background-image: linear-gradient(144deg, #e60000 0%, #e73535 0%, #da1515 100%);
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .content-title {
    padding-top: 50px;
  }
}

.content-title__main {
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 480px) {
  .content-title__main {
    font-size: 24px;
  }
}
.content-title__main span {
  display: block;
  font-size: 16px;
}
@media (max-width: 480px) {
  .content-title__main span {
    font-size: 14px;
  }
}

.content-navigation {
  width: 960px;
  background-color: #f2f2f2;
  border-radius: 4px;
  background: url("../../404.html") left bottom repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}
@media (max-width: 480px) {
  .content-navigation {
    width: 100%;
  }
}

.content-navigation__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 15px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .content-navigation__list {
    flex-wrap: wrap;
  }
}

.content-navigation__list-items {
  font-weight: bold;
  margin: 0 20px;
  font-size: 15px;
}

.content-navigation__list a {
  color: #d00;
  display: flex;
  text-decoration: none;
}
.content-navigation__list a:hover {
  color: #000;
}
.content-navigation__list a:hover i:before {
  background-image: url("../../404.html");
}
.content-navigation__list a i {
  margin-right: 20px;
}/*# sourceMappingURL=common.css.map */