@charset "UTF-8";
/**
 * Main Stylesheet
 * 
 */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul{list-style:none;-webkit-padding-start:0}dd,dl,dt,ul{padding:0;margin:0}dd{-webkit-margin-start:0}

/*------------------------------------------
  ブレイクポイント・メディアクエリ設定
--------------------------------------------*/
/*------------------------------------------
  色設定
--------------------------------------------*/
:root {
  --text-color: #3f3f3f;
  --main-color: #00439a;
  --dark-color: #003060;
  --light-color: #e2ecba;
  --high-color: #2068c8;
  --natural-color: #dfd4be;
  --accent-color: #499475;
  --background-color: #f9f9f9;
  --logo-color: #00439a;
  --link-color: blue;
  --visited-color: red;
  --page-top-color: #00439a;
  --error-color: #e51221;
}

/**
 * Bootstrap Stylesheet
 * Bootstrapの抜粋版
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * 
 */
/*------------------------------------------
  col-XX-n
--------------------------------------------*/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*------------------------------------------
  display options
--------------------------------------------*/
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

/*------------------------------------------
  flex options
--------------------------------------------*/
.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/*------------------------------------------
  order options
--------------------------------------------*/
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

/**
 * Stylesheet for Form Styles
 * 
 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #333;
  border-radius: 1px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  color:#000;
  background-color: #f7f8fa;
}
input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="color"],
select,
textarea,
.field {
  max-width: 100%;
}

select { max-width: max-content }

label.radio, label.checkbox {
  margin-right: 1rem;
}

/* label {
  float: left;
  font-size: 12px;
  font-weight: 400;
} */

input[type="button"],
input[type="reset"],
input[type="submit"]{
  border:none;
  background: #00439a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  margin: 0 16px;
}

input[type="submit"].back {
  background: #236ac9;
}

form p {
  margin-bottom: 16px;
}

.validationmessage {
  color: var(--error-color);
  margin: 1em auto;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.required {
  margin-left: 0.6em;
  background-color: #c30;
  font-size: 80%;
  color: #fff;
  padding: 4px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: var(--text-color);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  transition: none;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
  float: right;
  background: var(--main-color);
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  color: #ffffff;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}

/**
 * Stylesheet for All Page
 *
 */
/* ==========================================================================
   Base
   各要素のデフォルトのスタイルを定義
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.7;
}

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "M+ 1p", sans-serif;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
}
@media (min-width: 1100px) {
  body {
    overflow-x: hidden;
  }
}

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

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

img {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0 0 1rem 0;
}

p {
  margin: 0;
  text-align: justify;
}

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

a {
  color: var(--link-color);
}
a:visited {
  color: var(--visited-color);
}
a:hover {
  transition: all 0.7s ease;
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* ==========================================================================
   Layout
   ページ構成の大枠、セクションを作る要素へのルールを定義
   ========================================================================== */
/*----------------------------------------
   マージン＆パディング
   末尾に「r」がついているものはレスポンシブ対応（スマホ表示時に半分のサイズになる）
 -----------------------------------------*/

/* 左右のマージン均等割 */
.m_side_auto { margin-left: auto; margin-right: auto; }

.m0, .m0r { margin-top: 0; margin-bottom: 0; }
.m1, .m1r { margin-top: 1rem; margin-bottom: 1rem; }
.m2, .m2r { margin-top: 2rem; margin-bottom: 2rem; }
.m3, .m3r { margin-top: 3rem; margin-bottom: 3rem; }
.m4, .m4r { margin-top: 4rem; margin-bottom: 4rem; }
.m5, .m5r { margin-top: 5rem; margin-bottom: 5rem; }
.m6, .m6r { margin-top: 6rem; margin-bottom: 6rem; }
.m7, .m7r { margin-top: 7rem; margin-bottom: 7rem; }
.m8, .m8r { margin-top: 8rem; margin-bottom: 8rem; }
.m9, .m9r { margin-top: 9rem; margin-bottom: 9rem; }

.m10, .m10r { margin-top: 10px; margin-bottom: 10px; }
.m20, .m20r { margin-top: 20px; margin-bottom: 20px; }
.m30, .m30r { margin-top: 30px; margin-bottom: 30px; }
.m40, .m40r { margin-top: 40px; margin-bottom: 40px; }
.m50, .m50r { margin-top: 50px; margin-bottom: 50px; }
.m60, .m60r { margin-top: 60px; margin-bottom: 60px; }
.m70, .m70r { margin-top: 70px; margin-bottom: 70px; }
.m80, .m80r { margin-top: 80px; margin-bottom: 80px; }
.m90, .m90r { margin-top: 90px; margin-bottom: 90px; }

.mt10, .mt10r { margin-top: 10px; }
.mt20, .mt20r { margin-top: 20px; }
.mt30, .mt30r { margin-top: 30px; }
.mt40, .mt40r { margin-top: 40px; }
.mt50, .mt50r { margin-top: 50px; }
.mt60, .mt60r { margin-top: 60px; }
.mt70, .mt70r { margin-top: 70px; }
.mt80, .mt80r { margin-top: 80px; }
.mt90, .mt90r { margin-top: 90px; }

.mb10, .mb10r { margin-bottom: 10px; }
.mb20, .mb20r { margin-bottom: 20px; }
.mb30, .mb30r { margin-bottom: 30px; }
.mb40, .mb40r { margin-bottom: 40px; }
.mb50, .mb50r { margin-bottom: 50px; }
.mb60, .mb60r { margin-bottom: 60px; }
.mb70, .mb70r { margin-bottom: 70px; }
.mb80, .mb80r { margin-bottom: 80px; }
.mb90, .mb90r { margin-bottom: 90px; }

@media (max-width: 767px) {
  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .m1 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .m2 { margin-top: 1rem; margin-bottom: 1rem; }
  .m3 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .m4 { margin-top: 2rem; margin-bottom: 2rem; }
  .m5 { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .m6 { margin-top: 3rem; margin-bottom: 3rem; }
  .m7 { margin-top: 3.5rem; margin-bottom: 3.5rem; }
  .m8 { margin-top: 4rem; margin-bottom: 4rem; }
  .m9 { margin-top: 4.5rem; margin-bottom: 4.5rem; }

  .m1r { margin-top: 0.5rem; margin-bottom: 0.5rem; }
  .m2r { margin-top: 1rem; margin-bottom: 1rem; }
  .m3r { margin-top: 1.5rem; margin-bottom: 1.5rem; }
  .m4r { margin-top: 2rem; margin-bottom: 2rem; }
  .m5r { margin-top: 2.5rem; margin-bottom: 2.5rem; }
  .m6r { margin-top: 3rem; margin-bottom: 3rem; }
  .m7r { margin-top: 3.5rem; margin-bottom: 3.5rem; }
  .m8r { margin-top: 4rem; margin-bottom: 4rem; }
  .m9r { margin-top: 4.5rem; margin-bottom: 4.5rem; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .m10 { margin-top: 5px; margin-bottom: 5px; }
  .m20 { margin-top: 10px; margin-bottom: 10px; }
  .m30 { margin-top: 15px; margin-bottom: 15px; }
  .m40 { margin-top: 20px; margin-bottom: 20px; }
  .m50 { margin-top: 25px; margin-bottom: 25px; }
  .m60 { margin-top: 30px; margin-bottom: 30px; }
  .m70 { margin-top: 35px; margin-bottom: 35px; }
  .m80 { margin-top: 40px; margin-bottom: 40px; }
  .m90 { margin-top: 45px; margin-bottom: 45px; }

  .m10r { margin-top: 5px; margin-bottom: 5px; }
  .m20r { margin-top: 10px; margin-bottom: 10px; }
  .m30r { margin-top: 15px; margin-bottom: 15px; }
  .m40r { margin-top: 20px; margin-bottom: 20px; }
  .m50r { margin-top: 25px; margin-bottom: 25px; }
  .m60r { margin-top: 30px; margin-bottom: 30px; }
  .m70r { margin-top: 35px; margin-bottom: 35px; }
  .m80r { margin-top: 40px; margin-bottom: 40px; }
  .m90r { margin-top: 45px; margin-bottom: 45px; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .mt10 { margin-top: 5px; }
  .mt20 { margin-top: 10px; }
  .mt30 { margin-top: 15px; }
  .mt40 { margin-top: 20px; }
  .mt50 { margin-top: 25px; }
  .mt60 { margin-top: 30px; }
  .mt70 { margin-top: 35px; }
  .mt80 { margin-top: 40px; }
  .mt90 { margin-top: 45px; }

  .mt10r { margin-top: 5px; }
  .mt20r { margin-top: 10px; }
  .mt30r { margin-top: 15px; }
  .mt40r { margin-top: 20px; }
  .mt50r { margin-top: 25px; }
  .mt60r { margin-top: 30px; }
  .mt70r { margin-top: 35px; }
  .mt80r { margin-top: 40px; }
  .mt90r { margin-top: 45px; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .mb10 { margin-bottom: 5px; }
  .mb20 { margin-bottom: 10px; }
  .mb30 { margin-bottom: 15px; }
  .mb40 { margin-bottom: 20px; }
  .mb50 { margin-bottom: 25px; }
  .mb60 { margin-bottom: 30px; }
  .mb70 { margin-bottom: 35px; }
  .mb80 { margin-bottom: 40px; }
  .mb90 { margin-bottom: 45px; }

  .mb10r { margin-bottom: 5px; }
  .mb20r { margin-bottom: 10px; }
  .mb30r { margin-bottom: 15px; }
  .mb40r { margin-bottom: 20px; }
  .mb50r { margin-bottom: 25px; }
  .mb60r { margin-bottom: 30px; }
  .mb70r { margin-bottom: 35px; }
  .mb80r { margin-bottom: 40px; }
  .mb90r { margin-bottom: 45px; }

}

.p0, .p0r { padding-top: 0; padding-bottom: 0; }
.p1, .p1r { padding-top: 1rem; padding-bottom: 1rem; }
.p2, .p2r { padding-top: 2rem; padding-bottom: 2rem; }
.p3, .p3r { padding-top: 3rem; padding-bottom: 3rem; }
.p4, .p4r { padding-top: 4rem; padding-bottom: 4rem; }
.p5, .p5r { padding-top: 5rem; padding-bottom: 5rem; }
.p6, .p6r { padding-top: 6rem; padding-bottom: 6rem; }
.p7, .p7r { padding-top: 7rem; padding-bottom: 7rem; }
.p8, .p8r { padding-top: 8rem; padding-bottom: 8rem; }
.p9, .p9r { padding-top: 9rem; padding-bottom: 9rem; }

.p10, .p10r { padding-top: 10px; padding-bottom: 10px; }
.p20, .p20r { padding-top: 20px; padding-bottom: 20px; }
.p30, .p30r { padding-top: 30px; padding-bottom: 30px; }
.p40, .p40r { padding-top: 40px; padding-bottom: 40px; }
.p50, .p50r { padding-top: 50px; padding-bottom: 50px; }
.p60, .p60r { padding-top: 60px; padding-bottom: 60px; }
.p70, .p70r { padding-top: 70px; padding-bottom: 70px; }
.p80, .p80r { padding-top: 80px; padding-bottom: 80px; }
.p90, .p90r { padding-top: 90px; padding-bottom: 90px; }

.pt10, .pt10r { padding-top: 10px; }
.pt20, .pt20r { padding-top: 20px; }
.pt30, .pt30r { padding-top: 30px; }
.pt40, .pt40r { padding-top: 40px; }
.pt50, .pt50r { padding-top: 50px; }
.pt60, .pt60r { padding-top: 60px; }
.pt70, .pt70r { padding-top: 70px; }
.pt80, .pt80r { padding-top: 80px; }
.pt90, .pt90r { padding-top: 90px; }

.pb10, .pb10r { padding-bottom: 10px; }
.pb20, .pb20r { padding-bottom: 20px; }
.pb30, .pb30r { padding-bottom: 30px; }
.pb40, .pb40r { padding-bottom: 40px; }
.pb50, .pb50r { padding-bottom: 50px; }
.pb60, .pb60r { padding-bottom: 60px; }
.pb70, .pb70r { padding-bottom: 70px; }
.pb80, .pb80r { padding-bottom: 80px; }
.pb90, .pb90r { padding-bottom: 90px; }

@media (max-width: 767px) {
  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .p1 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .p2 { padding-top: 1rem; padding-bottom: 1rem; }
  .p3 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .p4 { padding-top: 2rem; padding-bottom: 2rem; }
  .p5 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .p6 { padding-top: 3rem; padding-bottom: 3rem; }
  .p7 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .p8 { padding-top: 4rem; padding-bottom: 4rem; }
  .p9 { padding-top: 4.5rem; padding-bottom: 4.5rem; }

  .p1r { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .p2r { padding-top: 1rem; padding-bottom: 1rem; }
  .p3r { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .p4r { padding-top: 2rem; padding-bottom: 2rem; }
  .p5r { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .p6r { padding-top: 3rem; padding-bottom: 3rem; }
  .p7r { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .p8r { padding-top: 4rem; padding-bottom: 4rem; }
  .p9r { padding-top: 4.5rem; padding-bottom: 4.5rem; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .p10 { padding-top: 5px; padding-bottom: 5px; }
  .p20 { padding-top: 10px; padding-bottom: 10px; }
  .p30 { padding-top: 15px; padding-bottom: 15px; }
  .p40 { padding-top: 20px; padding-bottom: 20px; }
  .p50 { padding-top: 25px; padding-bottom: 25px; }
  .p60 { padding-top: 30px; padding-bottom: 30px; }
  .p70 { padding-top: 35px; padding-bottom: 35px; }
  .p80 { padding-top: 40px; padding-bottom: 40px; }
  .p90 { padding-top: 45px; padding-bottom: 45px; }

  .p10r { padding-top: 5px; padding-bottom: 5px; }
  .p20r { padding-top: 10px; padding-bottom: 10px; }
  .p30r { padding-top: 15px; padding-bottom: 15px; }
  .p40r { padding-top: 20px; padding-bottom: 20px; }
  .p50r { padding-top: 25px; padding-bottom: 25px; }
  .p60r { padding-top: 30px; padding-bottom: 30px; }
  .p70r { padding-top: 35px; padding-bottom: 35px; }
  .p80r { padding-top: 40px; padding-bottom: 40px; }
  .p90r { padding-top: 45px; padding-bottom: 45px; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .pt10 { padding-top: 5px; }
  .pt20 { padding-top: 10px; }
  .pt30 { padding-top: 15px; }
  .pt40 { padding-top: 20px; }
  .pt50 { padding-top: 25px; }
  .pt60 { padding-top: 30px; }
  .pt70 { padding-top: 35px; }
  .pt80 { padding-top: 40px; }
  .pt90 { padding-top: 45px; }

  .pt10r { padding-top: 5px; }
  .pt20r { padding-top: 10px; }
  .pt30r { padding-top: 15px; }
  .pt40r { padding-top: 20px; }
  .pt50r { padding-top: 25px; }
  .pt60r { padding-top: 30px; }
  .pt70r { padding-top: 35px; }
  .pt80r { padding-top: 40px; }
  .pt90r { padding-top: 45px; }

  /* 「.XXr」を有効にする場合はこちらを無効にするほうが良い */
  .pb10 { padding-bottom: 5px; }
  .pb20 { padding-bottom: 10px; }
  .pb30 { padding-bottom: 15px; }
  .pb40 { padding-bottom: 20px; }
  .pb50 { padding-bottom: 25px; }
  .pb60 { padding-bottom: 30px; }
  .pb70 { padding-bottom: 35px; }
  .pb80 { padding-bottom: 40px; }
  .pb90 { padding-bottom: 45px; }

  .pb10r { padding-bottom: 5px; }
  .pb20r { padding-bottom: 10px; }
  .pb30r { padding-bottom: 15px; }
  .pb40r { padding-bottom: 20px; }
  .pb50r { padding-bottom: 25px; }
  .pb60r { padding-bottom: 30px; }
  .pb70r { padding-bottom: 35px; }
  .pb80r { padding-bottom: 40px; }
  .pb90r { padding-bottom: 45px; }
}
  
/*----------------------------------------
   ヘルパークラス
 -----------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

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

.center,
.text_center,
.text-center {
  text-align: center;
}

.left,
.text_left,
.text-left {
  text-align: left;
}

.right,
.text_right,
.text-right {
  text-align: right;
}

.flex {
  display: flex;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

/*----------------------------------------
  動画表示
 -----------------------------------------*/
.movie_area {
}
.movie_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
}
.movie_wrapper div,
.movie_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_thumbnail {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  /* モーダルビデオの閉じるボタンの位置 */
  .modal-video-close-btn {
    right: 8px !important;
  }
}

/*----------------------------------------
  ■画像ズームアニメーション
    zoomupクラスをaタグなどのホバー要素に、
    zoomareaクラスを拡大させたい画像のラッパーにつけると
    hoverでズームアニメーションが付きます。
 -----------------------------------------*/
/* ズームアップ */
.zoomup .zoomarea {
  overflow: hidden;
}

.zoomup .zoomarea img {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.zoomup:hover .zoomarea img {
  transform: scale(1.2);
}

/* ズームダウン */
.zoomdown img {
	animation: zoomDown 13s linear 0s 1 normal both;  
}
@keyframes zoomDown {
	0% {
		transform: scale(1.25);
	}
	100% {
		transform: scale(1);
	}
}

/*----------------------------------------
  ■画像ズームアニメーション
    zoom_on_hoverクラスをサイズ指定している要素につけると、
    hoverでズームアニメーションが付きます。
 -----------------------------------------*/
.zoom_on_hover {
  overflow: hidden;
}

.zoom_on_hover img {
  overflow: hidden;
  transition-duration: 0.8s;
}

.zoom_on_hover:hover img {
  transform: scale(1.1);
}

/*----------------------------------------
   共通レイアウト構成スタイル
  -----------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1100px;
  }
}

.common_wrap,
.common-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}
@media (min-width: 992px) {
  .common_wrap,
  .common-wrap {
    width: 100%;
    max-width: 1100px;
  }
}

.area_padding {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .area_padding {
    padding: 80px 0;
  }
}

/* ==========================================================================
   Module
   ページを構成するスタイルを定義
   ========================================================================== */
/*---------------------------------------------------------------------------
   共通部品
  --------------------------------------------------------------------------- */
/*----------------------------------------
   ボタン
  -----------------------------------------*/
.btn {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
  background-color: #fff;
  padding: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  min-height: 50px;
  line-height: 1.3;
  transition: all 0.5s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--high-color);
  color: #fff;
  /*opacity: 0.7;*/
}

.btn_arrow:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*矢印（左付き）*/
.btn_arrow_l:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*矢印（右付き）*/
.btn_arrow_r:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*虫眼鏡（右付き）*/
.btn_search_r:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  font-size: 120%;
  font-weight: 600;
}

.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.btn_fill_color {
  border-width: 0px;
  background-color: var(--dark-color);
  color: #fff;
}

/*----------------------------------------
   箇条書き
 -----------------------------------------*/
/* 箇条書き：・印 */
ul.dot li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.dot li:before {
  content: "・" !important;
  font-weight: normal !important;
  margin-right: 0.5em;
}

/* 箇条書き：●印 */
ul.disc li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.disc li:before {
  content: "●" !important;
  font-weight: normal !important;
  margin-right: 0.5em;
}

/* 箇条書き：※印 */
ul.kome li {
	padding-left: 2em;
	text-indent: -2em;
}
ul.kome li:before {
	content: '※' !important;
	font-weight: normal !important;
	margin-right: 0.5em;
}

/* 箇条書き：丸数字 */
ol.maru {
	padding-left: 0;
	list-style-type: none;
	counter-reset: num;
}
ol.maru li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
ol.maru li:before {
	counter-increment: num;
	content: counter(num);
	display: block;
	float: left;
	line-height: 18px;
	margin-left: -25px;
	text-align: center;
	height: 18px;
	width: 18px;
	border: 1px solid;
	border-radius: 50%;
	font-size: 65%;
}

@media screen and (min-width: 768px) {
	ol.maru li:before {
	  margin-top: 3px;
	}
}
@media screen and (max-width: 767px) {
	ol.maru li {
	  padding-left: 20px;
	}

	ol.maru li:before {
    line-height: 14px;
    margin-left: -19px;
    height: 13px;
    width: 13px;
    font-size: 50%;
    margin-top: 3px;
	}
}

/*----------------------------------------
  アンダーライン、マーカー
 -----------------------------------------*/
.u_line {
  border-bottom: 1px solid #e60012;
  padding-bottom: 5px;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*----------------------------------------
  アコーディオン処理: summary-detailを使った実装
  詳細は/js/@dev/main.js を参照
 -----------------------------------------*/
summary { display: block; list-style: none; }
summary::-webkit-details-marker { display: none;} /* Safariで表示される三角形アイコンを消す */
/* .js-accordion_wrap {} */
.js-accordion_summary {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.js-accordion_mark {
	content: '';
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	background-color: var(--main-color);
	border-radius: 50%;
}
.js-accordion_mark_r {
	right: 3%;
}
.js-accordion_mark_l {
	left: 3%;
}
.js-accordion_mark:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 13px;
	height: 13px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translate(-50%, -60%) rotate(135deg);
}
details[open] .js-accordion_mark:before {
	transform: translate(-50%, -30%) rotate(-45deg);
}
.js-accordion_content {
	overflow: hidden;
}

/*----------------------------------------
  汎用タブ切り替え
  詳細は/js/@dev/main.js を参照
 -----------------------------------------*/
.js-tab_box .js-tab_panel {
  display: none;
}
.js-tab_box .js-tab_panel.active {
  display: block;
}
  
/*---------------------------------------------------------------------------
   共通デザイン構成クラス
  --------------------------------------------------------------------------- */
/*----------------------------------------
  文字
  -----------------------------------------*/
.mincyo {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
