@charset "UTF-8";
@media (min-width: 576px) {
body {
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
}

@media (max-width: 575px) {
	body{
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
		font-size:11px;
		line-height:1.6;
		color:#000;
	}
}




a { color:#120676;} a:hover { color:#120676; }


.w100 {
	width:100%!important; 
	box-sizing:border-box;
}
.w100_box{
	width:100%!important;
}
.w50 {
	width:50%;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.center {
	text-align: center !important;
}


  .res-table td ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

@media (max-width: 575px) {
    .res-table {
        width:100%;
        margin:2em auto;
    }
    .res-table th {
        padding:3px;
        display:block;
    }
    .res-table td {
        padding:5px;
        display:block;
    }
	
} 


/*　レスポンシブな字切り　*/

.text br {
	display: none;
}

@media only screen and (max-width: 764px) {
	.text br {
		display: inline;
	}
	.text span {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.text {
		font-size:90%;
	}
}

/*　a　*/

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block; text-decoration: none!important;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding:4px 0 0;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*　layout　*/

.container {
	max-width:1600px !important;
}
.container_mini {
	max-width:1200px !important;
	margin: 0 auto;
}
.container-fluid {
	padding:0 !important;
}
footer {
    background-color: #fff; 
}



    #copyright {
        text-align: center;
    }
    
  

/*　h1　*/
h1.h101 {
     background: #151515;
    color: #FFF;
    border-bottom: 10px solid;
    border-image-source: linear-gradient(to right, #512ABA, #9C2DCE);
    border-image-slice: 1;
    text-align: left;
    font-weight: bold;
    line-height: 50px;
    display: flex; /* PC時は横並び */
    align-items: center; 
    justify-content: space-between;
    padding: .25em .75em;
    font-size: 32px;
    min-height: 50px;
}
h1.h101 span {
    color: #FFF;
    font-weight: bold;
    font-size: 60%;
    line-height: inherit;
}

/*　h2　*/

h2.h201 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;  border: 1px solid rgba(0, 0, 0, 0.3); /* ★黒っぽい囲み線 */
  border-left: 0; /* 左は疑似要素に任せる */
  background: linear-gradient(to bottom, #84b4e3, #1f62b8);
  color: #fff;
  font-weight: bold;
  position: relative;
  box-shadow: 0 4px 0 #5eb3ff;
}

h2.h201::before {
  content: ''; margin-right: 10px;
  display: block;
  width: 8px;
  height: 76%;
  position: absolute;
  top: 0.2em;
  bottom: 0.1em;
  left: .45em; /* ← 左端から少し内側に */
  background: linear-gradient(to bottom, #5a79d2 60%, #0e3ca3 40%);
}

h2.h202 {
    font-weight: bold;
    color: #ffffff; /* 白文字 */
    background-color: #3C76BD; /* 背景色 */
    border: 1px solid #707070; /* 枠線の色 */
    padding: .5em 1em;
    text-align: center;
}



/*　h3　*/

h3.h301 {
  display: flex;
  align-items: center;
  background-color: #E4E7E9;
  color: #2b2b2b;
  padding: 1em 1.5em 1em 3.5em; /* 左に余裕持たせて画像スペースを作る */
  border-radius: 50px; /* ものすごい角丸 */
  font-weight: bold;
  position: relative;
}

/* 左に画像を置くための疑似要素 */
h3.h301::before {
  content: "";
  position: absolute;
  left: -15px; /* はみ出させる */
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 35px;
  background-image: url("/new_common/images/h301.png"); /* ←画像のURLをここに */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}



/*　h4　*/

h4.h401 {
    font-weight: bold;
    color: #541B86;
    border: 1px solid #541B86;
    border-radius: 35px;
    padding: .25em .75em;
    text-align: center;
}


/*　装飾　*/

.red{
	color:#C63137;
}
.p-4 {
	font-size: 85%!important;
}
p {
	margin-bottom:0 !important;
}
.f20{ font-size: 1.4em;
}
.f70 {
		font-size:.70em;
	}
.f12 {
		font-size:.70em;
	}
ul {
    list-style: none;
	margin:0 !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:1em;
}

@media (max-width: 575px) {
.navbar-dark .navbar-toggler {
  color: #fff; /* アイコンの色を完全な白に */
  border: none; /* ボーダーを完全になくす */
}

.navbar-dark .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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

	.center {
		text-align: left !important;
	}
	footer {
		font-size: 80%;
	}
	.container {
		padding:0 15px !important;
	}
	.container_mini {
		padding:0 0px !important;
	}
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}

    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.w50 {
		width:100%;
	}
	.w75 {
		width:90%;
	}
  
    
	h2.h201 {
		font-size:1.1em;  padding: .45em;
		text-align: center; display: block;
	}

    
	h2.h202 {
		font-size:1.1em;
		text-align: center;
	}

	h3.h301,h3.h301g {
		font-size:1.2em;
		font-weight: bold;
	}

	h4.h401 {
		font-size:1.1em;
		font-weight: bold;
	}



}


@media (min-width: 576px) {

	h2.h201 { padding: .25em .75em .25em 1.4em;
		font-size:26px;
		text-align: center;
		min-height: 50px;
	}


	h2.h202 {
		font-size:30px;
		text-align: center;
	}

	h3.h301,h3.h301g {
		font-size:16px;
		text-align: left;
	}

	h4.h401 {
		font-size:20px;
		text-align: left;
	}


}




.bg-red {
  background-color: #000 !important;
}

.bg-red a { color: #fff!important;
}




/*　装飾　*/




  
  
  
  #fontSize { overflow:hidden; }
#fontSize li { float:left; display:inline; }


.box01 {
  background-color: #f5f8fa; /* 明るめのグレー */
  padding: 1rem;
  border-radius: 4px; /* 角を少し丸くする場合 */
}

/* Bootstrap4にないカスタム色 */
.text-gray { font-size: .70em;
  color: #6c757d; /* Bootstrapのtext-mutedと同じグレー */
}


ul.top-ul { overflow:hidden; border-bottom:3px solid #2d58c0; margin:0 0 15px; }
ul.top-ul li { float:right; display:inline; }

