@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500,600,700,900");
@import url("https://use.typekit.net/dql4fea.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Overpass:100,100i,200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* spのWYSIWYG用 resetにもあるがspはresetを読み込まないため */
/* ブレイクポイント参考

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) {
  .tb-pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* flex-wrap: wrap; */
/* justify-content: center; 左右中央*/
/* justify-content: flex-start;*/
/* justify-content: flex-end;*/
/* justify-content: space-between; */
/* justify-content: space-around; */
/* align-items: center; 上下中央*/
/* align-items: flex-start;*/
/* flex-direction: column; 縦方向*/
/* flex-direction: column; 反縦方向*/
/* flex-direction: row-reverse; 反縦方向*/
/*--------------------------------------------------------

	デバイス関係なし

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

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

.mb08 {
  margin-bottom: 8px !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;
}

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.mb85 {
  margin-bottom: 85px !important;
}

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

.mb95 {
  margin-bottom: 95px !important;
}

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

.mb110 {
  margin-bottom: 110px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt00 {
  margin-top: 0px !important;
}

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

.mt10 {
  margin-top: 10px !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;
}

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

.mt55 {
  margin-top: 55px !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;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !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;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 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;
}

.wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2.0;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}

@media screen and (max-width: 599px) {
  .wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}

.wysiwyg a {
  color: #012d9b;
  text-decoration: underline;
}

.wysiwyg a:hover {
  color: #012d9b;
  text-decoration: none;
}

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

.wysiwyg .box {
  margin-bottom: 30px;
  *zoom: 1;
}

.wysiwyg .box:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 599px) {
  .wysiwyg .box {
    margin-bottom: 15px;
  }
}

.wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 15px 15px;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px dotted #bbb;
  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 {
  content: '';
  top: 0;
  left: 0;
  width: 5px;
  height: calc( 100% - 15px);
  background-color: #012d9b;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .wysiwyg .title-line::before {
    height: calc( 100% - 10px);
  }
}

.wysiwyg .title-obi {
  padding: 14px 20px 14px 1.8em;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  background-color: #012d9b;
  position: relative;
}

@media screen and (max-width: 599px) {
  .wysiwyg .title-obi {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.wysiwyg .title-obi::before {
  content: '';
  top: calc( 50% - 1px);
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}

.wysiwyg .title-line02 {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: -15px;
  padding-left: 1.4em;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDD;
  position: relative;
}

@media screen and (max-width: 599px) {
  .wysiwyg .title-line02 {
    margin-bottom: -5px;
    font-size: 14px;
  }
}

.wysiwyg .title-line02::before {
  content: '';
  top: 4px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #012d9b;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .wysiwyg .title-line02::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #012d9b;
  }
}

.wysiwyg .title-circle {
  color: #000;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: -15px;
  padding-left: 1.4em;
  padding-bottom: 10px;
  position: relative;
}

.wysiwyg .title-circle::before {
  content: '';
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 4px solid #012d9b;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .wysiwyg .title-circle::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #012d9b;
  }
}

.wysiwyg .ttl02::before {
  top: 15px;
}

.wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #012d9b;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 15px;
  }
}

.wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 24px;
  line-height: 1.7;
  color: #012d9b;
  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: 16px;
  line-height: 2.0em;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}

.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 .text.bg-gray {
  padding: 27px 30px;
  background-color: #F7F7F7;
}

.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: 20px 40px 20px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #012d9b;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .wysiwyg .btn-wrapper a {
    padding: 15px 30px 15px 20px;
    font-size: 14px;
    text-align: left;
  }
}

.wysiwyg .btn-wrapper a::before {
  content: '';
  top: calc( 50% - 4px);
  right: 15px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}

.wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: $cl-base2;
}

@media screen and (max-width: 1024px) {
  .wysiwyg .btn-wrapper a:hover {
    background-color: $cl-base2;
  }
}

.wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wysiwyg .photo-3::after {
  content: none;
}

.wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc( ( 99.9% - 20px ) / 3);
}

.wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .wysiwyg .photo-3 li {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .wysiwyg .photo-3 li:first-child {
    margin-top: 0;
  }
}

.wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wysiwyg .photo-2::after {
  content: none;
}

.wysiwyg .photo-2 li {
  margin-left: 10px;
  width: calc( ( 99.9% - 10px ) / 2);
}

.wysiwyg .photo-2 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .wysiwyg .photo-2 li {
    margin-left: 5px;
    width: calc( ( 100% - 5px ) / 2);
  }
}

.wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}

.wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  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-box {
  padding: 27px 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 599px) {
  .wysiwyg .list-box {
    padding: 18px 20px;
  }
}

.wysiwyg .list-wrapper {
  padding: 0 !important;
  list-style: none;
}

.wysiwyg .list-wrapper li {
  list-style: none !important;
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}

.wysiwyg .list-wrapper li:first-child {
  margin-top: 0;
}

.wysiwyg .list-wrapper li::before {
  content: '';
  top: 7px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #012d9b;
  position: absolute;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .wysiwyg .list-wrapper li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .wysiwyg .list-wrapper li {
    margin-top: 7px;
  }
  .wysiwyg .list-wrapper li::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}

.wysiwyg ol.list-wrapper {
  padding: 0 !important;
  list-style: none;
}

.wysiwyg ol.list-wrapper li {
  list-style: none;
  margin-top: 10px;
  margin-left: 1.2em;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  list-style: none;
  text-align: justify;
  position: relative;
}

.wysiwyg ol.list-wrapper li:first-child {
  margin-top: 0;
}

.wysiwyg ol.list-wrapper li::before {
  display: none;
}

@media screen and (max-width: 599px) {
  .wysiwyg ol.list-wrapper li {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}

.wysiwyg ol.list-wrapper--box-none {
  padding: 0;
  background-color: transparent;
}

.wysiwyg ol.list--number {
  padding: 0 !important;
  list-style: none;
}

.wysiwyg ol.list--number li {
  list-style: none;
  margin-top: 10px;
  margin-left: 1.2em;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  text-align: justify;
  position: relative;
}

.wysiwyg ol.list--number li:first-child {
  margin-top: 0;
}

.wysiwyg ol.list--number li::before {
  display: none;
}

@media screen and (max-width: 599px) {
  .wysiwyg ol.list--number li {
    margin-top: 7px;
    font-size: 1.3rem;
  }
}

.wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #012d9b;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

.wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}

.wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .wysiwyg .table td {
    padding: 7px 5px 5px;
    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 .download-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0 !important;
}

.wysiwyg .download-list__item {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
  margin-bottom: 10px;
  list-style: none !important;
}

.wysiwyg .download-list__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  .wysiwyg .download-list__item {
    width: 100%;
    margin-right: 0px;
  }
}

.wysiwyg .download-list__item a {
  display: block;
  background-color: #f1f7f9;
  padding: 22px 40px 20px 52px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  text-decoration: none !important;
  color: #474747 !important;
}

.wysiwyg .download-list__item a::before, .wysiwyg .download-list__item a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wysiwyg .download-list__item a::before {
  background-repeat: no-repeat;
  background-size: 34px auto;
  width: 34px;
  height: 34px;
  left: 10px;
  top: 2px;
}

.wysiwyg .download-list__item a::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #012d9b;
  border-right: 3px solid #012d9b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
}

.wysiwyg .download-list__item a:hover {
  background-color: #F4F4F4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 599px) {
  .wysiwyg .download-list__item a:hover {
    background-color: #F4F4F4;
  }
}

.wysiwyg .download-list__item a.pdf::before {
  background-image: url(../img/common/icon_pdf.svg);
}

.wysiwyg .download-list__item a.word::before {
  background-image: url(../img/common/icon_word.svg);
}

.wysiwyg .download-list__item a.excel::before {
  background-image: url(../img/common/icon_excel.svg);
}

.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;
}

.wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}

.wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000;
}

.wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000;
}

.wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}

.wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.wysiwyg blockquote {
  padding-left: 1em;
}

.wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg em {
  font-style: italic !important;
}

.wysiwyg strong {
  font-weight: bold !important;
}

.wysiwyg em strong, .wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
/*# sourceMappingURL=sp_wysiwyg.css.map */