@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/* flex-wrap: wrap; */
/*左右中央*/
/*上下中央*/
/*align-items: flex-start;*/
/*align-items: flex-end;*/
/*縦並び*/
/*flex-direction: column-reverse;*/
/*左寄せ*/
/*右寄せ*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* justify-content: center; */
/* align-self: flex-end; */
/* align-self: center; */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  img {
    max-width: 100%;
  }
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

	body設定

----------------------------------------------------------*/
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #231815;
  font-style: normal;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
  }
}

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

a {
  text-decoration: none;
}

a:link {
  color: #004285;
  text-decoration: underline;
}

a:visited {
  color: #333;
}

a:hover {
  color: #004285;
}

a:active {
  color: #004285;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*テキスト*/
.txt-center {
  text-align: center;
}

/*マージン*/
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

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

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/*----------------------------------------------
	button
---------------------------------------------*/
button {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: 0.5s;
}

/*----------------------------------------------
	*
---------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------
レイアウト
----------------------------------------------------------*/
.contents {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .contents {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 4%;
  }
}
.contents__main {
  width: calc(100% - 220px - 40px);
}
@media screen and (max-width: 1024px) {
  .contents__main {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 40px;
  }
}

/* 新着アイコン */
/*--------------------------------------------------------
pager
----------------------------------------------------------*/
.pager {
  width: 100%;
  text-align: center;
}
.pager__list {
  display: inline-block;
}
.pager__list__item {
  margin-left: 6px;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .pager__list__item {
    margin-left: 8px;
  }
}
@media screen and (max-width: 320px) {
  .pager__list__item {
    margin-left: 6px;
  }
}
.pager__list__item:first-child {
  margin-left: 0;
}
.pager__list__item > a {
  display: block;
  width: 34px;
  height: 42px;
  font-size: 1.6rem;
  line-height: 42px;
  color: #004097;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #e5ecf4;
  box-sizing: border-box;
}
.pager__list__item > a.now {
  color: #fff !important;
  background-color: #00377b;
}
.pager__list__item > a:hover {
  color: #fff;
  background-color: #00377b;
}
@media screen and (max-width: 1024px) {
  .pager__list__item > a:hover {
    color: #004097;
    background-color: #e5ecf4;
  }
}
@media screen and (max-width: 599px) {
  .pager__list__item > a {
    padding-top: 1px;
    display: block;
    width: 42px;
    height: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 320px) {
  .pager__list__item > a {
    width: 40px;
  }
}
.pager .arrow {
  position: relative;
  display: inline-block;
  height: 28px;
  vertical-align: -8px;
}
@media screen and (max-width: 599px) {
  .pager .arrow {
    height: 36px;
    vertical-align: -11px;
  }
}
.pager .arrow--prev {
  margin-right: 20px;
  padding-left: 8px;
  padding-right: 5px;
}
@media screen and (max-width: 599px) {
  .pager .arrow--prev {
    margin-right: 24px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 320px) {
  .pager .arrow--prev {
    margin-right: 16px;
  }
}
.pager .arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 14px 0;
  border-color: transparent #cee0f5 transparent transparent;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.pager .arrow--prev::before:hover {
  border-color: transparent #aac6e5 transparent transparent;
}
@media screen and (max-width: 599px) {
  .pager .arrow--prev::before {
    border-width: 18px 15px 18px 0;
  }
}
.pager .arrow--prev:hover::before {
  border-color: transparent #00377b transparent transparent;
}
@media screen and (max-width: 1024px) {
  .pager .arrow--prev:hover::before {
    border-color: transparent #cee0f5 transparent transparent;
  }
}
.pager .arrow--next {
  margin-left: 20px;
  padding-right: 8px;
  padding-left: 5px;
}
@media screen and (max-width: 599px) {
  .pager .arrow--next {
    margin-left: 24px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 320px) {
  .pager .arrow--next {
    margin-left: 16px;
  }
}
.pager .arrow--next::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 13px;
  border-color: transparent transparent transparent #cee0f5;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 599px) {
  .pager .arrow--next::before {
    border-width: 18px 0 18px 15px;
  }
}
.pager .arrow--next:hover::before {
  border-color: transparent transparent transparent #00377b;
}
@media screen and (max-width: 1024px) {
  .pager .arrow--next:hover::before {
    border-color: transparent transparent transparent #cee0f5;
  }
}

/*---------------------------------------
ブロック
----------------------------------------*/
.base-sec:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .base-sec:not(:last-child) {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------
wysiwyg
----------------------------------------------------------*/
#wysiwyg {
  /*デフォルトの処理*/
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #00377b;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #00377b;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 30px;
}
#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 15px;
  }
}
#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 13px 20px;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px solid #c3c9df;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    margin-bottom: -5px;
    padding: 0 0 10px 15px;
    font-size: 16px;
  }
}
#wysiwyg .title-line::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #00377b;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    width: 3px;
  }
}
#wysiwyg .title-obi {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  background-color: #00377b;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    padding: 8px 20px;
    font-size: 16px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: calc((100% - 3px) / 2);
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #fff;
  position: absolute;
}
#wysiwyg .title-icon {
  margin-bottom: -15px;
  padding-left: 1.2em;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .title-icon::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #00377b;
  box-sizing: border-box;
}
#wysiwyg .title-icon::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #00377b;
}
#wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 18px;
  line-height: 1.7;
  color: #00377b;
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  font-weight: 600;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #00377b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    line-height: 1.8;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 30px 30px;
  width: auto;
  max-width: 33%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 30px 30px 0;
  width: auto;
  max-width: 33%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  padding: 14px 50px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: #004285;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper a:hover {
    opacity: 0.8;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
  list-style: none;
}
#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-2 li {
  width: calc(50% - 5px);
  float: right;
  list-style: none;
}
#wysiwyg .photo-2 li:first-child {
  float: left;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc((100% - 5px) / 2);
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #ffffff;
  list-style: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
  list-style: none;
}
#wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}
#wysiwyg .list-wrapper li::before {
  content: "";
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #00377b;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: "";
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 11px 10px;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00377b;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 7px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 7px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 7px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #444;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
  color: #444;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #444;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #444;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #444;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #444;
}
#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#wysiwyg ol li {
  list-style: decimal;
}
#wysiwyg ul li {
  list-style: disc;
}
#wysiwyg blockquote {
  padding-left: 1em;
  border-left: solid 3px #ccc;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/*--------------------------------------------------------
テーブル
----------------------------------------------------------*/
.base-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.base-table thead th {
  padding: 10px 10px 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #000;
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .base-table thead th {
    padding: 8px 8px 6px;
  }
}
.base-table tbody th {
  padding: 10px 20px 8px;
  background-color: #eee;
  border: 1px solid #ccc;
  color: #000;
  font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .base-table tbody th {
    padding: 8px 8px 6px;
  }
}
.base-table tbody td {
  padding: 10px 20px 8px;
  border: 1px solid #ccc;
  color: #555;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .base-table tbody td {
    padding: 8px 8px 6px;
  }
}
.base-table--type02 thead th {
  padding: 10px 10px 6px;
}
.base-table--type02 tbody th,
.base-table--type02 tbody td {
  padding: 10px 10px 6px;
  text-align: left;
}

.border-table {
  width: 100%;
  border-collapse: collapse;
}
.border-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.border-table tbody th {
  position: relative;
  padding: 20px 5px 18px 35px;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .border-table tbody th {
    padding: 16px 5px 14px 20px;
  }
}
.border-table tbody th::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #013c85;
}
@media screen and (max-width: 599px) {
  .border-table tbody th::before {
    top: 28px;
  }
}
.border-table tbody td {
  padding: 20px 5px 18px;
  color: #555;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .border-table tbody td {
    padding: 16px 5px 14px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*　デザイン用
----------------------------------------*/
html {
  height: 100% !important;
}

body {
  height: 100% !important;
}

.des-contents {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

/*　header
----------------------------------------*/
.header {
  background: #FFF;
  position: sticky;
  height: 86px;
  width: 100%;
  margin-bottom: 50px;
}
.header .cont-wrap {
  padding: 20px 0px;
}
.header-left {
  width: 140px;
  float: left;
}
.header-left img {
  max-width: 1040px;
  width: 100%;
}
.header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff;
  background-image: url(../img/common/ptn_stripe_gry.png);
  background-repeat: repeat;
  visibility: visible;
}

/*　main
----------------------------------------*/
.cont-wrap {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.c-ttl.is-main {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.c-ttl.is-main:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_title.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.tabs {
  background-color: #efefef;
  padding: 50px 0 5px;
}
.tabs__list {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.tabs__list .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 33.3333333333%;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 20px;
  text-align: center;
  border: 3px solid #d6d6d6;
  transition: 0.3s;
}
.tabs__list .tab:last-child {
  margin-right: 0px;
}
.tabs__list .tab.tab01 img {
  width: 60%;
}
.tabs__list .tab.tab02 img {
  width: 70%;
}
.tabs__list .tab:hover {
  background-color: #edf6ff;
  transition: 0.3s;
}
.tabs__list .tab a {
  width: 100%;
  color: #231815;
  padding: 12px 0;
  display: block;
  text-decoration: none;
}
.tabs__list .tab.active {
  background-color: #edf6ff;
}

/*　content
----------------------------------------*/
.content {
  padding: 60px 0 100px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  /*__title*/
  /*__block*/
}
.content__title {
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 50px;
}
.content__block {
  margin-bottom: 40px;
  /*__table*/
}
.content__block__title {
  font-size: 2.2rem;
  padding: 10px 15px;
  background-color: #f4f8fa;
  margin-bottom: 20px;
}
.content__block__title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1em;
  background: #96bbd0;
  margin-right: 12px;
  transform: translateY(3px);
}
.content__block__sub-title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-color: #004285;
  padding: 10px 0;
  margin-bottom: 20px;
}
.content__block__table {
  width: 100%;
}
.content__block__table th, .content__block__table td {
  border: 2px solid #eee;
  padding: 15px 20px;
}
.content__block__table th {
  background-color: #f4f8fa;
}
.content__block__table th.th-ver {
  width: 28%;
}
.content__block__table th.th-detail {
  width: 35%;
}
.content__block__table th.th-download {
  width: 22%;
}
.content__block__table th.th-data {
  width: 15%;
}
.content__block__table td {
  font-size: 1.4rem;
}
.content__block__table td.td-day {
  text-align: center;
}

.pickup-text {
  padding: 5px 10px;
  background-color: #f4f8fa;
  margin-bottom: 20px;
}

.download-btn {
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  background-color: #004285;
  transition: 0.3s;
  color: #fff !important;
  display: block;
  text-decoration: none !important;
}
@media screen and (max-width: 870px) {
  .download-btn {
    padding: 10px 0;
  }
}
.download-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.download-btn:after {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/download-icon.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 870px) {
  .download-btn:after {
    display: none;
  }
}

.download-btn-gray {
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  text-align: center;
  position: relative;
  background-color: #cccccc;
  transition: 0.3s;
  color: #666666;
  display: block;
}
.download-btn-gray:after {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/top/download-icon-gray.svg);
  background-repeat: no-repeat;
}

.slide-btn {
  cursor: pointer;
  position: relative;
}
.slide-btn:after {
  position: absolute;
  right: 20px;
  top: 13px;
  content: "▼";
  color: #004285;
  font-size: 1.8rem;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  line-height: 1.6;
}
.slide-btn.active:after {
  content: "▲";
}

.slide-box {
  margin-bottom: 40px;
  display: none;
}
.slide-box.active {
  display: block;
}

/*　remodal
----------------------------------------*/
.remodal {
  padding: 35px 35px 80px 35px !important;
}
.remodal iframe {
  min-height: 340px;
  overflow-y: hidden;
  text-align: center;
}

.remodal-inner {
  text-align: center;
}

.remodal-close {
  width: 50px !important;
  height: 50px !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
}
.remodal-close:before {
  font-size: 50px !important;
}

.remodal-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
  background-color: #004285;
  padding: 5px 0;
}

.remodal-table {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}
.remodal-table th {
  padding: 20px;
  background-color: #f4f8fa;
}
.remodal-table td {
  padding: 20px;
  font-size: 1.6rem;
}

/* プロテクトキー番号/シリアルナンバー */
.remodal-licence {
  display: flex;
  width: 90%;
  margin: 0 auto 30px;
}
.remodal-licence__wysiwyg {
  width: 64.9%;
  padding: 20px;
  background-color: #f4f8fa;
}
.remodal-licence__num {
  display: flex;
  align-items: center;
  width: 35%;
  padding: 20px 0 20px 30px;
  font-size: 1.6rem;
}

.remodal-input {
  width: 100%;
  max-width: 180px;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
}

input::placeholder {
  color: #999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

textarea::placeholder {
  color: #999;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #999;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #999;
}

/*　同意するボタン
----------------------------------------*/
input[type=checkbox].remodal-download {
  display: none;
}

input[type=checkbox].remodal-download + label {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f58511;
  border-radius: 5px;
  padding: 10px 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox].remodal-download + label::before, input[type=checkbox].remodal-download + label::after {
  content: "";
  position: absolute;
}
input[type=checkbox].remodal-download + label::before {
  top: 0;
  bottom: 0;
  left: 28px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  input[type=checkbox].remodal-download + label::before {
    left: 41px;
    width: 20px;
    height: 20px;
  }
}

input[type=checkbox].remodal-download:checked + label {
  color: #FFFFFF;
  background-color: #f58511;
}
input[type=checkbox].remodal-download:checked + label::after {
  top: 10px;
  left: 30px;
  width: 11px;
  height: 18px;
  border: 0 solid #004285;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox].remodal-download.remodal-download--none + label {
  background-color: #cccccc;
  color: #666666;
  cursor: auto;
  pointer-events: none;
}

button.remodal-download {
  color: #fff;
  background-color: #f54b11 !important;
  font-size: 1.6rem;
  padding: 10px 50px;
  border-radius: 5px;
}
button.remodal-download--none {
  background-color: #cccccc;
  color: #666666;
  cursor: auto;
}

.error-text {
  color: #d10000;
  margin-top: 30px;
  font-weight: bold;
}

.download-list {
  margin: 30px 0;
}
.download-list li {
  margin-bottom: 5px;
}
.download-list li:before {
  background: #96bbd0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
}

.download-form {
  width: 80%;
  border: 1px solid #cfcfcf;
  margin: 0 auto 20px;
}
.download-form__title {
  background-color: #f4f8fa;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1.6rem;
}
.download-form__detail {
  padding: 40px;
  text-align: left;
}
.download-form__btn {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.download-form__btn--none {
  color: #666666 !important;
  background-color: #cccccc;
  opacity: 1 !important;
  cursor: auto;
}
.download-form__btn--none:after {
  background-image: url(../img/top/download-icon-gray.svg);
}

.download-detail-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f8fa;
  padding: 10px 20px 10px 30px;
  margin-bottom: 10px;
}
.download-detail-box:last-child {
  margin-bottom: 0;
}
.download-detail-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(99.9% - 164px - 20px);
  margin-right: 20px;
}
.download-detail-box__item__link {
  display: inline-block;
  background-image: url(../img/common/icon_blank.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 0 0 0 30px;
}
.download-detail-box__item__link:hover {
  text-decoration: none;
}
.download-detail-box__agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 164px;
}

/*　footer
----------------------------------------*/
.footer {
  background: #004285;
}
.footer .pagetop {
  position: absolute;
  right: 0;
  top: -15px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 3px;
  color: #004285;
  line-height: 1;
  padding: 10px 20px;
}
.footer .cont-wrap {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.footer__container {
  border-top: 1px solid rgba(150, 187, 208, 0.5);
  position: relative;
  width: 100%;
}

.footer-left {
  float: left;
}

.footer-bottom__row {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5em 0;
}
.footer-bottom__row .copy {
  flex: 0 0 39%;
  max-width: 39%;
  font-size: 12px;
  color: rgba(150, 187, 208, 0.5);
}

.footer-bottom__nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
  margin-bottom: 0;
}
.footer-bottom__nav ul li {
  margin-right: 1rem;
}
.footer-bottom__nav ul li:after {
  content: "|";
  display: inline-block;
  color: rgba(150, 187, 208, 0.5);
  margin-left: 1em;
}
.footer-bottom__nav ul li a {
  color: rgba(150, 187, 208, 0.5);
}/*# sourceMappingURL=style.css.map */