@charset "UTF-8";
/*====================================================================================
0）リセット
====================================================================================*/
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

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

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

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

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #fafafa;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 66.6666666667% sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

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

small {
  font-size: 75%;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

/* テキスト飛ばし
------------------------------------------*/
/*====================================================================================
エリアの設定
====================================================================================*/
html, body {
  overflow-x: hidden;
  　position: relative;
}

/*====================================================================================
テキスト
====================================================================================*/
body {
  -webkit-font-smoothing: antialiased;
  max-width: 640px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #fff;
}

/*------------------------------------------
基本フォント
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}

/*------------------------------------------
テキストスタイル
------------------------------------------*/
/* 行揃え
------------------------------------------*/
.ta-le {
  text-align: left !important;
}

.ta-ce {
  text-align: center !important;
}

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

@media screen and (max-width: 500px) {
  .ta-le_sp {
    text-align: left !important;
  }
  .ta-ce_sp {
    text-align: center !important;
  }
  .ta-ri_sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 500px) {
  .ta-le_pc {
    text-align: left !important;
  }
  .ta-ce_pc {
    text-align: center !important;
  }
  .ta-ri_pc {
    text-align: right !important;
  }
}

/* 縦揃え（vertiacl-align
------------------------------------------*/
.va-to {
  vertical-align: top !important;
}

.va-mi {
  vertical-align: middle !important;
}

.va-bo {
  vertical-align: bottom !important;
}

@media screen and (max-width: 500px) {
  .va-to_sp {
    vertical-align: top !important;
  }
  .va-mi_sp {
    vertical-align: middle !important;
  }
  .va-bo_sp {
    vertical-align: bottom !important;
  }
}

@media screen and (min-width: 500px) {
  .va-to_pc {
    vertical-align: top !important;
  }
  .va-mi_pc {
    vertical-align: middle !important;
  }
  .va-bo_pc {
    vertical-align: bottom !important;
  }
}

/* テキストの太さ
------------------------------------------*/
.fw-bo {
  font-weight: bold;
}

.fw-no {
  font-weight: normal;
}

@media screen and (max-width: 500px) {
  .fw-bo_sp {
    font-weight: bold !important;
  }
  .fw-no_sp {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 500px) {
  .fw-bo_pc {
    font-weight: bold !important;
  }
  .fw-no_pc {
    font-weight: normal !important;
  }
}

/* 一行ではみ出た部分を...
------------------------------------------*/
.to-el {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
  .to-el_sp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 500px) {
  .to-el_pc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* 折り返しなし・はみ出たら非表示
------------------------------------------*/
.to-el {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
  .to-el_sp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 500px) {
  .to-el_pc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*====================================================================================
余白の設定：top、right、bottom、left、topとbottom、leftとright
====================================================================================*/
/*------------------------------------------
paddingを与える
------------------------------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

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

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

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

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

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

.pr10 {
  padding-right: 10px !important;
}

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

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

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

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

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

.pr20 {
  padding-right: 20px !important;
}

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

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

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

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

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

.pr30 {
  padding-right: 30px !important;
}

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

.pl30 {
  padding-left: 30px !important;
}

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

.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

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

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

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

.plr50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

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

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

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

.plr60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

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

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

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

.plr70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.plr80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.ptb90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.plr90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.ptb100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.plr100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.ptAuto {
  padding-top: auto !important;
}

.prAuto {
  padding-right: auto !important;
}

.pbAuto {
  padding-bottom: auto !important;
}

.plAuto {
  padding-left: auto !important;
}

.ptbAuto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.plrAuto {
  padding-left: auto !important;
  padding-right: auto !important;
}

@media screen and (max-width: 500px) {
  .pt0_sp {
    padding-top: 0px;
  }
  .pr0_sp {
    padding-right: 0px;
  }
  .pb0_sp {
    padding-bottom: 0px;
  }
  .pl0_sp {
    padding-left: 0px;
  }
  .ptb0_sp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .plr0_sp {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt10_sp {
    padding-top: 10px;
  }
  .pr10_sp {
    padding-right: 10px;
  }
  .pb10_sp {
    padding-bottom: 10px;
  }
  .pl10_sp {
    padding-left: 10px;
  }
  .ptb10_sp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plr10_sp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt20_sp {
    padding-top: 20px;
  }
  .pr20_sp {
    padding-right: 20px;
  }
  .pb20_sp {
    padding-bottom: 20px;
  }
  .pl20_sp {
    padding-left: 20px;
  }
  .ptb20_sp {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr20_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt30_sp {
    padding-top: 30px;
  }
  .pr30_sp {
    padding-right: 30px;
  }
  .pb30_sp {
    padding-bottom: 30px;
  }
  .pl30_sp {
    padding-left: 30px;
  }
  .ptb30_sp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plr30_sp {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt40_sp {
    padding-top: 40px;
  }
  .pr40_sp {
    padding-right: 40px;
  }
  .pb40_sp {
    padding-bottom: 40px;
  }
  .pl40_sp {
    padding-left: 40px;
  }
  .ptb40_sp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .plr40_sp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt50_sp {
    padding-top: 50px;
  }
  .pr50_sp {
    padding-right: 50px;
  }
  .pb50_sp {
    padding-bottom: 50px;
  }
  .pl50_sp {
    padding-left: 50px;
  }
  .ptb50_sp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .plr50_sp {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pt60_sp {
    padding-top: 60px;
  }
  .pr60_sp {
    padding-right: 60px;
  }
  .pb60_sp {
    padding-bottom: 60px;
  }
  .pl60_sp {
    padding-left: 60px;
  }
  .ptb60_sp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .plr60_sp {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt70_sp {
    padding-top: 70px;
  }
  .pr70_sp {
    padding-right: 70px;
  }
  .pb70_sp {
    padding-bottom: 70px;
  }
  .pl70_sp {
    padding-left: 70px;
  }
  .ptb70_sp {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .plr70_sp {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pt80_sp {
    padding-top: 80px;
  }
  .pr80_sp {
    padding-right: 80px;
  }
  .pb80_sp {
    padding-bottom: 80px;
  }
  .pl80_sp {
    padding-left: 80px;
  }
  .ptb80_sp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .plr80_sp {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pt90_sp {
    padding-top: 90px;
  }
  .pr90_sp {
    padding-right: 90px;
  }
  .pb90_sp {
    padding-bottom: 90px;
  }
  .pl90_sp {
    padding-left: 90px;
  }
  .ptb90_sp {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .plr90_sp {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pt100_sp {
    padding-top: 100px;
  }
  .pr100_sp {
    padding-right: 100px;
  }
  .pb100_sp {
    padding-bottom: 100px;
  }
  .pl100_sp {
    padding-left: 100px;
  }
  .ptb100_sp {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .plr100_sp {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ptAuto_sp {
    padding-top: auto;
  }
  .prAuto_sp {
    padding-right: auto;
  }
  .pbAuto_sp {
    padding-bottom: auto;
  }
  .plAuto_sp {
    padding-left: auto;
  }
  .ptbAuto_sp {
    padding-top: auto;
    padding-bottom: auto;
  }
  .plrAuto_sp {
    padding-left: auto;
    padding-right: auto;
  }
}

@media screen and (min-width: 500px) {
  .pt0_pc {
    padding-top: 0px;
  }
  .pr0_pc {
    padding-right: 0px;
  }
  .pb0_pc {
    padding-bottom: 0px;
  }
  .pl0_pc {
    padding-left: 0px;
  }
  .ptb0_pc {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .plr0_pc {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt10_pc {
    padding-top: 10px;
  }
  .pr10_pc {
    padding-right: 10px;
  }
  .pb10_pc {
    padding-bottom: 10px;
  }
  .pl10_pc {
    padding-left: 10px;
  }
  .ptb10_pc {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .plr10_pc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt20_pc {
    padding-top: 20px;
  }
  .pr20_pc {
    padding-right: 20px;
  }
  .pb20_pc {
    padding-bottom: 20px;
  }
  .pl20_pc {
    padding-left: 20px;
  }
  .ptb20_pc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plr20_pc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt30_pc {
    padding-top: 30px;
  }
  .pr30_pc {
    padding-right: 30px;
  }
  .pb30_pc {
    padding-bottom: 30px;
  }
  .pl30_pc {
    padding-left: 30px;
  }
  .ptb30_pc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plr30_pc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pt40_pc {
    padding-top: 40px;
  }
  .pr40_pc {
    padding-right: 40px;
  }
  .pb40_pc {
    padding-bottom: 40px;
  }
  .pl40_pc {
    padding-left: 40px;
  }
  .ptb40_pc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .plr40_pc {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt50_pc {
    padding-top: 50px;
  }
  .pr50_pc {
    padding-right: 50px;
  }
  .pb50_pc {
    padding-bottom: 50px;
  }
  .pl50_pc {
    padding-left: 50px;
  }
  .ptb50_pc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .plr50_pc {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pt60_pc {
    padding-top: 60px;
  }
  .pr60_pc {
    padding-right: 60px;
  }
  .pb60_pc {
    padding-bottom: 60px;
  }
  .pl60_pc {
    padding-left: 60px;
  }
  .ptb60_pc {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .plr60_pc {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pt70_pc {
    padding-top: 70px;
  }
  .pr70_pc {
    padding-right: 70px;
  }
  .pb70_pc {
    padding-bottom: 70px;
  }
  .pl70_pc {
    padding-left: 70px;
  }
  .ptb70_pc {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .plr70_pc {
    padding-left: 70px;
    padding-right: 70px;
  }
  .pt80_pc {
    padding-top: 80px;
  }
  .pr80_pc {
    padding-right: 80px;
  }
  .pb80_pc {
    padding-bottom: 80px;
  }
  .pl80_pc {
    padding-left: 80px;
  }
  .ptb80_pc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .plr80_pc {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pt90_pc {
    padding-top: 90px;
  }
  .pr90_pc {
    padding-right: 90px;
  }
  .pb90_pc {
    padding-bottom: 90px;
  }
  .pl90_pc {
    padding-left: 90px;
  }
  .ptb90_pc {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .plr90_pc {
    padding-left: 90px;
    padding-right: 90px;
  }
  .pt100_pc {
    padding-top: 100px;
  }
  .pr100_pc {
    padding-right: 100px;
  }
  .pb100_pc {
    padding-bottom: 100px;
  }
  .pl100_pc {
    padding-left: 100px;
  }
  .ptb100_pc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .plr100_pc {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ptAuto_pc {
    padding-top: auto;
  }
  .prAuto_pc {
    padding-right: auto;
  }
  .pbAuto_pc {
    padding-bottom: auto;
  }
  .plAuto_pc {
    padding-left: auto;
  }
  .ptbAuto_pc {
    padding-top: auto;
    padding-bottom: auto;
  }
  .plrAuto_pc {
    padding-left: auto;
    padding-right: auto;
  }
}

/*------------------------------------------
marginを与える
------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml60 {
  margin-left: 60px !important;
}

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

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

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

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

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

.ml70 {
  margin-left: 70px !important;
}

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

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

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

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

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

.ml80 {
  margin-left: 80px !important;
}

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

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

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

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

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

.ml90 {
  margin-left: 90px !important;
}

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

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

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

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

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

.ml100 {
  margin-left: 100px !important;
}

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

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

.mtAuto {
  margin-top: auto !important;
}

.mrAuto {
  margin-right: auto !important;
}

.mbAuto {
  margin-bottom: auto !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mtbAuto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mlrAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 500px) {
  .mt0_sp {
    margin-top: 0px;
  }
  .mr0_sp {
    margin-right: 0px;
  }
  .mb0_sp {
    margin-bottom: 0px;
  }
  .ml0_sp {
    margin-left: 0px;
  }
  .mtb0_sp {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mlr0_sp {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt10_sp {
    margin-top: 10px;
  }
  .mr10_sp {
    margin-right: 10px;
  }
  .mb10_sp {
    margin-bottom: 10px;
  }
  .ml10_sp {
    margin-left: 10px;
  }
  .mtb10_sp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mlr10_sp {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt20_sp {
    margin-top: 20px;
  }
  .mr20_sp {
    margin-right: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .ml20_sp {
    margin-left: 20px;
  }
  .mtb20_sp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr20_sp {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt30_sp {
    margin-top: 30px;
  }
  .mr30_sp {
    margin-right: 30px;
  }
  .mb30_sp {
    margin-bottom: 30px;
  }
  .ml30_sp {
    margin-left: 30px;
  }
  .mtb30_sp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mlr30_sp {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mt40_sp {
    margin-top: 40px;
  }
  .mr40_sp {
    margin-right: 40px;
  }
  .mb40_sp {
    margin-bottom: 40px;
  }
  .ml40_sp {
    margin-left: 40px;
  }
  .mtb40_sp {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mlr40_sp {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mt50_sp {
    margin-top: 50px;
  }
  .mr50_sp {
    margin-right: 50px;
  }
  .mb50_sp {
    margin-bottom: 50px;
  }
  .ml50_sp {
    margin-left: 50px;
  }
  .mtb50_sp {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mlr50_sp {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mt60_sp {
    margin-top: 60px;
  }
  .mr60_sp {
    margin-right: 60px;
  }
  .mb60_sp {
    margin-bottom: 60px;
  }
  .ml60_sp {
    margin-left: 60px;
  }
  .mtb60_sp {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mlr60_sp {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mt70_sp {
    margin-top: 70px;
  }
  .mr70_sp {
    margin-right: 70px;
  }
  .mb70_sp {
    margin-bottom: 70px;
  }
  .ml70_sp {
    margin-left: 70px;
  }
  .mtb70_sp {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mlr70_sp {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mt80_sp {
    margin-top: 80px;
  }
  .mr80_sp {
    margin-right: 80px;
  }
  .mb80_sp {
    margin-bottom: 80px;
  }
  .ml80_sp {
    margin-left: 80px;
  }
  .mtb80_sp {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mlr80_sp {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mt90_sp {
    margin-top: 90px;
  }
  .mr90_sp {
    margin-right: 90px;
  }
  .mb90_sp {
    margin-bottom: 90px;
  }
  .ml90_sp {
    margin-left: 90px;
  }
  .mtb90_sp {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mlr90_sp {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt100_sp {
    margin-top: 100px;
  }
  .mr100_sp {
    margin-right: 100px;
  }
  .mb100_sp {
    margin-bottom: 100px;
  }
  .ml100_sp {
    margin-left: 100px;
  }
  .mtb100_sp {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mlr100_sp {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mtAuto_sp {
    margin-top: auto;
  }
  .mrAuto_sp {
    margin-right: auto;
  }
  .mbAuto_sp {
    margin-bottom: auto;
  }
  .mlAuto_sp {
    margin-left: auto;
  }
  .mtbAuto_sp {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mlrAuto_sp {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 500px) {
  .mt0_pc {
    margin-top: 0px;
  }
  .mr0_pc {
    margin-right: 0px;
  }
  .mb0_pc {
    margin-bottom: 0px;
  }
  .ml0_pc {
    margin-left: 0px;
  }
  .mtb0_pc {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mlr0_pc {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt10_pc {
    margin-top: 10px;
  }
  .mr10_pc {
    margin-right: 10px;
  }
  .mb10_pc {
    margin-bottom: 10px;
  }
  .ml10_pc {
    margin-left: 10px;
  }
  .mtb10_pc {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mlr10_pc {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt20_pc {
    margin-top: 20px;
  }
  .mr20_pc {
    margin-right: 20px;
  }
  .mb20_pc {
    margin-bottom: 20px;
  }
  .ml20_pc {
    margin-left: 20px;
  }
  .mtb20_pc {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mlr20_pc {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt30_pc {
    margin-top: 30px;
  }
  .mr30_pc {
    margin-right: 30px;
  }
  .mb30_pc {
    margin-bottom: 30px;
  }
  .ml30_pc {
    margin-left: 30px;
  }
  .mtb30_pc {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mlr30_pc {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mt40_pc {
    margin-top: 40px;
  }
  .mr40_pc {
    margin-right: 40px;
  }
  .mb40_pc {
    margin-bottom: 40px;
  }
  .ml40_pc {
    margin-left: 40px;
  }
  .mtb40_pc {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mlr40_pc {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mt50_pc {
    margin-top: 50px;
  }
  .mr50_pc {
    margin-right: 50px;
  }
  .mb50_pc {
    margin-bottom: 50px;
  }
  .ml50_pc {
    margin-left: 50px;
  }
  .mtb50_pc {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mlr50_pc {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mt60_pc {
    margin-top: 60px;
  }
  .mr60_pc {
    margin-right: 60px;
  }
  .mb60_pc {
    margin-bottom: 60px;
  }
  .ml60_pc {
    margin-left: 60px;
  }
  .mtb60_pc {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mlr60_pc {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mt70_pc {
    margin-top: 70px;
  }
  .mr70_pc {
    margin-right: 70px;
  }
  .mb70_pc {
    margin-bottom: 70px;
  }
  .ml70_pc {
    margin-left: 70px;
  }
  .mtb70_pc {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mlr70_pc {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mt80_pc {
    margin-top: 80px;
  }
  .mr80_pc {
    margin-right: 80px;
  }
  .mb80_pc {
    margin-bottom: 80px;
  }
  .ml80_pc {
    margin-left: 80px;
  }
  .mtb80_pc {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mlr80_pc {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mt90_pc {
    margin-top: 90px;
  }
  .mr90_pc {
    margin-right: 90px;
  }
  .mb90_pc {
    margin-bottom: 90px;
  }
  .ml90_pc {
    margin-left: 90px;
  }
  .mtb90_pc {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .mlr90_pc {
    margin-left: 90px;
    margin-right: 90px;
  }
  .mt100_pc {
    margin-top: 100px;
  }
  .mr100_pc {
    margin-right: 100px;
  }
  .mb100_pc {
    margin-bottom: 100px;
  }
  .ml100_pc {
    margin-left: 100px;
  }
  .mtb100_pc {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mlr100_pc {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mtAuto_pc {
    margin-top: auto;
  }
  .mrAuto_pc {
    margin-right: auto;
  }
  .mbAuto_pc {
    margin-bottom: auto;
  }
  .mlAuto_pc {
    margin-left: auto;
  }
  .mtbAuto_pc {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mlrAuto_pc {
    margin-left: auto;
    margin-right: auto;
  }
}

/*====================================================================================
限定
====================================================================================*/
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
横並びの設定
====================================================================================*/
/*------------------------------------------
解除
------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

@media screen and (max-width: 500px) {
  .cf_sp:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
}

@media screen and (min-width: 500px) {
  .cf_pc:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
}

.wf-notosansjapanese {
  font-family: "Noto Sans Japanese";
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

.wf-kokoro {
  font-family: "Kokoro";
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-nikukyu {
  font-family: "Nikukyu";
}

.wf-nicomoji {
  font-family: "Nico Moji";
}

/*------------------------------------------
ボタン
------------------------------------------*/
*[class*="btn"] {
  text-align: center;
  margin-top: 20px;
}

*[class*="btn"] > * {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 20px;
  border: 1px solid #021f50;
  border-radius: 6px;
  background: #0c419a;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.33);
}

/*------------------------------------------
アイコン
------------------------------------------*/
*[class*="ico"] {
  margin-right: .5em;
  vertical-align: middle;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-position: no-repeat;
}

.ico__place {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_place.svg");
  background-size: 16px 16px;
  vertical-align: text-bottom;
}
.ico__warning {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_warning.svg");
  background-size: 16px 16px;
  vertical-align: text-bottom;
}

/*------------------------------------------
タイトル
------------------------------------------*/
.tit__site {
  font-size: 19px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  letter-spacing: -3px;
}
.tit__site span {
  display: inline-block;
  text-align: left;
}
.tit__site .tit__icon,.tit__site_sub .tit__icon {
  width:18px;
  vertical-align: text-bottom;
}
.tit__site_sub {
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 8px;
  text-align: center;
}

.tit__style01 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/*------------------------------------------
テキスト
------------------------------------------*/
a {
  color: #000;
}

.txt__place {
  font-size: 12px;
}

.txt__notice {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}

.txt__notice span {
  display: inline-block;
  text-align: left;
}

small {
  font-weight: 300;
  font-size: 12px;
}

/*------------------------------------------
リスト
------------------------------------------*/
*[class*="listStyle"] li {
  margin-left: 1.5em;
  margin-bottom: .25em;
}

.listStyle_point li {
  list-style-type: disc;
}

/*------------------------------------------
コンテンツ - アイテム
------------------------------------------*/
*[class*="item__"] {
  padding: 10px;
  border: 1px solid #bad9ff;
  border-radius: 2px;
  background-color: #fafafa;
}

*[class*="style01"].item__Col1 .txtCol1__big {
  font-size: 24px;
  margin-bottom: 0px;
}

*[class*="style02"].item__Col1 .txtCol1__big {
  color: #073763;
  font-size: 34px;
  margin-bottom: 0px;
}

*[class*="style03"].item__Col2 .txtCol1__big {
  font-size: 21px;
  margin-bottom: 0px;
}

.style01_lv01 {
  background: rgba(0, 161, 255, 0.35);
  border-color: #00a1ff;
}

.style01_lv02 {
  background: rgba(113, 255, 0, 0.35);
  border-color: #71ff00;
}

.style01_lv03 {
  background: rgba(243, 255, 0, 0.6);
  border-color: #f3ff00;
}

.style01_lv04 {
  background: rgba(255, 138, 0, 0.6);
  border-color: #ff8a00;
}

.style01_lv05 {
  background: rgba(255, 0, 0, 0.6);
  border-color: #f00;
}

.style02_lv01 {
  background: #ddf0f4;
  border-color: #ddf0f4;
}

.style02_lv02 {
  background: #f4dddd;
  border-color: #f4dddd;
}

.style03_lv01 {
  background: rgba(0, 161, 255, 0.1);
  border-color: rgba(0, 161, 255, 0.3);
}

.style03_lv02 {
  background: rgba(0, 161, 255, 0.3);
  border-color: rgba(0, 161, 255, 0.5);
}

.style03_lv03 {
  background: rgba(0, 161, 255, 0.5);
  border-color: rgba(0, 161, 255, 0.7);
}

/* 1カラム
------------------------------------------*/
.item__Col1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.item__Col1 > *:not(:last-child) {
  margin-bottom: 10px;
}

*[class*="txtCol1"] {
  text-align: center;
}

*[class*="txtCol1_left"] {
  text-align: left;
}

.txtCol1__small {
  font-size: 14px;
}

.txtCol1__big {
  font-size: 24px;
  font-weight: 900;
}

/* 2カラム
------------------------------------------*/
.item__Col2 {
  width: 100%;
  text-align: center;
}

.item__Col2 > * {
  display: inline-block;
  vertical-align: middle;
}

.item__Col2 .image img {
  margin-right: 10px;
}

/* 判例
------------------------------------------*/
*[class*="item__legend"] > *:not(:last-child) {
  margin-bottom: .75em;
}

.legend__list {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.legend__list img {
  margin-right: .5em;
}

/* アイテム
------------------------------------------*/
.item__image {
  border: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}

.item__image img {
  width: 100%;
}

/*------------------------------------------
リンクリスト
------------------------------------------*/
.linkList {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.linkList li {
  width: 100%;
}

.linkList li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.linkList a {
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
  position: relative;
}

.linkList a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid  #000;
  border-bottom: 1px solid  #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.25em;
}

/*------------------------------------------
adApp
------------------------------------------*/
.adApp {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin: 10px;
}

.adApp__img img {
  width: 100%;
}

.adApp__txtArea {
  padding: 10px;
  margin: 10px auto;
}

.adApp__txtArea > * {
  color: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  line-height: 20px;
}

/*====================================================================================
エリア
====================================================================================*/
/*------------------------------------------
ヘッダー
------------------------------------------*/
header {
  padding: 0 10px 30px;
}

header .txt__place {
  position: absolute;
  left: 2px;
  top: 2px;
}

/*------------------------------------------
コンテンツエリア
------------------------------------------*/
.content__style01 {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.content__style01 > *:not(:last-child) {
  margin-bottom: 20px;
}

.content__style02 {
  width: 100%;
  box-sizing: border-box;
}

/*------------------------------------------
テーマない
------------------------------------------*/
*[class*="themeArea"] > *:not(:last-child) {
  margin-bottom: 10px;
}

.themeArea_Details *[class="btn"] {
  margin-bottom: 30px;
}

.themeArea_Details .details__thumb {
  overflow: hidden;
  max-height: 400px;
}

/*------------------------------------------
後づけ
------------------------------------------*/
.location {
  font-size:16px;
  font-weight:600;
  letter-spacing: -1px;
}
.location__icon {
  width:16px;
  vertical-align: text-bottom;
}
.warning {
  font-size:16px;
  font-weight:600;
}
.warning__icon {
  width:16px;
  vertical-align: text-bottom;
}
b{
  font-weight:bold;
}
