
/* -------- */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	color: #333;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: #333;
	text-decoration: none;
}

/* -------- */
.fontsize_10px {
    font-size: 10px;
}
.fontsize_12px {
    font-size: 12px;
}
.fontsize_14px {
    font-size: 14px;
}
.fontsize_15px {
    font-size: 15px;
}
.fontsize_16px {
    font-size: 16px;
}
.fontsize_18px {
    font-size: 18px;
}
.fontsize_20px {
    font-size: 20px;
}
.fontsize_22px {
    font-size: 22px;
}
.fontsize_24px {
    font-size: 24px;
}
.fontsize_26px {
    font-size: 26px;
}

/* -------- */
.img-fluid_height {
    width: auto;
    max-height: 100%;
}

/* -------- */
video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

nav.navbar a:link,
nav.navbar a:visited,
nav.navbar a:hover,
nav.navbar a:active,
nav.navbar a:focus {
    color: #fff;
    font-size: 14px;
}

nav.navbar {
    background-color:rgb(0 0 0 / 0.5);
    /* background-color:rgb(0 0 0 / 0.5)!important; */
}
nav.navbar .dropdown-menu {
    background-color: rgb(0 0 0 / 0.50);
    /* background-color:rgb(0 0 0 / 0.5)!important; */
}

.btn_contact {
    background: linear-gradient(to right, #015cae, #0a2a4e);
    border: none;
}

/* -------- */
.news_ul {
}
.news_ul li {
    border-left: none;
    border-right: none;
}
.news_ul li:first-child {
  border-top: none;
}

/* -------- */
.top_about_goppa {
    background: url(/images/img-about1.png) no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 50vw;
}

.top_support {
    background: url(/images/bg-support.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    /* min-height: 50vw; */
    padding-bottom: 160px;
}
.circle-top{
    border-top-left-radius: 50vw 10vw;
    border-top-right-radius: 50vw 10vw;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* -------- */
.container_gray {
    background-color: #eceff1;
}

/* -------- */
.round_card {
    box-shadow: 3px 0px 6px rgba(207, 216, 220, 0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #CFD8DC;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity = 100);
    border-radius: 30px;
    padding-top: 18px;
/*    padding-bottom: 220px;*/
    position: relative;
    width: 100%;
    background-color: #fff;
}

.number_mark {
    display: inline-block;
    min-height: 26px;
    border: 2px solid #2E3192;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: bold;
    width: 38px;
}

.round_border {
    border: 1px solid #7F7F7F;
    border-radius: 15px;
    padding: 25px 15px;
}


/* -------- */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 80px;
    font-size: 14px;
    color: #fff;
    mix-blend-mode: exclusion;
    display: none;
}
@media (max-width: 767px) {
#pagetop {
    right: 30px;
}
}

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


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


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


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


