@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:300,400,500,700,900,700i,900i&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Overpass:700,800,900&display=swap&subset=latin-ext");
/* サイトの基本のカラー */
/* メニュー別にカラーが決まってる場合 */
/* メニュー別にカラーが決まってる場合 */
/* メニュー別にカラーが決まってる場合 */
/* フォームのエラーのカラー */
/* ブレイクポイント参考

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 (max-width: 599px) {
  .sp-o {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

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


html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body {
  font-size: 62.5%;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
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;
}
@media screen and (max-width: 1024px) {
  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設定

----------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Android・Linux絵文字フォント */
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  font-size: 1.4rem;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  body {
    font-weight: normal;
  }
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  /*color: $base-cl;*/
}

a:active {
  /*color: $base-cl;*/
}

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

	box-sizing

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

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

	clearfix

----------------------------------------------------------*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

	禁則処理の追加

----------------------------------------------------------*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

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

	SPの分まで設定する場合　※数値は変更OK

----------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 1024px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 1024px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 1024px) {
  .mb25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 25px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 50px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 70px !important;
  }
}

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

	デバイス関係なし

----------------------------------------------------------*/
.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: 1080px;
    -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%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
  .w1200 {
    max-width: 1080px !important;
  }
  .sideBnr__taiken__catch {
    font-size: 20px !important;
  }
  .sideBnr__taiken__btn__textarea {
    padding: 21px 10px 21px 10px !important;
  }
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/*---------------------------------------

common

----------------------------------------*/
.w1200 {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .w1200 {
    max-width: 92%;
    width: 92%;
  }
}

/*.w1200{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    @include mq(w1200){
        max-width: 96%;
        width: 96%;
    }
    @include mq(tb){
        max-width: 92%;
        width: 92%;
    }
}*/
.w1000 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .w1000 {
    max-width: 92%;
    width: 92%;
  }
}

.w900 {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .w900 {
    max-width: 92%;
    width: 92%;
  }
}

/* Anchor link
-------------------------------*/
.anchor {
  margin-top: -200px !important;
  padding-top: 200px !important;
  display: block;
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -70px !important;
    padding-top: 70px !important;
    display: block;
  }
}

.contentsWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .contentsWrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .contentsWrap {
    margin-top: 55px;
    margin-bottom: 30px;
  }
}
.contentsWrap__main {
  width: 76%;
}
@media screen and (max-width: 1024px) {
  .contentsWrap__main {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contentsWrap__main {
    margin-bottom: 30px;
  }
}
.contentsWrap__side {
  width: 21%;
}
@media screen and (max-width: 1024px) {
  .contentsWrap__side {
    width: 100%;
  }
}

.innerBlock {
  margin-bottom: 60px;
  /*
  大きいキャッチ------------------*/
  /*
  リード文------------------------*/
}
@media screen and (max-width: 599px) {
  .innerBlock {
    margin-bottom: 40px;
  }
}
.innerBlock__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.innerBlock__wrap.normal {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media screen and (max-width: 599px) {
  .innerBlock__wrap {
    display: block;
  }
}
.innerBlock__image {
  width: 48%;
  margin-left: 4%;
}
@media screen and (max-width: 599px) {
  .innerBlock__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.innerBlock__image img {
  width: 100%;
}
.innerBlock__textarea {
  width: 48%;
}
@media screen and (max-width: 599px) {
  .innerBlock__textarea {
    width: 100%;
  }
}
.innerBlock__textarea .standardText span {
  background: linear-gradient(transparent 60%, #fff799 60%);
  background: -webkit-linear-gradient(transparent 60%, #fff799 60%);
}
@media screen and (max-width: 599px) {
  .innerBlock .list01.mb30 {
    margin-bottom: 20px !important;
  }
  .innerBlock .list01.mb40 {
    margin-bottom: 30px !important;
  }
}
.innerBlock .list01 > li {
  position: relative;
  padding: 0 0 0 1.8em;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 599px) {
  .innerBlock .list01 > li {
    font-size: 13px;
    line-height: 22px;
  }
}
.innerBlock .list01 > li::before {
  width: 8px;
  height: 2px;
  background: #13448f;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .innerBlock .list01 > li::before {
    top: 9px;
  }
}
.innerBlock .list01 > li + li {
  margin-top: 5px;
}
.innerBlock .list01 > li span {
  /*padding-right: 1em;*/
}
.innerBlock .list01 > li span.red__text {
  color: #d90000;
}
.innerBlock .list01.flets li + li {
  margin-top: 20px;
}
.innerBlock .list01.taiken > li + li {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .innerBlock .list01.taiken > li + li {
    margin-bottom: 10px;
  }
}
.innerBlock .list01.gray li {
  color: #666666;
}
.innerBlock .list01__ml {
  text-indent: 0;
}
.innerBlock .list01__sub li {
  position: relative;
  padding: 0 0 0 17px;
  box-sizing: border-box;
}
.innerBlock .list01__sub li::before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  background: #000;
}
.innerBlock .listNumber__ml {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber__ml {
    margin-left: 1.5em;
  }
}
.innerBlock .listNumber__ml02 {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber__ml02 {
    margin-left: 1.5em;
  }
}
.innerBlock .listNumber > li {
  text-indent: -2.6em;
  margin-left: 2.6em;
  font-size: 14px;
  line-height: 23px;
  color: #101010;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber > li {
    font-size: 13px;
    line-height: 20px;
  }
}
.innerBlock .listNumber > li + li {
  margin-top: 10px;
}
.innerBlock .listNumber > li .standardText {
  width: 100%;
  text-indent: 0;
  margin-left: 0;
}
.innerBlock .listNumber span {
  padding-right: 1em;
}
.innerBlock .listNumber span.red__text {
  color: #d90000;
}
.innerBlock .listNumber.gray li {
  color: #666666;
}
.innerBlock .listNumber .textBtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.innerBlock .listNumber .textBtn li {
  text-indent: 0;
}
.innerBlock .listNumber02 > li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  line-height: 23px;
  color: #101010;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber02 > li {
    font-size: 13px;
    line-height: 20px;
  }
}
.innerBlock .listNumber02 > li + li {
  margin-top: 3px;
}
.innerBlock .listNumber02 span {
  padding-right: 1em;
}
.innerBlock .listNumber02 span.red__text {
  color: #d90000;
}
.innerBlock .listNumber02.gray li {
  color: #666666;
}
.innerBlock .listNumber03__ml {
  margin-left: 22px;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber03__ml {
    margin-left: 1.5em;
  }
}
.innerBlock .listNumber03__ml02 {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber03__ml02 {
    margin-left: 1.5em;
  }
}
.innerBlock .listNumber03 > li {
  text-indent: -1.6em;
  margin-left: 1.6em;
  font-size: 14px;
  line-height: 23px;
  color: #101010;
}
@media screen and (max-width: 599px) {
  .innerBlock .listNumber03 > li {
    font-size: 13px;
    line-height: 20px;
  }
}
.innerBlock .listNumber03 > li + li {
  margin-top: 3px;
}
.innerBlock .listNumber03 span {
  padding-right: 1em;
}
.innerBlock .listNumber03 span.red__text {
  color: #d90000;
}
.innerBlock .listNumber03.gray li {
  color: #666666;
}
.innerBlock .textLink {
  display: inline;
  color: #1797d9;
  /*margin-right: 5px;*/
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.innerBlock .textLink:hover {
  opacity: 0.7;
}
.innerBlock .textLink__pdf {
  display: block;
  position: relative;
  padding: 2px 0 0 30px;
  box-sizing: border-box;
  color: #444;
  text-decoration: underline;
  line-height: 1.4;
}
.innerBlock .textLink__pdf::before {
  width: 19px;
  height: 24px;
  position: absolute;
  background: url("../common/icon_pdf.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  display: block;
  content: "";
}
.innerBlock .textLink__border {
  display: inline;
  color: #1797d9;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.innerBlock .textLink__border:hover {
  opacity: 0.7;
}
.innerBlock .telLink {
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .innerBlock .telLink {
    color: #1797d9;
    text-decoration: underline;
  }
}
.innerBlock .textLinkArrow {
  display: table;
  color: #1797d9;
  /*padding: 0 0 0 30px;*/
  margin-left: 30px;
  box-sizing: border-box;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.innerBlock .textLinkArrow:hover {
  opacity: 0.7;
}
.innerBlock .textLinkArrow::before {
  position: absolute;
  width: 18px;
  height: 1px;
  background: #1983dc;
  top: 4px;
  bottom: 0;
  left: -30px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .innerBlock .textLinkArrow::before {
    top: 3px;
    width: 16px;
  }
}
.innerBlock .textLinkArrow::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 12px;
  border-color: transparent transparent transparent #1983dc;
  top: 1px;
  bottom: 0;
  left: -23px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .innerBlock .textLinkArrow::after {
    top: -1px;
  }
}
.innerBlock__catch {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 900;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .innerBlock__catch {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .innerBlock__catch {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.innerBlock__catch.blue {
  color: #13448f;
}
.innerBlock__catch.green {
  color: #8bbf14;
}
.innerBlock__catch.purple {
  color: #7f5092;
}
.innerBlock__catch span {
  font-size: 16px;
}
.innerBlock__lead {
  font-size: 21px;
  line-height: 30px;
  color: #101010;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .innerBlock__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .innerBlock__lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .innerBlock__lead.mb30 {
    margin-bottom: 20px !important;
  }
}

.testImage {
  text-align: center;
  width: 100%;
  margin: auto;
}
.testImage img {
  max-width: 100%;
}
.testImage a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.testImage a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .testImage.mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .testImage.mb40 {
    margin-bottom: 20px !important;
  }
}

.textIndent {
  text-indent: -0.5em;
}
@media screen and (max-width: 599px) {
  .textIndent {
    text-indent: 0;
  }
}

.tbl01 {
  width: 100%;
  border-collapse: collapse;
}
.tbl01 th {
  position: relative;
  padding: 1em 10px 1em 27px;
  box-sizing: border-box;
  width: 22%;
  font-size: 14px;
  color: #101010;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .tbl01 th {
    width: 100%;
    display: block;
    padding: 0.8em 10px 0.5em 20px;
  }
}
.tbl01 th::before {
  position: absolute;
  width: 8px;
  height: 2px;
  background: #13448f;
  left: 0;
  top: 25px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .tbl01 th::before {
    top: 21px;
  }
}
.tbl01 td {
  padding: 1em 0px 1em 0px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 599px) {
  .tbl01 td {
    width: 100%;
    display: block;
    padding: 0em 0px 0.8em 0px;
  }
}
.tbl01 tr {
  border-bottom: 1px solid #dddddd;
}
.tbl01 tr:first-of-type th {
  padding: 0em 10px 1em 27px;
}
@media screen and (max-width: 599px) {
  .tbl01 tr:first-of-type th {
    padding: 0em 10px 0.5em 20px;
  }
}
.tbl01 tr:first-of-type th::before {
  top: 10px;
}
.tbl01 tr:first-of-type td {
  padding: 0em 0px 1em 0px;
}
@media screen and (max-width: 599px) {
  .tbl01 tr:first-of-type td {
    padding: 0em 0px 0.8em 0px;
  }
}
.tbl01 a {
  display: inline;
  color: #1797d9;
  text-decoration: underline;
  margin-right: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tbl01 a:hover {
  opacity: 0.7;
}
.tbl01__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tbl01__list li span {
  width: 8em;
}
.tbl01__linkList li + li {
  margin-top: 2px;
}
.tbl01__linkList a {
  display: block;
  color: #1797d9;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  padding: 0 0 0 22px;
}
.tbl01__linkList a::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #1797d9;
  top: 7px;
  left: 0;
  display: block;
  content: "";
}
.tbl01__linkList a::after {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #1797d9;
  top: 9px;
  left: 2px;
  display: block;
  content: "";
}
.tbl01__linkList a:hover {
  opacity: 0.7;
}

.tbl02 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 599px) {
  .tbl02 {
    border-right: none;
    border-left: none;
    border-top: none;
    margin-bottom: 10px;
  }
}
.tbl02 th {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #f7f7f7;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #13448f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  padding: 20px 24px 20px 24px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .tbl02 th {
    padding: 18px 20px 18px 20px;
  }
}
@media screen and (max-width: 599px) {
  .tbl02 th {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border-bottom: none;
  }
}
.tbl02 th.padding__small {
  padding: 10px 10px 10px 10px;
}
.tbl02 th.gray {
  color: #333;
  background: #E7ECF4;
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: 14px;
  line-height: 1.4;
}
.tbl02 th.pink {
  color: #333;
  background: #FCECF3;
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: 14px;
  line-height: 1.4;
}
.tbl02 th .red__important {
  display: table;
  color: #d90000;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  margin: auto;
}
.tbl02 th .red__important::before {
  width: 13px;
  height: 1px;
  position: absolute;
  background: #d90000;
  bottom: 0;
  left: -18px;
  top: 4px;
  margin: auto;
  display: block;
  content: "";
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tbl02 th .red__important::after {
  width: 13px;
  height: 1px;
  position: absolute;
  background: #d90000;
  bottom: 0;
  right: -18px;
  top: 4px;
  margin: auto;
  display: block;
  content: "";
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbl02 th a {
  font-weight: normal;
  color: #1797d9;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tbl02 th a:hover {
  opacity: 0.7;
}
.tbl02 td {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 20px 24px 20px 24px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .tbl02 td {
    padding: 18px 18px 18px 18px;
  }
}
@media screen and (max-width: 599px) {
  .tbl02 td {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: none;
    font-size: 13px;
  }
}
.tbl02 td .standardText {
  color: #101010;
  line-height: 1.4;
}
.tbl02 td.rightText {
  text-align: right;
}
.tbl02 td.smallTitle {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 599px) {
  .tbl02 td.smallTitle {
    font-size: 13px;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .tbl02.service th {
    width: 100%;
    display: table-cell;
    text-align: left;
  }
  .tbl02.service td {
    width: 50%;
    display: table-cell;
  }
}
.tbl02.adsl th {
  width: 50%;
}
.tbl02.sekaivpn th {
  width: 22%;
  padding: 15px 20px 15px 20px;
}
@media screen and (max-width: 599px) {
  .tbl02.sekaivpn th {
    width: 100%;
    padding: 10px 15px 10px 15px;
  }
}
.tbl02.color__pink th {
  color: #333;
  background: #fcecf3;
}
.tbl02.color__pink th:first-of-type {
  width: 20%;
}
.tbl02.color__blue th {
  color: #333;
  background: #e7ecf4;
}
.tbl02.color__blue th:first-of-type {
  width: 20%;
}
.tbl02.color__pink__zoot th {
  color: #333;
  background: #fcecf3;
}
.tbl02.color__pink__zoot th:first-of-type {
  width: 25%;
}
.tbl02.color__pink__zoot td.smallTitle {
  font-weight: 500 !important;
}
.tbl02.color__blue__zoot th {
  color: #333;
  background: #e7ecf4;
}
.tbl02.color__blue__zoot th:first-of-type {
  width: 25%;
}
.tbl02.color .pink {
  background: #f07daf;
  color: #FFF;
}
.tbl02.color .gray {
  background: #6393e0;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .tbl02.color th {
    width: 100%;
    display: table-cell;
    text-align: left;
  }
  .tbl02.color td {
    display: table-cell;
  }
}
.tbl02.pay {
  table-layout: fixed;
}
.tbl02.pay th.tbl02__blue.width {
  width: 30%;
}
.tbl02.pay th.tbl02__blue.width02 {
  width: 50%;
}
.tbl02.pay td {
  text-align: right;
}
.tbl02.pay td.left {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .tbl02.sp100per th {
    width: auto !important;
    display: table-cell !important;
    text-align: left;
  }
  .tbl02.sp100per td {
    width: auto !important;
    display: table-cell;
  }
}
.tbl02.kotei {
  table-layout: fixed;
}
.tbl02.kotei th.tbl02__blue.width {
  width: 15%;
}
.tbl02.kotei th.tbl02__blue.width02 {
  width: 25%;
}
.tbl02.kotei td {
  text-align: right;
}
.tbl02.multi {
  table-layout: fixed;
}
.tbl02.multi th.tbl02__blue.width {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .tbl02.multi th.tbl02__blue.width {
    width: 35%;
  }
}
.tbl02.multi td {
  text-align: right;
}
.tbl02.kiyaku {
  table-layout: fixed;
}
.tbl02.kiyaku th.width {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .tbl02.kiyaku th.width {
    width: 10%;
  }
}
.tbl02.kiyaku th.width02 {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .tbl02.kiyaku th.width02 {
    width: 20%;
  }
}
.tbl02.kiyaku td {
  text-align: right;
}
.tbl02.kiyaku td.left {
  text-align: left;
}
.tbl02.short th {
  width: 10%;
  padding: 20px 15px 20px 15px;
}
@media screen and (max-width: 599px) {
  .tbl02.short th {
    display: table-cell;
    width: 10%;
    padding: 15px 20px 15px 20px;
    font-size: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .tbl02.short th.tbl02__blue {
    width: auto;
    display: table-cell;
  }
}
.tbl02.short td.smallTitle {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .tbl02.short td {
    display: table-cell;
    width: auto;
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 13px;
  }
}
.tbl02 th.tbl02__blue {
  background: #13448f;
  color: #fff;
  font-family: inherit !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  width: auto;
}
.tbl02 th.tbl02__blue.width {
  width: 12%;
}
@media screen and (max-width: 599px) {
  .tbl02 th.tbl02__blue {
    display: block;
    width: 100%;
  }
  .tbl02 th.tbl02__blue.width {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .tbl02 .tbl02List.mb30 {
    margin-bottom: 20px !important;
  }
}
.tbl02 .tbl02List li {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .tbl02 .tbl02List li {
    font-size: 13px;
  }
}
.tbl02 .tbl02List li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #13448f;
  display: block;
  content: "";
}
.tbl02 .tbl02List li span {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .tbl02 .tbl02List li span {
    font-size: 14px;
  }
}
.tbl02 .tbl02List li + li {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .tbl02 .tbl02List li + li {
    margin-top: 8px;
  }
}
.tbl02 .tbl02List__small li {
  font-size: 13px;
  line-height: 1.5;
}
.tbl02 .tbl02List__small li::before {
  top: 7px;
}
.tbl02 .tbl02List__small li span {
  font-size: 12px;
  font-weight: normal;
  color: #d90000;
  display: inline-block;
}
.tbl02.news th {
  width: 35%;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tbl02.news th {
    width: 42%;
  }
}
@media screen and (max-width: 599px) {
  .tbl02.news th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    border-bottom: none;
  }
}
.tbl02.news td {
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .tbl02.news td {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-bottom: none;
  }
}
.tbl02 .orange {
  color: #ffa414;
  font-weight: bold;
}
.tbl02 .red {
  color: #d90000;
  font-weight: bold;
}
.tbl02 .red__attention {
  color: #d90000;
  font-weight: normal;
  font-size: 13px;
}
.tbl02 .leftText {
  text-align: left;
}
.tbl02 .centerText {
  text-align: center;
}
.tbl02__two li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tbl02__two .title {
  width: 22%;
}
@media screen and (max-width: 599px) {
  .tbl02__two .title {
    width: 40%;
  }
}
.tbl02__two .text {
  width: 78%;
}
@media screen and (max-width: 599px) {
  .tbl02__two .text {
    width: 60%;
  }
}
.tbl02 .innertbl02 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .tbl02 .innertbl02 img {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .tbl02.mb40 {
    margin-bottom: 30px !important;
  }
}

.tbl03 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  table-layout: fixed;
}
@media screen and (max-width: 599px) {
  .tbl03 {
    border-right: none;
    border-left: none;
    border-top: none;
    margin-bottom: 10px;
  }
}
.tbl03 th {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #eeeeee;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .tbl03 th {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-bottom: none;
  }
}
.tbl03 th.width {
  width: 25%;
}
.tbl03 th.width__02 {
  width: 10%;
}
.tbl03 th.padding__small {
  padding: 10px 10px 10px 10px;
}
.tbl03 th a {
  font-weight: normal;
  color: #1797d9;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tbl03 th a:hover {
  opacity: 0.7;
}
.tbl03 th .smallText {
  font-size: 12px;
  line-height: 1.4;
  color: #888;
  text-align: left;
}
.tbl03 td {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #101010;
  vertical-align: top;
  word-break: break-all;
}
@media screen and (max-width: 599px) {
  .tbl03 td {
    display: block;
    width: 100%;
    padding: 14px;
    border-bottom: none;
    font-size: 14px;
  }
}
.tbl03 td .standardText {
  color: #101010;
  line-height: 1.4;
}
.tbl03 th.tbl03__blue {
  background: #13448f;
  color: #fff;
  font-family: inherit !important;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  width: auto;
}
.tbl03 th.tbl03__blue.width {
  width: 12%;
}
@media screen and (max-width: 599px) {
  .tbl03 th.tbl03__blue {
    display: block;
    width: 100%;
  }
  .tbl03 th.tbl03__blue.width {
    width: auto;
  }
}
.tbl03 th.tbl03__blue02 {
  background: #13448f;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .tbl03 .tbl03List.mb30 {
    margin-bottom: 20px !important;
  }
}
.tbl03 .tbl03List > li {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .tbl03 .tbl03List > li {
    font-size: 13px;
  }
}
.tbl03 .tbl03List > li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #13448f;
  display: block;
  content: "";
}
.tbl03 .tbl03List > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .tbl03 .tbl03List > li + li {
    margin-top: 8px;
  }
}
.tbl03 .tbl03List__category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tbl03 .tbl03List__category li {
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px 1px 5px;
  box-sizing: border-box;
  margin-right: 4px;
}
@media screen and (max-width: 599px) {
  .tbl03 .tbl03List__category li {
    margin-bottom: 4px;
  }
}
.tbl03 .tbl03List__category li.blue {
  background: #2c86d2;
  color: #fff;
}
.tbl03 .tbl03List__category li.green {
  background: #8bbf14;
  color: #fff;
}
.tbl03 .tbl03List__category li.red {
  background: #be0000;
  color: #fff;
}
.tbl03 .tbl03List__category li.purple {
  background: #a54fc5;
  color: #fff;
}
.tbl03 .tbl03List__category li.black {
  background: #434343;
  color: #fff;
}

.tbl04 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  table-layout: fixed;
}
@media screen and (max-width: 599px) {
  .tbl04 {
    border-right: none;
    border-left: none;
    border-top: none;
    position: relative;
  }
}
.tbl04 th {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #eeeeee;
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  padding: 12px 15px 12px 15px;
}
@media screen and (max-width: 1024px) {
  .tbl04 th {
    padding: 12px 15px 12px 15px;
  }
}
@media screen and (max-width: 599px) {
  .tbl04 th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    border-bottom: none;
  }
}
.tbl04 th.width {
  width: 28.6%;
}
@media screen and (max-width: 1024px) {
  .tbl04 th.width {
    width: 22%;
  }
}
.tbl04 th.width__02 {
  width: 22%;
}
.tbl04 th.width__03 {
  width: 22%;
}
@media screen and (max-width: 599px) {
  .tbl04 th.width__03 {
    position: relative !important;
  }
}
.tbl04 th.padding__small {
  padding: 8px 10px 5px 10px;
}
.tbl04 th.tbl04__blue {
  background: #13448f;
  color: #fff;
}
.tbl04 th.fixTitle {
  background: #13448f;
  color: #fff;
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .tbl04 th.fixTitle {
    font-size: 14px;
  }
}
.tbl04 th.fixTitle a {
  color: #fff;
  text-decoration: underline;
}
.tbl04 th.fixTitle a:hover {
  text-decoration: none;
}
.tbl04 th.orange {
  color: #f9502f;
  font-weight: bold;
}
.tbl04 td {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 12px 18px 12px 18px;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .tbl04 td {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    border-bottom: none;
    font-size: 14px;
  }
}
.tbl04 td .standardText {
  color: #101010;
  line-height: 1.4;
}
.tbl04 td.orange {
  color: #f9502f;
  background: #fff9df;
}
.tbl04 td.orange p {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.tbl04 .tblBtn {
  display: block;
  background: #f9502f;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px 10px 10px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tbl04 .tblBtn::before {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tbl04 .tblBtn:hover {
  background: #d0341a;
}
.tbl04 .red {
  color: #fc0606;
}
.tbl04 .middleText {
  font-size: 15px;
  line-height: 1.4;
}
.tbl04 .leftText {
  font-size: 14px;
  text-align: left;
}
.tbl04 .centerText {
  font-size: 14px;
  text-align: center;
}
.tbl04 .smallText {
  font-size: 13px;
  line-height: 1.4;
}
.tbl04 .smallText__th {
  font-size: 12px;
}

.tbl05 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  table-layout: fixed;
}
@media screen and (max-width: 599px) {
  .tbl05 {
    border-right: none;
    border-left: none;
    border-top: none;
    position: relative;
  }
}
.tbl05 th {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  padding: 12px 15px 12px 15px;
}
@media screen and (max-width: 1024px) {
  .tbl05 th {
    padding: 12px 15px 12px 15px;
  }
}
@media screen and (max-width: 599px) {
  .tbl05 th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    border-bottom: none;
  }
}
.tbl05 th.width {
  width: 22%;
}
.tbl05 th.width02 {
  width: 32%;
}
@media screen and (max-width: 599px) {
  .tbl05 th.width02 {
    width: 8%;
  }
}
.tbl05 th.padding__small {
  padding: 8px 10px 5px 10px;
}
.tbl05 th.tbl05__blue {
  background: #13448f;
  color: #fff;
}
.tbl05 th.gray {
  color: #333;
  background: #e7ecf4;
}
.tbl05 th.pink {
  color: #333;
  background: #fcecf3;
}
.tbl05 td {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  padding: 12px 18px 12px 18px;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .tbl05 td {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 15px;
    border-bottom: none;
    font-size: 14px;
  }
}
.tbl05 td .standardText {
  color: #101010;
  line-height: 1.4;
}
.tbl05 td.orange {
  color: #f9502f;
  background: #fff9df;
}
.tbl05 td.orange p {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.tbl05 .red {
  color: #fc0606;
}
.tbl05 .middleText {
  font-size: 15px;
}
.tbl05 .leftText {
  text-align: left;
}
.tbl05 .centerText {
  text-align: center;
}
.tbl05 .smallText {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .tbl05 .tbl05List.mb30 {
    margin-bottom: 20px !important;
  }
}
.tbl05 .tbl05List li {
  position: relative;
  padding-left: 1.1em;
  box-sizing: border-box;
}
.tbl05 .tbl05List li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 2px;
  background: #13448f;
  display: block;
  content: "";
}
.tbl05 .tbl05List li + li {
  margin-top: 8px;
}
.tbl05 .tbl05List__small li {
  font-size: 13px;
  line-height: 1.5;
}
.tbl05 .tbl05List__small li::before {
  top: 7px;
}
.tbl05 .tbl05List__small li span {
  font-size: 12px;
  font-weight: normal;
  color: #d90000;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .scrollTable {
    overflow-x: scroll;
  }
  .scrollTable.mb40 {
    margin-bottom: 30px !important;
  }
  .scrollTable::-webkit-scrollbar {
    height: 12px;
  }
  .scrollTable::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #e7ecf4;
  }
  .scrollTable::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #13448f;
  }
  .scrollTable .tbl02 {
    width: 560px;
    /*display: block;*/
    margin-bottom: 0px !important;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
  }
  .scrollTable .tbl03 {
    width: 580px;
    margin-bottom: 0px !important;
    -webkit-overflow-scrolling: touch;
  }
  .scrollTable .tbl04 {
    width: 1000px;
    margin-bottom: 0px !important;
    -webkit-overflow-scrolling: touch;
  }
  .scrollTable .tbl04 tr th:first-of-type {
    width: 70px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    left: 0px;
  }
  .scrollTable .tbl04 tr th:first-of-type::before {
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    left: -1px;
    top: 0;
    display: block;
    content: "";
    z-index: 5;
  }
  .scrollTable .tbl04 tr th:first-of-type::after {
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    position: absolute;
    right: -1px;
    top: 0;
    display: block;
    content: "";
    z-index: 5;
  }
  .scrollTable th {
    display: table-cell;
    width: 10%;
    padding: 15px 8px;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
  }
  .scrollTable th.tbl02__blue {
    display: table-cell;
    width: auto;
  }
  .scrollTable th.tbl03__blue {
    display: table-cell;
    width: auto;
  }
  .scrollTable td {
    display: table-cell;
    width: auto;
    padding: 15px 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
  }
  .scrollTable .tbl05 {
    width: 1000px;
    margin-bottom: 0px !important;
    -webkit-overflow-scrolling: touch;
  }
}

.innerList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .innerList {
    display: block;
  }
}
.innerList li {
  width: 48%;
}
.innerList li img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .innerList li {
    width: 100%;
  }
}
.innerList li:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 599px) {
  .innerList li:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.floatList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .floatList {
    display: block;
  }
}
.floatList li + li {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .floatList li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.pointList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .pointList.mb40 {
    margin-bottom: 30px !important;
  }
}
.pointList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #cbe295;
  width: 23%;
  position: relative;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pointList li {
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (max-width: 599px) {
  .pointList li {
    width: 48.5%;
  }
}
@media screen and (max-width: 320px) {
  .pointList li {
    padding: 15px 5px 15px 5px;
  }
}
.pointList li + li {
  margin-left: 2.6666666667%;
}
@media screen and (max-width: 599px) {
  .pointList li + li {
    margin-left: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .pointList li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .pointList li:nth-child(2n) {
    margin-left: 3%;
  }
}
.pointList__number {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pointList__number {
    top: -34px;
  }
}
.pointList__number__en {
  font-size: 24px;
  color: #cbe295;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .pointList__number__en {
    font-size: 20px;
  }
}
.pointList__number__num {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #cbe295;
  font-size: 50px;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .pointList__number__num {
    font-size: 40px;
  }
}
.pointList__textarea {
  font-size: 26px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #101010;
}
@media screen and (max-width: 1200px) {
  .pointList__textarea {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .pointList__textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .pointList__textarea {
    font-size: 16px;
  }
}
.pointList__textarea__red {
  color: #eb0000;
  font-size: 35px;
  font-weight: 900;
  display: block;
}
@media screen and (max-width: 1200px) {
  .pointList__textarea__red {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .pointList__textarea__red {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .pointList__textarea__red {
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
.pointList__textarea__red .big {
  font-size: 55px;
  line-height: 0.8;
  vertical-align: -2px;
}
@media screen and (max-width: 1200px) {
  .pointList__textarea__red .big {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pointList__textarea__red .big {
    font-size: 45px;
  }
}
@media screen and (max-width: 320px) {
  .pointList__textarea__red .big {
    font-size: 35px;
  }
}

@media screen and (max-width: 599px) {
  .dotList.mb25 {
    margin-bottom: 15px !important;
  }
}
.dotList.blue-l li::before {
  background: #3b67ab;
}
.dotList.blue li::before {
  background: #13448f;
}
.dotList.green li::before {
  background: #93cd93;
}
.dotList.purple li::before {
  background: #C7AED0;
}
.dotList li {
  position: relative;
  padding-left: 18px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .dotList li {
    font-size: 13px;
  }
}
.dotList li::before {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .dotList li::before {
    width: 10px;
    height: 10px;
    top: 3px;
  }
}
.dotList li + li {
  margin-top: 3px;
}

.taikenBnr {
  background: #eee;
  padding: 4% 18% 4% 18%;
}
@media screen and (max-width: 1024px) {
  .taikenBnr {
    padding: 4% 8% 4% 8%;
  }
}
@media screen and (max-width: 599px) {
  .taikenBnr {
    padding: 5% 6% 5% 6%;
  }
}
.taikenBnr__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .taikenBnr__title {
    margin-bottom: 10px;
  }
}
.taikenBnr__title__category {
  width: 47%;
  background: #666666;
  margin-right: 3%;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 5px 9px 5px;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .taikenBnr__title__category {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.taikenBnr__title__merit {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .taikenBnr__title__merit {
    width: 100%;
  }
}
.taikenBnr__title__merit li {
  padding: 8px 5px 9px 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
  color: #555555;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
}
.taikenBnr__title__merit li:nth-child(1) {
  width: 56%;
  margin-right: 4%;
}
.taikenBnr__title__merit li:nth-child(2) {
  width: 40%;
}
.taikenBnr__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f9502f;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, #ce3719 50%);
  background-image: linear-gradient(to right, transparent 50%, #ce3719 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.taikenBnr__btn__textarea {
  width: 83%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 10px 18px 25px;
}
@media screen and (max-width: 599px) {
  .taikenBnr__btn__textarea {
    padding: 15px 10px 15px 15px;
  }
}
.taikenBnr__btn__textarea .catch {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  .taikenBnr__btn__textarea .catch {
    font-size: 16px;
  }
}
.taikenBnr__btn__textarea .text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .taikenBnr__btn__textarea .text {
    font-size: 22px;
  }
}
.taikenBnr__btn__textarea .text span {
  font-size: 23px;
}
@media screen and (max-width: 599px) {
  .taikenBnr__btn__textarea .text span {
    font-size: 17px;
  }
}
.taikenBnr__btn__arrow {
  width: 17%;
  background: #ce3719;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}
.taikenBnr__btn__arrow img {
  max-width: 90%;
}
@media screen and (max-width: 599px) {
  .taikenBnr__btn__arrow img {
    max-width: 60%;
    width: 60%;
  }
}
.taikenBnr__btn:hover {
  background-color: #ce3719;
  background-position: -100% 100%;
}

@media screen and (max-width: 599px) {
  .tsuitachi-block {
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .tsuitachi-block table {
    width: 100% !important;
  }
  .tsuitachi-block table td {
    width: auto !important;
    height: auto !important;
  }
  .tsuitachi-block table td img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .tsuitachi-block table td p {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .tsuitachi-frame {
    width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .tsuitachi-frame {
    width: 100% !important;
    height: 450px !important;
  }
}

/*  パンくず 
--------------------------*/
.breadcrumbsBg {
  background: #f3f3f3;
}

.breadcrumbsWrap {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .breadcrumbsWrap {
    display: none;
  }
}
.breadcrumbsWrap__item {
  font-size: 13px;
  line-height: 1.2;
  color: #666666; /*通常の色*/
  position: relative;
  vertical-align: middle;
}
.breadcrumbsWrap__item + .breadcrumbsWrap__item {
  margin-left: 28px; /*間の余白*/
}
@media screen and (max-width: 1300px) {
  .breadcrumbsWrap__item {
    font-size: 13px;
  }
}
.breadcrumbsWrap__item::before {
  content: ">";
  font-size: 13px;
  line-height: 1;
  top: 2px;
  bottom: 0;
  left: -19px;
  color: #666666;
  margin: auto;
  position: absolute;
}
.breadcrumbsWrap__item:first-child::before {
  display: none;
}
.breadcrumbsWrap__item__link {
  color: #1797d9;
  font-size: 13px;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.breadcrumbsWrap__item__link:hover {
  color: #0072ad;
}
.breadcrumbsWrap__item__link.current {
  color: #1797d9;
}

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

button

----------------------------------------*/
.btnWrap {
  background: #eee;
  padding: 25px 20px 25px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .btnWrap {
    padding: 18px 15px 18px 15px;
  }
  .btnWrap.mb30 {
    margin-bottom: 20px !important;
  }
}
.btnWrap.green {
  background: #d7e9af;
}
@media screen and (max-width: 599px) {
  .btnWrap.green {
    padding: 18px 15px 18px 15px;
  }
}
.btnWrap.blue {
  background: #d1e6f8;
}
@media screen and (max-width: 599px) {
  .btnWrap.blue {
    padding: 18px 15px 18px 15px;
  }
}

/*白いボタン用*/
.btnList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btnList li {
  min-width: 33%;
}
@media screen and (max-width: 599px) {
  .btnList li {
    min-width: 100%;
  }
}
.btnList li + li {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .btnList li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*青いボタン用*/
.bgBtnList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .bgBtnList.mb30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .bgBtnList.mb35 {
    margin-bottom: 25px !important;
  }
}
.bgBtnList li {
  width: 49.5%;
}
@media screen and (max-width: 599px) {
  .bgBtnList li {
    width: 100%;
  }
}
.bgBtnList li:nth-child(2n) {
  margin-left: 1%;
}
@media screen and (max-width: 599px) {
  .bgBtnList li:nth-child(2n) {
    margin-left: 0;
  }
}
.bgBtnList li + li {
  margin-top: 10px;
}
.bgBtnList li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .bgBtnList li:nth-child(2) {
    margin-top: 10px;
  }
}

.borderBtn {
  max-width: 300px;
  display: block;
  border: 2px solid #1983dc;
  color: #1983dc;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  padding: 13px 35px 13px 25px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .borderBtn {
    max-width: 90%;
    width: 90%;
    margin: auto;
    font-size: 14px;
    padding: 14px 24px 14px 15px;
  }
}
.borderBtn::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #1983dc;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .borderBtn::before {
    top: 3px;
    width: 18px;
    right: 15px;
  }
}
.borderBtn::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 14px;
  border-color: transparent transparent transparent #1983dc;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .borderBtn::after {
    top: -2px;
    right: 15px;
  }
}
.borderBtn:hover {
  background: #e0f1ff;
}
.borderBtn.rule {
  margin: 0 2.5%;
}
.borderBtn.widthAuto {
  max-width: 100%;
  display: table;
  font-size: 14px;
  padding: 10px 45px 10px 30px;
}
@media screen and (max-width: 599px) {
  .borderBtn.widthAuto {
    width: 100%;
    padding: 12px 35px 12px 15px;
    text-align: left;
  }
}

.whiteBtn {
  background: #fff;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0.93em 45px 0.9em 20px;
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #FFF;
}
@media screen and (max-width: 599px) {
  .whiteBtn {
    text-align: left;
    margin: auto;
    padding: 0.8em 35px 0.8em 18px;
  }
}
.whiteBtn::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .whiteBtn::before {
    top: 3px;
  }
}
.whiteBtn::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 14px;
  border-color: transparent transparent transparent #101010;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .whiteBtn::after {
    top: -2px;
  }
}
.whiteBtn:hover.gray {
  border: 2px solid #888;
}
.whiteBtn:hover.green {
  border: 2px solid #8bbf14;
}
.whiteBtn:hover.blue {
  border: 2px solid #1983dc;
}

.blueBtn {
  background: #1983dc;
  display: block;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  padding: 0.93em 45px 0.9em 20px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .blueBtn {
    font-size: 14px;
    font-weight: 500;
    padding: 0.8em 35px 0.8em 18px;
  }
}
.blueBtn::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .blueBtn::before {
    top: 3px;
  }
}
.blueBtn::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #fff;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .blueBtn::after {
    top: -2px;
  }
}
.blueBtn.gray {
  background: #888888;
}
.blueBtn.gray:hover {
  background: #666;
}
.blueBtn:hover {
  background: #0068c0;
}

.taikenArea__small {
  text-align: center;
}
.taikenArea__small__catch {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #101010;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  position: relative;
  display: table;
  margin: 0 auto 15px;
  padding: 0 45px 0 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .taikenArea__small__catch {
    font-size: 20px;
    padding: 0 25px 0 25px;
  }
}
.taikenArea__small__catch::before {
  width: 26px;
  height: 29px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../service/flets/b/img/icon_flow_l.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .taikenArea__small__catch::before {
    width: 15px;
    height: 17px;
  }
}
.taikenArea__small__catch::after {
  width: 26px;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../service/flets/b/img/icon_flow_r.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .taikenArea__small__catch::after {
    width: 15px;
    height: 17px;
  }
}
.taikenArea__small__btn {
  background: #f9502f;
  display: table;
  min-width: 320px;
  margin: auto;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  padding: 0.8em 45px 0.8em 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .taikenArea__small__btn {
    min-width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0.8em 35px 0.8em 18px;
  }
}
.taikenArea__small__btn::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .taikenArea__small__btn::before {
    top: 3px;
  }
}
.taikenArea__small__btn::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #fff;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .taikenArea__small__btn::after {
    top: -2px;
  }
}
.taikenArea__small__btn:hover {
  background: #ff8972;
}

.textBtn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .textBtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .textBtn.ml15 {
    margin-left: 0 !important;
  }
  .textBtn.mb35 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .textBtn li {
    width: 100%;
  }
}
.textBtn li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .textBtn li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.textBtn a {
  display: block;
  color: #1797d9;
  text-decoration: underline;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.textBtn a:hover {
  opacity: 0.7;
}

.solidBtn {
  background: #13448f;
  min-width: 280px;
  padding: 0.95em 10px 0.8em 10px;
  box-sizing: border-box;
  display: table;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .solidBtn {
    max-width: 90%;
    width: 90%;
    margin: auto;
    font-size: 14px;
    padding: 14px 24px 14px 15px;
  }
}
.solidBtn::before {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.solidBtn:hover {
  background: #2088df;
}
.solidBtn.light-blue {
  background: #1983dc;
}
.solidBtn.light-blue:hover {
  background: #47a6f6;
}

.arrowLink {
  display: table;
  color: #101010;
  padding: 0 0 0 28px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .arrowLink {
    font-size: 14px;
  }
}
.arrowLink::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #13448f;
  border-right: 3px solid #13448f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .arrowLink::before {
    width: 9px;
    height: 9px;
    border-top: 3px solid #13448f;
    border-right: 3px solid #13448f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }
}
.arrowLink:hover {
  opacity: 0.7;
}

.externalLink {
  position: relative;
  padding: 0 29px 0 0;
  box-sizing: border-box;
}
.externalLink::before {
  width: 18px;
  height: 18px;
  position: absolute;
  background: url("../common/icon_external.svg") center center no-repeat;
  background-size: 100% auto;
  right: 6px;
  top: 0px;
  display: block;
  content: "";
}

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

header

----------------------------------------*/
.pcHeader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .pcHeader {
    display: none;
  }
}
.pcHeader virtual {
  width: 100%;
}
.pcHeader__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pcHeader__logo {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.pcHeader__logo__link {
  display: block;
  width: 224px;
  margin-right: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pcHeader__logo__link img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .pcHeader__logo__link {
    width: 130px;
    margin-right: 15px;
  }
}
.pcHeader__logo__link:hover {
  opacity: 0.6;
}
.pcHeader__logo__text {
  font-size: 11px;
  line-height: 1.4;
  font-weight: normal;
}
.pcHeader__right {
  padding: 20px 25px 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .pcHeader__right {
    padding: 15px 15px 15px 0;
  }
}
.pcHeader__right__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  float: right;
}
.pcHeader__right__list::after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 1024px) {
  .pcHeader__right__list {
    margin-bottom: 10px;
  }
}
.pcHeader__right__list li + li {
  margin-left: 31px;
}
@media screen and (max-width: 1024px) {
  .pcHeader__right__list li + li {
    margin-left: 20px;
  }
}
.pcHeader__right__list li a {
  display: block;
  font-size: 13px;
  color: #101010;
  position: relative;
  padding: 0 0 0 22px;
  box-sizing: border-box;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pcHeader__right__list li a {
    font-size: 12px;
    padding: 0 0 0 15px;
  }
}
.pcHeader__right__list li a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #13448f transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  z-index: 1;
}
.pcHeader__right__list li a::after {
  border-radius: 5px;
  background: #e9f5ff;
  position: absolute;
  width: 110%;
  height: 110%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pcHeader__right__list li a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .pcHeader__right__list li a:hover::after {
    display: none;
  }
}
.pcHeader .searchWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: right;
}
.pcHeader .searchWrap__title {
  font-size: 13px;
  color: #101010;
  margin-right: 15px;
  padding-top: 2px;
}
@media screen and (max-width: 1024px) {
  .pcHeader .searchWrap__title {
    font-size: 11px;
    margin-right: 10px;
  }
}
.pcHeader .searchWrap__form__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #89a1c7;
  padding: 4px 5px 4px 5px;
  max-width: 200px;
}
.pcHeader .searchWrap__form__text:focus {
  border: 1px solid #13448f;
}
.pcHeader .searchWrap__form__btn {
  width: 26px;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  background: url("../common/icon_search.svg") center center no-repeat #13448f;
  background-size: 15px 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pcHeader .searchWrap__form__btn:hover {
  background: url("../common/icon_search.svg") center center no-repeat #0c2d5e;
}

.headerNav {
  width: 100%;
  background: #13448f;
  margin-bottom: 23px;
}
.headerNav__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerNav__list li {
  width: 25%;
  text-align: center;
}
.headerNav__list li a {
  padding: 28px 15px 25px 15px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .headerNav__list li a {
    font-size: 14px;
    padding: 23px 10px 20px 10px;
  }
}
.headerNav__list li a:hover, .headerNav__list li a.current {
  background: #013483;
}
.headerNav__list li a.support-btn {
  background-color: #00a6e2;
  background-image: url("../common/icon_lock.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 22px 15px;
  height: calc(100% - 14px);
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 14px;
  padding: 14px 20px 4px 35px;
}
@media screen and (max-width: 1024px) {
  .headerNav__list li a.support-btn {
    background-position: 15px 12px;
    background-size: 18px auto;
  }
}
.headerNav__list li a.support-btn:hover, .headerNav__list li a.support-btn.current {
  background-color: #0090cc;
}

.spHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  background: #FFF;
  /*border-bottom: 2px solid #13448f;*/
}
.spHeader__logo {
  width: 100%;
  height: 55px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  padding: 10px 0 2px 10px;
}
.spHeader__logo a {
  display: block;
}
@media screen and (max-width: 599px) {
  .spHeader__logo a {
    width: 35%;
  }
}
.spHeader__logo img {
  width: 100%;
}
.spHeader__other {
  background: #e9f5ff;
  width: 52px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 52px;
  top: 0px;
  z-index: 9;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}
.spHeader__navButton {
  background-color: #13448f;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 20;
  width: 52px;
  height: 55px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}
.spHeader__navButton span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 15px;
  margin: auto;
  width: 22px;
  height: 2px;
  margin-right: 0px;
  margin-top: 0px;
  background-color: #fff;
  z-index: 111;
}
.spHeader__navButton span:nth-of-type(1) {
  top: 17px;
}
.spHeader__navButton span:nth-of-type(2) {
  top: 25px;
}
.spHeader__navButton span:nth-of-type(3) {
  top: 34px;
}
.spHeader__navButton.active {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 999;
  background: #13448f;
}
.spHeader__navButton.active span {
  background-color: #fff;
}
.spHeader__navButton.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg);
  top: 7px;
  right: 15px;
}
.spHeader__navButton.active span:nth-of-type(2) {
  opacity: 0;
}
.spHeader__navButton.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
  transform: translateY(-20px) rotate(315deg);
  top: 47px;
  right: 15px;
}
.spHeader__wrap {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #062a63;
  background-size: 2px 2px;
  z-index: 30;
  position: fixed;
  top: 55px;
  left: 0;
  margin-top: 0;
  float: none;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.1s ease-out;
  padding-bottom: 30px;
}
.spHeader__wrap.open {
  display: block;
  animation: fadeIn 0.3s ease-in;
  opacity: 1;
}
.spHeader__wrap.close {
  display: none;
  opacity: 0;
}
.spHeader__navlogo {
  display: block;
  margin: 40px auto 10px;
  text-align: center;
}
.spHeader .spNav {
  width: 100%;
  margin: 0px auto;
  background: #13448f;
}
.spHeader .spNav__item {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 0 0 1px 0;
}
.spHeader .spNav__item.bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.spHeader .spNav__item.bg .spNav__link, .spHeader .spNav__item.bg .spNav__btn {
  padding-left: 25px;
}
.spHeader .spNav__ttl {
  position: relative;
  font-size: 15px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding: 9px 10px 9px 27px;
}
.spHeader .spNav__ttl::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: rgba(255, 255, 255, 0.6) transparent transparent transparent;
}
.spHeader .spNav__link {
  padding: 1em 20px 1em 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .spHeader .spNav__link {
    padding: 1.2em 20px 1.2em 15px;
  }
}
.spHeader .spNav__link__icon {
  width: 16px;
  display: inline-block;
  margin-right: 15px;
}
.spHeader .spNav__link__icon img {
  width: 100%;
  vertical-align: 0;
}
.spHeader .spNav__link::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
.spHeader .spNav__btn {
  padding: 1em 17px 1em 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  display: block;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .spHeader .spNav__btn {
    padding: 1.2em 15px 1.2em 15px;
  }
}
.spHeader .spNav__btn__icon {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 2px;
}
.spHeader .spNav__btn__icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
.spHeader .spNav__btn__icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.spHeader .spNav__btn__icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.spHeader .spNav__btn__icon.active span:nth-of-type(1) {
  display: none;
}
.spHeader .spNav__btn__icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.spHeader .support-btn {
  position: relative;
  margin: 23px 20px 5px 20px;
  display: block;
  color: #fff;
  background-color: #00a6e2;
  background-image: url("../common/icon_lock.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 15px 12px;
  padding: 14px 30px 14px 35px;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
}
.spHeader .support-btn::before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
.spHeader .spNav-support {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px 15px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.spHeader .spNav-support li {
  width: calc((100% - 6px) / 2);
}
.spHeader .spNav-support li a {
  position: relative;
  display: block;
  padding: 13px 20px 13px 25px;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
}
.spHeader .spNav-support li a::before {
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
}
.spHeader .spNav-support li a.taiken {
  background-color: #05bd97;
  background-image: url("../common/icon_earth.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 10px 14px;
}
.spHeader .spNav-support li a.login {
  background-color: #03a4db;
  background-image: url("../common/icon_lock.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 10px 14px;
}
.spHeader .spNav-search {
  margin-bottom: 10px;
  width: 100%;
  padding: 22px 20px;
  overflow: hidden;
}
.spHeader .spNav-search__ttl {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-bottom: 5px;
  padding-left: 18px;
}
.spHeader .spNav-search__ttl::before {
  background-color: #1856b5;
  content: "";
  height: 12px;
  width: 12px;
  left: 0;
  position: absolute;
  top: 8px;
}
.spHeader .spNav-search__box {
  padding: 2px 0 0 10px;
  width: calc(100% - 40px);
  height: 40px;
  background-color: #fff;
  font-size: 15px;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
}
.spHeader .spNav-search__btn {
  width: 40px;
  height: 40px;
  background-color: #111;
  background-image: url(../common/icon_search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: none;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
  cursor: pointer;
  float: right;
  transition: 0.5s;
}
.spHeader .spNav-other {
  text-align: center;
  padding: 0 10px 40px 10px;
}
.spHeader .spNav-other__item {
  margin-left: 3px;
  margin-bottom: 7px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
}
.spHeader .spNav-other__item:first-child {
  margin-left: 0;
}
.spHeader .spNav-other__link {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  color: #122e56;
  padding: 5px 9px 6px;
  display: block;
  background-color: #8da8d2;
  border-radius: 100px;
}
.spHeader .spNav-other__link:hover {
  color: #777;
}
.spHeader .navInner {
  display: none;
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(255, 255, 255, 0.1);
}
.spHeader .navInner__item {
  position: relative;
  margin-left: 1em;
}
.spHeader .navInner__item::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  top: 19px;
  left: 10px;
  margin: auto;
  content: "";
  display: block;
}
.spHeader .navInner__item::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spHeader .navInner__item:nth-child(1)::before {
  top: 14px;
}
.spHeader .navInner__item:nth-child(1) .navInner__link {
  padding: 5px 15px 10px 30px;
}
.spHeader .navInner__link {
  padding: 10px 15px 10px 30px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #FFF;
  line-height: 1.4;
  display: block;
}

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

footer

----------------------------------------*/
#pageTop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  content: "";
  box-sizing: border-box;
  background: #00378b;
  /*display: none;*/
}
@media screen and (max-width: 599px) {
  #pageTop {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 320px) {
  #pageTop {
    width: 40px;
    height: 40px;
  }
}
#pageTop img {
  width: 100%;
}
#pageTop a {
  display: block;
}
#pageTop:hover {
  opacity: 0.5;
}
#pageTop::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  content: "";
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #pageTop::before {
    width: 15px;
    height: 15px;
  }
}

.footerWrap {
  background: #13448f;
  padding: 60px 0px 80px 0px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footerWrap {
    padding: 40px 0 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .footerWrap {
    padding: 25px 0 30px 0;
  }
}
.footerWrap__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footerWrap__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .footerWrap__title {
    display: block;
    margin-bottom: 10px;
  }
}
.footerWrap__title__text {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  padding-top: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .footerWrap__title__text {
    font-size: 16px;
  }
}
.footerWrap__title__text span {
  display: block;
  font-family: inherit;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 7px;
}
@media screen and (max-width: 599px) {
  .footerWrap__title__text span {
    font-size: 9px;
  }
}
.footerWrap__title li {
  position: relative;
  padding-bottom: 5px;
}
.footerWrap__title li:first-child {
  padding-right: 35px;
  margin-right: 35px;
}
@media screen and (max-width: 599px) {
  .footerWrap__title li:first-child {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 18px;
    margin-bottom: 12px;
  }
  .footerWrap__title li:first-child img {
    width: 48%;
  }
}
.footerWrap__title li:first-child::before {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  position: absolute;
}
@media screen and (max-width: 599px) {
  .footerWrap__title li:first-child::before {
    top: auto;
    left: 0;
    width: 80%;
    height: 1px;
  }
}
.footerWrap__title li a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footerWrap__title li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  .footerWrap__title li a:hover {
    opacity: 1;
  }
}
.footerWrap__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .footerWrap__nav {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footerWrap__nav {
    display: none;
  }
}
.footerWrap__nav li {
  position: relative;
}
.footerWrap__nav li + li {
  margin-left: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .footerWrap__nav li + li {
    margin-left: 12px;
    padding-left: 12px;
  }
}
.footerWrap__nav li + li::before {
  width: 1px;
  height: 85%;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  position: absolute;
}
.footerWrap__nav a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footerWrap__nav a {
    font-size: 12px;
  }
}
.footerWrap__nav a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .footerWrap__nav a:hover {
    opacity: 1;
  }
}
.footerWrap__copy {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

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

pager ページャー

----------------------------------------*/
.pagerWrap {
  background: #f7f7f7;
  padding: 14px 20px 14px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .pagerWrap {
    padding: 18px 5px 18px 5px;
  }
}
.pagerWrap ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagerWrap ul a {
  display: block;
  font-size: 14px;
  color: #1797d9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 599px) {
  .pagerWrap ul a {
    font-size: 12px;
    line-height: 1.4;
  }
}
.pagerWrap ul a:hover {
  opacity: 0.7;
}
.pagerWrap__next {
  padding-left: 40px;
}
@media screen and (max-width: 599px) {
  .pagerWrap__next {
    padding-left: 25px;
  }
}
.pagerWrap__next::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #777777;
  top: 2px;
  bottom: 0;
  left: 0px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pagerWrap__next::before {
    top: 2px;
    width: 15px;
  }
}
.pagerWrap__next::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 3px 12px;
  border-color: transparent transparent #777777 transparent;
  top: -2px;
  bottom: 0;
  left: 0px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pagerWrap__next::after {
    top: -2px;
    border-width: 0px 0 3px 10px;
  }
}
.pagerWrap__prev {
  padding-right: 40px;
}
@media screen and (max-width: 599px) {
  .pagerWrap__prev {
    padding-right: 25px;
  }
}
.pagerWrap__prev::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #777777;
  top: 2px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pagerWrap__prev::before {
    top: 2px;
  }
}
.pagerWrap__prev::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 12px;
  border-color: transparent transparent transparent #777777;
  top: -2px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pagerWrap__prev::after {
    top: -2px;
    border-width: 3px 0 0 10px;
  }
}

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

slider

----------------------------------------*/
.slick-slider {
  position: relative;
  display: none;
  opacity: 0;
  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-slider.slick-initialized {
  display: block;
  opacity: 1;
}

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

.slick .slick-list {
  overflow: hidden;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -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;
  /*img {
      display: block;
  }*/
  /*display: none;*/
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide.slick-initialized {
  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;
}

/* Arrows */
.slick-prev,
.slick-next {
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  outline: none;
  border: none;
  position: absolute;
  width: 32px;
  height: 32px;
  /*-webkit-transform: rotate(45deg);
  transform: rotate(45deg);*/
  top: 25%;
  margin: auto;
  content: "";
  display: block;
  z-index: 5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    width: 32px;
    height: 32px;
    top: 22%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  /*background: transparent;*/
  color: transparent;
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #999;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
  background: url("../img/slider/icon_arrow_l.svg") 0 0 no-repeat;
  background-size: 100% auto;
  /*border-bottom: 7px solid #009e70;
  border-left: 7px solid #009e70;*/
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    left: 15px;
    /*border-bottom: 6px solid #009e70;
    border-left: 6px solid #009e70;*/
  }
}
@media screen and (max-width: 599px) {
  .slick-prev {
    left: 10px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  /*content: $slick-prev-character;*/
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 15px;
  background: url("../img/slider/icon_arrow_r.svg") 0 0 no-repeat;
  background-size: 100% auto;
  /*border-top: 7px solid #009e70;
  border-right: 7px solid #009e70;*/
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: 20px;
    /*border-top: 6px solid #009e70;
    border-right: 6px solid #009e70;*/
  }
}
@media screen and (max-width: 599px) {
  .slick-next {
    right: 10px;
  }
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  /*content: $slick-next-character;*/
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background: #2769B4;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #2769B4;
}
.slick-dots li.slick-active button:before {
  color: #2769B4;
  opacity: 0.75;
}

.mainSlick {
  width: 100% !important;
  display: none;
}
.mainSlick img {
  width: 100%;
}

/*---------------------------------------
@keyframes
----------------------------------------*/
@-webkit-keyframes topfadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.topfadeIn {
  -webkit-animation-name: topfadeIn;
  animation-name: topfadeIn;
}

.topfa {
  opacity: 0;
  /*display: none;*/
}
.topfa.topfadeIn {
  height: auto;
  animation: topfadeIn 2s forwards;
  opacity: 1;
  display: block !important;
}

.fau {
  opacity: 0;
}
.fau.fadeInUp {
  animation: fadeInUp 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 1;
}

.fa {
  opacity: 0;
}
.fa.fadeIn {
  animation: fadeIn 2s forwards;
  opacity: 1;
}

.fal {
  opacity: 0;
}
.fal.fadeInLeft {
  animation: fadeInLeft 0.5s forwards;
  opacity: 1;
}

.far {
  opacity: 0;
}
.far.fadeInRight {
  animation: fadeInRight 0.5s forwards;
  opacity: 1;
}

.jack {
  opacity: 0;
}
.jack.jackInTheBox {
  animation: jackInTheBox 0.5s forwards;
  opacity: 1;
}

.rota {
  opacity: 0;
}
.rota.rotateIn {
  opacity: 1;
  animation: rotateIn 1.5s forwards;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 52, 131, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 52, 131, 0.4);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(1, 52, 131, 0);
    -webkit-box-shadow: 0 0 0 22px rgba(1, 52, 131, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 52, 131, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 52, 131, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 52, 131, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(1, 52, 131, 0.4);
  }
  70% {
    box-shadow: 0 0 0 22px rgba(1, 52, 131, 0);
    -webkit-box-shadow: 0 0 0 22px rgba(1, 52, 131, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 52, 131, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(1, 52, 131, 0);
  }
}
/* Keyframes */
@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 5px;
  }
  50% {
    width: 100%;
    height: 5px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%);
    opacity: 0.3;
  }
}
/* Keyframes */
@keyframes fill {
  0% {
    width: 0%;
    height: 5px;
  }
  50% {
    width: 100%;
    height: 5px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(222, 244, 156) 1%, rgb(232, 255, 237) 100%);
    opacity: 0.3;
  }
}
@-webkit-keyframes spin {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
  }
}
@keyframes spin {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #eabe3e;
  }
  100% {
    transform: rotate(360deg);
    background: #eabe3e;
  }
}
@-webkit-keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176deg);
  }
}
@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #eabe3e;
  }
  100% {
    transform: rotate(360deg);
    background: #eabe3e;
  }
}
@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176deg);
  }
}
@-webkit-keyframes rotate-circle-right02 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #e374b0;
  }
  100% {
    transform: rotate(360deg);
    background: #e374b0;
  }
}
@-webkit-keyframes rotate-circle-left02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-circle-right02 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #e374b0;
  }
  100% {
    transform: rotate(360deg);
    background: #e374b0;
  }
}
@keyframes rotate-circle-left02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes rotate-circle-right03 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #30bbea;
  }
  100% {
    transform: rotate(360deg);
    background: #30bbea;
  }
}
@-webkit-keyframes rotate-circle-left03 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-circle-right03 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(360deg);
    background: #30bbea;
  }
  100% {
    transform: rotate(360deg);
    background: #30bbea;
  }
}
@keyframes rotate-circle-left03 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes arrow-move {
  0% {
    bottom: -75px;
    opacity: 0;
  }
  70% {
    bottom: -95px;
    opacity: 1;
  }
  100% {
    bottom: -120px;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  @-webkit-keyframes arrow-move {
    0% {
      bottom: -45px;
      opacity: 0;
    }
    70% {
      bottom: -60px;
      opacity: 1;
    }
    100% {
      bottom: -70px;
      opacity: 0;
    }
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*動作前のクラスにanimation: fadeIn 1.5s ;をいれる*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1 !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp02 {
  -webkit-animation-name: fadeInUp02;
  animation-name: fadeInUp02;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -200deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -200deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /*50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }*/
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -200deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 50px) rotate3d(0, 1, 0, -200deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  /*50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }*/
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/*---------------------------------------
text
共通テキストはここ

----------------------------------------*/
.standardText {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  color: #101010;
}
.standardText.center {
  text-align: center;
}
.standardText.right {
  text-align: right;
}
.standardText.mail {
  position: relative;
  padding: 0 0 0 28px;
  box-sizing: border-box;
}
.standardText.mail::before {
  width: 20px;
  height: 14px;
  position: absolute;
  background: url("../common/icon_mail.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 4px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .standardText {
    font-size: 13px;
    line-height: 22px;
  }
  .standardText.mb10 {
    margin-bottom: 5px !important;
  }
  .standardText.mb15 {
    margin-bottom: 10px !important;
  }
  .standardText.mb20 {
    margin-bottom: 15px !important;
  }
  .standardText.mb25 {
    margin-bottom: 20px !important;
  }
  .standardText.mb30 {
    margin-bottom: 20px !important;
  }
  .standardText.mb35 {
    margin-bottom: 25px !important;
  }
  .standardText.mb40 {
    margin-bottom: 30px !important;
  }
}
.standardText__attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .standardText__attention {
    font-size: 12px;
  }
}
.standardText__attention.normal {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 599px) {
  .standardText__attention.normal {
    font-size: 13px;
    line-height: 22px;
  }
}
.standardText__attention .red {
  font-weight: normal;
}
.standardText__small {
  font-size: 13px;
}
.standardText .text__important {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}
.standardText .red {
  color: #d90000;
}
.standardText .red__bold {
  color: #d90000;
  font-weight: bold;
}
.standardText .redBlock {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
  background: #ffeded;
  vertical-align: -2px;
}
.standardText.blue__bold {
  color: #13448f;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.standardText.gray {
  color: #666666;
}
.standardText .yellowBlock {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
  background: #fff799;
  vertical-align: -2px;
}
.standardText .large-bold {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
.standardText .marker {
  background: linear-gradient(transparent 60%, #fff799 60%);
  background: -webkit-linear-gradient(transparent 60%, #fff799 60%);
}

.pink_marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffdbed 70%);
}

.yellow_marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #feff00 70%);
}

/*---------------------------------------
title
----------------------------------------*/
.topTitle {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .topTitle {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .topTitle {
    font-size: 2.4rem;
  }
}
.topTitle span {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #333;
  font-size: 1.6rem;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .topTitle span {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .topTitle span {
    margin-top: 5px;
  }
}

.pageTitle {
  border-top: 3px solid #cccccc;
  padding: 1.1em 10px 1.4em 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #101010;
  position: relative;
}
@media screen and (max-width: 599px) {
  .pageTitle {
    border-top: none;
    font-size: 15px;
    padding: 2em 30px 2em 35px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #13448f; /* Old browsers */
    background: -moz-linear-gradient(top, #13448f 13%, #3e81c9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #13448f 13%, #3e81c9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #13448f 13%, #3e81c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    color: #fff;
  }
}
.pageTitle::before {
  position: absolute;
  width: 10px;
  height: 3px;
  background: #13448f;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pageTitle::before {
    display: none;
  }
}

.titleBack {
  background: #e7ecf4;
  position: relative;
  color: #020202;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  padding: 1.1em 10px 1.1em 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .titleBack {
    padding: 1em 10px 1em 20px;
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.titleBack::before {
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
}
.titleBack__small {
  padding: 0.65em 10px 0.8em 20px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 599px) {
  .titleBack__small.mb30 {
    margin-bottom: 20px !important;
  }
}
.titleBack.green {
  background: #dcecb8;
}
.titleBack.gray {
  background: #eeeeee;
}
.titleBack.purple {
  background: #e6daeb;
}
.titleBack.pink {
  background: #fbdee0;
}
.titleBack.light-blue {
  background: #cdebf8;
}
.titleBack.orange {
  background: #ffe6d6;
}
.titleBack.gray {
  background: #e5e5e5;
}
.titleBack.day {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 1.1em 20px 1.1em 20px;
}
@media screen and (max-width: 599px) {
  .titleBack.day {
    padding: 15px;
    display: block;
    font-size: 18px;
  }
}
.titleBack.day p {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .titleBack.day p {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .titleBack.day p {
    font-size: 16px;
  }
}
.titleBack__dayList {
  width: 200px;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .titleBack__dayList {
    width: 100%;
    margin-bottom: 10px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .titleBack__dayList li + li {
    margin-left: 7px;
  }
}
@media screen and (max-width: 320px) {
  .titleBack__dayList {
    width: 100%;
  }
}
.titleBack__dayList__icon {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.titleBack__dayList__icon img {
  width: 100%;
}
.titleBack__dayList__icon a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.titleBack__dayList__icon a:hover {
  opacity: 0.7;
}
.titleBack__dayList__text {
  font-size: 14px;
  font-weight: 700;
  color: #13448f;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  background: #fff;
  padding: 5px 15px 4px 15px;
  box-sizing: border-box;
  border-radius: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .titleBack__dayList__text {
    font-size: 13px;
  }
}
.titleBack.taiken {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.4em 20px 1.4em 20px;
  /* # 2023.03.06 */
}
@media screen and (max-width: 599px) {
  .titleBack.taiken {
    padding: 1em 10px 1em 20px;
    font-size: 17px;
  }
}
.titleBack.taiken p {
  width: calc(100% - 95px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .titleBack.taiken p {
    width: 100%;
    width: calc(100% - 60px);
    padding-right: 7px;
  }
}
.titleBack.taiken span {
  width: 75px;
  display: block;
  margin-left: 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .titleBack.taiken span {
    width: 60px;
    margin-left: 0;
  }
}
.titleBack.taiken span::before {
  width: 90px;
  height: 90px;
  background: url("../common/icon_taiken.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleBack.taiken span::before {
    width: 60px;
    height: 60px;
  }
}
.titleBack.taiken.taiken6 span::before {
  background: url("../common/icon_taiken_6.svg") center center no-repeat;
  background-size: 100% auto;
}

.titleBorder {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 0px 10px 12px 22px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .titleBorder {
    padding: 0 10px 0.7em 20px;
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.titleBorder::before {
  width: 3px;
  height: 100%;
  background: #13448f;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
}
.titleBorder.day {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 10px 22px;
}
@media screen and (max-width: 599px) {
  .titleBorder.day {
    padding: 0 0px 0.7em 20px;
    font-size: 15px;
    display: block;
  }
}
.titleBorder.day .titleBorder__text {
  width: calc(99.9% - 218px);
}
@media screen and (max-width: 599px) {
  .titleBorder.day .titleBorder__text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.titleBorder.day .titleBorder__kikan {
  width: 218px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .titleBorder.day .titleBorder__kikan {
    width: 100%;
  }
}
.titleBorder.day .titleBorder__kikan__title {
  width: 70px;
  margin-right: 10px;
  background: #13448f;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px 6px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .titleBorder.day .titleBorder__kikan__title {
    font-size: 12px;
  }
}
.titleBorder.day .titleBorder__kikan__day {
  width: calc(99.9% - 80px);
  font-size: 13px;
  line-height: 1;
  color: #13448f;
  font-family: inherit;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .titleBorder.day .titleBorder__kikan__day {
    font-size: 14px;
  }
}
.titleBorder.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 10px 22px;
}
@media screen and (max-width: 599px) {
  .titleBorder.media {
    padding: 0 0px 0.7em 20px;
    font-size: 15px;
    display: block;
  }
}
.titleBorder.media .titleBorder__text {
  width: calc(99.9% - 70px);
}
@media screen and (max-width: 599px) {
  .titleBorder.media .titleBorder__text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.titleBorder.media .titleBorder__kikan {
  width: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}
@media screen and (max-width: 599px) {
  .titleBorder.media .titleBorder__kikan {
    width: 100%;
  }
}
.titleBorder.media .titleBorder__kikan__title {
  width: 70px;
  background: #67b157;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  font-family: inherit;
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px 6px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .titleBorder.media .titleBorder__kikan__title {
    font-size: 12px;
  }
}

.titleBorder__small {
  font-size: 15px;
  color: #13448f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 0 0 10px 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .titleBorder__small {
    padding: 0 0 8px 20px;
    margin-bottom: 12px;
  }
}
.titleBorder__small::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #13448f;
  top: 10px;
  left: 0;
  display: block;
  content: "";
}
.titleBorder__small::after {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #13448f;
  top: 12px;
  left: 2px;
  display: block;
  content: "";
}
.titleBorder__small.aff {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .titleBorder__small.aff {
    display: block;
  }
}
.titleBorder__small.aff::before {
  top: 7px;
}
.titleBorder__small.aff::after {
  top: 9px;
}
.titleBorder__small.multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .titleBorder__small.multi {
    display: block;
  }
}
.titleBorder__small.multi .affLink {
  margin-top: -4px;
}
.titleBorder__small.multi p {
  line-height: 1.4;
}
.titleBorder__small.multi::before {
  top: 7px;
}
.titleBorder__small.multi::after {
  top: 9px;
}
.titleBorder__small.price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .titleBorder__small.price {
    display: block;
  }
}
.titleBorder__small.price p {
  line-height: 1.4;
}
.titleBorder__small.price::before {
  top: 7px;
}
.titleBorder__small.price::after {
  top: 9px;
}
.titleBorder__small .affLink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .titleBorder__small .affLink {
    margin-left: 0px;
  }
}
.titleBorder__small .affLink li {
  position: relative;
}
.titleBorder__small .affLink li + li {
  margin-left: 1.5em;
}
.titleBorder__small .affLink li + li::before {
  position: absolute;
  content: "／";
  color: #333333;
  font-size: 14px;
  left: -1.3em;
  top: 2px;
  display: block;
}
.titleBorder__small .affLink li a {
  font-weight: normal;
  font-family: "メイリオ", Meiryo !important;
  color: #1983dc;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .titleBorder__small .affLink li a {
    font-size: 12px;
  }
}
.titleBorder__small .affLink li a:hover {
  opacity: 0.7;
}
.titleBorder__small .price__free {
  background: #f9502f;
  color: #FFF;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  margin: -5px 0 0 20px;
}
@media screen and (max-width: 599px) {
  .titleBorder__small .price__free {
    margin: 5px auto;
    width: 90%;
    text-align: center;
  }
}

.titleBorder__zoot {
  font-size: 18px;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 1px solid #afafaf;
  position: relative;
  padding: 0 0 10px 22px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .titleBorder__zoot {
    padding: 0 0 8px 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .titleBorder__zoot {
    font-size: 15px;
    line-height: 1.4;
  }
}
.titleBorder__zoot::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #13448f;
  top: 12px;
  left: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleBorder__zoot::before {
    top: 6px;
  }
}
.titleBorder__zoot::after {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #13448f;
  top: 14px;
  left: 2px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleBorder__zoot::after {
    top: 8px;
  }
}

.titleBorder__icon {
  font-size: 18px;
  line-height: 1.4;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #afafaf;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .titleBorder__icon {
    font-size: 16px;
    padding-left: 18px;
    padding-bottom: 12px;
  }
}
.titleBorder__icon::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #13448f;
  top: 10px;
  left: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleBorder__icon::before {
    top: 8px;
  }
}
.titleBorder__icon::after {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #13448f;
  top: 12px;
  left: 2px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleBorder__icon::after {
    top: 10px;
  }
}

.titleIcon {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  color: #13448f;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 18px;
}
@media screen and (max-width: 599px) {
  .titleIcon {
    padding: 0 0 0 12px;
    font-size: 14px;
  }
}
.titleIcon::before {
  width: 6px;
  height: 6px;
  background: #13448f;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .titleIcon::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.titleIcon__note {
  color: #101010;
  font-weight: normal;
}

.titleImage {
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .titleImage {
    margin-bottom: 20px;
  }
}
.titleImage img {
  max-width: 100%;
}
.titleImage.vpn {
  margin-bottom: 20px;
}

.mediaTitle {
  position: relative;
  overflow: hidden;
  padding-top: 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .mediaTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .mediaTitle {
    font-size: 15px;
  }
}
.mediaTitle::before {
  width: 30%;
  height: 400%;
  position: absolute;
  left: calc(50% - 60px);
  top: -400%;
  display: block;
  content: "";
  -webkit-transform: rotate(-40deg) translate3d(0, 0, 0);
  transform: rotate(-40deg) translate3d(0, 0, 0);
}
@media screen and (max-width: 599px) {
  .mediaTitle::before {
    left: calc(70% - 20px);
    top: -200%;
  }
}
.mediaTitle::after {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .mediaTitle::after {
    width: 70%;
    left: 70%;
  }
}
.mediaTitle.orange {
  border-top: 3px solid #ff8400;
  color: #ff8400;
}
.mediaTitle.orange::before {
  background: #ff8400;
}
.mediaTitle.orange::after {
  background: #ff8400;
}
.mediaTitle.blue {
  border-top: 3px solid #1983dc;
  color: #1983dc;
}
.mediaTitle.blue::before {
  background: #1983dc;
}
.mediaTitle.blue::after {
  background: #1983dc;
}

.serviceTitle-sttl {
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .serviceTitle-sttl {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.serviceTitle-sttl::before {
  border: 5px solid #13448f;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  position: absolute;
  top: 7px;
}
@media screen and (max-width: 599px) {
  .serviceTitle-sttl::before {
    height: 15px;
    width: 15px;
    top: 4px;
  }
}
.serviceTitle-sttl span.puple {
  color: #6254dd;
}

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

side

----------------------------------------*/
.sideNav {
  margin-bottom: 30px;
}
.sideNav dt a {
  display: block;
  background: #13448f;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 1.7em 25px 1.65em 25px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.sideNav dt a::before {
  width: 6px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}
.sideNav dt a::after {
  width: 2px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  display: block;
  content: "";
}
.sideNav dt a:hover {
  background: #013483;
}
.sideNav dt.green a {
  background: #8bbf14;
}
.sideNav dt.green a:hover {
  background: #7aaf00;
}
.sideNav dt.purple a {
  background: #ac85bc;
}
.sideNav dt.purple a:hover {
  background: #9c6ab1;
}
.sideNav dt.pink a {
  background: #f18a91;
}
.sideNav dt.pink a:hover {
  background: #ed6872;
}
.sideNav dt.blue a {
  background: #5187da;
}
.sideNav dt.blue a:hover {
  background: #3e7ad6;
}
.sideNav dt.light-blue a {
  background: #5ebfea;
}
.sideNav dt.light-blue a:hover {
  background: #1fa6e1;
}
.sideNav dt.orange a {
  background: #ff995c;
}
.sideNav dt.orange a:hover {
  background: #ff863d;
}
.sideNav dt.gray a {
  background: #7f7f7f;
}
.sideNav dt.gray a:hover {
  background: #595959;
}
.sideNav dd {
  border-bottom: 1px solid #cccccc;
}
.sideNav dd a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  padding: 1.25em 15px 1.2em 30px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sideNav dd a {
    font-size: 13px;
  }
}
.sideNav dd a::before {
  width: 6px;
  height: 2px;
  background: #999999;
  position: absolute;
  left: 12px;
  top: 4px;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
}
.sideNav dd a::after {
  width: 2px;
  height: 6px;
  background: #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  display: block;
  content: "";
}
.sideNav dd a:hover, .sideNav dd a.current {
  background: rgba(26, 89, 187, 0.1);
}
.sideNav dd.sideNav__sub a {
  padding: 1.25em 15px 1.2em 42px;
}
.sideNav dd.sideNav__sub a::before {
  left: 24px;
}
.sideNav dd.sideNav__sub a::after {
  left: 24px;
}

.sideNav-other {
  margin-bottom: 28px;
}
.sideNav-other__list li + li {
  margin-top: 10px;
}
.sideNav-other__list a {
  display: block;
  border: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  position: relative;
  padding: 11px 15px 10px 15px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sideNav-other__list a::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .sideNav-other__list a::before {
    top: 3px;
    width: 18px;
    right: 15px;
  }
}
.sideNav-other__list a::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 13px;
  border-color: transparent transparent transparent #101010;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .sideNav-other__list a::after {
    top: -2px;
    right: 15px;
  }
}
.sideNav-other__list a:hover {
  background: #eee;
}
.sideNav-other__bnr {
  margin-bottom: 20px;
}

.sideBnr {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .sideBnr {
    margin-bottom: 20px;
  }
}
.sideBnr__taiken {
  background: #eeeeee;
  padding: 18px 18px 18px 18px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .sideBnr__taiken {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .sideBnr__taiken {
    width: 100%;
  }
}
.sideBnr__taiken__category {
  background: #666666;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  padding: 9px 10px 8px 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .sideBnr__taiken__category {
    margin-bottom: 12px;
  }
}
.sideBnr__taiken__catch {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #101010;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sideBnr__taiken__catch {
    margin-bottom: 15px;
  }
}
.sideBnr__taiken__catch span {
  font-size: 30px;
  line-height: 1;
  vertical-align: -2px;
}
.sideBnr__taiken__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f9502f;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, #ce3719 50%);
  background-image: linear-gradient(to right, transparent 50%, #ce3719 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sideBnr__taiken__btn__textarea {
  width: 74%;
  padding: 21px 15px 21px 15px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sideBnr__taiken__btn__textarea {
    font-size: 26px;
    padding: 21px 15px 21px 15px;
  }
}
.sideBnr__taiken__btn__textarea span {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .sideBnr__taiken__btn__textarea span {
    font-size: 34px;
  }
}
.sideBnr__taiken__btn__arrow {
  width: 26%;
  background: #ce3719;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}
.sideBnr__taiken__btn__arrow img {
  max-width: 65%;
}
@media screen and (max-width: 599px) {
  .sideBnr__taiken__btn__arrow img {
    max-width: 60%;
    width: 60%;
  }
}
.sideBnr__taiken__btn:hover {
  background-color: #ce3719;
  background-position: -100% 100%;
}
.sideBnr__list li + li {
  margin-top: 10px;
}
.sideBnr__list virtual + li {
  margin-top: 10px;
}
.sideBnr__image {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .sideBnr__image {
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .sideBnr__image {
    width: 100%;
  }
}
.sideBnr__image img {
  width: 100%;
}
.sideBnr__image:hover {
  opacity: 0.7;
}

.sideRule {
  margin-bottom: 30px;
}
.sideRule dt {
  border-top: 2px solid #13448f;
  color: #13448f;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding: 1.25em 10px 1.2em 30px;
  box-sizing: border-box;
}
.sideRule dt::before {
  width: 20px;
  height: 24px;
  position: absolute;
  background: url("../common/icon_file.svg") center center no-repeat;
  background-size: auto 100%;
  left: 0;
  top: 13px;
  display: block;
  content: "";
}
.sideRule dd {
  margin-bottom: 2px;
}
.sideRule dd a {
  display: block;
  background: #f7f7f7;
  padding: 1.1em 15px 1.1em 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4;
  color: #101010;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sideRule dd a::before {
  width: 4px;
  height: 4px;
  background: #13448f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
}
.sideRule dd a:hover {
  background: rgba(26, 89, 187, 0.1);
}

.sidePdf {
  margin-bottom: 30px;
}
.sidePdf dt {
  border-top: 2px solid #cccccc;
  color: #101010;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding: 1.25em 10px 1.2em 30px;
  box-sizing: border-box;
}
.sidePdf dt::before {
  width: 20px;
  height: 23px;
  position: absolute;
  background: url("../common/icon_pdf.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 13px;
  display: block;
  content: "";
}
.sidePdf dd {
  margin-bottom: 2px;
}
.sidePdf dd a {
  display: block;
  background: #f7f7f7;
  padding: 1.1em 15px 1.1em 20px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.4;
  color: #101010;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sidePdf dd a::before {
  width: 4px;
  height: 4px;
  background: #d90000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
}
.sidePdf dd a:hover {
  background: #f7e1e1;
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  /*インターリンクの処理*/
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #bbccdd;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  #wysiwyg {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#wysiwyg a {
  color: #13448f;
  text-decoration: underline;
}
#wysiwyg a:hover {
  color: #13448f;
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 15px;
  }
}
#wysiwyg .title-line {
  margin-bottom: -15px;
  padding: 0 0 18px 20px;
  font-size: 20px;
  line-height: 1.2em;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  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: #13448f;
  border-radius: 50px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    height: calc(100% - 10px);
  }
}
#wysiwyg .title-obi {
  padding: 12px 20px;
  font-size: 16px;
  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: 700;
  background-color: #13448f;
  position: relative;
  border-radius: 0px 22px 22px 0px;
}
@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-icon {
  margin-bottom: -15px;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.2em;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    margin-bottom: -5px;
    font-size: 14px;
  }
}
#wysiwyg .title-icon::before {
  content: "";
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 5px solid #13448f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #13448f;
  }
}
#wysiwyg .copy01 {
  margin-bottom: -15px;
  font-size: 20px;
  line-height: 1.7;
  color: #13448f;
  font-family: "Noto Sans JP", "游ゴシック", "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: #13448f;
  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: 2em;
  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 .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 JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #13448f;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
@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: #101010;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #13448f;
  }
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}
#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc((99.9% - 20px) / 3);
  float: left;
}
#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;
}
#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: 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-wrapper {
  padding: 30px;
  background-color: #f2f7fc;
  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: 16px;
  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: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #13448f;
  position: absolute;
  border-radius: 50%;
}
@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: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #13448f;
  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: #101010;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f7fc;
  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: #101010;
  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 .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: #101010;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #101010;
}
#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;
}

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

company会社概要

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

会社概要INDEX/company/index.html

------------------------------------------------*/
.company-index {
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .company-index {
    display: block;
  }
}
.company-index__item {
  width: 30.7%;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .company-index__item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.company-index__item a {
  display: block;
  background: #013483;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .company-index__item a {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.company-index__item a img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .company-index__item a img {
    width: 35%;
    height: 80px;
    object-fit: cover;
  }
}
.company-index__item a h3 {
  position: relative;
  background: #13448f;
  padding: 16px 15px 16px 27px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  .company-index__item a h3 {
    box-sizing: border-box;
    width: 65%;
    display: block;
    font-size: 1.5rem;
    padding: 10px 12px 10px 22px;
    display: flex;
    align-items: center;
  }
}
.company-index__item a h3::before {
  background: #fff;
  content: "";
  height: 1px;
  width: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.company-index__item a:hover h3 {
  background: #013483;
}
.company-index__item a:hover img {
  opacity: 0.8;
}
.company-index__item p {
  margin-top: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .company-index__item p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.company-index::after {
  content: "";
  display: block;
  width: 30%;
}

/*

社長メッセージ/company/shacho.html

------------------------------------------------*/
@media screen and (max-width: 599px) {
  .titleImage__message img {
    height: 101px;
    object-fit: cover;
    object-position: 8% 100%;
  }
}

.company-message__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .company-message__wrap {
    display: block;
  }
}
.company-message__image {
  width: 34.3%;
  margin-right: 5.7%;
}
@media screen and (max-width: 599px) {
  .company-message__image {
    margin: 0 auto 15px auto;
    width: 80%;
  }
}
.company-message__image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .company-message__image img {
    height: 200px;
    object-fit: cover;
    object-position: 50% 40%;
  }
}
.company-message__textarea {
  width: 60%;
}
@media screen and (max-width: 599px) {
  .company-message__textarea {
    width: 100%;
    overflow: hidden;
  }
}
.company-message__textarea .standardText {
  line-height: 2;
}
.company-message__sign {
  margin-top: 20px;
  width: 215px;
  float: right;
}
@media screen and (max-width: 599px) {
  .company-message__sign {
    width: 180px;
  }
}
.company-message__sign img {
  max-width: 100%;
}
.company-message__profile {
  border: 2px solid #dcdcdc;
  padding: 15px 20px;
  margin-bottom: 65px;
}
@media screen and (max-width: 599px) {
  .company-message__profile {
    padding: 10px 15px;
    margin-bottom: 30px;
  }
}
.company-message__profile__ttl {
  background: #13448f;
  padding: 5px 14px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .company-message__profile__ttl {
    font-size: 1.4rem;
  }
}
.company-message__profile p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.company-message__profile__list {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dotted #aaa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .company-message__profile__list {
    display: block;
  }
}
.company-message__profile__list dt {
  color: #13448f;
  width: 14%;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .company-message__profile__list dt {
    width: 100%;
  }
}
.company-message__profile__list dt::before {
  background: #13448f;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 6px;
}
.company-message__profile__list dd {
  width: 86%;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .company-message__profile__list dd {
    width: 100%;
  }
}
.company-message__bnr {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.company-message__bnr img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .company-message__bnr img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    object-position: 8% 45%;
  }
}
@media screen and (max-width: 320px) {
  .company-message__bnr img {
    height: 90px;
  }
}
.company-message__bnr img:hover {
  opacity: 0.85;
}
.company-message__btn {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 599px) {
  .company-message__btn {
    max-width: 100%;
    width: 100%;
  }
}

/*

社長メッセージ/company/shacho2.html

------------------------------------------------*/
.btnWrap {
  text-align: center;
}
.btnWrap .borderBtn {
  margin: auto;
}

.pdfList {
  margin-top: -10px;
  margin-bottom: 30px;
}
.pdfList li {
  border-bottom: 1px solid #cccccc;
}
.pdfList a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 15px 10px 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pdfList a:hover .pdfList__number {
  background: #0b4cb0;
}
.pdfList a:hover .pdfList__text {
  color: #1797d9;
}
.pdfList__number {
  width: 60px;
  margin-right: 15px;
  background: #13448f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pdfList__inner {
  width: calc(100% - 75px);
}
.pdfList__day {
  color: #13448f;
  font-size: 14px;
  line-height: 1.4;
}
.pdfList__text {
  display: block;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
  padding-left: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .pdfList__text {
    font-size: 13px;
    padding-left: 30px;
  }
}
.pdfList__text::before {
  position: absolute;
  width: 41px;
  height: 17px;
  background: url("../common/icon_pdf_y.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 2px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .pdfList__text::before {
    width: 20px;
    height: 25px;
    background: url("../common/icon_pdf.svg") center center no-repeat;
    background-size: 100% auto;
    top: 0;
  }
}
.pdfList__new {
  display: inline-block;
  margin-left: 15px;
}
.pdfList__new img {
  vertical-align: -3px;
}

/*

個人情報保護ポリシー/company/privacy.html

------------------------------------------------*/
.privacy .standardText {
  width: 95%;
  margin: auto;
}
.privacy .textLink {
  margin-right: 0;
}
.privacy .privacyName p {
  text-align: right;
}
.privacy .privacyName__day {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .privacy .privacyName__day {
    font-size: 12px;
  }
}
.privacy .privacyName__name {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .privacy .privacyName__name {
    font-size: 13px;
  }
}
.privacy .privacyName__name__big {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .privacy .privacyName__name__big {
    font-size: 15px;
  }
}

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

env 環境保全活動

----------------------------------------*/
.envWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .envWrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .envWrap {
    display: block;
    margin-bottom: 25px;
  }
}
.envWrap .standardText {
  width: calc(99.9% - 170px);
}
@media screen and (max-width: 599px) {
  .envWrap .standardText {
    width: 100%;
    margin-bottom: 20px;
  }
}
.envWrap a {
  display: block;
  width: 135px;
  margin-left: 35px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.envWrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .envWrap a {
    margin-left: 0;
  }
}

.envTextarea {
  background: #f7f7f7;
  padding: 25px 30px 25px 30px;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: calc(1.5em + 30px);
}
@media screen and (max-width: 1024px) {
  .envTextarea {
    padding: 18px 20px 18px 20px;
    padding-left: calc(1.5em + 20px);
  }
}
@media screen and (max-width: 599px) {
  .envTextarea {
    padding: 18px 15px 18px 15px;
    padding-left: calc(1.5em + 15px);
    font-size: 12px;
    line-height: 1.7;
  }
}
.envTextarea a {
  display: inline;
  color: #1797d9;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.envTextarea a:hover {
  opacity: 0.7;
}

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

new 新着情報

----------------------------------------*/
/*
メディア掲載情報　press
--------------------------------------------------------------*/
.mediaWrap {
  background: #f7f7f7;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .mediaWrap {
    padding: 15px 15px 15px 15px;
  }
}

.releaseList li {
  border-bottom: 1px solid #ddd;
}
.releaseList a {
  display: block;
  position: relative;
  border-left: 6px solid #ffad56;
  box-sizing: border-box;
  padding: 15px 10px 15px 10px;
  color: #101010;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .releaseList a {
    font-size: 13px;
    line-height: 1.6;
    padding: 15px 30px 15px 10px;
    border-left: 3px solid #ffad56;
  }
}
.releaseList a::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #444;
  top: 2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .releaseList a::before {
    width: 15px;
    top: 2px;
  }
}
.releaseList a::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 12px;
  border-color: transparent transparent transparent #444;
  top: -2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .releaseList a::after {
    top: -2px;
    border-width: 3px 0 0 10px;
  }
}
.releaseList a:hover {
  background: #fffeeb;
}
.releaseList a:hover::before {
  right: 20px;
}
.releaseList a:hover::after {
  right: 20px;
}
.releaseList__important {
  color: #1983dc;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 30px;
  margin: 0 8px 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .releaseList__important {
    padding: 0 12px 0 12px;
  }
}
.releaseList__important::before {
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../new/img/icon_inyo_left.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .releaseList__important::before {
    width: 10px;
    height: 8px;
  }
}
.releaseList__important::after {
  position: absolute;
  width: 18px;
  height: 16px;
  background: url("../new/img/icon_inyo_right.svg") center center no-repeat;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .releaseList__important::after {
    width: 10px;
    height: 8px;
  }
}

.mediaNew {
  border: 3px solid #58abf0;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
}
.mediaNew::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #444;
  top: 2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .mediaNew::before {
    top: 2px;
  }
}
.mediaNew::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 12px;
  border-color: transparent transparent transparent #444;
  top: -2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .mediaNew::after {
    top: -2px;
    border-width: 3px 0 0 10px;
  }
}
.mediaNew:hover::before {
  right: 20px;
}
.mediaNew:hover::after {
  right: 20px;
}
.mediaNew:hover .mediaNew__textarea {
  background: #eaf4ff;
}
.mediaNew__icon {
  width: 52px;
  padding-right: 3px;
  background: #58abf0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .mediaNew__icon {
    width: 45px;
  }
  .mediaNew__icon img {
    width: 40%;
  }
}
.mediaNew__textarea {
  width: calc(100% - 52px);
  padding: 20px 45px 18px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .mediaNew__textarea {
    padding: 20px 30px 18px 20px;
  }
}
.mediaNew__textarea__day {
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  line-height: 1;
  margin-bottom: 5px;
}
.mediaNew__textarea__text {
  color: #1983dc;
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .mediaNew__textarea__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .mediaNew__textarea__text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.mediaNew__note {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mediaNew__note {
    font-size: 13px;
  }
}
.mediaNew__textLink {
  color: #1983dc;
  display: table;
  font-size: 14px;
  line-height: 1.2;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .mediaNew__textLink {
    font-size: 13px;
  }
}
.mediaNew__textLink::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #444;
  top: -1px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .mediaNew__textLink::before {
    top: 2px;
  }
}
.mediaNew__textLink::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 12px;
  border-color: transparent transparent transparent #444;
  top: -5px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .mediaNew__textLink::after {
    top: -2px;
    border-width: 3px 0 0 10px;
  }
}
.mediaNew__textLink:hover {
  opacity: 0.7;
}

.mediaInfo {
  border: 1px solid #ddd;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .mediaInfo {
    padding: 0 12px 12px 12px;
    margin-bottom: 20px;
  }
}
.mediaInfo__title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.mediaInfo__title__day {
  width: 105px;
  min-height: 40px;
  background: #13448f;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  padding-top: 3px;
}
@media screen and (max-width: 599px) {
  .mediaInfo__title__day {
    min-height: auto;
    padding: 5px 5px 5px 5px;
  }
}
.mediaInfo__title__text {
  width: calc(100% - 105px);
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #1983dc;
  padding: 15px 15px 10px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .mediaInfo__title__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 599px) {
  .mediaInfo__title__text {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.mediaInfo__title__text:hover {
  text-decoration: underline;
}
.mediaInfo__listarea {
  background: #f7f7f7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*border: 8px solid  #f7f7f7;*/
}
@media screen and (max-width: 599px) {
  .mediaInfo__listarea {
    display: block;
  }
}
.mediaInfo__listarea__title {
  width: 130px;
  background: #fff;
  background: #c5d6ee; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f3feff, #c5d6ee); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f3feff, #c5d6ee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 10px 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #13448f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .mediaInfo__listarea__title {
    width: 100%;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.mediaInfo__listarea__list {
  width: 100%;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .mediaInfo__listarea__list {
    width: 100%;
    padding: 10px;
  }
}
.mediaInfo__listarea__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mediaInfo__listarea__list li + li {
  margin-top: 5px;
}
.mediaInfo__listarea__list .category {
  width: 80px;
  height: 16px;
  margin: 2px 15px 0 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mediaInfo__listarea__list .category.green {
  background: #76b169;
}
.mediaInfo__listarea__list .category.blue {
  background: #6aaec5;
}
.mediaInfo__listarea__list .category.orange {
  background: #e3a240;
}
.mediaInfo__listarea__list .text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  width: calc(100% - 95px);
}
.mediaInfo__listarea__list .text a {
  color: #1983dc;
}
.mediaInfo__listarea__list .text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .mediaInfo__listarea__list .text a {
    display: block;
  }
}

.mediaBack {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .mediaBack {
    display: block;
  }
}
.mediaBack dt {
  width: 180px;
  background: #77a0de;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .mediaBack dt {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
.mediaBack dt span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  padding-left: 33px;
}
@media screen and (max-width: 599px) {
  .mediaBack dt span {
    font-size: 14px;
  }
}
.mediaBack dt span::before {
  width: 23px;
  height: 19px;
  background: url("../new/img/icon_back.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
}
.mediaBack dd {
  width: calc(100% - 180px);
  background: #f7f7f7;
  padding: 15px 15px 15px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .mediaBack dd {
    width: 100%;
    padding: 15px 15px 15px 15px;
  }
}
.mediaBack dd ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.mediaBack dd ul li {
  margin-left: 10px;
}
.mediaBack dd ul li a {
  display: inline-block;
  color: #1983dc;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .mediaBack dd ul li a {
    font-size: 13px;
  }
}
.mediaBack dd ul li a:hover {
  text-decoration: underline;
}

.newList {
  margin-top: -20px;
  margin-bottom: 30px;
}
.newList li {
  border-bottom: 1px solid #cccccc;
}
.newList li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 35px 20px 35px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .newList li a {
    padding: 20px 25px 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .newList li a {
    padding: 20px 0px 20px 20px;
  }
}
.newList li a::before {
  width: 8px;
  height: 2px;
  position: absolute;
  background: #13448f;
  top: 29px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.newList li a:hover {
  background: #f3faff;
}
.newList__day {
  width: 90px;
  margin-right: 20px;
  margin-top: 4px;
  font-size: 14px;
  color: #101010;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .newList__day {
    font-size: 14px;
    margin-right: 10px;
  }
}
.newList__category {
  width: 80px;
  height: 16px;
  margin-top: 2px;
  margin-right: 30px;
  padding: 4px 5px 1px 5px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .newList__category {
    padding: 3px 5px 1px 5px;
  }
}
@media screen and (max-width: 599px) {
  .newList__category {
    margin-right: 0;
    width: 94px;
    height: 17px;
    font-size: 11px;
  }
}
.newList__category.green {
  background: #76b169;
}
.newList__category.blue {
  background: #6aaec5;
}
.newList__category.yellow {
  background: #e3a240;
}
.newList__text {
  width: calc(100% - 230px);
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .newList__text {
    font-size: 14px;
    width: 100%;
    margin-top: 14px;
  }
}
.newList__new {
  display: inline-block;
  margin-left: 15px;
}
.newList__new img {
  vertical-align: -3px;
}

.newsInner {
  width: 92%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .newsInner {
    width: 100%;
  }
}

.calendarTbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .calendarTbl.mb30 {
    margin-bottom: 20px !important;
  }
}
.calendarTbl th {
  border: 1px solid #ddd;
}
.calendarTbl td {
  border: 1px solid #ddd;
  text-align: center;
  color: #101010;
}
.calendarTbl__title {
  background: #eee;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  padding: 3px 5px 3px 5px;
}
.calendarTbl__title.year {
  background: #f7f7f7;
  font-size: 15px;
}
.calendarTbl__title.red {
  color: #d90000;
  font-weight: 700;
}
.calendarTbl__title.blue {
  color: #1983dc;
  font-weight: 700;
}
.calendarTbl__sat {
  color: #1983dc !important;
  background: #e2f2ff;
}
.calendarTbl__sat.red {
  color: #d90000 !important;
}
.calendarTbl__sat.black {
  color: #101010 !important;
}
.calendarTbl__sun {
  color: #d90000 !important;
  background: #ffeded;
}
.calendarTbl__sun.black {
  color: #101010 !important;
}
.calendarTbl__sun.blue {
  color: #1983dc !important;
}
.calendarTbl__holiday {
  color: #d90000 !important;
  background: #ffeded;
}
.calendarTbl__holiday.black {
  color: #101010 !important;
}
.calendarTbl__holiday.blue {
  color: #1983dc !important;
}
.calendarTbl__attention {
  background: #fff799;
}

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

aff アフィリエイトパートナー募集

----------------------------------------*/
.affAbout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .affAbout {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .affAbout {
    display: block;
    margin-bottom: 20px;
  }
}
.affAbout li {
  width: 35%;
  margin-right: 3%;
  position: relative;
  padding: 30px 25px 25px 25px;
  box-sizing: border-box;
  border: 8px solid #c3d7f5;
}
@media screen and (max-width: 1024px) {
  .affAbout li {
    padding: 20px 20px 15px 20px;
    border: 6px solid #c3d7f5;
  }
}
@media screen and (max-width: 599px) {
  .affAbout li {
    width: 100% !important;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.affAbout li::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent #13448f;
  top: 0;
  bottom: 0;
  right: -9.5%;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .affAbout li::before {
    border-width: 20px 0 20px 14px;
    right: -23px;
  }
}
@media screen and (max-width: 599px) {
  .affAbout li::before {
    border-width: 13px 20px 0 20px;
    border-color: #13448f transparent transparent transparent;
    right: 0;
    left: 0;
    top: auto;
    bottom: -23px;
  }
}
.affAbout li:first-child {
  width: 33%;
}
.affAbout li:first-child .affAbout__image {
  width: 88.2%;
  margin: 40px auto auto auto;
}
@media screen and (max-width: 599px) {
  .affAbout li:first-child .affAbout__image {
    margin-top: 10px;
  }
}
.affAbout li:last-child {
  width: 26%;
  margin-right: 0px;
  border: 8px solid #ffcee4;
}
@media screen and (max-width: 1024px) {
  .affAbout li:last-child {
    border: 6px solid #ffcee4;
  }
}
@media screen and (max-width: 599px) {
  .affAbout li:last-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.affAbout li:last-child::before {
  display: none;
}
.affAbout li:last-child .affAbout__image {
  width: 88.2%;
  margin: 20px auto 15px auto;
}
@media screen and (max-width: 599px) {
  .affAbout li:last-child .affAbout__image {
    width: 54%;
    margin: 0px auto 15px auto;
  }
}
.affAbout__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  color: #193f78;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .affAbout__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.affAbout__text.finish {
  text-align: center;
  font-size: 2.2rem;
  color: #f112a5;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .affAbout__text.finish {
    font-size: 1.8rem;
  }
}
.affAbout__image {
  width: 96.5%;
  margin: auto;
}
.affAbout__image img {
  max-width: 100%;
}

.affPay {
  border: 5px solid #f180ba;
  box-sizing: border-box;
  background: #ffd5e8;
  padding: 0.7em 1em 0.7em 3em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .affPay {
    border: 4px solid #f180ba;
  }
}
.affPay p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #f112a5;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .affPay p {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .affPay p {
    font-size: 16px;
  }
}
.affPay p::before {
  width: 39px;
  height: 40px;
  background: url("../aff/img/icon_moner.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .affPay p::before {
    width: 30px;
    height: 31px;
    left: -40px;
  }
}

.affLead {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.6;
  color: #13448f;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .affLead {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .affLead {
    font-size: 17px;
  }
}

.affAppli {
  position: relative;
  border: 2px solid #ff8400;
  margin-top: 30px;
  padding: 50px 30px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .affAppli {
    padding: 50px 15px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .affAppli {
    padding: 35px 15px 20px 20px;
  }
}
.affAppli__title {
  width: 85%;
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  display: block;
  content: "";
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  color: #ff8400;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .affAppli__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .affAppli__title {
    font-size: 13px;
    letter-spacing: -0.03em;
    width: 90%;
  }
}
.affAppli__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.affAppli__list li {
  width: 45%;
  position: relative;
}
.affAppli__list li:first-child {
  margin-right: 10%;
}
.affAppli__list li:first-child::before {
  position: absolute;
  width: 28px;
  height: 16px;
  background: url("../aff/img/icon_arrow_aff.svg") center center no-repeat;
  background-size: 100% auto;
  right: -16px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .affAppli__list li:first-child::before {
    width: 20px;
    height: 11px;
  }
}
.affAppli__black {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #334455;
}
@media screen and (max-width: 1024px) {
  .affAppli__black {
    font-size: 15px;
  }
}
.affAppli__pink {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #f112a5;
  font-size: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .affAppli__pink {
    font-size: 28px;
  }
}
.affAppli__small {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1024px) {
  .affAppli__small {
    font-size: 14px;
  }
}
.affAppli__en {
  font-size: 24px;
  vertical-align: 2px;
}
@media screen and (max-width: 1024px) {
  .affAppli__en {
    font-size: 18px;
  }
}
.affAppli__note {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  color: #334455;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.affPoint {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #13448f;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .affPoint {
    font-size: 15px;
  }
}
.affPoint::before {
  width: 29px;
  height: 22px;
  background: url("../aff/img/icon_point.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .affPoint::before {
    width: 26px;
    height: 20px;
  }
}

.affProg {
  background: #f7f7f7;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .affProg {
    padding: 15px;
  }
}
.affProg__title {
  width: 185px;
  background: #13448f;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-right: 5%;
}
@media screen and (max-width: 599px) {
  .affProg__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 12px 15px;
  }
}
.affProg__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - (185px + 5%));
}
@media screen and (max-width: 599px) {
  .affProg__contents {
    width: 100%;
  }
}
.affProg__contents li + li {
  margin-left: 5%;
}
.affProg a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  text-align: center;
}
.affProg a:hover {
  opacity: 0.7;
}
.affProg__text {
  display: table;
  font-weight: normal;
  color: #1797d9;
  margin: 7px auto 0;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.affProg__text::before {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #777777;
  top: 2px;
  bottom: 0;
  left: 0px;
  margin: auto;
  display: block;
  content: "";
}
.affProg__text::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 10px;
  border-color: transparent transparent transparent #777777;
  top: -2px;
  bottom: 0;
  left: 5px;
  margin: auto;
  display: block;
  content: "";
}

.affFlow {
  width: calc(100% - 30px);
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .affFlow {
    width: calc(100% - 25px);
  }
}
.affFlow li {
  position: relative;
  background: #f3faff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px 30px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .affFlow li {
    padding: 20px 15px 20px 50px;
  }
}
.affFlow li + li {
  margin-top: 50px;
}
.affFlow li + li::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  display: block;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 39px 0 39px;
  border-color: #13448f transparent transparent transparent;
}
.affFlow__step {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 6px solid #83bded;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .affFlow__step {
    width: 55px;
    height: 55px;
    border: 4px solid #83bded;
    left: -20px;
  }
}
.affFlow__en {
  color: #1983dc;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 3px;
}
.affFlow__num {
  font-size: 32px;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  color: #13448f;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .affFlow__num {
    font-size: 26px;
  }
}
.affFlow__text {
  font-size: 14px;
  line-height: 1.5;
  color: #345;
}
@media screen and (max-width: 599px) {
  .affFlow__text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.affFlow__text span {
  color: #f112a5;
  font-weight: bold;
}

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

rule 会員規約

----------------------------------------*/
.ruleWrap {
  background: #f7f7f7;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ruleWrap {
    padding: 10px 20px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .ruleWrap {
    padding: 5px 15px 20px 15px;
  }
  .ruleWrap.mb30 {
    margin-bottom: 20px !important;
  }
}
.ruleWrap.small {
  padding: 20px 20px 20px 20px;
}

.ruleAnk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .ruleAnk {
    display: block;
  }
}
.ruleAnk li {
  width: 48%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .ruleAnk li {
    width: 100%;
  }
}
.ruleAnk li:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 599px) {
  .ruleAnk li:nth-child(2n) {
    margin-left: 0;
  }
}
.ruleAnk a {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 17px 35px 17px 10px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .ruleAnk a {
    padding: 12px 35px 12px 10px;
  }
}
.ruleAnk a::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 2px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .ruleAnk a::before {
    top: 2px;
  }
}
.ruleAnk a::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 12px;
  border-color: transparent transparent transparent #333;
  top: -2px;
  bottom: 0;
  right: 0px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .ruleAnk a::after {
    top: -2px;
    border-width: 3px 0 0 10px;
  }
}
.ruleAnk a:hover {
  background: #fff;
}
.ruleAnk a:hover::before {
  right: 10px;
}
.ruleAnk a:hover::after {
  right: 10px;
}
.ruleAnk__num {
  background: #50a1e5;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 55px;
  height: 20px;
  margin-right: 15px;
}
.ruleAnk__text {
  color: #222;
  width: calc(100% - 70px);
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 2px;
}
@media screen and (max-width: 599px) {
  .ruleAnk__text {
    font-size: 13px;
  }
}

.ruleList {
  text-indent: 0;
  margin-top: 10px;
  margin-left: 20px;
}
.ruleList li {
  text-indent: -1.6em;
}
.ruleList li + li {
  margin-top: 5px;
}

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

campaign キャンペーン

----------------------------------------*/
.standardText.campaign {
  width: 96%;
  margin: auto;
}

.camWrap {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 35px 35px 0px;
}
@media screen and (max-width: 599px) {
  .camWrap {
    padding: 15px 15px 30px 0;
  }
}
.camWrap::before {
  height: 100%;
  position: absolute;
  width: calc(100% - 9px);
  background: #f7f7f7;
  top: 0;
  left: 9px;
  display: block;
  content: "";
  z-index: -1;
}
.camWrap__textarea {
  width: calc(100% - 230px);
}
@media screen and (max-width: 599px) {
  .camWrap__textarea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.camWrap__textarea__title {
  display: block;
  background: #2c97f0;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 18px 50px 18px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .camWrap__textarea__title {
    font-size: 16px;
  }
}
.camWrap__textarea__title:hover {
  background: #007be2;
}
.camWrap__textarea__title::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 4px 0;
  border-color: transparent #007bff transparent transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  content: "";
}
.camWrap__textarea__title span {
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  padding-right: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .camWrap__textarea__title span {
    width: 30px;
  }
}
.camWrap__textarea__title span::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .camWrap__textarea__title span::before {
    width: 9px;
    height: 9px;
  }
}
.camWrap__textarea__text {
  font-size: 14px;
  line-height: 1.6;
  color: #101010;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .camWrap__textarea__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .camWrap__textarea__text {
    font-size: 13px;
    line-height: 1.7;
  }
}
.camWrap__textarea__text a {
  color: #1983dc;
}
.camWrap__textarea__text a:hover {
  text-decoration: underline;
}
.camWrap__textarea__kikan {
  background: #fff;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .camWrap__textarea__kikan {
    padding: 15px 15px 15px 15px;
    margin-left: 25px;
  }
}
.camWrap__textarea__kikan ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.camWrap__textarea__kikan ul li + li {
  margin-top: 8px;
}
.camWrap__textarea__kikan ul li .title {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
  color: #ff8400;
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
}
.camWrap__textarea__kikan ul li .title::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8400;
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .camWrap__textarea__kikan ul li .title {
    width: 100%;
    margin-bottom: 5px;
  }
}
.camWrap__textarea__kikan ul li .text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .camWrap__textarea__kikan ul li .text {
    width: 100%;
  }
}
.camWrap__image {
  width: 200px;
  display: block;
  margin-left: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .camWrap__image {
    width: 80%;
    margin-left: 15%;
  }
}
.camWrap__image:hover {
  opacity: 0.7;
}
.camWrap__image img {
  width: 100%;
}

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

campaign キャンペーン

----------------------------------------*/
.titleImage__event {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .titleImage__event {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .titleImage__event img {
    height: 82px;
    object-fit: cover;
    object-position: 4% 100%;
  }
}

.eventWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .eventWrap {
    display: block;
    margin-top: -5px;
  }
}
.eventWrap__item {
  width: 48%;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .eventWrap__item {
    width: 100% !important;
  }
}
.eventWrap__item a:hover .eventWrap__image {
  opacity: 0.8;
}
.eventWrap__item a:hover .eventWrap__ttl {
  color: #13448f;
}
.eventWrap__03 .eventWrap__item {
  width: 31%;
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__item {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__item a {
    display: flex;
  }
}
.eventWrap__image {
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__image {
    width: calc(45% - 15px);
    height: 100%;
    margin-right: 12px;
  }
}
.eventWrap__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #474646;
  border-bottom: 1px dotted #ccc;
  padding: 14px 20px 10px 0px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .eventWrap__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .eventWrap__ttl {
    font-size: 1.5rem;
    padding: 10px 20px 8px 0px;
  }
}
.eventWrap__03 .eventWrap__ttl {
  font-size: 1.5rem;
  padding: 10px 20px 8px 0px;
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__ttl {
    padding: 0px 0px 4px 0px;
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 320px) {
  .eventWrap__03 .eventWrap__ttl {
    font-size: 1.3rem;
    padding: 0px 0px 2px 0px;
    margin-bottom: 4px;
  }
}
.eventWrap__ttl::after {
  display: block;
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 18px;
  right: 7px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #13448f;
  border-bottom: 3px solid #13448f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__ttl::after {
    display: none;
  }
}
.eventWrap__day {
  font-size: 1.5rem;
  color: #f78702;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .eventWrap__day {
    font-size: 1.3rem;
  }
}
.eventWrap__03 .eventWrap__day {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .eventWrap__03 .eventWrap__day {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.eventWrap__03 {
  margin-top: -5px;
}
@media screen and (max-width: 599px) {
  .eventWrap__03 {
    margin-top: 0px;
    display: block;
  }
}
.eventWrap__03::after {
  content: "";
  display: block;
  width: 31%;
}

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

service サービス一覧

----------------------------------------*/
.serviceIndex {
  border: 4px solid #dcdcdc;
  box-sizing: border-box;
  padding: 32px 34px 32px 34px;
}
@media screen and (max-width: 599px) {
  .serviceIndex {
    padding: 18px 20px 20px 20px;
  }
}
.serviceIndex.purple .serviceIndex__title {
  border-bottom-color: #ac85bc;
}
.serviceIndex.purple .serviceIndex__title::before {
  background: #ac85bc;
}
.serviceIndex.purple .serviceIndex__title__tit__en {
  color: #ac85bc;
}
.serviceIndex.green .serviceIndex__title {
  border-bottom-color: #63b863;
}
.serviceIndex.green .serviceIndex__title::before {
  background: #63b863;
}
.serviceIndex.green .serviceIndex__title__tit__en {
  color: #63b863;
}
.serviceIndex.green .serviceIndex__course {
  background: #eff8ef;
}
.serviceIndex.green .serviceIndex__course__title::before {
  background: #63b863;
}
.serviceIndex.green .serviceIndex__course__title span {
  color: #449a44;
  background: #eff8ef;
}
.serviceIndex__title {
  border-style: dotted;
  border-bottom-width: 1px;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.serviceIndex__title::before {
  position: absolute;
  width: 7px;
  height: 100%;
  left: -38px;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIndex__title::before {
    width: 6px;
    left: -24px;
  }
}
.serviceIndex__title__tit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 22px;
}
@media screen and (max-width: 599px) {
  .serviceIndex__title__tit {
    margin-bottom: 15px;
  }
}
.serviceIndex__title__tit__en {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 28px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title__tit__en {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__title__tit__en {
    font-size: 38px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .serviceIndex__title__tit__en {
    font-size: 30px;
  }
}
.serviceIndex__title__tit__en span {
  font-weight: normal;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title__tit__en span {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.serviceIndex__title__tit__sub {
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.1;
  color: #101010;
  display: table;
  padding: 10px 18px 10px 18px;
  box-sizing: border-box;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title__tit__sub {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.serviceIndex__title__catch {
  font-size: 20px;
  line-height: 1.4;
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title__catch {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__title__catch {
    font-size: 16px;
  }
}
.serviceIndex__title.taiken {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .serviceIndex__title.taiken {
    display: block;
  }
}
.serviceIndex__title.taiken .serviceIndex__title__tit {
  width: calc(100% - 74px);
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title.taiken .serviceIndex__title__tit {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__title.taiken .serviceIndex__title__tit {
    width: 100%;
  }
}
.serviceIndex__title.taiken .serviceIndex__title__catch {
  width: 100%;
}
.serviceIndex__title.taiken .taikenIcon {
  width: 74px;
  height: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title.taiken .taikenIcon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__title.taiken .taikenIcon {
    position: absolute;
    right: -15px;
    top: 0px;
  }
}
.serviceIndex__title.taiken .taikenIcon::before {
  width: 74px;
  height: 74px;
  background: url(../common/icon_taiken.svg);
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
@media screen and (max-width: 1024px) {
  .serviceIndex__title.taiken .taikenIcon::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__title.taiken .taikenIcon::before {
    width: 60px;
    height: 60px;
  }
}
.serviceIndex__contents .standardText {
  color: #666;
}
.serviceIndex__contents .solidBtn {
  margin-top: 20px;
}
.serviceIndex__course {
  padding: 18px 18px 18px 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIndex__course {
    padding: 12px 12px 12px 12px;
  }
}
.serviceIndex__course__title {
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.serviceIndex__course__title::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  position: absolute;
}
.serviceIndex__course__title span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 35px 0 35px;
  position: relative;
  display: table;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__title span {
    font-size: 15px;
    padding: 0 20px 0 20px;
  }
}
.serviceIndex__course__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.serviceIndex__course__list li {
  width: 24%;
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list li {
    width: 49%;
  }
}
.serviceIndex__course__list li + li {
  margin-left: 1.3333333333%;
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list li + li {
    margin-left: 0;
    margin-top: 2%;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list li:nth-child(2n) {
    margin-left: 2%;
  }
}
.serviceIndex__course__list li:nth-child(2) {
  margin-top: 0;
}
.serviceIndex__course__list a {
  display: block;
  background: #fff;
  height: 100%;
}
.serviceIndex__course__list a .title {
  background: #63b863;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 11px 15px 9px 15px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .serviceIndex__course__list a .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list a .title {
    padding: 10px 12px 9px 12px;
  }
}
.serviceIndex__course__list a .title::before {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list a .title::before {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.serviceIndex__course__list a .textarea {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  padding: 12px 15px 12px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIndex__course__list a .textarea {
    padding: 10px 12px 10px 12px;
    letter-spacing: -0.03em;
    font-size: 13px;
  }
}
.serviceIndex__course__list a:hover .title {
  background: #3f983f;
}

.indexBtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indexBtn li {
  width: 49.2%;
}
@media screen and (max-width: 599px) {
  .indexBtn li {
    width: 100%;
  }
}
.indexBtn li:nth-child(2n) {
  margin-left: 1.5%;
}
@media screen and (max-width: 599px) {
  .indexBtn li:nth-child(2n) {
    margin-left: 0;
  }
}
.indexBtn li + li {
  margin-top: 10px;
}
.indexBtn li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .indexBtn li:nth-child(2) {
    margin-top: 10px;
  }
}
.indexBtn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid #dcdcdc;
  padding: 7px 12px 5px 65px;
  height: 100%;
  box-sizing: border-box;
  color: #13448f;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .indexBtn a {
    padding: 15px 70px 15px 45px;
    font-size: 16px;
  }
}
.indexBtn a::before {
  position: absolute;
  left: 25px;
  top: -1px;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid #13448f;
  border-right: 4px solid #13448f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .indexBtn a::before {
    left: 15px;
  }
}
.indexBtn a span {
  width: 56px;
  height: 56px;
  background: url(../common/icon_taiken.svg);
  background-size: 100% auto;
  display: table;
}
@media screen and (max-width: 1024px) {
  .indexBtn a span {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.indexBtn a:hover {
  background: #13448f;
  color: #fff;
  border: 4px solid #13448f;
}
.indexBtn a:hover::before {
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.serviceIndex-small {
  border: 4px solid #dcdcdc;
  position: relative;
  padding: 25px 28px 25px 28px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small {
    padding: 18px 20px 20px 20px;
  }
  .serviceIndex-small.mb40 {
    margin-bottom: 30px !important;
  }
}
.serviceIndex-small__title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #13448f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.serviceIndex-small__title::before {
  width: 7px;
  height: 44px;
  position: absolute;
  background: #13448f;
  top: -3%;
  left: -32px;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title::before {
    width: 6px;
    left: -24px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title {
    font-size: 16px;
  }
}
.serviceIndex-small__title p {
  display: table;
  margin-right: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #13448f;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title p {
    padding-right: 60px;
    font-size: 19px;
    margin-right: 0;
  }
}
.serviceIndex-small__title p .small {
  font-size: 15px;
  margin-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title p .small {
    display: block;
    margin-left: 0;
  }
}
.serviceIndex-small__title__sub {
  color: #101010;
  font-weight: normal;
  font-family: "メイリオ", Meiryo;
  font-size: 14px;
  line-height: 1.1;
  background: #eeeeee;
  display: table;
  padding: 8px 15px 8px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title__sub {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.serviceIndex-small__title.taiken {
  padding-right: 74px;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title.taiken {
    padding-right: 0px;
  }
}
.serviceIndex-small__title .taikenIcon {
  width: 74px;
  height: 74px;
  position: absolute;
  background: url(../common/icon_taiken.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  right: -10px;
  top: -10px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .serviceIndex-small__title .taikenIcon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__title .taikenIcon {
    width: 60px;
    height: 60px;
  }
}
.serviceIndex-small__title .taikenIcon.six {
  background: url(../common/icon_taiken_6.svg) no-repeat;
  background-size: 100% auto;
}
.serviceIndex-small__contents .standardText {
  color: #666;
}
.serviceIndex-small__contents .standardText__attention {
  color: #f9892f;
}
.serviceIndex-small__contents .solidBtn {
  margin-top: 15px;
}
.serviceIndex-small__bnr {
  display: table;
  margin: 15px auto 0;
  max-width: 320px;
  position: relative;
}
.serviceIndex-small__bnr::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .serviceIndex-small__bnr {
    max-width: 90%;
    width: 90%;
    margin: 15px auto 0;
  }
}
.serviceIndex-small__bnr img {
  width: 100%;
}
.serviceIndex-small__bnr:hover::before {
  background: rgba(25, 131, 220, 0.4);
}

.serviceIndex-free {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-free {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-free {
    margin-bottom: 40px;
  }
}
.serviceIndex-free li {
  width: 49%;
  border: 4px solid #dcdcdc;
  padding: 25px 28px 25px 28px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIndex-free li {
    width: 100%;
    padding: 18px 20px 20px 20px;
  }
  .serviceIndex-free li + li {
    margin-top: 15px;
  }
}
.serviceIndex-free li:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .serviceIndex-free li:nth-child(2n) {
    margin-left: 0;
  }
}
.serviceIndex-free__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #13448f;
  position: relative;
}
.serviceIndex-free__title::before {
  width: 7px;
  height: 44px;
  position: absolute;
  background: #13448f;
  top: -3%;
  left: -32px;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .serviceIndex-free__title::before {
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-free__title::before {
    width: 6px;
    left: -24px;
  }
}
.serviceIndex-free__title p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #13448f;
  font-size: 22px;
  line-height: 1.4;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-free__title p {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-free__title p {
    font-size: 18px;
  }
}
.serviceIndex-free__title__sub {
  color: #101010;
  font-weight: normal;
  font-family: "メイリオ", Meiryo;
  font-size: 14px;
  line-height: 1.1;
  background: #eeeeee;
  display: table;
  padding: 8px 15px 8px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-free__title__sub {
    padding: 5px 12px 5px 12px;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-free__title__sub {
    font-size: 13px;
  }
}
.serviceIndex-free__contents .standardText {
  color: #666666;
}
.serviceIndex-free__contents .solidBtn {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-free__contents .solidBtn {
    min-width: 90%;
    width: 90%;
  }
}

.serviceIndex-finish {
  background: #f5f5f5;
  padding: 25px 28px 25px 28px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-finish {
    padding: 18px 25px 18px 25px;
  }
}
.serviceIndex-finish li {
  width: 33.3%;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-finish li {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-finish li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .serviceIndex-finish li:nth-child(4n) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .serviceIndex-finish li:nth-child(4n) {
    width: 100%;
  }
}
.serviceIndex-finish li + li {
  margin-top: 5px;
}
.serviceIndex-finish li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .serviceIndex-finish li:nth-child(2) {
    margin-top: 5px;
  }
}
.serviceIndex-finish li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-finish li:nth-child(3) {
    margin-top: 5px;
  }
}
.serviceIndex-finish li:nth-child(4) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .serviceIndex-finish li:nth-child(4) {
    margin-top: 5px;
  }
}
.serviceIndex-finish a {
  font-size: 14px;
  line-height: 1.5;
  color: #2e66bc;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.serviceIndex-finish a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #13448f;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  content: "";
}
.serviceIndex-finish a:hover {
  text-decoration: none;
  color: #13448f;
}
.serviceIndex-finish .noLink {
  font-size: 14px;
  line-height: 1.5;
  color: #bbb;
  position: relative;
  padding: 2px 0 0 15px;
  box-sizing: border-box;
}
.serviceIndex-finish .noLink::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #bbb;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
}

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

service > flets配下のもの

----------------------------------------*/
.fletsService {
  border: 3px solid #dcdcdc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .fletsService {
    padding: 0;
  }
}
.fletsService li {
  width: 33.3333333333%;
  padding: 0 1.8% 0 1.8%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .fletsService li {
    width: 100%;
    margin: 0% 4% 0% 4%;
    padding: 7% 0 7% 0;
  }
  .fletsService li:last-child {
    padding: 7% 0 5% 0;
  }
}
.fletsService li::before {
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  right: 0;
  top: -28px;
  display: block;
  content: "";
  margin: auto;
}
@media screen and (max-width: 599px) {
  .fletsService li::before {
    top: -1px;
  }
}
.fletsService li + li {
  border-left: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .fletsService li + li {
    border-left: none;
    border-top: 1px dotted #bbb;
  }
}
.fletsService li.green .fletsService__textarea {
  background: #e5efcf;
}
.fletsService li.green::before {
  background: #8bbf14;
}
@media screen and (max-width: 599px) {
  .fletsService li.green::before {
    top: -2px;
  }
}
.fletsService li.purple .fletsService__textarea {
  background: #f0e6f3;
}
.fletsService li.purple::before {
  background: #ac85bc;
}
.fletsService li.silver .fletsService__textarea {
  background: #e6e7e8;
}
.fletsService li.silver::before {
  background: #8b9498;
}
@media screen and (max-width: 1024px) {
  .fletsService li .solidBtn {
    min-width: 100%;
  }
}
.fletsService__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  color: #101010;
  text-align: center;
  min-height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1024px) {
  .fletsService__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .fletsService__title {
    font-size: 14px;
    min-height: auto;
  }
}
.fletsService__title span {
  font-size: 22px;
  margin-left: 10px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1024px) {
  .fletsService__title span {
    font-size: 20px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 599px) {
  .fletsService__title span {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
.fletsService__image {
  width: 95%;
  height: 90px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fletsService__image {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .fletsService__image {
    height: 90px;
  }
}
.fletsService__image img {
  max-height: 100%;
  max-width: 100%;
}
.fletsService__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  min-height: 76px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fletsService__textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .fletsService__textarea {
    min-height: auto;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
  }
}

.fletsPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .fletsPoint {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.fletsPoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .fletsPoint li {
    width: 48%;
    margin-left: 0;
  }
}
.fletsPoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .fletsPoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.fletsPoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
}
.fletsPoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .fletsPoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint__num {
    top: -30px;
  }
}
.fletsPoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .fletsPoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint__num span {
    font-size: 35px;
  }
}
.fletsPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fletsPoint__textarea {
    font-size: 21px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint__textarea {
    font-size: 20px;
  }
}
.fletsPoint__textarea span {
  color: #eb0000;
  font-size: 38px;
  line-height: 1.1;
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .fletsPoint__textarea span {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint__textarea span {
    font-size: 30px;
  }
}
.fletsPoint__textarea span.small {
  font-size: 34px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .fletsPoint__textarea span.small {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .fletsPoint__textarea span.small {
    font-size: 28px;
  }
}

/*
フレッツ光直下固定IPアドレス--------------*/
.koteiTitle {
  display: block;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #101010;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.8em 20px 0.8em 20px;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .koteiTitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.koteiTitle span {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  padding-right: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.koteiTitle span::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .koteiTitle span::before {
    width: 9px;
    height: 9px;
  }
}
.koteiTitle::before {
  position: absolute;
  width: 6px;
  height: calc(100% - 30px);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .koteiTitle::before {
    width: 5px;
    height: 56%;
  }
}
.koteiTitle.green {
  background: #d7e9af;
}
.koteiTitle.green::before {
  background: #8bbf14;
}
.koteiTitle.green span {
  background: #8bbf14;
}
.koteiTitle.red {
  background: #ffcbcb;
}
.koteiTitle.red::before {
  background: #c61730;
}
.koteiTitle.red span {
  background: #c61730;
}
.koteiTitle.blue {
  background: #c0e0f8;
}
.koteiTitle.blue::before {
  background: #1244a6;
}
.koteiTitle.blue span {
  background: #1244a6;
}
.koteiTitle:hover.green {
  background: #bedf72;
}
.koteiTitle:hover.green::before {
  background: #fff;
}
.koteiTitle:hover.red {
  background: #fca8a8;
}
.koteiTitle:hover.red::before {
  background: #fff;
}
.koteiTitle:hover.blue {
  background: #a8cfec;
}
.koteiTitle:hover.blue::before {
  background: #fff;
}

/*
フレッツ光直下マルチセッション--------------*/
.multiTitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #13448f;
  margin-bottom: 15px;
}
.multiTitle__number {
  width: 65px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #13448f;
  padding: 7px 5px 5px 10px;
  box-sizing: border-box;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .multiTitle__number {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.multiTitle__number::before {
  width: 20px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 48.5%, #13448f 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
}
.multiTitle__number__num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 0.9;
  vertical-align: -1px;
}
@media screen and (max-width: 599px) {
  .multiTitle__number__num {
    resize: 24px;
  }
}
.multiTitle__textarea {
  width: calc(100% - 95px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #101010;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .multiTitle__textarea {
    display: block;
    font-size: 15px;
  }
}
.multiTitle__textarea__small {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -1px;
}
@media screen and (max-width: 599px) {
  .multiTitle__textarea__small {
    display: inline;
    vertical-align: 1px;
    font-size: 13px;
  }
}

/*
フレッツ光---------------*/
.fletsFeature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .fletsFeature {
    display: block;
  }
}
.fletsFeature__image {
  width: 220px;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .fletsFeature__image {
    width: 70%;
    margin: 0 auto 0;
  }
}
.fletsFeature__image img {
  width: 100%;
}
.fletsFeature__image a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fletsFeature__image a:hover {
  opacity: 0.7;
}
.fletsFeature__text {
  width: calc(100% - 260px);
}
@media screen and (max-width: 599px) {
  .fletsFeature__text {
    width: 100%;
    margin-bottom: 15px;
  }
}

.fletsItem {
  background: url("../img/bg_stripe.png");
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .fletsItem {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .fletsItem.mb40 {
    margin-bottom: 30px !important;
  }
}
.fletsItem__title {
  text-align: center;
  margin-bottom: 12px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #13448f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .fletsItem__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.fletsItem__subtitle {
  color: #fff;
  background-color: #06a0c6;
  padding: 10px 25px;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .fletsItem__subtitle {
    padding: 10px;
    font-size: 15px;
  }
}
.fletsItem__detail {
  background-color: #fff;
  padding: 25px 25px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .fletsItem__detail {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
.fletsItem .standardText {
  line-height: 200%;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .fletsItem .standardText {
    line-height: 180%;
    margin-bottom: 14px;
  }
}

/*
よくあるご質問---------------*/
.faqList {
  margin-top: -10px;
}
.faqList li {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 0;
}
.faqList li::before {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../service/flets/b/img/icon_q.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  left: 0;
  top: 15px;
  z-index: 1;
}
.faqList a {
  display: block;
  color: #444;
  position: relative;
  padding: 18px 40px 17px 42px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .faqList a {
    font-size: 14px;
  }
}
.faqList a::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .faqList a::before {
    top: 3px;
  }
}
.faqList a::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 14px;
  border-color: transparent transparent transparent #101010;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .faqList a::after {
    top: -2px;
  }
}
.faqList a:hover {
  /*background: #e8f2fb;*/
  outline: 5px solid #e8f2fb;
  color: #1797d9;
}
.faqList a:hover::before {
  right: 20px;
  background: #1797d9;
}
.faqList a:hover::after {
  right: 20px;
  border-color: transparent transparent transparent #1797d9;
}

/*
申し込みの流れ---------------*/
.flowList > li {
  position: relative;
  z-index: 0;
}
.flowList > li::before {
  position: absolute;
  width: 8px;
  height: 100%;
  left: 30px;
  top: 0;
  display: block;
  content: "";
  background: transparent;
  background-image: radial-gradient(#daebfa 28%, transparent 0);
  background-position: center 0;
  background-size: 15px 15px;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .flowList > li::before {
    left: 33px;
  }
}
.flowList > li + li {
  /*padding-top: 30px;*/
}
.flowList > li:last-child::before {
  display: none;
}
.flowList > li:last-child .flowList__textarea {
  padding-bottom: 0;
}
.flowList__title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.flowList__title__step {
  width: 67px;
  height: 67px;
  border: 6px solid #83bded;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .flowList__title__step {
    width: 55px;
    height: 55px;
    border: 4px solid #83bded;
    left: 10px;
  }
}
.flowList__title__step .en {
  color: #1983dc;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 3px;
}
.flowList__title__step .num {
  font-size: 32px;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  color: #13448f;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flowList__title__step .num {
    font-size: 26px;
  }
}
.flowList__title__textarea {
  width: calc(100% - 36px);
  margin-left: auto;
  background: #1983dc;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding: 14px 14px 14px 50px;
}
@media screen and (max-width: 1024px) {
  .flowList__title__textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .flowList__title__textarea {
    font-size: 14px;
    width: calc(100% - 0px);
    padding: 14px 14px 14px 75px;
    min-height: 65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.flowList__textarea {
  width: calc(100% - 75px);
  margin-left: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .flowList__textarea {
    width: calc(100% - 60px);
  }
}

.fletsRevBlock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .fletsRevBlock {
    margin-bottom: 30px;
    display: block;
  }
}
.fletsRevBlock__image {
  width: 340px;
  margin-right: 40px;
}
.fletsRevBlock__image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .fletsRevBlock__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.fletsRevBlock__textarea {
  width: calc(100% - 380px);
}
@media screen and (max-width: 599px) {
  .fletsRevBlock__textarea {
    width: 100%;
  }
}

.tblFlow {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
}
.tblFlow tr {
  border-bottom: 1px solid #dddddd;
}
.tblFlow th {
  width: 18%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tblFlow th {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .tblFlow th {
    width: 100%;
    display: block;
    padding: 18px 0px 12px 0;
  }
}
.tblFlow td {
  padding: 18px 10px 18px 0;
  box-sizing: border-box;
  color: #101010;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .tblFlow td {
    display: block;
    padding: 0px 0px 18px 0;
    font-size: 14px;
  }
}
.tblFlow__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #13448f;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .tblFlow__title {
    font-size: 15px;
  }
}
.tblFlow__arrow li {
  position: relative;
}
.tblFlow__arrow li + li {
  margin-top: 25px;
}
.tblFlow__arrow li + li::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #ddd transparent transparent transparent;
  left: 40%;
  top: -20px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .tblFlow__arrow li + li::after {
    left: 0;
    right: 0;
  }
}

/*
無料オプション------------*/
.netserviceBlock {
  position: relative;
  border: 5px solid #eeeeee;
  padding: 18px 20px 20px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .netserviceBlock {
    border: 4px solid #eeeeee;
    padding: 16px 10px 20px 0;
  }
}
.netserviceBlock__title {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #eee;
  position: relative;
  padding: 0 0 14px 63px;
  margin-bottom: 12px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #13448f;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .netserviceBlock__title {
    padding: 0 0 10px 52px;
    font-size: 15px;
  }
}
.netserviceBlock__title::before {
  width: 26px;
  height: 21px;
  position: absolute;
  background: url("../service/flets/b/img/icon_net.svg") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  left: 26px;
  top: 2px;
}
@media screen and (max-width: 599px) {
  .netserviceBlock__title::before {
    width: 22px;
    height: 18px;
    top: 2px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .netserviceBlock__title p {
    width: calc(100% - 62px);
  }
}
.netserviceBlock__title__price {
  width: 52px;
  height: 26px;
  color: #333;
  background: #eeeeee;
  font-family: "メイリオ", Meiryo;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  margin-left: 20px;
  padding: 6px 12px 5px 12px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .netserviceBlock__title__price {
    margin-left: 10px;
    font-size: 13px;
    width: 50px;
  }
}
.netserviceBlock__textarea {
  padding: 0 0px 0px 24px;
}
@media screen and (max-width: 599px) {
  .netserviceBlock__textarea {
    padding: 0 0px 0px 20px;
  }
}
.netserviceBlock .solidBtn {
  font-size: 14px;
}

.muryoList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.muryoList li {
  width: 48.7%;
}
@media screen and (max-width: 599px) {
  .muryoList li {
    width: 100%;
  }
}
.muryoList li:nth-child(2n) {
  margin-left: 2.5%;
}
@media screen and (max-width: 599px) {
  .muryoList li:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.muryoList .netserviceBlock {
  margin-bottom: 0;
  height: 100%;
  padding: 15px 20px 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .muryoList .netserviceBlock {
    border: 4px solid #eeeeee;
    padding: 16px 10px 20px 0;
  }
}
.muryoList .netserviceBlock__title {
  padding: 0 0 14px 60px;
}
@media screen and (max-width: 599px) {
  .muryoList .netserviceBlock__title {
    padding: 0 0 10px 52px;
  }
}
.muryoList .netserviceBlock__title::before {
  left: 20px;
}
.muryoList .netserviceBlock__textarea {
  padding: 0 0px 0px 20px;
}
.muryoList .borderBtn {
  margin: auto;
  padding: 8px 35px 8px 25px;
}
.muryoList .solidBtn {
  margin: auto;
  padding: 8px 35px 8px 25px;
}

/*
固定IPアドレス------*/
.ipBlock dd {
  border-width: 5px;
  border-style: solid;
}
@media screen and (max-width: 599px) {
  .ipBlock dd {
    border-width: 3px;
  }
}
.ipBlock.blue dd {
  border-color: #c6e3fc;
}
.ipBlock.blue .ipBlock__title__category {
  background: #c6e3fc;
  color: #0e7ede;
}
.ipBlock.blue .ipBlock__title__category::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #c6e3fc 50%) no-repeat top left/100% 100%;
}
.ipBlock.green dd {
  border-color: #d7e9af;
}
.ipBlock.green .ipBlock__title__category {
  background: #d7e9af;
  color: #468003;
}
.ipBlock.green .ipBlock__title__category::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #d7e9af 50%) no-repeat top left/100% 100%;
}
.ipBlock__title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.ipBlock__title__category {
  width: 150px;
  margin-right: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  position: relative;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 15px 10px 12px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ipBlock__title__category {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__title__category {
    width: 80px;
    font-size: 14px;
    margin-right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ipBlock__title__category::before {
  width: 20px;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: 0;
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .ipBlock__title__category::before {
    width: 15px;
    right: -15px;
  }
}
.ipBlock__title__text {
  width: calc(100% - 170px);
  font-size: 22px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #101010;
  line-height: 1.4;
  padding: 6px 0 3px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ipBlock__title__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__title__text {
    width: calc(100% - 95px);
    font-size: 14px;
    padding: 5px 0 5px 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ipBlock dd {
  padding: 30px 40px 30px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ipBlock dd {
    padding: 30px 25px 30px 25px;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock dd {
    padding: 25px 20px 25px 20px;
  }
}
.ipBlock__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .ipBlock__list {
    display: block;
  }
  .ipBlock__list.mb35 {
    margin-bottom: 25px !important;
  }
}
.ipBlock__list li {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .ipBlock__list li {
    display: block;
    text-align: left;
  }
  .ipBlock__list li + li {
    margin-top: 15px;
  }
}
.ipBlock__list li:first-child, .ipBlock__list li:nth-child(3) {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  .ipBlock__list li:first-child, .ipBlock__list li:nth-child(3) {
    width: 39%;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list li:first-child, .ipBlock__list li:nth-child(3) {
    width: 100%;
  }
}
.ipBlock__list li:first-child img, .ipBlock__list li:nth-child(3) img {
  max-width: 100%;
}
.ipBlock__list li:nth-child(2) {
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .ipBlock__list li:nth-child(2) {
    width: 22%;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list li:nth-child(2) {
    width: 100%;
  }
}
.ipBlock__list li:nth-child(2) img {
  max-width: 100%;
}
.ipBlock__list__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  color: #101010;
  font-size: 17px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .ipBlock__list__title {
    font-size: 15px;
  }
}
.ipBlock__list__title span {
  color: #d90000;
  font-weight: 700;
}
.ipBlock__list__title__q {
  padding: 0 0 0 37px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ipBlock__list__title__q {
    padding: 0 0 0 29px;
  }
}
.ipBlock__list__title__q::before {
  width: 30px;
  height: 25px;
  position: absolute;
  background: url("../service/flets/b/img/icon_q_ip.svg") center center no-repeat;
  background-size: 100% auto;
  top: -1px;
  left: 0px;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .ipBlock__list__title__q::before {
    width: 25px;
    height: 21px;
    top: -1px;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list__title__q::before {
    top: 0;
  }
}
.ipBlock__list__title__a {
  padding: 0 0 0 37px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ipBlock__list__title__a {
    padding: 0 0 0 30px;
  }
}
.ipBlock__list__title__a::before {
  width: 30px;
  height: 23px;
  position: absolute;
  background: url("../service/flets/b/img/icon_a_ip.svg") center center no-repeat;
  background-size: 100% auto;
  top: -1px;
  left: 0px;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .ipBlock__list__title__a::before {
    width: 25px;
    height: 20px;
    top: -1px;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list__title__a::before {
    top: 0;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list__image {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock__list__arrow {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .ipBlock .titleBorder__small {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .ipBlock .titleBorder__small::before {
    top: 7px;
  }
  .ipBlock .titleBorder__small::after {
    top: 9px;
  }
}

.fletsLead {
  font-size: 30px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  line-height: 1.5;
  color: #13448f;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .fletsLead {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .fletsLead {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.fletsCaseImage {
  text-align: center;
}
.fletsCaseImage img {
  max-width: 100%;
}
.fletsCaseImage__image {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 35px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .fletsCaseImage__image {
    padding: 8px;
  }
  .fletsCaseImage__image.mb40 {
    margin-bottom: 30px !important;
  }
}
.fletsCaseImage__image img {
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 599px) {
  .fletsCaseImage__image img {
    padding: 6px;
  }
}

/*
クレジットカードpriceMethod---------------------*/
.priceMethod {
  border: 3px solid #ddeefc;
  padding: 6px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
  .priceMethod {
    display: block;
  }
}
.priceMethod__title {
  width: 170px;
  background: #004da0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .priceMethod__title {
    width: 100%;
    padding: 10px 0 10px 0;
  }
}
.priceMethod__contents {
  width: calc(100% - 170px);
  padding: 20px 0 20px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .priceMethod__contents {
    padding: 15px 0 15px 25px;
  }
}
@media screen and (max-width: 599px) {
  .priceMethod__contents {
    width: 100%;
    padding: 15px 10px 10px 10px;
  }
}
.priceMethod__contents__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .priceMethod__contents__list {
    margin-bottom: 10px;
  }
}
.priceMethod__contents__list li {
  color: #101010;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 1.3em;
  box-sizing: border-box;
}
.priceMethod__contents__list li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
  background: #13448f;
}
.priceMethod__contents__list li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .priceMethod__contents__list li + li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .priceMethod__contents__list li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .priceMethod__contents__list li:nth-child(2) {
    margin-top: 0;
  }
  .priceMethod__contents__list li:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .priceMethod__contents__list li:nth-child(2) {
    margin-top: 5px;
  }
}

.priceCard {
  background: #eeeeee;
  padding: 18px 15px 15px 15px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 599px) {
  .priceCard {
    padding: 15px 15px 15px 15px;
  }
}
.priceCard::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 28px 18px;
  border-color: transparent transparent #eeeeee transparent;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
}
.priceCard.no-arw::before {
  display: none;
}
.priceCard__title {
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .priceCard__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.priceCard__contents {
  background: #fff;
  width: 100%;
}
.priceCard__contents__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list {
    margin-top: 15px;
    margin-left: 20px;
  }
}
.priceCard__contents__list li {
  margin: 0px 25px 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li {
    margin: 0 20px 15px 0;
  }
}
.priceCard__contents__list li img {
  width: 100%;
}
.priceCard__contents__list li:first-child {
  width: 90px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:first-child {
    width: 45px;
  }
}
.priceCard__contents__list li:nth-child(2) {
  width: 60px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(2) {
    width: 30px;
  }
}
.priceCard__contents__list li:nth-child(3) {
  width: 68px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(3) {
    width: 34px;
  }
}
.priceCard__contents__list li:nth-child(4) {
  width: 52px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(4) {
    width: 26px;
  }
}
.priceCard__contents__list li:nth-child(5) {
  width: 80px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(5) {
    width: 40px;
  }
}
.priceCard__contents__list li:nth-child(6) {
  width: 58px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(6) {
    width: 29px;
  }
}
.priceCard__contents__list li:nth-child(7) {
  width: 58px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(7) {
    width: 29px;
  }
}
.priceCard__contents__list li:nth-child(8) {
  width: 58px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(8) {
    width: 29px;
  }
}
.priceCard__contents__list li:nth-child(9) {
  width: 72px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(9) {
    width: 36px;
  }
}
.priceCard__contents__list li:nth-child(10) {
  width: 86px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(10) {
    width: 43px;
  }
}
.priceCard__contents__list li:nth-child(11) {
  width: 82px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(11) {
    width: 41px;
  }
}
.priceCard__contents__list li:nth-child(12) {
  width: 82px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(12) {
    width: 41px;
  }
}
.priceCard__contents__list li:nth-child(13) {
  width: 106px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(13) {
    width: 53px;
  }
}
.priceCard__contents__list li:nth-child(14) {
  width: 70px;
}
@media screen and (max-width: 599px) {
  .priceCard__contents__list li:nth-child(14) {
    width: 35px;
  }
}

/*
フレッツ光固定IP 図---------------------*/
.fletsKoteiip-figure {
  border: 2px solid #dcdcdc;
  padding: 25px 10px;
}
.fletsKoteiip-figure__ttl {
  font-size: 2.2rem;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #13448f;
  font-weight: 600;
  border-bottom: 2px dotted #13448f;
  margin: 0 30px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .fletsKoteiip-figure__ttl {
    font-size: 1.8rem;
    margin: 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .fletsKoteiip-figure__ttl {
    line-height: 1.4;
    margin: 0 10px;
  }
}

.fletsKoteiip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0 0px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .fletsKoteiip {
    padding: 0;
    margin-bottom: 10px;
  }
}
.fletsKoteiip li {
  width: 25%;
  padding: 0 1% 0 1%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .fletsKoteiip li {
    width: 100%;
    margin: 0% 4% 0% 4%;
    padding: 7% 0 7% 0;
  }
  .fletsKoteiip li:last-child {
    padding: 7% 0 5% 0;
  }
}
.fletsKoteiip li::before {
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  right: 0;
  top: -28px;
  display: block;
  content: "";
  margin: auto;
}
@media screen and (max-width: 599px) {
  .fletsKoteiip li::before {
    top: -1px;
  }
}
.fletsKoteiip li + li {
  border-left: 1px dotted #13448f;
}
@media screen and (max-width: 599px) {
  .fletsKoteiip li + li {
    border-left: none;
    border-top: 1px dotted #13448f;
  }
}
.fletsKoteiip__image {
  width: 95%;
  height: 90px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fletsKoteiip__image {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .fletsKoteiip__image {
    height: 90px;
  }
}
.fletsKoteiip__image img {
  max-height: 100%;
  max-width: 100%;
}
.fletsKoteiip__textarea {
  background: #f2f6fd;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  min-height: 76px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fletsKoteiip__textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .fletsKoteiip__textarea {
    min-height: auto;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
  }
}

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

myip マイIP・マイIP ソフトイーサ版

----------------------------------------*/
.myipPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .myipPoint {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
.myipPoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .myipPoint li {
    width: 48%;
    margin-left: 0;
  }
}
.myipPoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .myipPoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.myipPoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
}
.myipPoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .myipPoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint__num {
    top: -30px;
  }
}
.myipPoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .myipPoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint__num span {
    font-size: 35px;
  }
}
.myipPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .myipPoint__textarea {
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint__textarea {
    font-size: 20px;
  }
}
.myipPoint__textarea span {
  color: #eb0000;
  font-size: 35px;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .myipPoint__textarea span {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint__textarea span {
    font-size: 30px;
  }
}
.myipPoint__textarea span.small {
  font-size: 27px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .myipPoint__textarea span.small {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .myipPoint__textarea span.small {
    font-size: 24px;
  }
}
.myipPoint__textarea span.middle {
  font-size: 25px;
}

.myipItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .myipItem {
    display: block;
  }
  .myipItem.mb30 {
    margin-bottom: 20px !important;
  }
}
.myipItem > li {
  width: 48.5%;
  border: 3px solid #dddddd;
  position: relative;
  box-sizing: border-box;
  padding: 20px 5% 20px 5%;
}
@media screen and (max-width: 599px) {
  .myipItem > li {
    width: 100%;
  }
}
.myipItem > li:nth-child(2n) {
  margin-left: 3%;
}
@media screen and (max-width: 599px) {
  .myipItem > li:nth-child(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.myipItem > li.orange::before {
  width: 30%;
  height: 5px;
  background: #ff893e;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  content: "";
}
.myipItem > li.orange .myipItem__catch {
  background: #ffe8da;
}
.myipItem > li.purple::before {
  width: 30%;
  height: 5px;
  background: #7264c9;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  content: "";
}
.myipItem > li.purple .myipItem__catch {
  background: #e3e0f5;
}
@media screen and (max-width: 1024px) {
  .myipItem > li .sideBnr__taiken {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .myipItem > li .sideBnr__taiken__catch {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.myipItem > li .sideBnr__taiken__btn__textarea {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .myipItem > li .sideBnr__taiken__btn__textarea {
    font-size: 17px;
    padding: 21px 10px 21px 10px;
  }
}
.myipItem > li .sideBnr__taiken__btn__arrow {
  width: 20%;
}
.myipItem__arrowTitle {
  background: #eee;
  color: #101010;
  text-align: center;
  padding: 19px 10px 17px 10px;
  box-sizing: border-box;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.1;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .myipItem__arrowTitle {
    font-size: 13px;
    padding: 15px 10px 15px 10px;
    margin-bottom: 20px;
  }
}
.myipItem__arrowTitle::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11.5px 0 11.5px;
  border-color: #eee transparent transparent transparent;
  content: "";
  margin: auto;
}
.myipItem__title {
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .myipItem__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.myipItem__catch {
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  border-radius: 50px;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .myipItem__catch {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
  }
}
.myipItem__list {
  display: table;
  margin: auto auto 15px auto;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .myipItem__list li {
    font-size: 13px;
  }
}
.myipItem .borderBtn {
  margin: 12px auto 0;
}

.myipConnect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .myipConnect {
    display: block;
  }
}
.myipConnect__image {
  width: 330px;
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  .myipConnect__image {
    width: 70%;
    margin: 0 auto 0;
  }
}
.myipConnect__image img {
  width: 100%;
}
.myipConnect__image a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.myipConnect__image a:hover {
  opacity: 0.7;
}
.myipConnect__text {
  width: calc(100% - 370px);
}
@media screen and (max-width: 599px) {
  .myipConnect__text {
    width: 100%;
    margin-bottom: 15px;
  }
}

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

more  固定IPアドレスを使う

----------------------------------------*/
.stickList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stickList li {
  border: 3px solid #dcdcdc;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 599px) {
  .stickList li {
    width: 100%;
    margin-left: 0;
  }
}
.stickList li::before {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20%;
  height: 5px;
  background: #DDD;
}
.stickList li:nth-child(odd) {
  margin-left: 0;
}
.stickList__title {
  color: #101010;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  min-height: 60px;
  background: #F4F4F4;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .stickList__title {
    font-size: 16px;
    min-height: auto;
  }
}
@media screen and (max-width: 599px) {
  .stickList__title {
    font-size: 15px;
    min-height: auto;
    padding: 10px 15px;
  }
}
.stickList__title__name {
  padding-left: 15px;
  position: relative;
}
.stickList__title__name::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
}
@media screen and (max-width: 599px) {
  .stickList__title__name::before {
    top: 8px;
    border-width: 4px 0 4px 7px;
  }
}
.stickList__title__name a {
  color: #000;
  text-decoration: underline;
}
.stickList__image {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .stickList__image {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .stickList__image {
    height: 90px;
  }
}
.stickList__image img {
  max-height: 100%;
  max-width: 100%;
}
.stickList__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .stickList__textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .stickList__textarea {
    padding: 15px 15px 15px 15px;
    font-size: 14px;
  }
}

.stickList li.green .stickList__textarea {
  background: #e5efcf;
}
.stickList li.green::before {
  background: #8bbf14;
}
.stickList li.green .stickList__title__name::before {
  border-color: transparent transparent transparent #8bbf14;
}
.stickList li.green .stickList__title__name a:hover {
  color: #8bbf14;
  text-decoration: none;
}
.stickList li.gray .stickList__textarea {
  background: #efefef;
}
.stickList li.gray::before {
  background: #7f7f7f;
}
.stickList li.gray .stickList__title__name::before {
  border-color: transparent transparent transparent #7f7f7f;
}
.stickList li.gray .stickList__title__name a:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.stickList li.orange .stickList__textarea {
  background: #ffe8da;
}
.stickList li.orange::before {
  background: #ff893e;
}
.stickList li.orange .stickList__title__name::before {
  border-color: transparent transparent transparent #ff893e;
}
.stickList li.orange .stickList__title__name a:hover {
  color: #ff893e;
  text-decoration: none;
}
.stickList li.pink .stickList__textarea {
  background: #ffe1e3;
}
.stickList li.pink::before {
  background: #ff4855;
}
.stickList li.pink .stickList__title__name::before {
  border-color: transparent transparent transparent #ff4855;
}
.stickList li.pink .stickList__title__name a:hover {
  color: #ff4855;
  text-decoration: none;
}

.serviceIp {
  border: 3px solid #dcdcdc;
  position: relative;
  padding: 25px 3% 25px 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIp {
    padding: 18px 6% 20px 6%;
  }
  .serviceIp.mb40 {
    margin-bottom: 30px !important;
  }
}
.serviceIp.green .serviceIp__title {
  position: relative;
}
.serviceIp.green .serviceIp__title::before {
  width: 5px;
  height: 80%;
  position: absolute;
  background: #8bbf14;
  top: -3%;
  left: calc(-3% - 4px);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIp.green .serviceIp__title::before {
    width: 4px;
    left: calc(-6% - 6px);
  }
}
.serviceIp.purple .serviceIp__title {
  position: relative;
}
.serviceIp.purple .serviceIp__title::before {
  width: 5px;
  height: 80%;
  position: absolute;
  background: #ac85bc;
  top: -3%;
  left: calc(-3% - 4px);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIp.purple .serviceIp__title::before {
    width: 4px;
    left: calc(-6% - 6px);
  }
}
.serviceIp.gray .serviceIp__title {
  position: relative;
}
.serviceIp.gray .serviceIp__title::before {
  width: 5px;
  height: 80%;
  position: absolute;
  background: #7f7f7f;
  top: -3%;
  left: calc(-3% - 4px);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIp.gray .serviceIp__title::before {
    width: 4px;
    left: calc(-6% - 6px);
  }
}
.serviceIp.orange .serviceIp__title {
  position: relative;
}
.serviceIp.orange .serviceIp__title::before {
  width: 5px;
  height: 80%;
  position: absolute;
  background: #ff893e;
  top: -3%;
  left: calc(-3% - 4px);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIp.orange .serviceIp__title::before {
    width: 4px;
    left: calc(-6% - 6px);
  }
}
.serviceIp.red .serviceIp__title {
  position: relative;
}
.serviceIp.red .serviceIp__title::before {
  width: 5px;
  height: 80%;
  position: absolute;
  background: #ff4855;
  top: -3%;
  left: calc(-3% - 4px);
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .serviceIp.red .serviceIp__title::before {
    width: 4px;
    left: calc(-6% - 6px);
  }
}
.serviceIp__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #101010;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #13448f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .serviceIp__title {
    font-size: 16px;
  }
}
.serviceIp__title p {
  display: table;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .serviceIp__title p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.serviceIp__title__sub {
  color: #101010;
  font-weight: normal;
  font-family: "メイリオ", Meiryo;
  font-size: 14px;
  line-height: 1.1;
  background: #eeeeee;
  display: table;
  padding: 8px 15px 8px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .serviceIp__title__sub {
    resize: 13px;
  }
}
.serviceIp__contents .standardText {
  color: #666;
}
.serviceIp__contents .solidBtn {
  margin-top: 15px;
}

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

sitemap

----------------------------------------*/
.sitemapTitle {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #13448f;
  border-bottom: 1px dotted #13448f;
  margin-bottom: 22px;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .sitemapTitle {
    font-size: 15px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 599px) {
  .sitemapList.mb40 {
    margin-bottom: 30px !important;
  }
}
.sitemapList.one {
  position: relative;
  padding-left: 26px;
  padding-bottom: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .sitemapList.one {
    padding-bottom: 6%;
    padding-left: 20px;
  }
}
.sitemapList.one::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
  display: block;
  content: "";
  left: 0;
  top: 0;
}
.sitemapList.one .sitemapList__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemapList.one .sitemapList__link li {
  width: 32.3333333333%;
  margin-right: 1.5%;
}
@media screen and (max-width: 599px) {
  .sitemapList.one .sitemapList__link li {
    width: 100%;
    margin-right: 0;
  }
}
.sitemapList.one .sitemapList__link li:nth-child(3n) {
  margin-right: 0;
}
.sitemapList.one .sitemapList__link li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .sitemapList.one .sitemapList__link li:nth-child(2) {
    margin-top: 15px;
  }
}
.sitemapList.one .sitemapList__link li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .sitemapList.one .sitemapList__link li:nth-child(3) {
    margin-top: 15px;
  }
}
.sitemapList.two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sitemapList.two {
    display: block;
  }
}
.sitemapList.two > li {
  width: 50%;
  position: relative;
  padding-left: 26px;
  padding-bottom: 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .sitemapList.two > li {
    width: 100%;
    padding-bottom: 6%;
    padding-left: 20px;
  }
}
.sitemapList.two > li::before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ddd;
  display: block;
  content: "";
  left: 0;
  top: 0;
}
.sitemapList.two .sitemapList__title {
  margin-bottom: 15px;
}
.sitemapList__title {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  padding: 2px 0 4px 0;
  line-height: 1.4;
  color: #101010;
}
@media screen and (max-width: 599px) {
  .sitemapList__title {
    font-size: 14px;
  }
}
.sitemapList__title::before {
  position: absolute;
  width: 4px;
  height: 100%;
  background: #13448f;
  left: -26px;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 599px) {
  .sitemapList__title::before {
    width: 3px;
    left: -20px;
  }
}
.sitemapList__link li + li {
  margin-top: 18px;
}
@media screen and (max-width: 599px) {
  .sitemapList__link li + li {
    margin-top: 15px;
  }
}
.sitemapList .noLink {
  display: table;
  color: #ccc;
  padding: 0 0 0 28px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .sitemapList .noLink {
    font-size: 14px;
  }
}
.sitemapList .noLink::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .sitemapList .noLink::before {
    width: 9px;
    height: 9px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }
}

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

vpn VPNかんたん選択ガイド

----------------------------------------*/
.vpnLead {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .vpnLead {
    margin-bottom: 35px;
    font-size: 14px;
  }
}

.vpnKind__title {
  display: table;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 900;
  color: #13448f;
  margin-bottom: 30px;
  border-bottom: 3px solid #feff00;
}
@media screen and (max-width: 599px) {
  .vpnKind__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.vpnKind__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vpnKind__list > li {
  width: 24.225%;
  margin-left: 1%;
  border: 2px solid #13448f;
}
.vpnKind__list > li:nth-child(4n+1) {
  margin-left: 0;
}
.vpnKind__list > li:nth-child(n+5) {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .vpnKind__list > li {
    width: 32.6333333333%;
  }
  .vpnKind__list > li:nth-child(4n+1) {
    margin-left: 1%;
  }
  .vpnKind__list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .vpnKind__list > li:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .vpnKind__list > li {
    width: 48.95%;
    margin-left: 0;
  }
  .vpnKind__list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .vpnKind__list > li:nth-child(even) {
    margin-left: 2%;
  }
  .vpnKind__list > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.vpnKind__list__title {
  background: #13448f;
  color: #ffffff;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .vpnKind__list__title {
    font-size: 14px;
  }
}
.vpnKind__list__title a {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff !important;
  padding: 9px 10px 11px 10px;
}
.vpnKind__list__textarea {
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
}
.vpnKind__list__textarea p {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.vpnKind__list__textarea .dotList li {
  padding-left: 15px;
}
.vpnKind__list__textarea .dotList li::before {
  width: 10px;
  height: 10px;
  top: 5px;
}

.vpnCase__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #e7ecf4;
  margin-bottom: 20px;
}
.vpnCase__title__en {
  width: 11%;
  background: #13448f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .vpnCase__title__en {
    width: 15%;
  }
}
@media screen and (max-width: 599px) {
  .vpnCase__title__en {
    width: 22%;
  }
}
.vpnCase__title__en .text {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .vpnCase__title__en .text {
    font-size: 15px;
  }
}
.vpnCase__title__en .text span {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .vpnCase__title__en .text span {
    font-size: 17px;
  }
}
.vpnCase__title__jp {
  width: 89%;
  padding: 17px 15px 17px 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #13448f;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .vpnCase__title__jp {
    width: 85%;
  }
}
@media screen and (max-width: 599px) {
  .vpnCase__title__jp {
    width: 78%;
    font-size: 15px;
  }
}
.vpnCase .dotList li {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .vpnCase .dotList li {
    font-size: 14px;
  }
}
.vpnCase .dotList li::before {
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .vpnCase .dotList li::before {
    top: 4px;
  }
}
.vpnCase .vpnRight {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.vpnCase .vpnRight::before {
  clear: both;
  display: block;
  content: "";
}
.vpnCase .vpnRight li {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .vpnCase .vpnRight li {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.vpnCase .vpnRight li + li {
  margin-left: 1em;
}

.vpnService {
  border: 3px solid #dcdcdc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 25px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .vpnService {
    padding: 0;
  }
}
.vpnService li {
  width: 33.3333333333%;
  padding: 0 1.8% 0 1.8%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .vpnService li {
    width: 100%;
    margin: 0% 4% 0% 4%;
    padding: 7% 0 7% 0;
  }
  .vpnService li:last-child {
    padding: 7% 0 5% 0;
  }
}
.vpnService li::before {
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  right: 0;
  top: -28px;
  display: block;
  content: "";
  margin: auto;
}
@media screen and (max-width: 599px) {
  .vpnService li::before {
    top: -1px;
  }
}
.vpnService li + li {
  border-left: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .vpnService li + li {
    border-left: none;
    border-top: 1px dotted #bbb;
  }
}
.vpnService li.green .vpnService__subtitle {
  color: #8bbf14;
}
.vpnService li.green .vpnService__textarea {
  background: #e5efcf;
}
.vpnService li.green::before {
  background: #8bbf14;
}
@media screen and (max-width: 599px) {
  .vpnService li.green::before {
    top: -2px;
  }
}
.vpnService li.orange .vpnService__subtitle {
  color: #ff893e;
}
.vpnService li.orange .vpnService__textarea {
  background: #ffe8da;
}
.vpnService li.orange::before {
  background: #ff893e;
}
@media screen and (max-width: 599px) {
  .vpnService li.orange::before {
    top: -2px;
  }
}
.vpnService li.purple .vpnService__subtitle {
  color: #ac85bc;
}
.vpnService li.purple .vpnService__textarea {
  background: #f0e6f3;
}
.vpnService li.purple::before {
  background: #ac85bc;
}
.vpnService__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  padding-top: 20px;
  color: #101010;
  text-align: center;
  min-height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .vpnService__title {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 599px) {
  .vpnService__title {
    font-size: 18px;
    min-height: auto;
  }
}
.vpnService__title span {
  font-size: 15px;
  letter-spacing: -2px;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .vpnService__title span {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .vpnService__title span {
    font-size: 15px;
  }
}
.vpnService__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  min-height: 50px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vpnService__image {
  width: 95%;
  height: 90px;
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .vpnService__image {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .vpnService__image {
    height: 90px;
  }
}
.vpnService__image img {
  max-height: 100%;
  max-width: 100%;
}
.vpnService__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  min-height: 76px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .vpnService__textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .vpnService__textarea {
    min-height: auto;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
  }
}
.vpnService .solidBtn {
  min-width: 200px;
}

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

taiken 無料体験

----------------------------------------*/
.taikenLead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .taikenLead {
    margin-bottom: 20px;
  }
}
.taikenLead__image {
  width: 160px;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .taikenLead__image {
    width: 90px;
    margin-right: 15px;
  }
}
.taikenLead__image img {
  width: 100%;
}
.taikenLead__textarea {
  width: calc(99.9% - 200px);
  font-size: 21px;
  line-height: 1.6;
  color: #101010;
  padding-right: 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .taikenLead__textarea {
    font-size: 19px;
    padding-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .taikenLead__textarea {
    width: calc(99.9% - 105px);
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}
.taikenLead__textarea span {
  color: #d80001;
}

.taikenCatch {
  font-size: 34px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  line-height: 1.6;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .taikenCatch {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .taikenCatch {
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 320px) {
  .taikenCatch {
    font-size: 18px;
  }
}
.taikenCatch__small {
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .taikenCatch__small {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .taikenCatch__small {
    font-size: 16px;
  }
}
.taikenCatch__red {
  color: #d80001;
  display: block;
}
.taikenCatch .marker {
  background: linear-gradient(transparent 60%, #fff799 60%);
  background: -webkit-linear-gradient(transparent 60%, #fff799 60%);
}

.taikenPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .taikenPoint {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .taikenPoint.mb30 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint.mb30 {
    margin-bottom: 20px !important;
  }
}
.taikenPoint li {
  width: 33.3%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .taikenPoint li {
    width: 100%;
  }
  .taikenPoint li + li {
    margin-top: 15px;
  }
}
.taikenPoint__num {
  width: 30%;
  margin-right: 8%;
}
@media screen and (max-width: 1024px) {
  .taikenPoint__num {
    margin-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint__num {
    width: 20%;
    margin-right: 5%;
  }
}
.taikenPoint__num img {
  width: 100%;
}
.taikenPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  width: 61.9%;
}
@media screen and (max-width: 1024px) {
  .taikenPoint__textarea {
    width: 64.9%;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint__textarea {
    width: 74.9%;
  }
}
.taikenPoint__textarea .mb03 {
  margin-bottom: 3px;
}
.taikenPoint__textarea__text {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  color: #101010;
}
@media screen and (max-width: 1024px) {
  .taikenPoint__textarea__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint__textarea__text {
    font-size: 19px;
    line-height: 1.6;
  }
}
.taikenPoint__textarea__small {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  color: #13448f;
}
.taikenPoint__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .taikenPoint__text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint__text {
    margin-bottom: 20px;
  }
}
.taikenPoint__note {
  background: #e7f3fe;
  padding: 25px 30px 25px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .taikenPoint__note {
    padding: 18px 20px 18px 20px;
  }
}
.taikenPoint__note__lead {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #13448f;
}
@media screen and (max-width: 1024px) {
  .taikenPoint__note__lead {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .taikenPoint__note__lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.taikenOut {
  background: #eeeeee;
  padding: 25px 30px 25px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .taikenOut {
    padding: 18px 20px 18px 20px;
  }
}
.taikenOut__title {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  color: #101010;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 0 1.3em;
}
@media screen and (max-width: 599px) {
  .taikenOut__title {
    padding: 0 0 0 1em;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.taikenOut__title::before {
  width: 6px;
  height: 6px;
  background: #101010;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  content: "";
}
.taikenOut__title .red {
  color: #ff0000;
}

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

sekaivpn セカイVPN

----------------------------------------*/
.sekaiPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .sekaiPoint {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
.sekaiPoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .sekaiPoint li {
    width: 48%;
    margin-left: 0;
  }
}
.sekaiPoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .sekaiPoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.sekaiPoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
}
.sekaiPoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .sekaiPoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint__num {
    top: -30px;
  }
}
.sekaiPoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .sekaiPoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint__num span {
    font-size: 35px;
  }
}
.sekaiPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sekaiPoint__textarea {
    font-size: 21px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint__textarea {
    font-size: 20px;
  }
}
.sekaiPoint__textarea span {
  color: #eb0000;
  font-size: 35px;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .sekaiPoint__textarea span {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint__textarea span {
    font-size: 30px;
  }
}
.sekaiPoint__textarea span.small {
  font-size: 27px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1024px) {
  .sekaiPoint__textarea span.small {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .sekaiPoint__textarea span.small {
    font-size: 24px;
  }
}
.sekaiPoint__textarea span.small2 {
  font-size: 14px;
  color: #101010;
}
.sekaiPoint__textarea span.middle {
  font-size: 25px;
}

.browserUse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.browserUse li {
  width: 49%;
  border: 5px solid #eff5f9;
  border-radius: 20px;
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .browserUse li {
    border: 3px solid #eff5f9;
    padding: 15px 15px 15px 15px;
    width: 48.5%;
  }
}
.browserUse li:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .browserUse li:nth-child(2n) {
    margin-left: 3%;
  }
}
.browserUse li:nth-child(n+3) {
  margin-top: 17px;
}
@media screen and (max-width: 599px) {
  .browserUse li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.browserUse__num {
  text-align: center;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  color: #13448f;
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding-bottom: 7px;
}
.browserUse__num::before {
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  background: #13448f;
}
.browserUse__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.browserUse__image {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .browserUse__image {
    width: 40%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .browserUse__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.browserUse__textarea {
  width: 48%;
  font-size: 17px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #101010;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .browserUse__textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .browserUse__textarea {
    width: 100%;
    font-size: 14px;
  }
}
.browserUse__memo {
  background: #cdebf8;
  padding: 20px 20px 20px 70px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .browserUse__memo {
    padding: 15px 15px 15px 60px;
  }
}
.browserUse__memo::before {
  width: 30px;
  height: 20px;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  background: url(../service/sekaivpn/img/icon_japan.svg) no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .browserUse__memo::before {
    left: 15px;
  }
}
.browserUse__memo::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 20px 18px;
  border-color: transparent transparent #cdebf8 transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  content: "";
  display: block;
}

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

top

----------------------------------------*/
.top-main-wrapper {
  margin-top: -23px;
  width: 100%;
  -webkit-background-size: 2px 3px;
  -moz-background-size: 2px 3px;
  background-size: 2px 3px;
  background-color: #5977bb;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ffffff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ffffff), color-stop(0.75, #ffffff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #ffffff 75%, transparent 75%, transparent);
}
@media screen and (max-width: 599px) {
  .top-main-wrapper {
    margin-top: 55px;
  }
}
.top-main-wrapper__inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  height: 550px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__inner {
    max-width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__inner {
    max-width: 100%;
    height: auto;
  }
}
.top-main-wrapper .slider {
  width: 550px;
  height: 550px;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .slider {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .slider {
    width: 100%;
    height: 375px;
  }
}
@media screen and (max-width: 320px) {
  .top-main-wrapper .slider {
    height: 320px;
  }
}
.top-main-wrapper .slider .mainSlick {
  height: 550px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .slider .mainSlick {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .slider .mainSlick {
    height: 375px;
  }
}
@media screen and (max-width: 320px) {
  .top-main-wrapper .slider .mainSlick {
    height: 320px;
  }
}
.top-main-wrapper .slider .mainSlick > li {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .slider .mainSlick > li {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .slider .mainSlick > li {
    height: 375px;
  }
}
@media screen and (max-width: 320px) {
  .top-main-wrapper .slider .mainSlick > li {
    height: 320px;
  }
}
.top-main-wrapper .slider .mainSlick .slick-slide a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.top-main-wrapper .slider .slider_ph01 {
  background: url(../img/slider/slider01.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph02 {
  background: url(../img/slider/slider02.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph03 {
  background: url(../img/slider/slider03.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph04 {
  background: url(../img/slider/slider04.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph05 {
  background: url(../img/slider/slider05.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph06 {
  background: url(../img/slider/slider06.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .slider .slider_ph00 {
  background: url(../img/slider/slider00.jpg) no-repeat center center;
  background-size: cover;
}
.top-main-wrapper .icon_menu {
  width: calc(100% - 550px);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .icon_menu {
    width: 100%;
  }
}
.top-main-wrapper .icon_menu ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-main-wrapper .icon_menu ul > li {
  width: 33.3333333333%;
  height: 183.4px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu ul > li {
    height: 133.3333333333px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .icon_menu ul > li {
    height: 90px;
  }
}
.top-main-wrapper .icon_menu ul > li:nth-child(odd) {
  background-color: #f2f7fd;
}
.top-main-wrapper .icon_menu ul > li:nth-child(9) {
  background-color: #134896;
}
.top-main-wrapper .icon_menu ul > li .celA, .top-main-wrapper .icon_menu ul > li .celB {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 36px;
  font-size: 1.6rem;
  line-height: 1.1em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu ul > li .celA, .top-main-wrapper .icon_menu ul > li .celB {
    font-size: 1.4rem;
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .icon_menu ul > li .celA, .top-main-wrapper .icon_menu ul > li .celB {
    padding-top: 15px;
    font-size: 1.3rem;
  }
}
.top-main-wrapper .icon_menu ul > li a {
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  position: relative;
}
.top-main-wrapper .icon_menu ul > li a.celA {
  color: #134896;
}
.top-main-wrapper .icon_menu ul > li a.celB {
  color: #FFF;
}
.top-main-wrapper .icon_menu ul > li a::before, .top-main-wrapper .icon_menu ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-main-wrapper .icon_menu ul > li a::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.top-main-wrapper .icon_menu ul > li a:hover {
  color: #fff;
}
.top-main-wrapper .icon_menu ul > li a:hover::after {
  top: 0;
  left: 0;
  background-color: #0259ba;
  z-index: -1;
}
.top-main-wrapper .icon_menu ul > li a span {
  display: block;
  width: 88px;
  height: 80px;
  margin: 0 auto 6px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu ul > li a span {
    width: 58px;
    height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper .icon_menu ul > li a span {
    width: 48px;
    height: 40px;
  }
}
.top-main-wrapper .icon_menu ul > li a .icon01 {
  background-image: url(../img/icon01.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon02 {
  background-image: url(../img/icon02.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon03 {
  background-image: url(../img/icon03.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon04 {
  background-image: url(../img/icon04.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon05 {
  background-image: url(../img/icon05.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon06 {
  background-image: url(../img/icon06.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon07 {
  background-image: url(../img/icon07.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon08 {
  background-image: url(../img/icon08.svg);
  background-size: 100% auto;
}
.top-main-wrapper .icon_menu ul > li a .icon09 {
  background-image: url(../img/icon09_02.svg);
  background-size: 72px auto;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu ul > li a .icon09 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper .icon_menu ul > li a .icon09 {
    background-size: 42px auto;
  }
}
.top-main-wrapper .icon_menu ul > li a:hover .icon01 {
  background-image: url(../img/icon01_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon02 {
  background-image: url(../img/icon02_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon03 {
  background-image: url(../img/icon03_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon04 {
  background-image: url(../img/icon04_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon05 {
  background-image: url(../img/icon05_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon06 {
  background-image: url(../img/icon06_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon07 {
  background-image: url(../img/icon07_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon08 {
  background-image: url(../img/icon08_02.svg);
}
.top-main-wrapper .icon_menu ul > li a:hover .icon09 {
  background-image: url(../img/icon09_02.svg);
}

.topWrap-event {
  padding: 60px 0 65px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .topWrap-event {
    padding: 55px 0 45px 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-event {
    padding: 40px 0 30px 0;
  }
}
.topWrap-event__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .topWrap-event__title {
    margin-bottom: 30px;
  }
}
.topWrap-event__slider {
  margin-bottom: 40px;
}
.topWrap-event__slider .slick li {
  margin-right: 20px;
  width: 235px;
}
@media screen and (max-width: 1024px) {
  .topWrap-event__slider .slick li {
    width: 230px;
    margin-right: 8.5px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-event__slider .slick li {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.topWrap-event__slider .slick li a {
  display: block;
}
.topWrap-event__slider .slick li a img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}
.topWrap-event__slider .slick li a:hover img {
  opacity: 0.5;
}
.topWrap-event__slider__title {
  color: #101010;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: center;
}
.topWrap-event__slider__text {
  color: #666666;
  font-size: 13px;
  line-height: 1.6;
}
.topWrap-event__btn {
  border: 1px solid #ccc;
  background: #fff;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-event__btn {
    text-align: left;
    margin: auto;
  }
}
.topWrap-event__btn span {
  display: table;
  margin: auto;
  position: relative;
  padding: 1.1em 50px 1.1em 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .topWrap-event__btn span {
    padding: 1.1em 50px 1.1em 18px;
  }
}
.topWrap-event__btn span::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-event__btn span::before {
    top: 3px;
  }
}
.topWrap-event__btn span::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #101010;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-event__btn span::after {
    top: -2px;
  }
}
.topWrap-event__btn:hover {
  background: #666;
  color: #ffffff;
}
.topWrap-event__btn:hover span::before {
  background: #fff;
}
.topWrap-event__btn:hover span::after {
  border-color: transparent transparent transparent #FFF;
}
.topWrap-service {
  padding: 60px 0 70px 0;
  box-sizing: border-box;
  background: #eeeeee;
}
@media screen and (max-width: 1024px) {
  .topWrap-service {
    padding: 55px 0 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service {
    padding: 40px 0 40px 0;
  }
}
.topWrap-service__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__title {
    margin-bottom: 30px;
  }
}
.topWrap-service__bordertitle {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__bordertitle {
    margin-bottom: 30px;
  }
}
.topWrap-service__bordertitle span {
  padding-top: 10px;
  height: 36px;
  box-sizing: border-box;
  border-top: 3px solid #ccc;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__bordertitle span {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__bordertitle span {
    font-size: 14px;
    letter-spacing: -0.03em;
  }
}
.topWrap-service__bordertitle span::before {
  width: 33px;
  height: 100%;
  position: absolute;
  left: calc(32% - 33px);
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  background: linear-gradient(to bottom left, #ccc 48%, transparent 50%) top left/100% 100% no-repeat;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__bordertitle span::before {
    left: calc(40% - 33px);
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__bordertitle span::before {
    left: calc(65% - 33px);
  }
}
.topWrap-service__bordertitle span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  left: 32%;
  top: 0;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .topWrap-service__bordertitle span::after {
    left: 40%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__bordertitle span::after {
    left: 65%;
  }
}
.topWrap-service__bordertitle a {
  width: 22%;
  font-size: 13px;
  line-height: 1.1;
  font-weight: normal;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  padding-top: 1px;
  padding-right: 30px;
  box-sizing: border-box;
  bottom: 0;
  margin: auto;
  background: #3564ab;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__bordertitle a {
    width: 27%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__bordertitle a {
    width: 30%;
    font-size: 12px;
    text-align: center;
  }
}
.topWrap-service__bordertitle a::before {
  width: 33px;
  height: 100%;
  position: absolute;
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  background: linear-gradient(to bottom left, #3564ab 48%, transparent 50%) top left/100% 100% no-repeat;
  z-index: -1;
}
.topWrap-service__bordertitle a::after {
  width: 23px;
  height: 5px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
  background: url(../img/icon_arrow_service.svg) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 599px) {
  .topWrap-service__bordertitle a::after {
    width: 20px;
    height: 4px;
    right: 5px;
  }
}
.topWrap-service__bordertitle a:hover {
  background: #154691;
}
.topWrap-service__bordertitle a:hover::before {
  background: linear-gradient(to bottom left, #154691 48%, transparent 50%) top left/100% 100% no-repeat;
}
.topWrap-service__zoot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__zoot {
    margin-bottom: 35px;
  }
}
.topWrap-service__zoot .new {
  color: #FFF;
  background: #d90000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin-top: 3px;
  padding: 3px 5px;
  display: inline-block;
}
.topWrap-service__zoot li {
  width: 31.6666666667%;
  position: relative;
  z-index: 3;
  margin-right: 2.5%;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot li {
    width: 32.3333333333%;
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__zoot li {
    width: 100%;
  }
}
.topWrap-service__zoot li:last-child {
  margin-right: 0;
}
.topWrap-service__zoot li a {
  height: 100%;
  display: block;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.topWrap-service__zoot li a::before, .topWrap-service__zoot li a::after {
  position: absolute;
  bottom: 10px;
  display: block;
  z-index: -1;
  content: "";
  width: 50%;
  height: 30%;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-service__zoot li a::before {
  left: 10px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.topWrap-service__zoot li a::after {
  right: 10px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.topWrap-service__zoot li a:hover::before, .topWrap-service__zoot li a:hover::after {
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.4);
}
.topWrap-service__zoot li a:hover .topWrap-service__two__image img {
  opacity: 0.7;
}
.topWrap-service__zoot li.both-block {
  margin-bottom: 5%;
}
.topWrap-service__zoot__image {
  display: block;
}
.topWrap-service__zoot__image img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-service__zoot__image.taiken {
  position: relative;
}
.topWrap-service__zoot__image.taiken::before {
  width: 120px;
  height: 120px;
  position: absolute;
  background: url(../common/icon_taiken.svg) center center no-repeat;
  background-size: 100% auto;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__image.taiken::before {
    width: 80px;
    height: 80px;
  }
}
.topWrap-service__zoot__textarea {
  display: block;
  padding: 35px 35px 20px 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea {
    padding: 25px 25px 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__zoot__textarea {
    padding: 18px 22px 18px 22px;
  }
}
.topWrap-service__zoot__textarea__title {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 18px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea__title {
    margin-bottom: 15px;
  }
}
.purple .topWrap-service__zoot__textarea__title {
  color: #ac85bc;
}
.green .topWrap-service__zoot__textarea__title {
  color: #63b863;
}
.silver .topWrap-service__zoot__textarea__title {
  color: #8b9498;
}
.topWrap-service__zoot__textarea__title__en {
  display: block;
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea__title__en {
    font-size: 35px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__zoot__textarea__title__en {
    margin-top: 5px;
  }
}
.topWrap-service__zoot__textarea__category {
  display: block;
  background: #eeeeee;
  font-size: 14px;
  line-height: 1.5;
  color: #101010;
  padding: 6px 11px 5px 11px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.topWrap-service__zoot__textarea__lead {
  color: #101010;
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea__lead {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.topWrap-service__zoot__textarea__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-bottom: 35px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea__text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__zoot__textarea__text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.topWrap-service__zoot__textarea__btn {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 18px;
  text-align: center;
  color: #020202;
  font-size: 13px;
  line-height: 1.2;
}
.topWrap-service__zoot__textarea__btn span {
  display: table;
  margin: auto;
  position: relative;
  padding: 0 50px 0 10px;
}
.topWrap-service__zoot__textarea__btn span::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
@media screen and (max-width: 1024px) {
  .topWrap-service__zoot__textarea__btn span::before {
    top: 0;
  }
}
.topWrap-service__zoot__textarea__btn span::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #101010;
  top: -5px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
.topWrap-service__three {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__three {
    margin-bottom: 35px;
  }
  .topWrap-service__three.last {
    margin-bottom: 25px;
  }
}
.topWrap-service__three li {
  width: 30%;
  margin-left: 5%;
  position: relative;
  z-index: 3;
}
.topWrap-service__three li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .topWrap-service__three li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three li {
    width: 31.3333333333%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__three li {
    width: 100%;
    margin-top: 5%;
    margin-left: 0;
  }
}
.topWrap-service__three a {
  height: 100%;
  display: block;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.topWrap-service__three a::before, .topWrap-service__three a::after {
  position: absolute;
  bottom: 10px;
  display: block;
  z-index: -1;
  content: "";
  width: 50%;
  height: 30%;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-service__three a::before {
  left: 10px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.topWrap-service__three a::after {
  right: 10px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.topWrap-service__three a:hover::before, .topWrap-service__three a:hover::after {
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4);
}
.topWrap-service__three a:hover .topWrap-service__three__image img {
  opacity: 0.7;
}
.topWrap-service__three__image {
  display: block;
}
.topWrap-service__three__image img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-service__three__image.taiken {
  position: relative;
}
.topWrap-service__three__image.taiken::before {
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(../common/icon_taiken.svg) center center no-repeat;
  background-size: 100% auto;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three__image.taiken::before {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__three__image.taiken::before {
    width: 70px;
    height: 70px;
  }
}
.topWrap-service__three__textarea {
  display: block;
  padding: 24px 24px 17px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three__textarea {
    padding: 18px 18px 15px 18px;
  }
}
.topWrap-service__three__textarea__lead {
  color: #101010;
  font-size: 17px;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three__textarea__lead {
    font-size: 15px;
    min-height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__three__textarea__lead {
    min-height: auto;
    margin-bottom: 8px;
  }
}
.topWrap-service__three__textarea__lead .new {
  color: #FFF;
  background: #d90000;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  margin-top: 3px;
  padding: 0 5px;
  display: inline-block;
}
.topWrap-service__three__textarea__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-bottom: 25px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .topWrap-service__three__textarea__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-service__three__textarea__text {
    font-size: 13px;
  }
}
.topWrap-service__three__textarea__btn {
  display: block;
  border-top: 1px solid #cccccc;
  padding-top: 18px;
  text-align: center;
  color: #020202;
  font-size: 13px;
  line-height: 1.2;
}
.topWrap-service__three__textarea__btn span {
  display: table;
  margin: auto;
  position: relative;
  padding: 0 50px 0 10px;
}
.topWrap-service__three__textarea__btn span::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 0px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
.topWrap-service__three__textarea__btn span::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #101010;
  top: -5px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
}
.topWrap-service__btn {
  background: #fff;
  color: #101010;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-service__btn {
    text-align: left;
    margin: auto;
  }
}
.topWrap-service__btn span {
  display: table;
  margin: auto;
  position: relative;
  padding: 1.1em 50px 1.1em 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .topWrap-service__btn span {
    padding: 1.1em 50px 1.1em 18px;
  }
}
.topWrap-service__btn span::before {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #101010;
  top: 4px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-service__btn span::before {
    top: 3px;
  }
}
.topWrap-service__btn span::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 0 11px;
  border-color: transparent transparent transparent #101010;
  top: -1px;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .topWrap-service__btn span::after {
    top: -2px;
  }
}
.topWrap-service__btn:hover {
  background: #666;
  color: #ffffff;
}
.topWrap-service__btn:hover span::before {
  background: #fff;
}
.topWrap-service__btn:hover span::after {
  border-color: transparent transparent transparent #FFF;
}
.topWrap-information {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .topWrap-information {
    padding: 55px 0 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-information {
    padding: 35px 0 40px 0;
  }
}
.topWrap-information__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .topWrap-information__title {
    margin-bottom: 30px;
  }
}
.topWrap-information .newList {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .topWrap-information .newList {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-information .newList {
    margin-bottom: 35px;
  }
}
.topWrap-information .newList li a {
  padding: 16px 35px 15px 35px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .topWrap-information .newList li a {
    padding: 16px 25px 15px 25px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-information .newList li a {
    padding: 16px 0px 15px 20px;
  }
}
.topWrap-information .newList li a::before {
  width: 8px;
  height: 2px;
  position: absolute;
  background: #13448f;
  top: 25px;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.topWrap-information .btnList li {
  min-width: 28%;
}
@media screen and (max-width: 1024px) {
  .topWrap-information .btnList li {
    width: 33%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-information .btnList li {
    min-width: 100%;
  }
}
.topWrap-information .btnList li + li {
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .topWrap-information .btnList li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.topWrap-information .btnList li .whiteBtn {
  padding: 0.7em 45px 0.7em 20px;
}
@media screen and (max-width: 599px) {
  .topWrap-information .btnList li .whiteBtn {
    padding: 0.8em 35px 0.8em 18px;
  }
}
.topWrap-members {
  padding: 60px 0 60px 0;
  box-sizing: border-box;
  background: #ccd8ea;
}
@media screen and (max-width: 1024px) {
  .topWrap-members {
    padding: 55px 0 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-members {
    padding: 35px 0 40px 0;
  }
}
.topWrap-members__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .topWrap-members__title {
    margin-bottom: 30px;
  }
}
.topWrap-members__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .topWrap-members__list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-members__list {
    display: block;
  }
}
.topWrap-members__list li {
  width: 19.2%;
  margin-right: 1%;
}
@media screen and (max-width: 1024px) {
  .topWrap-members__list li {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-members__list li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topWrap-members__list li:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .topWrap-members__list li:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-members__list li:nth-child(n+4) {
    margin-top: 8px;
  }
}
.topWrap-members__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .topWrap-members__list li + li {
    margin-top: 8px;
  }
}
.topWrap-members__list a {
  min-height: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .topWrap-members__list a {
    min-height: 50px;
    height: 50px;
  }
}
.topWrap-members__list a:hover .topWrap-members__list__icon {
  background: #259ad6;
}
.topWrap-members__list a:hover .topWrap-members__list__textarea {
  color: #259ad6;
}
.topWrap-members__list__icon {
  width: 52px;
  background: #44bcde;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-members__list__textarea {
  width: calc(100% - 64px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  color: #131313;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-otherbnr {
  padding: 60px 0 60px 0;
  box-sizing: border-box;
  background: #3564ab;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr {
    padding: 55px 0 55px 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr {
    padding: 40px 0 25px 0;
  }
}
.topWrap-otherbnr__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__list {
    margin-bottom: 25px;
  }
}
.topWrap-otherbnr__list li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__list li {
    width: 48.5%;
    margin-right: 3%;
  }
}
.topWrap-otherbnr__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__list li:last-child {
    margin-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__list li:nth-child(n+3) {
    margin-top: 12px;
  }
}
.topWrap-otherbnr__list a {
  display: block;
  position: relative;
}
.topWrap-otherbnr__list a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topWrap-otherbnr__list a:hover::before {
  opacity: 0.35;
}
.topWrap-otherbnr__list a img {
  width: 100%;
}
.topWrap-otherbnr__site {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topWrap-otherbnr__site__title {
  width: 160px;
  margin-right: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__title {
    width: 130px;
    font-size: 17px;
    text-align: center;
    margin-right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__site__title {
    width: 100%;
    font-size: 15px;
    margin-right: 0;
    padding: 8px 5px 8px 5px;
    margin-bottom: 10px;
  }
}
.topWrap-otherbnr__site__title span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__title span {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__site__title span {
    font-size: 15px;
    display: inline-block;
  }
}
.topWrap-otherbnr__site__list {
  width: calc(100% - 210px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 0 7px 0;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list {
    width: calc(100% - 155px);
  }
}
@media screen and (max-width: 599px) {
  .topWrap-otherbnr__site__list {
    width: 100%;
  }
}
.topWrap-otherbnr__site__list li + li {
  margin-top: 12px;
}
.topWrap-otherbnr__site__list li:nth-child(2) {
  margin-top: 0;
}
.topWrap-otherbnr__site__list li:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list li:nth-child(3) {
    margin-top: 12px;
  }
}
.topWrap-otherbnr__site__list li:nth-child(3n-2) {
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list li:nth-child(3n-2) {
    width: 50%;
  }
}
.topWrap-otherbnr__site__list li:nth-child(3n-1) {
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list li:nth-child(3n-1) {
    width: 50%;
  }
}
.topWrap-otherbnr__site__list li:nth-child(3n) {
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list li:nth-child(3n) {
    width: 50%;
  }
}
.topWrap-otherbnr__site__list li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 2em;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .topWrap-otherbnr__site__list li a {
    padding: 0 0 0 1.5em;
  }
}
.topWrap-otherbnr__site__list li a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #fff transparent;
  left: 0;
  top: 5px;
  display: block;
  content: "";
}
.topWrap-otherbnr__site__list li a:hover {
  opacity: 0.6;
}

.top-floating {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 220px;
  width: 200px;
  height: auto;
  z-index: 20;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-floating {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0px;
  }
}
.top-floating img {
  width: 100%;
}
.top-floating:hover {
  opacity: 0.6;
}

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

sim SIM

----------------------------------------*/
.simPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .simPoint {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.simPoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .simPoint li {
    width: 48%;
    margin-left: 0;
  }
}
.simPoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .simPoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .simPoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.simPoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 10px 17px 10px;
  box-sizing: border-box;
}
.simPoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .simPoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__num {
    top: -30px;
  }
}
.simPoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .simPoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__num span {
    font-size: 35px;
  }
}
.simPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .simPoint__textarea {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__textarea {
    font-size: 20px;
  }
}
.simPoint__textarea span {
  color: #eb0000;
  font-size: 38px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .simPoint__textarea span {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__textarea span {
    font-size: 30px;
  }
}
.simPoint__textarea__num {
  font-size: 35px !important;
  line-height: 1;
  margin-top: -6px;
}
@media screen and (max-width: 1024px) {
  .simPoint__textarea__num {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__textarea__num {
    font-size: 26px !important;
    margin-top: -3px;
  }
}
.simPoint__textarea__num span {
  font-size: 50px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .simPoint__textarea__num span {
    font-size: 45px;
  }
}
@media screen and (max-width: 599px) {
  .simPoint__textarea__num span {
    font-size: 40px;
  }
}

.simUse__list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.simUse__list li {
  width: 165px;
}
@media screen and (max-width: 599px) {
  .simUse__list li {
    width: 155px;
  }
}
@media screen and (max-width: 320px) {
  .simUse__list li {
    width: 140px;
  }
}
.simUse__list li + li {
  margin-left: 21px;
}
@media screen and (max-width: 599px) {
  .simUse__list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .simUse__list li:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 320px) {
  .simUse__list li:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .simUse__list li:nth-child(2) {
    margin-top: 0;
  }
}
.simUse__list__inner {
  height: 165px;
  border: 5px solid #eff5f9;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .simUse__list__inner {
    height: 155px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .simUse__list__inner {
    height: 140px;
  }
}
.simUse__list__number {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #13448f;
  font-size: 28px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .simUse__list__number {
    font-size: 24px;
  }
}
.simUse__list__number::before {
  width: 40px;
  height: 1px;
  position: absolute;
  background: #13448f;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  content: "";
  display: block;
}
.simUse__list__image {
  display: block;
  margin: auto;
}
.simUse__list__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #101010;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .simUse__list__textarea {
    font-size: 15px;
  }
}

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

zoot native

----------------------------------------*/
.nativePoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .nativePoint {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.nativePoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .nativePoint li {
    width: 48%;
    margin-left: 0;
  }
}
.nativePoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .nativePoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.nativePoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
}
.nativePoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .nativePoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint__num {
    top: -30px;
  }
}
.nativePoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .nativePoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint__num span {
    font-size: 35px;
  }
}
.nativePoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .nativePoint__textarea {
    font-size: 23px;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint__textarea {
    font-size: 20px;
  }
}
.nativePoint__textarea span {
  color: #eb0000;
  font-size: 38px;
  line-height: 1.1;
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1024px) {
  .nativePoint__textarea span {
    font-size: 34px;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint__textarea span {
    font-size: 30px;
  }
}
.nativePoint__textarea span.small {
  font-size: 35px;
}
@media screen and (max-width: 1024px) {
  .nativePoint__textarea span.small {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .nativePoint__textarea span.small {
    font-size: 28px;
  }
}

.zootImage {
  text-align: center;
}
.zootImage img {
  max-width: 100%;
}
.zootImage__image {
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 35px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .zootImage__image {
    padding: 8px;
  }
}
.zootImage__image img {
  background: #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 599px) {
  .zootImage__image img {
    padding: 10px;
  }
}
.zootImage__w70per {
  max-width: 100%;
  width: 75%;
  background: #fff;
}
.zootImage__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #333333;
  font-size: 23px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .zootImage__ttl {
    font-size: 17px;
    line-height: 1.6;
    text-align: left;
  }
}
.zootImage__ttl span {
  color: #ff0000;
}
.zootImage__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  color: #333333;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .zootImage__text {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}
.zootImage__text span {
  color: #ff0000;
}

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

グループVPN groupvpn

----------------------------------------*/
.groupPoint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .groupPoint {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
.groupPoint li {
  width: 23.5%;
  margin-left: 2%;
}
@media screen and (max-width: 599px) {
  .groupPoint li {
    width: 48%;
    margin-left: 0;
  }
}
.groupPoint li:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .groupPoint li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.groupPoint__inner {
  border: 2px solid #98c3e7;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
}
.groupPoint__num {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: block;
  content: "";
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  color: #98c3e7;
}
@media screen and (max-width: 1024px) {
  .groupPoint__num {
    font-size: 20px;
    top: -38px;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__num {
    top: -30px;
  }
}
.groupPoint__num span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-style: italic;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .groupPoint__num span {
    font-size: 44px;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__num span {
    font-size: 35px;
  }
}
.groupPoint__textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 26px;
  color: #101010;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .groupPoint__textarea {
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__textarea {
    font-size: 20px;
  }
}
.groupPoint__textarea span {
  color: #eb0000;
  font-size: 32px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .groupPoint__textarea span {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__textarea span {
    font-size: 26px;
  }
}
.groupPoint__textarea__num {
  font-size: 30px !important;
  line-height: 1.2;
  margin-top: -6px;
}
@media screen and (max-width: 1024px) {
  .groupPoint__textarea__num {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__textarea__num {
    font-size: 22px !important;
    margin-top: -3px;
  }
}
.groupPoint__textarea__num span {
  font-size: 42px;
  letter-spacing: -0.03em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .groupPoint__textarea__num span {
    font-size: 35px;
  }
}
@media screen and (max-width: 599px) {
  .groupPoint__textarea__num span {
    font-size: 35px;
  }
}
.groupPoint__textarea__num span.small {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .groupPoint__textarea__num span.small {
    font-size: 25px;
  }
}

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

インターリンクCSS追加

----------------------------------------*/
.sekaiPoint__textarea span.small2 {
  font-size: 14px;
  color: #101010;
}

.fletsItem2 {
  border: 6px solid #eee;
  padding: 20px 25px 20px 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .fletsItem2 {
    border: 4px solid #eee;
    padding: 20px 20px 20px 20px;
  }
  .fletsItem2.mb40 {
    margin-bottom: 30px !important;
  }
}
.fletsItem2__title {
  position: relative;
  padding: 0 0 12px 40px;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #13448f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #afafaf;
}

@media screen and (max-width: 599px) {
  .fletsItem2__title {
    font-size: 14px;
    padding: 0 0 12px 35px;
  }
}
.fletsItem2__title::before {
  width: 26px;
  height: 20px;
  position: absolute;
  background: url("../aff/img/icon_point.svg") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  left: 0;
  top: 0;
}

@media screen and (max-width: 599px) {
  .fletsItem2__title::before {
    width: 24px;
    height: 18px;
  }
}
.fletsItem2 .standardText {
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  .fletsItem2 .standardText {
    margin-bottom: 14px;
  }
}
/*# 2021.11.25 */
.top-main-wrapper .slider .slider_ph05 {
  background: url(../img/slider/slider05.jpg) no-repeat center center;
  background-size: cover;
}

/*# 2021.11.30 */
.innerBlock2__image {
  width: 28%;
  margin-left: 4%;
}

@media screen and (max-width: 599px) {
  .innerBlock2__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.innerBlock2__image img {
  width: 100%;
}

.innerBlock2__textarea {
  width: 68%;
}

@media screen and (max-width: 599px) {
  .innerBlock2__textarea {
    width: 100%;
  }
}
.innerBlock2__textarea .standardText span {
  background: linear-gradient(transparent 60%, #fff799 60%);
  background: -webkit-linear-gradient(transparent 60%, #fff799 60%);
}

/*# 2022.02.24 */
.tbl03 .tbl03List__category li.pink {
  background: #eb6ea0;
  color: #fff;
}

/*# 2024.03.04 */
.tbl03 .tbl03List__category li.olive {
  background: #556b2f;
  color: #fff;
}

/*# 2024.04.05 */
.serviceIndex.silver .serviceIndex__title {
  border-bottom-color: #8b9498;
}

.serviceIndex.silver .serviceIndex__title::before {
  background: #8b9498;
}

.serviceIndex.silver .serviceIndex__title__tit__en {
  color: #8b9498;
}

.dotList.silver li::before {
  background: #8b9498;
}

/*# 2025.03.19 */
.innerBlock__catch span2 {
  font-size: 30px;
}

.innerBlock__catch span3 {
  font-size: 22px;
}



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





