@charset "UTF-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.8;
  height: 100%;
  word-break: break-word;
  color: #333;
font-weight: 400;
    font-variation-settings: "wght" 600;
    letter-spacing: normal;	
  background-color: var(--color-base);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
body{
	background-image: url("../images/gccajapan-top-back.png");
    background-size:  contain;  
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 70%;
  }
}

body {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.8;	
}

h1, h2, h3, h4, h5, h6 {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
img {
  border: 0;
  margin: 0;
}
a.bule {
    color:#191970;
	font-weight: bold;
}
a:visited.bule{
  color:#191970;
font-weight: bold;}

a:hover.bule{
  color: #0000cd;
  text-decoration: underline;
}

.Between14{
	line-height: 1.4;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.center{
	margin: 0 auto;
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 900px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 950px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 2rem;
    }
}
.bg_top {
    background-image: url("../images/gccajapan-top-back.png");
    background-size:  cover; 
}
@media screen and (min-width: 451px){
	.titleimg img{
	width: 88%;
}
	h2 {
  position: relative;
  padding-left: 25px;
	padding-bottom: 1rem;
    margin: 3rem;
}

h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
.p-5 {
    padding: 3rem !important;
}
}
@media screen and (max-width: 450px){
	.titleimg img{
	width: 100%;
}
	h2 {
  position: relative;
  padding-left: 25px;
	padding-bottom: 1rem;
    margin: 1rem;
}

h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}
	.p-5 {
    padding: 1.5rem !important;
}
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h4 {
  border-bottom: double 5px #00008b;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.card.linenone {
    border: none;
}
.under {
    border-bottom: solid 1px #666;
}

.line-m {
  background: linear-gradient(transparent 50%, #fffacd 50%);
}
.bg-darkB {
    --bs-bg-opacity: 1;
    background-color: #00008b;
}
.note {
  background-color: #fff;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); 
  background-size: 100% 2.5em;
  line-height: 2.5em; 
  padding-bottom: 1px; 
padding-left: 1rem;	
}
/* ページTOPに戻る */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #191970;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
content: "\F281";
    font-family: bootstrap-icons;	
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
section::before {
  content:'';
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}