﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0px 15px 0; /* nav 合わせる */
}
footer {
    background: #184489;
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.w-90{width: 100% !important;}

@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 900px !important;}
}

.wide-container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media (min-width: 576px){
    .wide-container{width: 100%;}
}
@media (min-width:768px){
    .wide-container{width:750px;}
}
@media (min-width:992px){
    .wide-container{width:992px;}
}
@media (min-width:1200px){
    .wide-container{width:1200px;}
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h2{
    line-height: 1.4;
}
h3,h4,h5,h6{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4.teigi {font-size: 120%;}
h4 {font-size: 1rem;}
.tag-line{
    font-size: 22px;
    color: #fff;
    padding: 80px 0px;
    text-shadow: 0 0 3px rgba(0,0,0, .85);
}
@media (min-width: 576px){
  h1 {font-size: 1rem; line-height: 1rem;}
  .tag-line{
        font-size: 36px;
        padding: 100px 50px;
    }
}

@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 200%;}
    h3 {font-size: 1.2rem;font-weight: normal;line-height: 1.8;letter-spacing: 0.04em;}
    h4.teigi {font-size: 100%;}
}

body{           
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0;
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
p{
    line-height: 1.8;
    margin-bottom: 0;
}
p.article{
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1.125rem;
        letter-spacing: 0.04em;
        font-weight: ;
    }
    p{
        line-height: ;
    }
    p.article{
        line-height: ;
    }
}
/*-------- STYLE --------*/
.font-alt{
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 500 !important;
}
.font-bold{
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.red{
    color: #da2218;
}
.navy{
    color: #184489;
}
.bg-light-yellow{
    background: #fffef0; /* fffef3 */
}
.divider{
    width: 80px;
    height: 2px;
    background: #184489;
    margin: 7px 7px 40px 7px;
}

/* 
===========================================================
   # Button
===========================================================
*/
/* 送信ボタン */
.btn-send{
    background: #406bc5;
    padding: 9px 13px 9px;
    color: #fff;
    letter-spacing: 0.25rem;
    border-radius: 1px;
    transition: .3s ease;
    border: 1px solid #fff;
    letter-spacing: .75rem;
    text-shadow: 0 0 2px rgba(0,0,0, .15);
}
.btn-send > span{
    margin-left: 0.75rem;
}
.btn-send:hover{
    background: #184489;
    color: #fff;
    transition: .2s ease;
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.page-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}
section.page-section.top-page{
    padding-top:  !important;
    padding-bottom:  !important;
}
@media (min-width: 992px) {
  section.page-section {
    padding-top:  !important;
    padding-bottom:  !important;
  }
}

/* 
===========================================================
   # リンク｜Link
===========================================================
*/
a:link, a:visited{
  color: #5c8be2;
  transition: .17s;
}
a:active {
  color: #5c8be2;
}
a:hover {
  color: #666;
  transition: .12s;
  text-decoration: none;
}

a{
    user-drag: none;
	-webkit-user-drag: none;
}

/* 
===========================================================
   # Contact Form
===========================================================
*/
.form-group{
    font-size: ;
}
.form-control{
    font-size: 98%;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}

.help-block{
    background: ;
    font-weight: bold;
    color: #ff0000;
}
#contact ul{
    list-style: none;
    margin-left: -2.5em;
    margin-right: 0.5em;
}
#contactForm{
    font-size: ;
}
#contactForm label{
    font-weight: bold;
}

.required:after{
	content: "必須";
	font-size: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	background: #f32929;
	color: #fff;
	padding: 2px 3px;
	margin-left: 3px;
	border-radius: 1px;
	vertical-align: text-top;
}

/* ---------- プライバシーポリシー ---------- */
#policy {
    height: 150px;
    overflow-y: auto;
    font-size: 0.8125rem;
    padding: 17px 15px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #fff;
}
#policy h3{
    font-size: 1rem;
    font-weight: bold;
}
#policy ul{
    list-style: disc !important;
    margin-left: -1.5rem;
    margin-right: 0.5rem;
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}

/* ============================================= PC ================= */
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}

/* ===== ハンバーガーメニュー =====*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;  /* nav 合わせる(調整) */
    box-sizing: border-box;
    position: relative;
    margin-right: 0.75rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 32px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .3s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:18px;}
.navbar-toggler-icon:nth-of-type(3) {top:26px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:18px;
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:18px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: bold;
  box-shadow: none;
}

/* ============================================= PC ================= */
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: 500;
        font-size: 0.9375rem;
        padding: 3px 0; /* メニューバーの余白 */
        margin: 0 13px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -1px 0 0 #da2218 inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0,0,0, .9);
      font-weight: 500;
     box-shadow: 0 -1px 0 0 #da2218 inset;
     }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.bg-1{
    background: url(../img/header-1.jpg) left 50% top 50% / cover no-repeat;
    background-position: ;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.bg-2{
    background: url(../img/header-2.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-3{
    background: url(../img/header-3.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-pattern{
    background: url(../img/kumikikko.jpg) repeat;
    background-size: 90px 78px;
    border-top: solid 1px #f8f7f0;
    border-bottom: solid 1px #f8f7f0;
}

.cta-1{
    background:url(../img/hiball.jpg) left 50% top 50% / cover no-repeat;
}

.bg-alfa-dark{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-dark:before{
	content: ' ';
	background-color: rgba(0,0,0, .015);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 
===========================================================
   # Call to Action｜Teaser
===========================================================
*/
.teaser{
	color: #fff;
    background-attachment: scroll;
}
@media screen and (min-width: 992px){
    .teaser{
        background-attachment: fixed;
    }
    .teaser h1, .teaser h2, .teaser h3, .teaser h4, .teaser h5, .teaser h6{
        color: #3e4555;
    }
    .teaser .btn-border{
        color: #fff;
        letter-spacing: 0.25em;
        background: #222;
        border: 2px solid #222;
        border-radius: 2px;
        text-shadow: none;
        transition: .3s ease;
    }
    .teaser .btn-border:hover{
        background: #f0f0f0;
        color: #222;
        transition: .17s ease;
        text-shadow: 0 0 2px rgba(255,255,255, .6);
    }
    .teaser .btn-md{
        font-size: 15px;
        padding: 8px 35px;
    }
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 64px;
        width: 64px;
    }
}

/* 
===========================================================
   # プレローダー｜Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: lightpink;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/*
===========================================================
   # 電話発信
===========================================================
*/
a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #fff;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
    color: #fff !important;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #fff !important;
    }
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 120% !important;}
.xlarge{font-size: 135% !important;}
.largest{font-size: 150% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: bold !important;}
.normal{font-weight: normal !important;}
.capitalize{text-transform: capitalize !important;}
.lowercase{text-transform: lowercase !important;}
.ts-none{text-transform: none !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

/*-------- Bg-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-lightblue{background: #eafefe !important;}
.bg-blue-lighter{background: #f1fffd !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.shadow{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

/*-------- etc. --------*/
.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.left{float:left !important;}
.right{float:right !important;}
.align-center-left{text-align: left !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid #bbb;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.marker{background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feffa2 0%) repeat scroll 0 0; font-weight: bold;padding: 0;line-height: 1;}

/* 
===========================================================
   # for Boootstrap4
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 
===========================================================
   # Carousel
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin: 15px 0;
}

.carousel-inner{
    width: 100%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-top: 0px;
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    text-align: ;
    top: 50%;
    font-size: 22px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 50vh;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 50vh;
}

@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .carousel-caption {
        font-size: 48px;
    }
    .carousel-item {
        height: 80vh;
    }
    .carousel-item > img {
        height: 80vh;
    }
}

.carousel-indicators li {
  border-radius: 50%;
  margin: 10px 3px;
  height: 10px;
  max-width: 10px;
}

/* カルーセルの画像にマスク */
.carousel-item:before{
	content: ' ';
	background-color: rgba(0,0,0, .4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* 
===========================================================
   # その他
===========================================================
*/
.noren{
    position: absolute;
    z-index: 10;
    width: 100%;
	text-align: center;
	width: 40vw;
	left: 50%;
	top: 50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

.slogan{
    position: absolute;
    z-index: 10;
    width: 90%;
	text-align: center;
	left: 50%;
	top: 40%;
	-webkit-transform:translate(-50%, -40%);
	transform:translate(-50%, -40%);
}
.noren-img{
    width: 50vw;
}
.slogan h2{
    font-size: 30px;
    font-weight: bold;
    color: #fafafa;
    text-shadow: 0 0 2px rgba(0,0,0, .75);
    text-shadow: 1px 1px 0 #222, -1px -1px 0 #222,-1px 1px 0 #222, 1px -1px 0 #222,0px 1px 0 #222, 0 -1px 0 #222,-1px 0 0 #222, 1px 0 0 #222;
}
.slogan p{
    font-size: 24px;
    font-weight: bold;
    color: #fafafa;
    text-shadow: 0 0 2px rgba(0,0,0, .75);
    text-shadow: 1px 1px 0 #222, -1px -1px 0 #222,-1px 1px 0 #222, 1px -1px 0 #222,0px 1px 0 #222, 0 -1px 0 #222,-1px 0 0 #222, 1px 0 0 #222;
}

@media (min-width: 992px){
.noren-img{
    width: 30vw;
}
.slogan h2{
    font-size: 46px;
}
.slogan p{
    font-size: 36px;
    }
}

.teigi-2{
    width: 230px;
    height: auto;
}
@media (min-width: 992px){
    .teigi-2{
        width: 300px;
        height: auto;
    }
}

.support{
    text-shadow: 2px 2px 3px rgba(0,0,0, .125);
}

.step{
    position: relative;
    background-color: #da2218;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.step:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 18px solid #fff;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #fff;
}
.step.last:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-top: 18px solid #da2218;
    border-right: 18px solid #da2218;
    border-left: 18px solid #da2218;
    border-bottom: 18px solid #da2218;
}

.maru{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #da2218;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
}
.maru.blue{
    background: #3151f8;
}
@media (min-width: 992px){
    .maru{
        margin: 0;
    }
}

.list-group-item-secondary {
  color: ;
  background-color: #f8f8f8;
}
.list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}