/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  /* text-align: left; */
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}@charset "UTF-8";
/*
Theme 軽バンレンタリース
Version: 9999
*/
/* 変数 */
/*
// カラー
*/
/* テキストカラー */
.color-text {
  /* ベーステキストカラー */
  color: #111;
}

.color-main {
  /* メインカラー */
  color: #0082e1;
}

.color-sub {
  /* サブカラー */
  color: #ff6a00;
}

.color-gray {
  /* グレイ */
  color: #ccc;
}

.color-red {
  /* 赤 */
  color: #bf360c;
}

.color-blue {
  /* 青 */
  color: #0082e1;
}

.color-green {
  /* 緑 */
  color: #249400;
}

.color-yellow {
  /* 黄色 */
  color: #ffe100;
}

.color-orange {
  /* オレンジ */
  color: #ff6a00;
}

.color-pink {
  /* ピンク */
  color: #EC407A;
}

.color-gold {
  /* ゴールド */
  color: #B5954A;
}

.color-brown {
  /* 茶色 */
  color: #604e40;
}

.color-merit {
  /* メリット */
  color: #249400;
}

.color-demerit {
  /* デメリット */
  color: #604e40;
}

/*
// FONT-FACE
*/
@font-face {
  font-family: "ipaexm";
  src: url("../font/ipaexm.woff") format("woff");
}

.ipaexm {
  font-family: "ipaexm";
}

/*
// リンク
*/
a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

/*
// 左右中央寄せ
*/
/* 画像 左右中央寄せ */
.img-center,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 1em;
}

.img-left,
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.img-right,
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* テキスト 左右中央寄せ */
.center {
  text-align: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* 画像はスマホでは全幅 */
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .alignnone,
  .img-left,
  .img-right,
  .img-center,
  .aligncenter,
  .alignleft,
  .alignright {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1em;
  }
}

/*
// 表示設定
*/
.none,
.is-hide {
  display: none;
}

.is-active {
  display: block;
}

/*
// 各デバイスのみ表示
*/
/* PCでスマホ用非表示 */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .pc-only {
    display: inherit;
  }
  .sp-only {
    display: none !important;
  }
}

/* スマホでPC用非表示 */
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit;
  }
}

/* 周囲にシャドウ */
.shadow {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

/*  改行しない */
.nowrap {
  white-space: nowrap;
}

/*
// リストスタイル
*/
ul.list {
  margin-left: 1.5em;
  list-style-type: disc;
}

ol.list {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.list li {
  margin-bottom: 1em;
}

.list li:last-child {
  margin-bottom: 0;
}

.list-none {
  /*リストスタイル 無し*/
  list-style-type: none !important;
  margin-left: 0;
}

.list-disc {
  /*黒丸*/
  list-style-type: disc;
}

.list-decimal {
  /*数字*/
  list-style-type: decimal;
}

.list-circle {
  /*白丸*/
  list-style-type: circle;
}

.list-square {
  /*黒四角*/
  list-style-type: square;
}

.list-upper-latin {
  /*大文字アルファベット*/
  list-style-type: upper-latin;
}

.list-upper-roman {
  /*大文字のローマ数字*/
  list-style-type: upper-roman;
}

/*
// GoogleMapレスポンシブ対応
*/
.gmap {
  clear: both;
  position: relative;
  padding-bottom: 49.204%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/*
// 重要度BOX
*/
.box-wide {
  background-color: #f1f1f1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.box-important {
  border: solid 1px #bf360c;
  background-color: rgba(191, 54, 12, 0.03);
  padding: 20px;
}

.box-warning {
  border: solid 1px #ffe100;
  background-color: rgba(255, 225, 0, 0.03);
  padding: 20px;
}

.box-info {
  border: solid 1px #ccc;
  background-color: rgba(204, 204, 204, 0.1);
  padding: 20px;
}

.box-success {
  border: solid 1px #249400;
  background-color: rgba(36, 148, 0, 0.03);
  padding: 20px;
}

.box-white {
  background-color: #fff;
  padding: 20px;
}

.box-gray {
  background-color: #f1f1f1;
  padding: 20px;
}

/*
// TEXT SIZE
*/
.text-size-base {
  font-size: 16px;
}

.text-size-large {
  font-size: 135%;
  line-height: 1.6;
}

.text-size-small {
  font-size: 14px;
}

.text-size-sub {
  font-size: 12px;
  line-height: 1.45;
}

p {
  margin-top: 1em;
}

p:first-of-type {
  margin-top: 0;
}

strong,
.bold {
  font-weight: 700;
}

/* 基本設定 MIXIN */
/* BASE HEADER */
header {
  background-color: #fff;
  width: 100%;
  height: 160px;
  z-index: 9998;
}

header .header__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
}

.header__title {
  line-height: 1;
}

.header__title .header__title-copy {
  font-size: 12px;
}

.header__title .header__title-logo {
  margin-top: 10px;
  font-size: 20px;
}

.header__sns-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.header__sns-icon a {
  font-size: 40px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  header {
    background-color: #fff;
    width: 100%;
    height: 80px;
  }
  header .header__inner {
    width: 100%;
    max-width: 100%;
  }
  .header__title {
    text-align: center;
    width: 100%;
    height: 60px;
  }
  .header__title .header__title-copy {
    font-size: 10px;
  }
  .header__title .header__title-logo {
    font-size: 20px;
  }
}

/* SCROLL HEADER */
.js-header__scroll {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.js-header__scroll.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer {
  position: relative;
  background-color: #0082e1;
  width: 100%;
  margin-top: 60px;
  color: #fff;
  z-index: 1;
}

footer .footer__inner {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
}

footer a {
  color: #fff;
}

.footer__title {
  line-height: 1;
}

.footer__title .footer__title-copy {
  font-size: 12px;
}

.footer__title .footer__title-logo {
  margin-top: 10px;
  font-size: 20px;
}

.footer__sns-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.footer__sns-icon a {
  font-size: 40px;
}

.footer__copyright {
  margin-top: 60px;
  font-size: 12px;
}

.back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.back-top a {
  display: block;
  border: solid 2px #fff;
  background-color: #eee;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  footer {
    width: 100%;
  }
  footer .footer__inner {
    position: relative;
    width: 94%;
    margin: 0 auto;
  }
  .footer__title {
    text-align: center;
    margin: 0 auto;
  }
  .footer__title .footer__title-copy {
    font-size: 12px;
  }
  .footer__title .footer__title-logo {
    margin-top: 10px;
    font-size: 20px;
  }
  .back-top {
    width: 40px;
    height: 40px;
  }
}

/*
// コンテンツBASE
*/
body, html {
  height: 100%;
}

body {
  position: relative;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.contents {
  min-height: 400px;
  padding: 0 0 60px;
  overflow: hidden;
}

/*
// コンテンツ幅
//
//L：1200px
//M：1000px
//S：800px
//SP：94%
//FULL：100%
*/
.contents-width-l {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contents-width-m {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contents-width-s {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contents-width-full {
  width: 100%;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .contents-width-sp {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .contents-width-sp img {
    max-width: 100%;
  }
}

/*
// 2カラム
*/
.col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-main {
  width: 72%;
}

.col-side {
  width: 24%;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .col-main {
    width: 100%;
  }
  .col-side {
    width: 100%;
  }
}

/*
// PC ヘッダーナビ
*/
/*
.main__nav{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 660px;
	z-index: 9999;
	.main__nav-inner{
		justify-content: space-between;
	}
}
.main__nav-item{
	position: relative;
	background-color: $color-main;
	text-align: center;
	width: 150px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	a {
		display: block;
		width: 100%;
		height: 100%;
		&:hover{
			background-color: $color-sub;
		}
	}
}
*/
/*
@include media-screen-tab {
	.main__nav{
		display: none;
		width: 510px;
	}
	.main__nav-item{
		width: 120px;
	}
}
*/
/*
// PC フッターナビ
*/
/*
.footer__nav{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 660px;
	z-index: 9990;
	.footer__nav-inner{
		justify-content: space-between;
	}
}
.footer__nav-item{
	position: relative;
	background-color: #fff;
	text-align: center;
	width: 150px;
	height: 40px;
	color: $color-main;
	line-height: 40px;
	a {
		display: block;
		width: 100%;
		height: 100%;
		color: $color-main;
		&:hover{
			background-color: $color-sub;
		}
	}
}
*/
/*
// SP フッターナビ
*/
/*
@include media-screen-sp {
	.footer__nav{
		display: none;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		top: 80px;
		right: 0;
		width: 280px;
		height: 100vw;
		z-index: 9998;
		.footer__nav-inner{
		}
	}
	.footer__nav-item{
		background-color: inherit;
		text-align: center;
		border-bottom: solid 1px #eee;
		width: 100%;
		height: inherit;
		line-height: inherit;
		a {
			width: 100%;
			height: 100%;
			padding: 10px;
		}
	}
}
*/
/*
// SP ハンバーガーアイコン

//<div class="nav-icon js-nav-icon sp-only">
//	<button class="nav-icon__button close"><span></span></button>
//	<span class="nav-icon__text">MENU</span>
//</div>
*/
/* 基本スタイル  */
.nav-icon {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.nav-icon .nav-icon__text {
  display: none;
  text-align: center;
  margin-top: 2px;
  font-size: 10px;
}

/* <BUTTON> */
.nav-icon__button {
  display: block;
  position: relative;
  background-color: #0082e1;
  width: 42px;
  height: 42px;
}

.nav-icon__button span {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.nav-icon__button span::before, .nav-icon__button span::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 26px;
}

.nav-icon__button span::before {
  margin-top: -8px;
}

.nav-icon__button span::after {
  margin-top: 6px;
}

@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .nav-icon__button {
    width: 58px;
    height: 58px;
  }
}

/*JS 開閉クラス追加時*/
.js-nav-icon .nav-icon__button.open span {
  background: transparent none repeat scroll 0 0;
}

.js-nav-icon .nav-icon__button.open span::before, .js-nav-icon .nav-icon__button.open span::after {
  margin-top: -1px;
}

.js-nav-icon .nav-icon__button.open span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-nav-icon .nav-icon__button.open span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*
.js-nav-bg{
	display: none;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9997;
	overflow: hidden;
	cursor: pointer;
}
*/
/*ハンバーガーメニューアイコンを表示するメディアクエリー*/
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .nav-icon {
    display: block;
    right: calc((100% - 800px) / 2);
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  /* Tablet用 メディアクエリー */
  .nav-icon {
    display: block;
  }
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .nav-icon {
    display: block;
  }
}

/*
// SP メインナビ
*/
.sp__nav {
  display: block;
  background-color: #0082e1;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding-top: 42px;
  overflow-y: auto;
  z-index: 9998;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  z-index: 9997;
  visibility: hidden;
}

.sp__nav-item {
  background-color: inherit;
  text-align: center;
  border-top: solid 1px #fff;
  width: 100%;
  height: inherit;
  line-height: inherit;
}

.sp__nav-item a {
  display: block;
  background-color: #0082e1;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
}

.sp__nav-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  opacity: 1;
}

.sp__nav-item:nth-of-type(odd) a {
  background-color: rgba(255, 255, 255, 0.2);
}

.sp__nav-item:nth-of-type(odd) a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/*JS 開閉クラス追加時 右からスライドして表示*/
.js-nav.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .sp__nav {
    right: calc((100% - 800px) / 2);
    width: 800px;
    padding-top: 58px;
    /*ヘッダーの高さ*/
  }
  .js-nav.open {
    right: calc((100% - 800px) / 2);
  }
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  /* Tablet用 メディアクエリー */
}

/* アーカイブ 一覧 */
.archive__list-item .archive__list-title {
  margin-top: 10px;
  font-size: 14px;
}

.archive__list-item .archive__list-date {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
}

/* アーカイブ 詳細 */
.single__date {
  color: #999;
}

.single__text {
  margin-top: 40px;
}

.single__text img {
  max-width: 100%;
  height: auto;
}

.page__contents {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
}

.side-section {
  margin-bottom: 60px;
}

.side-section:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .side-section {
    margin-bottom: 40px;
  }
}

.breadcrumb__wrap {
  text-align: left;
  margin: 0 auto 2em;
  padding: 0;
}

.breadcrumb {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
}

.breadcrumb li {
  display: inline;
  position: relative;
  margin-right: 0.5em;
  list-style-type: none;
}

.breadcrumb li::after {
  display: inline;
  padding-left: 0.5em;
  content: "＞";
}

.breadcrumb li:last-of-type::after {
  display: none;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .breadcrumb__wrap {
    margin: 0 auto 30px;
    padding: 0;
  }
  .breadcrumb li::after {
    display: inline;
    padding-left: 6px;
    content: "＞";
    font-size: 10px;
  }
}

.wp-pagenavi,
.nav-below {
  clear: both;
  text-align: center;
  margin: 40px auto 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: none !important;
  background-color: #eee;
  text-decoration: none !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0 12px !important;
  font-size: 12px;
  line-height: 40px;
  color: #111;
  text-decoration: none;
}

.wp-pagenavi span.current {
  background-color: #111 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.wp-pagenavi .pages {
  width: 80px;
}

.nav-previous,
.nav-next {
  display: block;
  text-decoration: none;
  width: 10%;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  font-size: 12px;
  line-height: 40px;
}

.nav-previous a,
.nav-next a {
  display: block;
  background-color: #eee;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  color: #111;
}

.wp-pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #ccc;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.newsInfo {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .nav-previous,
  .nav-next {
    width: 22%;
  }
  .nav-previous a,
  .nav-next a {
    font-weight: bold;
  }
}

/* デバイス共通マージン */
.mt-none {
  margin-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* スマホ用マージン */
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sp-mt-none {
    margin-top: none !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mb-none {
    margin-bottom: 0 !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
}

.flex {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex__item {
  width: 100%;
}

.flex__item img {
  max-width: 100%;
  height: auto;
}

/*
// 共通デバイス カラム設定
*/
.flex-2 .flex__item {
  width: 48%;
  margin-right: 4%;
}

.flex-2 .flex__item:nth-of-type(even) {
  margin-right: 0;
}

.flex-3 .flex__item {
  width: 30%;
  margin-right: 5%;
}

.flex-3 .flex__item:nth-of-type(3n) {
  margin-right: 0;
}

.flex-4 .flex__item {
  width: 22.0%;
  margin-right: 4%;
}

.flex-4 .flex__item:nth-of-type(4n) {
  margin-right: 0;
}

.flex-5 .flex__item {
  width: 18.4%;
  margin-right: 2%;
}

.flex-5 .flex__item:nth-of-type(5n) {
  margin-right: 0;
}

/*
// スマホ カラム設定
*/
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sp-flex-1 .flex__item {
    width: 100% !important;
    margin-right: 0;
  }
  .sp-flex-1 .flex__item:last-of-type {
    margin-right: 0;
  }
  .sp-flex-2 .flex__item {
    width: 46% !important;
    margin-right: 7% !important;
  }
  .sp-flex-2 .flex__item:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .sp-flex-3 .flex__item {
    width: 30%;
    margin-right: 5%;
  }
  .sp-flex-3 .flex__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .sp-flex-4 .flex__item {
    width: 23.5%;
    margin-right: 2%;
  }
  .sp-flex-4 .flex__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

/*
// 共通デバイス 表示順序
*/
.order-1,
.pc-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2,
.pc-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3,
.pc-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4,
.pc-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5,
.pc-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6,
.pc-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7,
.pc-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8,
.pc-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9,
.pc-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10,
.pc-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11,
.pc-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12,
.pc-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/*
// スマホ 表示順序
*/
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sp-order-01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sp-order-02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sp-order-03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sp-order-04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sp-order-05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sp-order-06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .sp-order-07 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .sp-order-08 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .sp-order-09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .sp-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

/*
// インプット
*/
input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"] {
  background-color: #fff;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  font-size: 16px;
  line-height: 1.8;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
  background-color: #f1f1f1;
  border: solid 1px #999;
}

/*
// テキストエリア
*/
textarea {
  background-color: #fff;
  border: solid 1px #ccc;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.8;
}

textarea:focus, textarea:active {
  background-color: #f1f1f1;
  border: solid 1px #999;
}

/*
// チェックボックス
*/
input[type="checkbox"] {
  border: solid 1px #ccc;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

/*
// ラジオボックス
*/
input[type="radio"] {
  border-radius: 50%;
  border: solid 1px #ccc;
  margin: 10px 5px 10px 0;
  vertical-align: -1px;
  overflow: auto;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

/*
// セレクトボックス
*/
select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  border: solid 1px #eee;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

/*
// ラベル
*/
label {
  margin-right: 14px;
}

/*
// プレイスホルダー
*/
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/*
// 送信ボタン
*/
.submit-button input[type="submit"],
.submit-button input[type="button"] {
  background-color: #0082e1;
  padding: 10px 40px;
  color: #fff;
}

.submit-button input[type="submit"]:hover,
.submit-button input[type="button"]:hover {
  background-color: #ff6a00;
}

/*
// 必須マーク
*/
.required {
  background-color: #bf360c;
  border-radius: 3px;
  padding: 0 4px;
  margin: 0 0 0 4px;
  font-size: 625%;
  color: #fff;
}

.form-req,
.form-any {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  margin: 0 5px;
  padding: 0 10px;
  text-align: center;
  vertical-align: text-bottom;
}

.form-req {
  background-color: #bf360c;
}

.form-any {
  background-color: #249400;
}

/*
// Contact Form 7 add confirm 送信確認画面
*/
.wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}

div.wpcf7-validation-errors {
  border: none !important;
  color: #bf360c !important;
  padding: 20px 0 !important;
}

table,
.table {
  border-collapse: collapse;
  border: none;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.7;
}

table th, table td,
.table th,
.table td {
  border: solid 1px #ccc;
  padding: 8px 10px;
}

table th,
.table th {
  background-color: #f1f1f1;
  font-weight: normal;
}

table.stripe tr:nth-of-type(even) th,
.table.stripe tr:nth-of-type(even) th {
  background-color: #f9f9f9;
}

table.stripe tr:nth-of-type(even) td:nth-of-type(odd),
.table.stripe tr:nth-of-type(even) td:nth-of-type(odd) {
  background-color: #f9f9f9;
}

table .bg-yellow,
.table .bg-yellow {
  background-color: #ffe100;
}

/*
// スライドテーブル
*/
.slide-table {
  display: block;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.slide-table .slide-table__item {
  min-width: 1000px;
}

/* スマホのみテーブルをスライド */
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sp-slide-table {
    display: block;
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
  .sp-slide-table .sp-slide-table__item {
    min-width: 600px;
  }
}

/*
// テーブルの要素を全て縦並びで表示
*/
.block-table,
.block-table tbody,
.block-table tr,
.block-table th,
.block-table td {
  display: block;
}

.block-table th,
.block-table td {
  border: none;
}

.block-table th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-table td {
  padding-top: 0;
  padding-bottom: 30px;
}

/* スマホのみテーブルの要素を縦並び */
@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sp-block-table,
  .sp-block-table tbody,
  .sp-block-table tr,
  .sp-block-table th,
  .sp-block-table td {
    display: block;
  }
  .sp-block-table th,
  .sp-block-table td {
    border: none;
  }
  .sp-block-table th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sp-block-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* ページタイトル */
.sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
  margin: 40px 0 0;
}

.sns-icon .sns-icon-item {
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.sns-icon .sns-icon-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-icon .sns-icon-item a i {
  vertical-align: top;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .sns-icon {
    width: 200px;
    margin: 40px auto 0;
  }
  .sns-icon .sns-icon-item {
    font-size: 10px;
  }
}

/*MORE BUTTON*/
.more-button a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .more-button a {
    padding: 10px;
  }
}

/* ページタイトル */
.title-page {
  text-align: center;
  background-color: #0082e1;
  margin-bottom: 0;
  padding: 40px 20px;
  color: #fff;
}

.title-page .title-page__main {
  font-size: 38px;
}

.title-page .title-page__sub {
  margin-top: 1em;
  font-size: 20px;
}

.title-page .title-page__text {
  margin-top: 40px;
  font-size: 14px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .title-page {
    padding: 15px 2%;
  }
  .title-page .title-page__main {
    font-size: 28px;
  }
  .title-page .title-page__sub {
    margin-top: 1em;
    font-size: 14px;
  }
  .title-page .title-page__text {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* セクションタイトル 全幅 */
.title-wide {
  background-color: #f1f1f1;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2em;
  padding: 14px calc(50vw - 50%);
  font-size: 26px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .title-wide {
    font-size: 20px;
  }
}

/* セクションタイトル 大 */
.title-large {
  border-bottom: solid 1px #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 26px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .title-large {
    font-size: 20px;
  }
}

/* セクションタイトル 中 */
.title-medium {
  background-color: #f1f1f1;
  margin-bottom: 1em;
  padding: 10px;
  font-size: 20px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .title-medium {
    padding: 5px;
    font-size: 18px;
  }
}

/* セクションタイトル 小 */
.title-small {
  border-bottom: solid 1px #000;
  border-left: solid 4px #000;
  padding: 4px 6px;
  font-size: 16px;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .title-small {
    font-size: 14px;
  }
}

.home__contents {
  width: 100%;
  margin: 0 auto;
}

.home-section {
  margin-top: 60px;
}

.home-section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.home-section-heading .home-section-heading_main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.home-section-heading .home-section-heading_sub {
  margin-top: 5px;
  font-size: 14px;
}

/* ホーム BXSLIDER */
.home-bxslider {
  width: 1000px;
  margin: 60px auto 0;
}

.home-bxslider .home-bxslider__box {
  margin: 0 auto;
}

.home-bxslider .bx-controls .bx-prev {
  /* LEFT ARROW NAV */
  left: -60px !important;
}

.home-bxslider .bx-controls .bx-next {
  /* RIGHT ARROW NAV */
  right: -60px !important;
}

/* ロード時に2枚目以降の画像が表示される対策 */
.home-bxslider__box {
  visibility: hidden;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .home-bxslider {
    width: 100%;
    margin-top: 0;
  }
  .home-bxslider .bx-controls {
    /*SPでは左右の矢印アイコン非表示*/
    display: none;
  }
}

.bx-wrapper {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ホーム SLICK */
.home-slick {
  background-color: #f1f1f1;
  padding: 60px 0;
}

.home-slick__box {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.home-slick__item .box {
  padding: 10px;
}

.home-slick__item .box img {
  width: 100%;
  height: auto;
}

.slick-slide {
  /*クリックした時の枠線削除*/
  outline: none;
}

.slick-slide a {
  outline: none;
}

/* DOT NAV */
.home-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 60%;
  margin: 30px auto 0;
}

.home-slick .slick-dots li {
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.home-slick .slick-dots li button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  outline: none;
  vertical-align: top;
  outline: none;
}

.home-slick .slick-dots li.slick-active button {
  background-color: #000;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .home-slick__box {
    width: 100%;
  }
}

/*ホーム NEWS*/
.home-news {
  background-color: #f1f1f1;
  padding: 60px 0;
}

.home-news .home-section__inner {
  width: 1000px;
  margin: 0 auto;
}

.home-news .news__list-item {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: 24%;
  margin-right: 1.33333%;
}

.home-news .news__list-item img {
  width: 100%;
  height: auto;
}

.home-news .news__list-item:nth-of-type(4n) {
  margin-right: 0;
}

.home-news .news__list-item .news__list-title {
  margin-top: 10px;
}

.home-news .news__list-item .news__list-date {
  margin-top: 0;
  font-size: 12px;
  color: #999;
}

.news__more-button {
  width: 50%;
  margin: 60px auto 0;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .home-news {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .home-news .home-section__inner {
    width: 94%;
  }
  .news__list-item {
    width: 100%;
    margin: 40px 0 0 !important;
  }
  .news__list-item:first-of-type {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  /* Tablet用 メディアクエリー */
  .home-news .home-section__inner {
    max-width: 100%;
    padding: 0 10px;
  }
}

/*ホーム ABOUT*/
.home-aboutus {
  width: 1000px;
  margin: 0 auto;
}

.home-aboutus__right img {
  width: 100%;
  height: auto;
}

.aboutus__more-button {
  width: 50%;
  margin: 60px auto 0;
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  .home-aboutus {
    width: 94%;
  }
  .home-aboutus__right {
    margin-bottom: 20px;
  }
  .home-aboutus__right img {
    width: 100% !important;
    height: auto;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  /* Tablet用 メディアクエリー */
  .home-aboutus {
    max-width: 100%;
    padding: 0 10px;
  }
}

/* 共通 BASE */
body {
  background-color: rgba(0, 130, 225, 0.2);
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.body__inner {
  background-color: #fff;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 1.6;
}

a:hover {
  text-decoration: underline;
}

header {
  position: relative;
  text-align: center;
  background-color: #0082e1;
  height: inherit;
  z-index: 9999;
}

header a:hover {
  text-decoration: none;
}

header .header__inner {
  width: 100%;
  height: inherit;
  padding: 14px 0;
  color: #fff;
}

header .header__title {
  height: inherit;
}

header .header__title .header__title-logo {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

header .header__title .header__title-logo a {
  text-decoration: none;
  color: #fff;
}

footer {
  text-align: center;
  background-color: #111;
  margin: 0 auto;
  font-size: 12px;
}

.footer__nav {
  font-size: 12px;
}

.footer__nav .footer__nav-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__nav a {
  font-size: 12px;
}

.footer__copyright {
  margin-top: 40px;
  font-size: 10px;
}

.back-top {
  bottom: 10px;
  right: 10px;
  width: inherit;
  height: inherit;
}

.back-top a {
  background-color: transparent;
  border: none;
  font-size: 34px;
  color: #111;
}

.fix-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 3% 2%;
}

.fix-button__item {
  text-align: center;
  width: 49%;
}

.fix-button__item a {
  display: block;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.fix-button__item a:hover {
  text-decoration: none;
}

.fix-button__tel a {
  background: url(images/tel_ico.svg), #ff6a00;
  background-size: 24px;
  background-position: 17% 50%;
  background-repeat: no-repeat;
}

.fix-button__mail a {
  background: url(images/mail_ico.svg), #0082e1;
  background-size: 24px;
  background-position: 12% 50%;
  background-repeat: no-repeat;
}

article.contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 20px 3% 0 !important;
}

.inner {
  padding: 5% 0;
}

.bg-color {
  background-color: rgba(0, 130, 225, 0.1);
}

.title-page {
  background-color: #eee;
}

.title-page .title-page__main {
  font-size: 26px;
  color: #111;
}

.midashi-large {
  border-left: solid 4px #0082e1;
  background-color: rgba(0, 130, 225, 0.1);
  padding: 14px 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.midashi-medium {
  border-bottom: solid 2px #0082e1;
  background-color: rgba(0, 130, 225, 0.1);
  padding: 8px 10px 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.midashi-small {
  border-radius: 6px;
  border: solid 1px #0082e1;
  background-color: #f1f1f1;
  padding: 8px 10px 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.midashi-num {
  position: relative;
  background-color: rgba(0, 130, 225, 0.1);
  padding: 4px 10px 6px 46px;
  margin-bottom: 20px;
  font-size: 18px;
}

.midashi-num span {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #0082e1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}

.title-large {
  text-align: center;
  border: none;
  margin-bottom: 20px;
  padding: 0 2%;
  font-size: 22px;
  font-weight: 700;
}

.title-medium {
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.title-small {
  border: none;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.title-black {
  background-color: #111;
  padding: 5px 8px 8px;
  color: #fff;
  font-size: 16px;
}

.title-r-blue {
  border-radius: 22px;
  background-color: #0082e1;
  padding: 5px 16px 8px;
  color: #fff;
  font-size: 16px;
}

.tel-button {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.tel-button span {
  display: block;
  font-size: 80%;
}

.tel-button a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/tel_ico.svg), #ff6a00;
  background-size: 32px 32px;
  background-position: 2% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #b34a00;
          box-shadow: 0 3px 0 0 #b34a00;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tel-button a:hover {
  background-color: rgba(255, 106, 0, 0.8);
  text-decoration: none;
}

.tel-button a::after {
  /*矢印アイコン*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  height: 30px;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  margin: auto 0;
}

.mail-button {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.mail-button a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/mail_ico.svg), #0082e1;
  background-size: 32px 32px;
  background-position: 2% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #005695;
          box-shadow: 0 3px 0 0 #005695;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mail-button a:hover {
  background-color: rgba(0, 130, 225, 0.8);
  text-decoration: none;
}

.mail-button a::after {
  /*矢印アイコン*/
  position: absolute;
  right: 4%;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin: auto 0;
}

.line-button {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.line-button a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/line_ico.svg), #07b53b;
  background-size: 32px 32px;
  background-position: 2% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #06852c;
          box-shadow: 0 3px 0 0 #06852c;
  width: 100%;
  padding: 17px 0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.line-button a:hover {
  background-color: rgba(7, 181, 59, 0.8);
  text-decoration: none;
}

.line-button a::after {
  /*矢印アイコン*/
  position: absolute;
  right: 4%;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin: auto 0;
}

.line-button a::before {
  /*反射アニメーション*/
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: line-button-shiny 3s ease-in-out infinite;
          animation: line-button-shiny 3s ease-in-out infinite;
}

@-webkit-keyframes line-button-shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.box-round {
  background-color: #fff;
  border-radius: 10px;
  padding: 4%;
}

.box-round-border {
  border: solid 2px #0082e1;
  background-color: #fff;
  border-radius: 10px;
  padding: 4%;
}

.box-round .num,
.box-round-border .num {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #0082e1;
  line-height: 1;
}

.box-round h3,
.box-round-border h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.box-demerit {
  border-radius: 12px;
  background-color: #604e40;
  padding: 4%;
  color: #fff;
}

.box-merit {
  border-radius: 12px;
  background-color: #249400;
  padding: 4%;
  color: #fff;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(255, 225, 0, 0.6)));
  background: linear-gradient(transparent 70%, rgba(255, 225, 0, 0.6) 0%);
  display: inline;
  padding: 5px 0 0;
}

a.anchor {
  display: block;
  position: relative;
  padding-left: 1.4em;
  text-decoration: underline;
  color: #ff6a00;
}

a.anchor:hover {
  color: rgba(255, 106, 0, 0.7);
}

a.anchor::before {
  position: absolute;
  top: 5%;
  left: 0;
  content: "\f35a";
  font-family: 'Font Awesome 5 Free';
}

.list-check li {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 1.8em;
}

.list-check li:last-of-type {
  margin-bottom: 0;
}

.list-check li::before {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 135%;
  content: "\f14a";
  font-family: 'Font Awesome 5 Free';
}

.list-times li {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 1.8em;
}

.list-times li:last-of-type {
  margin-bottom: 0;
}

.list-times li::before {
  position: absolute;
  top: -5%;
  left: 0;
  font-size: 135%;
  content: "\f057";
  font-family: 'Font Awesome 5 Free';
}

.box-wide-blue {
  background-color: #0082e1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  color: #fff;
}

.box-wide-lightblue {
  background-color: rgba(0, 130, 225, 0.1);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.box-wide-yellow {
  background-color: #ffe100;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

/* PC BASE */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  body {
    font-size: 18px;
  }
  header {
    width: 800px;
  }
  .header__title .header__title-logo {
    padding: 5px 0;
    font-size: 20px;
  }
  .header__title .header__title-logo a {
    font-size: 20px;
  }
  .tel-button a,
  .mail-button a,
  .line-button a {
    background-size: 42px;
    font-size: 30px;
  }
  .tel-button a::after,
  .mail-button a::after,
  .line-button a::after {
    height: 45px;
  }
  .title-page .title-page__main {
    font-size: 36px;
  }
  .title-large {
    font-size: 30px;
  }
  .title-medium {
    font-size: 26px;
  }
  .title-small {
    font-size: 24px;
  }
  .text-size-sub {
    font-size: 14px;
  }
  .box-round .num,
  .box-round-border .num {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .box-round h3,
  .box-round-border h3 {
    font-size: 24px;
  }
  img.size-auto {
    width: 64%;
    height: auto;
  }
  .title-black {
    padding: 10px 15px 12px;
    font-size: 20px;
  }
  .title-r-blue {
    border-radius: 24px;
    padding: 8px 20px 10px;
    font-size: 20px;
  }
}

/* 共通 #sec-main */
#sec-main {
  margin: 0 auto 60px;
}

.sec-main__txt01 {
  font-size: 14px;
  font-weight: bold;
}

.sec-main__title .inner {
  padding: 0;
}

.sec-main__title img {
  width: calc(100% + 8%);
  height: auto;
  margin: 0 0 0 -4%;
}

.sec-main__title h2 {
  text-align: center;
  padding: 10px 0;
  color: #0082e1;
  font-size: 20px;
  font-weight: 900;
}

.tokuten {
  text-align: center;
  color: #fff;
}

.tokuten dt {
  position: relative;
  background-color: #ff6a00;
  border-radius: 50%;
  border: solid 1px #fff;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  line-height: 43px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

.tokuten dd {
  position: relative;
  background-color: #0082e1;
  width: 100%;
  padding: 24px 2% 2%;
  margin: -22px auto 10px;
  font-weight: bold;
  z-index: 0;
}

.tokuten dd:last-of-type {
  margin-bottom: 0;
}

.sec-main__amazonflex {
  text-align: center;
}

/* PC #sec-main */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .sec-main__txt01 {
    font-size: 24px;
  }
  .sec-main__title h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  .tokuten dt {
    width: 66px;
    height: 66px;
    line-height: 62px;
    font-size: 18px;
  }
  .tokuten dd {
    padding: 34px 2% 2%;
    margin: -32px auto 10px;
    font-size: 24px;
  }
}

/* 共通 #sec-price */
#sec-price {
  margin-bottom: 60px;
}

#sec-price table {
  width: 100%;
  font-size: 12px;
}

#sec-price table th {
  white-space: nowrap;
  vertical-align: middle;
}

#sec-price table td {
  vertical-align: middle;
}

.ninki_ico {
  width: 24px;
  height: auto;
  vertical-align: -7px;
}

/* PC #sec-price */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  #sec-price table {
    font-size: 16px;
  }
  .ninki_ico {
    width: 34px;
    vertical-align: -11px;
  }
}

/* 共通 #sec-merit */
#sec-merit {
  margin-bottom: 60px;
}

#sec-merit table {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

#sec-merit table th {
  white-space: nowrap;
  vertical-align: middle;
}

#sec-merit table td {
  vertical-align: middle;
}

/* PC #sec-merit */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  #sec-merit table {
    font-size: 16px;
  }
}

/* 共通 #sec-voice */
#sec-voice {
  margin-bottom: 60px;
}

#sec-voice .voice_img {
  display: block;
  margin: 0 auto 10px;
}

/* PC #sec-voice */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
}

/* 共通 #sec-flow */
#sec-flow {
  margin: 0 auto 60px;
}

#sec-flow .flow-box .item {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 20px;
}

#sec-flow .flow-box .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #000111 transparent transparent transparent;
  content: "";
}

#sec-flow .flow-box .item:last-of-type h3 {
  background-color: #ff6a00;
}

#sec-flow .flow-box .item:last-of-type::after {
  display: none;
}

/* PC #sec-flow */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
}

/* 共通 #form */
#form table {
  width: 100%;
}

#form table th, #form table td {
  text-align: left;
  border: none;
}

#form table th {
  padding: 0 0 3px;
}

#form table td {
  padding: 0 0 15px;
}

#form table input {
  border-color: #ccc;
}

#form table textarea {
  min-height: inherit;
}

#form table .wpcf7-list-item {
  margin: 0;
  font-size: 12px;
}

#form table .checkbox-3col .wpcf7-list-item {
  width: 32%;
}

#form table .checkbox-2col .wpcf7-list-item {
  width: 50%;
}

#form table .checkbox-1col .wpcf7-list-item {
  width: 100%;
}

.submit-button input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.submit-button input[type="submit"],
.submit-button input[type="button"] {
  border-radius: 6px;
  width: 44%;
  font-size: 16px;
}

.submit-button input[type="submit"].submit {
  background-color: #24a400;
}

.submit-button input[type="submit"].confirm {
  background-color: #24a400;
}

.submit-button input[type="button"].back,
.submit-button input[type="submit"]:disabled {
  background-color: #666;
}

input[type="checkbox"] {
  border: solid 1px #ccc;
  width: 22px;
  height: 22px;
  margin: 4px 5px 4px 0;
  vertical-align: -4px;
}

/* PC #form */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  #form table .wpcf7-list-item {
    margin: 0;
    font-size: 14px;
  }
  #form table .pc-checkbox-3col .wpcf7-list-item {
    width: 32%;
  }
  #form table .pc-checkbox-2col .wpcf7-list-item {
    width: 50%;
  }
  #form table .pc-checkbox-1col .wpcf7-list-item {
    width: 100%;
  }
}

/* 共通 #sec-faq */
#form .table-form {
  width: 90%;
  margin: 0 auto;
}

#sec-faq {
  margin-bottom: 40px;
}

.faq-item {
  position: relative;
  border: solid 1px #0082e1;
  margin-top: 20px;
  cursor: pointer;
}

.faq-item dt {
  position: relative;
  background-color: rgba(0, 130, 225, 0.1);
  padding: 10px 30px 10px 40px;
  color: #0082e1;
  font-weight: normal;
}

.faq-item dt::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  margin: -8px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f067";
  line-height: 1;
}

.faq-item dt .q {
  display: inline-block;
  background-color: #0082e1;
  position: absolute;
  text-align: center;
  top: 0 !important;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}

.faq-item.open dt::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  margin: -8px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f068";
  line-height: 1;
}

.faq-item dd {
  display: none;
  border-top: solid 1px #0082e1;
  padding: 10px;
}

.faq-item.is-active dd {
  display: block;
}

.faq-item:last-of-type {
  margin-bottom: 40px;
}

.footer-line-link {
  background-color: #fff;
  padding: 15px 0;
}

.footer-line-link .inner {
  background-color: #07b23b;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
}

.footer-line-link .inner a {
  color: #fff;
  text-decoration: underline;
}

.footer-line-link .inner:hover {
  text-decoration: none;
}

/* PC #sec-faq */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
  .faq-item dt {
    padding: 7px 40px 7px 50px;
    font-size: 18px;
  }
  .faq-item dt .q {
    top: 6px;
  }
  .faq-item dd {
    font-size: 14px;
  }
}

/* 戻るボタンを禁止して、押されたらLINEポップアップ表示 */
.back_popup_line_box {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 99998;
}

.back_popup_line_box_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 135vw;
  margin: auto;
  margin: auto;
}

img.popup_img_line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
}

img.popup_img_line_close {
  position: absolute;
  top: -4%;
  right: -3%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 99999;
}

.popup_img_line_btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.popup_img_line_btn span {
  display: block;
  font-size: 80%;
}

.popup_img_line_btn a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/line_ico_modal.svg), #ff6a00;
  background-size: 48px;
  background-position: 6% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 #b34a00;
          box-shadow: 0 3px 0 0 #b34a00;
  width: 100%;
  padding: 10px 0 10px 44px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0;
}

.popup_img_line_btn a:hover {
  background-color: rgba(255, 106, 0, 0.8);
}

.popup_img_line_btn a::before {
  /*反射アニメーション*/
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: line-button-shiny 3s ease-in-out infinite;
          animation: line-button-shiny 3s ease-in-out infinite;
}

@-webkit-keyframes line-button-shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*共通 ARCHIVE*/
.breadcrumb__wrap {
  margin: 20px 3% 0;
}

.col-main,
.col-side {
  width: 100%;
}

.archive__list-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive__list-L {
  width: 26.597%;
}

.archive__list-R {
  width: 68.885%;
}

.archive__list-title {
  margin: 0 0 1px !important;
  font-size: 18px !important;
  font-weight: bold;
}

.archive__list-date {
  margin: 0;
  font-size: 14px !important;
}

.side-section {
  margin-bottom: 60px;
}

.side-section ul {
  margin-left: 1.5em;
}

.side-section li {
  margin-bottom: 10px;
  list-style-type: circle;
}

/* PC ARCHIVE */
@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
}

@media screen and (min-width: 520px) {
  /* PC用 メディアクエリー */
}

@media screen and (max-width: 519px) {
  /* SP用 メディアクエリー */
  article.contents {
    padding: 0;
  }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
  /* Tablet用 メディアクエリー */
}
/*# sourceMappingURL=style.css.map */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}