/*--------------------------------------*/
/*           読み込み領域               */
/*--------------------------------------*/
/*リセットCSS（ress.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/ress/dist/ress.min.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');


/*------------------------------*/
/*           全般設定           */
/*------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    transform-origin: top left;
    zoom: 1;
    scroll-behavior: smooth;
} /* zoom_valueは、デフォルト値：1(100%) */

body {
    overflow-x: hidden;
    font-weight:nomal;
    -webkit-text-size-adjust: none;
    background: #fff;           /* 背景色 */
    color: #333;                /* 全体の文字色 */
    line-height: 1.5;           /* 行間 */
}

/*table全般の設定*/
table {
  border-collapse: separate;
  border-spacing:0;
  empty-cells:show;
  border-top:1px solid #CCCCCC;
  border-right:none;
  border-bottom:none;
  border-left:1px solid #CCCCCC;
}
th, td {
  border-top:none;
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
  border-left:none;
}
/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*section全般の設定*/
section + section {
    padding-top: 2rem;          /* sectionの間に空けるスペース */
    padding-bottom: 2rem;          /* sectionの間に空けるスペース */
}
/*フォームタグ全般の設定*/
input, textarea, select {
    border: 1px solid #999;     /* 枠線の幅、線種、色 */
    padding: 0 10px;
}

/*ress.cssでselectで矢印が消えてしまうのを戻す*/
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}
select::-ms-expand {
    display: block;             /* IE用 */
}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ulタグ、olタグ*/
ul,ol {
    margin: 0 5px 30px 25px;    /*上、右、下、左へ空けるスペース*/
}

.red{
    color:red;
}

.skyblue{
    background:#8AB;
    color:white;
}

.blue{
    color:blue;
}

.strike{
    text-decoration: line-through;
}

/*------------------------------------*/
/*           文字の滲み対応           */
/*------------------------------------*/
body p, body span, body dl, h1, h2, h3, h4, h5, h6{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

/*---------------------------------------------------------------------------*/
/*                             共通設定領域                                  */
/*---------------------------------------------------------------------------*/
.table-title{ /* -テーブル内のタイトル文言強調のため指定- */
  background:#f1f1f1;
}

/*---------------------------------------------------------------------------*/
/*                           mainブロック設定                                */
/*---------------------------------------------------------------------------*/
/* mainブロックの設定 */
main {
    margin: auto;
    padding: 50px 20px 20px 20px;  /* 上、右、下、左へのボックス内の余白 */
}

h1{
  font-size: clamp(21px, 1.8vw, 40px);
}

h2 {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #3268ce;
  font-size: clamp(20px, 1.8vw, 25px);
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
}

h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}

/*mainブロックのh3タグ*/
main h3 {
    padding: 5px;                  /* ボックス内の余白 */
    margin-top: 30px;              /* 上に空けるスペース */
    margin-bottom: 30px;           /* 下に空けるスペース */
    letter-spacing: 0.1em;         /* 文字間隔を少しだけ広くとる設定 */
    border-bottom: 1px solid #ccc; /* 下線の幅、線種、色 */
}

/*mainブロックのpタグ*/
main p {
    margin: 0 5px 5px;       /* 上、左右、下へ空けるスペース */
}

/*listボックスを囲むボックス*/
.list-container {
    display: flex;                   /* flexボックスを使う指定 */
    flex-wrap: wrap;                 /* 折り返す指定 */
    justify-content: space-between;  /*並びかたの種類の指定 */
    padding: 0 5px;                  /* 上下、左右へのボックス内の余白 */
}

/*１個あたりのボックス*/
.list {
    width: 49%;              /* ボックスの幅 */
    margin-bottom: 15px;     /* ボックス同士の上下間の余白 */
    padding: 10px;           /* ボックス内の余白 */
    position: relative;
    overflow: hidden;
    transition: 0.3s;        /* アニメーションにかける時間。0.3秒。 */
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);  /*ボックスの影。右へ、下へ、ぼかし幅。0,0,0は黒の事で0.2は色が20%ついた状態。*/
    background: #fff;        /* 背景色 */
}

/* マウスオン時にボックスの影を少し濃くする */
.list:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

/*リンクテキスト*/
.list a {
    text-decoration: none;
    color: #333;              /* 文字色 */
}

/*ボックス内のh4タグ*/
.list h4 {
    line-height: 1.5;         /* 行間を少し狭くする */
    color: #00008b;           /* 文字色 */
    margin: 5px 0;            /* 上下、左右に空けるスペース */
}

/*ボックス内のpタグ。指定した行数までを表示。*/
.list p {
    margin: 0!important;      /*「main p」のマージンをリセットする*/
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;        /* 文字サイズ */
    line-height: 1em;       /* IE対策。行間。１行あたりの高さの事。1.5文字分 */
    max-height: 4.5em;        /* IE対策。最大の高さ。1.5emの3倍の4.5emになっているので、3行分という事 */
}


/*------------------------------*/
/*   テキストリンク全般の設定   */
/*------------------------------*/
a {
    color: #0000FF;  /* マウスオン時の文字色 */
    text-decoration:none;
}

a:hover {
    color: #F30100;  /* マウスオン時の文字色 */
}

.keyword{
    color: #F30100; 
}

.font_weight1{
    font-weight:bolder ;
    color: #058c81;
}

.font_weight2{
    font-weight:500;
    color: #420202;
}
/*------------------------------*/
/*   サイト全体を囲むブロック   */
/*------------------------------*/
#container {
    margin: 0 auto;
    width: 100%;    /* 最大幅。これ以上幅が広がらないように */
}

/*------------------------------*/
/*       テキスト成形用設定         */
/*------------------------------*/
.text-left{
  text-align: left;
  display: inline-block;
}

.center{
  text-align:center;
}

.left{
  text-align:left;
}

/*------------------------------*/
/*          成形領域            */
/*------------------------------*/
.wd_90 {
  width: 90%;                  /* 横幅を90%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_80 {
  width: 80%;                  /* 横幅を80%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_70 {
  width: 70%;                  /* 横幅を70%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_60 {
  width: 60%;                  /* 横幅を60%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_55 {
  width: 55%;                  /* 横幅を55%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_50 {
  width: 50%;                  /* 横幅を50%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_45 {
  width: 45%;                  /* 横幅を45%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_40 {
  width: 40%;                  /* 横幅を40%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_30 {
  width: 30%;                  /* 横幅を30%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_20 {
  width: 20%;                  /* 横幅を20%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_15 {
  width: 15%;                  /* 横幅を20%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}
.wd_10 {
  width: 10%;                  /* 横幅を20%に指定 */
  margin: auto;                /* 要素を中央に配置 */
}

/*------------------------------*/
/*   領域成形(左寄せ)           */
/*------------------------------*/
.wd_90_left {
  width: 90%;                /* 横幅を90%に指定 */
  margin-left: 0;            /* 要素を左に配置 */
}
.wd_80_left {
  width: 80%;                /* 横幅を80%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_70_left {
  width: 70%;                /* 横幅を70%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_60_left {
  width: 60%;                /* 横幅を60%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_55_left {
  width: 55%;                /* 横幅を55%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_50_left {
  width: 50%;                /* 横幅を50%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_45_left {
  width: 45%;                /* 横幅を45%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_40_left {
  width: 40%;                /* 横幅を40%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}
.wd_30_left {
  width: 30%;                /* 横幅を30%に指定 */
  margin-left: auto;         /* 要素を左に配置 */
}

/*------------------------------*/
/*   領域成形(右寄せ)           */
/*------------------------------*/
.wd_90_right {
  width: 90%;                /* 横幅を90%に指定 */
  margin-right: 0;           /* 要素を中央に配置 */
}
.wd_80_right {
  width: 80%;                /* 横幅を80%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_70_right {
  width: 70%;                /* 横幅を70%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_60_right {
  width: 60%;                /* 横幅を60%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_55_right {
  width: 55%;                /* 横幅を55%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_50_right {
  width: 50%;                /* 横幅を50%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_45_right {
  width: 45%;                /* 横幅を45%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_40_right {
  width: 40%;                /* 横幅を40%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}
.wd_30_right {
  width: 30%;                /* 横幅を30%に指定 */
  margin-right: auto;        /* 要素を中央に配置 */
}

/*---------------------------------------------------------------------------*/
/*                              その他設定                                   */
/*---------------------------------------------------------------------------*/
/*------------------------------*/
/*          IE11対策            */
/*------------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*------------------------------*/
/*           その他             */
/*------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #00008b !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.large {font-size: 2rem;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}


/*---------------------------------------------------------------------------*/
/*                          スマホ版デザイン領域                             */
/*---------------------------------------------------------------------------*/
@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/

.open { display: block; }
#menu { display:none; }
.return { display:none; }

main{
    width:100%;
    font-size: 0.8rem;
}

p{
    font-size: 0.9rem;
}

.header{
   width:100%;
   text-align:center;
   margin: auto;
}

.header_img{
    text-align:center;
    margin: auto;
}


/*============ ドロワーメニュー始 ========*/
/* :::::: toggle button :::::: */
#navTgl {
  display: none;
}
 
label.open,
label.close {
  cursor: pointer;
  position: fixed;
  top: 2px;
  left: 0;
}

/*--　メニュー閉--*/ 
.open {
  z-index: 2;
  width:45px;
  height:80px;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}

/*--　メニュー開--*/ 
#navTgl:checked + .open {
  -webkit-transform: translateX(190px);
  transform: translateX(190px);
}
 
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
 
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0,0,0,.3);
}
 
/* :::::: drawer menu :::::: */
.menu_drw {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 190px;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
}
 
#navTgl:checked ~ .menu_drw {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu_drw li {
  border-bottom: 1px solid rgba(255,255,255,.6);
  font-size:17px;
  line-height: 1.2;
}

.menu_drw li a {
  color: white;
  display: block;
  padding: 0.8em;
  text-decoration: none;
  transition: background-color .6s;
}

.menu_drw li a:hover {
  color:yellow ;
  background-color:#191970 ;
}

.menu_drw ul {
  padding: 0;
  list-style-type:none;
} 
 
.menu_drw li:first-child {
  border-top: 1px solid rgba(255,255,255,.6);
}

.mini_list{
	font-size:13px;
	background-color: rgba(30,144,255,.6);
}

.stripe{ 
  position: relative;
  padding: 0.3em;
}

.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, skyblue, skyblue 2px, white 2px, white 4px);
}

.flex_menu{
    display: flex;
    justify-content: left;
    flex-wrap:wrap;
}

.btn-mail{
    width:270px;
}

.btn-phone{
    width:270px;
}

/*その他と主な共通部分は省略*/
.btn,
a.btn,
button.btn {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}

/* <<メールボタン>> */
a.btn-mail {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #275bc5;
}

a.btn-mail span {
  position: relative;
}

a.btn-mail:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #273577;
}

a.btn-mail:hover:before {
  -webkit-transform: translateX(-9%) translateY(-35%) rotate(135deg);
  transform: translateX(-9%) translateY(-35%) rotate(135deg);
}

/* <<メールボタン>> */
a.btn-mail {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #275bc5;
}

a.btn-mail span {
  position: relative;
}

a.btn-mail:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #273577;
}

a.btn-mail:hover:before {
  -webkit-transform: translateX(-9%) translateY(-45%) rotate(135deg);
  transform: translateX(-9%) translateY(-45%) rotate(135deg);
}


/* <<電話ボタン>> */
a.btn-phone {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #36a11e;
}

a.btn-phone span {
  position: relative;
}

a.btn-phone:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #16491f;
}

a.btn-phone:hover:before {
  -webkit-transform: translateX(-9%) translateY(-45%) rotate(135deg);
  transform: translateX(-9%) translateY(-45%) rotate(135deg);
}

/* アコーディオンメニューQA */
/* 必須 */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}


footer{
    height:5rem;
    text-align: center;
}

}
/*---------------------------------------------------------------------------*/
/*                          タブレット・PC版デザイン領域                       */
/*---------------------------------------------------------------------------*/
@media screen and (min-width:640px) {
/*タブレット・PC用のcssを記述*/

.open {display: none;}
.menu_drw {display: none;}
#menu li {display:inline;}
#navTgl {display: none;}

main{
    width:100%;
    max-width: 1100px;
    font-size: 0.95rem;

}

.menu{
    width:100%;
}

.header{
   width:100%;    
}

.header_img{
    text-align:center;
    margin: auto;
}

.menu ul{
    margin: 0;
    list-style: none;
    display: flex;                       /* flexボックスを使う指定 */
    border-top: 1px solid #dcdcdc;       /* 上の線の幅、線種、色 */
    border-bottom: 1px solid #dcdcdc;    /* 下の線の幅、線種、色 */
}

#menu li {
	display:inline;
	list-style-type:none;
}

#menu ul {
	padding-left:1.4em;
}

#menu li img:hover {
  filter: brightness(120%);
}

.setting_img{
  margin: auto;
  text-align: center;
}

.setting_img img{
  max-width:700px;
}

.small_img img{
  height: 600px;
}

.stripe{ 
  position: relative;
  padding: 0.3em;
}

.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, rgb(221, 104, 81),rgb(221, 104, 81) 2px, white 2px, white 4px);
}

.flex_menu{
    display: flex;
    justify-content: left;
    flex-wrap:wrap;
}

.btn-mail{
    width:400px;
}

.btn-phone{
    width:400px;
}

/*その他と主な共通部分は省略*/
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}

/* <<メールボタン>> */
a.btn-mail {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #275bc5;
}

a.btn-mail span {
  position: relative;
}

a.btn-mail:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-85%) translateY(-70%) rotate(135deg);
  transform: translateX(-85%) translateY(-70%) rotate(135deg);
  background: #275477;
}

a.btn-mail:hover:before {
  -webkit-transform: translateX(-9%) translateY(-35%) rotate(135deg);
  transform: translateX(-9%) translateY(-35%) rotate(135deg);
}

/* <<メールボタン>> */
a.btn-mail {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #279ec5;
}

a.btn-mail span {
  position: relative;
}

a.btn-mail:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-77%) translateY(-70%) rotate(135deg);
  transform: translateX(-77%) translateY(-70%) rotate(135deg);
  background: #273577;
}

a.btn-mail:hover:before {
  -webkit-transform: translateX(-9%) translateY(-55%) rotate(135deg);
  transform: translateX(-9%) translateY(-55%) rotate(135deg);
}


/* <<電話ボタン>> */
a.btn-phone {
  overflow: hidden;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #36a11e;
}

a.btn-phone span {
  position: relative;
}

a.btn-phone:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .6s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-77%) translateY(-70%) rotate(135deg);
  transform: translateX(-77%) translateY(-70%) rotate(135deg);
  background: #16491f;
}

a.btn-phone:hover:before {
  -webkit-transform: translateX(-9%) translateY(-55%) rotate(135deg);
  transform: translateX(-9%) translateY(-55%) rotate(135deg);
}

/* アコーディオンメニューQA */
/* 必須 */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}


footer{
    height:10rem;
    text-align: center;
}

}
