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

/*
Theme Name: 群馬県信用保証協会
Theme URI: http://www.gunma-cgc.or.jp
Description: オリジナルテーマ・Bootstrap併用
Author: asahi-p
Author URI: 
Version: 1.0
License: ライセンス
License URI: ライセンスURI
*/

/* Wordpress専用 */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 30px 30px 0;
}
.alignright {
	float: right;
	margin:0 0 30px 30px;
}

.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
    zoom: 1; /* for IE6/7 */
}

img{
  vertical-align: bottom;
}

/* original */

/* ヘッダー　*/

.sitecopy {
	font-size: 10pt;
	margin: 0 0 15px;
	color: #4c4948;
}

.navbar-brand {
	display: block;
	width:300px;
	margin: 0;
}

.navbar-brand h1{
	margin:0;
}

.src_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #FFF;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  overflow: hidden;
  background-color: #FFF;
}
.src_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.src_container input[type="text"]:focus {
  outline: 0;
}
.src_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #0086a4;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.main-nav ul li a {
	color:#FFF;
	display: block;
	transition: all  0.3s ease;
}

.main-nav ul li a:hover {
	color:#007ab1;
	background-color: #bde1db;
}

.forbank a {
	background-color: #1c4184;
}

/* フッター */

footer {
	background-color: #f2f2f2;
	border-bottom: 5px solid #0086a4;
	padding:30px 0 10px 0;
}

.f_sitemap a {
	color: #4c4948;
}

.f_sitemap_t {
	margin-bottom: 10px;
}

.f_sitemap .level2 {
	font-size:90%;
}

.f_sitemap .level2 li {
	position: relative;
	display: block;
	padding-left:20px;
	margin-bottom: 5px;
}

.f_sitemap .level2 li:before {
	content:'▶';
	position: absolute;
	top:1px;
	left:5px;
	font-size: 70%;
}

.ex_list li {
	margin-bottom: 6px;
}

.f_nav01 li a {
	display:block;
	padding:10px 10px 10px 50px;
	text-align: right;
	border-radius: 6px;
}

.f_nav01_b01  a {
	background-color: #bde1db;
	background-image: url(images/f_navi01_ic01.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.f_nav01_b02  a {
	background-color: #bde1db;
	background-image: url(images/f_navi01_ic02.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.f_nav01_b03  a {
	background-color: #0086a4;
	background-image: url(images/f_navi01_ic03.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.f_nav02_li {
	font-size: 90%;
}

.copyright {
	font-size: 80%;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 150%;
}
#page-top a {
    background: #007ab1;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	border:2px solid #ffffff;
}
#page-top a:hover {
    text-decoration: none;
    background: #3fb2c4;
}

/* トップページ */

.slider {
	margin-top:-8px;
}

#seido {
	margin-bottom: 50px;
}

.wide_btn {
	margin-bottom: 50px;
}

.wide_btn a {
	display: block;
	padding:10px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
}

.wide_btn a.biginner{
	background-color: #d9dc4b;
}

.wide_btn a.keihohuyou{
	background-color: #ffd67d;
}

.title_rec {
	font-size: 160%;
	margin-bottom: 1em;
}

#info {
	background-color: #f2f2f2;
	padding:30px 0;
}

.info_t {
	border-bottom:3px solid #007ab1;
	padding:0 0 5px 0;
}

.info_t h2 {
	display: inline-block;
	margin: 0;
	font-size: 160%;
}

.info_t .info_list_li {
	display: inline-block;
	text-align: right;
	float: right;
	margin-right: 15px;
	font-size: 90%;
}

.info_t .info_list_li a {
	color: #333;
	position: relative;
}

.info_t .info_list_li a:after {
	content: '▶';
    display: block;
	color:#007ab1;
	position: absolute;
	top:-3px;
	right:-15px;
}


.info_li {
	background-color: #FFF;
	padding:15px 20px;
}

.info_li .cat {
	font-size: 80%;
	padding:2px 4px;
}

.cat01 {
	background-color: #bde1db;
}

.cat02 {
	background-color: #fbd8b5;
}

.cat03 {
	background-color: #bbd4ef;
}

.info_bn li a {
	display: block;
	padding:10px 10px 10px 10px;
	background-color: #FFF;
	border:1px solid #007ab1;
	border-radius:8px;
	text-align: right;
	background-position: 15px center;
	background-repeat: no-repeat;
}
.info_bn li.ib_icon a {
	padding:10px 10px 10px 45px;
}

.info_bn01 a{
	background-image: url(images/info_ic01.png);
}

.info_bn02 a{
	background-image: url(images/info_ic02.png);
}

.info_bn03 a{
	background-image: url(images/info_ic03.png);
}

.info_bn04 a{
	background-image: url(images/info_ic04.png);
}

.info_bn05 a{
	background-image: url(images/info_ic05.png);
}

.info_bn06 a{
	background-image: url(images/info_ic06.png);
}

.bn_bank a {
	display: block;
	text-align: center;
	padding:15px;
	background-color: #007ab1;
	border-radius: 8px;
}

#journal {
	padding-top: 50px;
	padding-bottom: 50px;
}

#journal h2 {
	text-align: center;
	font-size: 160%;
	margin-bottom: 0.4em;

}

.item_journal h3 {
	text-align: center;
}

.attention a {
	display:block;
	background-color: #ffe100;
	padding:15px;
	text-align: center;
	color: #4c4948;
	font-size: 120%;
	border-radius: 6px;
}

.attention a:hover {
	text-decoration: none;
	background-color: #FF0000;
	color: #FFF;
}

/* 本文ページ　*/

#bc_navi {
	font-size: 90%;
	padding:0;
	margin-bottom:10px;
}

.cnt_header {
	margin-bottom: 30px;
}

.cnt_header h1 {
	color:#007ab1;
}

.cnt_header .h_cgc {
	background-image: url(images/title_cgc_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_about {
	background-image: url(images/title_about_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_guide {
	background-image: url(images/title_guide_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_seido {
	background-image: url(images/title_seido_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_consult {
	background-image: url(images/title_consult_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_recruit {
	background-image: url(images/title_recruit_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.cnt_header .h_etc {
	background-image: url(images/title_etc_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.entry section {
	margin-bottom: 50px;
}

.entry p {
	font-size: 110%;
	line-height: 1.7;
}

.entry h1 {
	margin-bottom:30px;
	font-size:32px;
}

.entry h2 {
	background-color: #bde1db;
	font-size:160%;
	padding:10px;
	margin-bottom: 20px;
}

.entry p+h2 {
	margin-top: 40px;
}

.entry h3 {
	font-size:130%;
	padding:12px 20px 10px;
	border:1px solid #007ab1;
	border-radius:20px;
	margin-bottom: 25px;
}

.entry p+h3 {
	margin-top: 30px;
}

.entry h4 {
	font-size:130%;
	padding:5px 15px;
	color:#007ab1;
	margin-bottom: 20px;
	border-left:8px solid #007ab1;
}

.entry p+h4 {
	margin-top: 20px;
}

.entry h5 {
	font-size:120%;
	padding:15px 0 10px;
	margin-bottom: 15px;
	border-bottom:2px dotted #007ab1;
}

.entry h6 {
	font-size:110%;
	color:#007ab1;
	position:relative;
	padding-left:20px;
}

.entry h6:before {
	content:'◆';
	position:absolute;
	top:-3px;
	left:0;
}

.entry ul,.entry ol {
	margin-bottom: 1.5em;
}

.entry>ul>li,.entry>ol>li {
	font-size: 110%;
	line-height: 1.7;
	margin-bottom: 6px;
}

.entry table {
	border-collapse: collapse;
	margin-bottom: 5px;
}

.entry table th,.entry table td {
	padding: 6px;
	border:1px solid #666;
}

.entry table th {
	background-color: #bde1db;
	text-align: center;
}

.entry a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("images/icon_pdf.png");
  vertical-align: middle;
}

.entry a[href$=".doc"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("images/icon_doc.png");
  vertical-align: middle;
}

.entry a[href$=".docx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("images/icon_doc.png");
  vertical-align: middle;
}

.entry a[href$=".xls"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("images/icon_xls.png");
  vertical-align: middle;
}

.entry a[href$=".xlsx"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("images/icon_xls.png");
  vertical-align: middle;
}

.post_date {
	text-align:right;
	margin-bottom:1em;
}

.backtolist {
	clear: both;
}

.backtolist a {
	display:block;
	position:relative;
	background-color:#007ab1;
	color:#FFF;
	text-align:center;
	padding:10px;
	border-radius:3px;
}

.backtolist a:before {
	content: '▶';
	display:block;
	color:#FFF;
	position:absolute;
	top:35%;
	left:10px;
}

.backtolist a:hover {
	background-color:#085679;
	text-decoration:none;
}

.page_navi {
	background-color: #bde1db;
	margin-top: 40px;
}

.page_navi_title {
	padding: 10px;
	color: #FFF;
	background-color: #007ab1;
}

.page_navi ul {
	margin: 0;
}

.page_navi ul li a {
	position: relative;
	padding: 10px 15px 10px 25px;
}

.page_navi ul li a:before {
	content: "▶";
	color: #01445b;
	font-size: 10px;
	position: absolute;
	top:32%;
	left:10px;
}

.index_list li {
	margin-bottom: 1em !important;
}

.index_list li a {
	display: block;
	position: relative;
	padding: 10px 15px 10px 25px;
	border:1px solid #CCCCCC;
	border-radius: 6px;
	font-size: 110%;
}

.index_list li a:before {
	content: "▶";
	color: #01445b;
	font-size: 10px;
	position: absolute;
	top:30%;
	left:10px;
}

.relate_list li {
	margin-bottom: 6px !important;
}

.relate_list li a {
	display: block;
	position: relative;
	padding: 0 5px 0 25px;
	font-size: 100%;
}

.relate_list li a:before {
	content: "▶";
	color: #01445b;
	font-size: 10px;
	position: absolute;
	top:15%;
	left:10px;
}

#simu-form {
    margin-bottom: 40px;
}

#simu-form label {
	font-weight: normal;
}

#simu-form h2 {
	position: relative;
}

#simu-form h2 span {
	background-color: #007ab1;
	font-size: 80%;
	padding:5px;
	color: #FFF;
	top:7px;
	left:7px;;
	border-radius:3px;
	margin-right: 15px;
}

.simu_step ul {
    margin: 0 auto;
}

.simu_step ul li {
    margin: 0;
    padding: 0 0 15px 0;
    text-align: center;
    background: none;
    font-size: 130%;
}

.simu_step li input[type=radio] {
    display: none;
    margin: 0;
}

.simu_step li input[type=radio] + label {
    padding: 0 0 0 36px;
}

.simu_step li input[type=radio] + label {
    position: relative;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}

.simu_step li input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 50%;
}

.simu_step li input[type=radio] + label::before {
    content: "";
    position: absolute;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    background: #FFF;
}

.simu_step li input[type=radio]:checked + label::after {
    left: 5px;
    width: 14px;
    height: 14px;
    margin-top: -10px;
    background: #007ab1;
    border-radius: 50%;
}

.simu_step li input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.simu_table th,.simu_table td {
	border: none !important;
}

.simu_table_th {
    padding: 10px 0 10px;
    text-align: left;
	font-weight: normal;
	background-color: transparent !important;
}

.simu_table_td {
    padding: 10px 0 10px 10px;
    text-align: left;
}

.simu_table input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.simu_table .form-control {
    display: inline-block;
	margin-right: 8px;
    padding: 8px 10px;
    text-align: right;
    border: 1px solid #007ab1;
    border-radius: 4px;
    color: #535353; 
}

span.form-error {
    display: none;
    font-size: 1.0em;
    color: #ef4036;
}

span.form-error.visible {
	display: block;
}

p.rate_link {
    margin-left: 2px;
    padding-right: 12px;
    font-size: 0.8em;
    background: url(../images/common/mark1.png) no-repeat right center;
    display: inline;
}

#cal-final {
    padding: 30px 0;
    border-radius: 8px;
    background-color: #ebf5f7;
}

#cal_btn {
    position: relative;
    display: block;
	margin: 15px auto 0;
    padding: 10px 20px;
	font-size: 1.6em;
    text-decoration: none;
	text-align: center;
    color: #FFF;
    background: #007ab1;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #025981;/*線色*/
}

#cal_btn:hover {/*押したとき*/
    background: #1a9ad3;
}

#cal_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/* #form-result {
    display: none;
}*/
#cal-result {
	display: none;
}

#cal-result.visible {
    display: block;
    margin-top: 10px;
    padding-top: 60px;
    background: url(../images/guidance/simu_arrow.png) no-repeat center top;
}

#cal-result_inner {
    padding: 15px;
    border: 5px solid #a3cb55;
    border-radius: 8px;
}
#cal-result h2 {
    margin: 0;
    padding: 8px 16px 6px;
    font-size: 1.4em;
    border-radius: 6px;
    background-color: #75a518;
    color: #fff;
    display: inline-block;
	width: auto;
	text-align: center;
}

#cal-result-fee-title, #cal-result-fee-amount-unit {
    font-size: 1.4em;
}

#cal-result-fee-amount {
    margin: 0 10px 0 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ef4036;
    text-align: center;
    display: inline-block;
}

#cal-result-fee-title, #cal-result-fee-amount-unit {
    font-size: 1.4em;
}

#cal-result-fee-amount-value{
	color: #f00;	
	font-size: 2.4em;
}

#cal_clear_btn {
    position: relative;
    display: block;
	margin: 15px auto 0;
    padding: 10px 20px;
	font-size: 1.3em;
    text-decoration: none;
	text-align: center;
    color: #FFF;
    background: #5c5c5c;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #404141;/*線色*/
}

#cal_clear_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* 制度案内 */

.seido_index_list li a {
	border-bottom:3px solid #ccc;
	background-color: #bde1db;
	border-radius: 5px;
	font-size: 110%;
}

.seido_index_list li a:hover {
	text-decoration: none;
}

.detail_ttl {
	color:#666;
	text-align: center;
	border-top:2px dotted #666;
	font-size: 90%;
	padding:15px 0;
	margin: 40px 0 20px;
}

.seido_side_list img {
	display:block;
	width:100%;
}

/* よくあるご質問 */

.qa section {
	border-bottom: 2px dotted #666;
	padding:0 0 15px 0;
	margin: 0 0 30px 0;
}

.qa h2 {
	position: relative;
	background-color: transparent;
	text-align: left !important;
	margin-bottom:15px;
	margin-left:0 !important;
	padding:4px 0 0 30px;
}

.qa h2:before {
	content: "Q";
	color: #007ab1;
	position: absolute;
	font-size:120%;
	top:0;
	left:0;
}

/* チャレンジ・制度融資等 */
.arc_list li {
	border-bottom:2px dotted #007ab1;
	padding:15px 0;
	margin:0 0 15px 0;
}

.arc_list li:last-child {
	border: none;
}

/* リンク集 */
.link_list li {
	display: inline-block;
	padding:5px;
}

/* 検索結果 */

.src_title {
	font-size:140%;
	margin-bottom:15px;
}

.src_post {
	padding:15px 0px;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
}

/* アーカイブページ　*/

.post_item {
	margin-bottom:30px;
	padding-bottom:30px;
}

.arc_item_seido {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px dotted #aaa;
}

a.more-link {
	display:block;
	text-align: center;
	background-color:#007ab1;
	width:150px;
	margin: 30px auto;
	padding:8px 16px;
	color:#FFFFFF;
	text-decoration: none;
	border-radius: 15px;
}

/* ページ送り */

.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
}
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #007ab1;
	border-color: #007ab1;
	font-weight: bold;
}

/* サイドバー　*/

.side_group01 {
	margin-bottom:20px;
}

.slist_title {
	color:#007ab1;
	border-top:1px solid #007ab1;
	padding:5px;
	margin-bottom:5px;
}

/* サイトマッププラグイン */

.wsp-container {
	font-size:10pt !important;
}

.wsp-container li::before {
    content: "-----";
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: -23px;
    margin-right: 12px;
    letter-spacing: -3px;
	color:#ccc;
}
.wsp-container li {
    line-height: 1.7;
    margin-left: 10px;
    padding: 0 0 0 22px;
    border-left: 1px solid #ccc;
    list-style-type: none;
}
.wsp-container li a {
    text-decoration:none;
}

/* 汎用スタイル */

.box01 {
	padding:15px;
	border: 3px solid #bde1db;
}

.box02 {
	padding:15px 20px;
	background-color:#d5edaf;
	margin-bottom: 30px;
	border: 1px solid #9ac457;
}

.box02 p {
	margin: 0;
}

.box03 {
	padding:20px;
	background-color: #bde1db;
	border-radius: 6px;
	margin-bottom: 30px;
}

.box04 {
	padding: 20px;
	border: 5px solid #007ab1;
	border-radius: 8px;
 }

.box04 h2 {
	width: auto !important;
	background-color :transparent;
	color: #007ab1;
	padding: 0;
	margin: 15px 0 30px 0 !important;
}

.box04 h3 {
	text-align: left !important;
	color: #0893d2;
	border: none;
	margin: 25px 0 5px 0 !important;
	padding: 0;
}

.txt_xl {
	font-size: 180% !important;
}

.txt_lg {
	font-size: 130% !important;
}

.txt_sm {
	font-size: 90% !important;
}

.txt_xs {
	font-size: 80% !important;
}

.red {
	color:#F00;
}

.blocklink {
	position: relative;
}

.blocklink a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	text-indent: -9999px;
}

.blocklink a:hover {
	background-color: rbga(255,255,255,0.2);
}

@media (min-width: 1000px) {

a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*　ヘッダー　*/

.navbar-header {
	width:1000px;
	margin: 0 auto;
}

.navbar-brand {
	padding:10px 0 5px 0;
}

.main-nav {
	margin:10px 0;
}

.navbar-nav {
	margin:0;
}

.head_right {
	width:400px;
	position: absolute;
	top:0px;
	left:60%;
}

.txt-size {
	float:left;
	width:190px;
	padding-top:12px;
}

.src_container {
	float:right;
	width:350px;
}

.txt-size-ttl {
	width:65px;
	float:left;
	padding-top:5px; 
	font-size: 85%;
}

.txt-btn li {
	display: block;
	padding:3px;
	border: 1px solid #666;
	border-radius: 3px;
	float:left;
	font-size: 85%;
	margin: 0 3px;
	width:48px;
	text-align: center;
}

.txt-btn li:hover {
	background-color: #eee;
	color:#333;
	text-decoration: none;
}

.t1 {
  background: #fff;
  color:#666;
  border: 1px solid #ccc;
  cursor: pointer;
}
.t2 {
  background: #666;
  color:#FFF;
  border: 1px solid #ccc;
  cursor: default;
}

.src_container{
  width:200px;
}

.main-nav {
	background-color: #007ab1;
}

.mn_container {
	width:1000px;
	margin: 0 auto;
}

.main-nav ul .level1>a {
	width:145px; /* 2024/01/25 採用情報ボタン追加のため165→145に変更 */
	text-align: center;
}

.main-nav ul li a {
	display: block;
}

.main-nav ul li a:hover,
.main-nav ul li a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #bde1db;
	color:  #007ab1;
}

.main-nav .dropdown-menu {
	padding: 0; 
}

.main-nav .dropdown-menu li a {
	color: #007ab1;
	margin: 0;
	padding: 10px 15px;
	border-bottom:1px dotted #666;
}

.main-nav .dropdown-menu li a:last-child {
	border: none;
}

.navbar-sub {
	width:362px;
	margin: 0 !important;
}

.navbar-sub li a {
	background-color:#bde1db;
	color:#4c4948;
	font-size: 85%;
	padding:25px 10px 3px;
	width:120px;
	text-align: center;	
}

.navbar-sub li a:hover {
	background-color:#6bafa2 !important;
}

.navbar-sub li.sub_btn01 a {
	border-bottom-left-radius : 10px;
	background-image:url(images/ic_access.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}

.navbar-sub li.sub_btn02 a {
	margin: 0 1px;
	background-image:url(images/ic_faq.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}

.navbar-sub li.sub_btn03 a {
	border-bottom-right-radius : 10px;
	background-image:url(images/ic_site.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}

/* フッター　*/

.f_sitemap_container {
	margin-bottom: 40px;
}


.f_sitemap {
	display:inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.f_sitemap_sp {
	width:180px;
}

.f_nav01 {
	margin-bottom: 30px;
}

.f_nav01 li {
	display:inline-block;
	width:300px;
	margin: 10px 15px;
}

.f_nav02_li {
	width:500px;
	float: left;
}

.copyright {
	text-align: right;
}

/* トップページ　*/

.seido_title {
	float: left;
	margin: 0 0 20px 0;
}

.seido_nav {
	margin-left: 0;
}

.seido_nav li {
	float:left;
	margin:0 0 20px 20px;
}

.seido_nav li:nth-child(5),.seido_nav li:nth-child(8){
	margin-left:0;
}

.recommend {
	margin-left: -20px;
}

.recommend li {
	display: block;
	width:320px;
	margin-left: 20px;
	float: left;
}

.info_li {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 450px;
	margin: 5px 0 20px 0;
}

.info_li dt {
	float:left;
	clear:left;
	width:110px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.info_li .cat {
	width:80px;
	margin-right:10px;
	float:left;
	text-align: center;
}	
	
.info_li .txt {
	padding:0px 10px 10px 200px;
	border-bottom:1px dotted #666;
	margin-bottom: 10px;
}

.info_bn, .bn_bank, .bn_recruit {
	padding: 0 0 0 30px;
}

.info_bn li {
	margin-bottom: 10px;
}

.attention {
	width:600px;
	margin: 40px auto 0;
}

/* インデックスページ（制度案内） */

.entry_index {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

/* 本文ページ　*/

.page_title h1 {
	padding:70px 0;
}

.cnt_page,.cnt_post,.cnt_archive {
	margin-bottom: 50px;
}

.entry {
	margin-bottom:40px;
	font-size: 11pt;
}

.cnt_page .entry {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.cnt_page .entry h2 {
	width:900px;
	margin-left: -50px;
	text-align: center;
}

.cnt_page .entry h3 {
	width:900px;
	margin-left: -50px;
	text-align: center;
}
	
.backtolist a {
	width:300px;
	margin:30px auto;
}

.page_navi ul li {
	display: inline-block;
	margin: 0;
}

.page_navi ul li a {
	display: block;
}
	
/* サイドバー */

.sidebar {
	position: -webkit-sticky;
    position: sticky;
    top: 15px;	
}
	
/* シミュレーター */

#simu-form h2 span {
	position: absolute;
	display: block;
	width:100px;
	top:7px;
	left:7px;;
}

.simu_step ul {
    display: table;
	width:80%;
}

.simu_step ul li {
    display: table-cell;
}

table.simu_table {
    margin: 0 0 30px 140px;
}

.simu_table_th,.simu_table_td {
	font-size:130%;
}

.simu_table .form-control {
    width:300px;
    font-size: 1.2em;
}

#cal_btn {
	width:400px;
}

#cal-result-main {
    margin: 30px 0 20px 65px;
}

#cal-result-fee-amount {
    width: 400px;
}

/* 制度案内 */

.seido_index_list li {
	display: inline-block;
	width:33%;
	margin: 0 0 20px 0;
}

.seido_index_list li a {
	display: block;
	text-align: center;
	
}
	
.side_group01 {
	margin-top:20px;	
}
	
.seido_side_list li {
	margin:0 0 10px 0;	
}

/* リンク集 */
.col5 li {
	width:19%;
}

.col4 li {
	width:24%;
}

.col3 li {
	width:32%;
}

/* 汎用クラス */

.mb30 {
	margin-bottom: 30px;
}

.pc_center {
	text-align: center;
}

.img_right {
	float:right;
	margin: 0 0 30px 30px;	
}

.img_left {
	float:left;
	margin: 0 30px 30px 0;	
}

}

@media (max-width: 999px) {

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
}

/* ヘッダー　*/

header {
	border-bottom:2px solid #007ab1;
	margin-bottom: 10px;
}

.navbar-header {
	padding-left:10px;
	padding-right:10px;
}
	
.navbar-brand {
	max-width:70%;	
}

.navbar-collapse {
	padding:15px;
}

.navbar-collapse {
	background-color: #007ab1;
	padding:0;
}

.navbar-nav {
	margin: 0;
	padding: 0;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu li a {
	background-color: #bde1db;
	color:#007ab1 !important;
	padding:10px 10px 10px 20px !important;
}

.dropdown-menu li a:hover {
	background-color: #FFF !important;
}

.navbar-sub li a {
	color: #FFF;
}

.navbar-sub li a:hover {
	background-color: #ccc;
	color:#007ab1;
}

.head_fc {
	width:100%;
	margin: 0;
}

.navbar-form {
	margin: 10px;
}

/* フッター　*/

.f_sitemap_container,.f_nav01_container {
	margin: 0;
}

.f_sitemap {
	width:33%;
	display:inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.f_nav01 {
margin-bottom: 30px;
}

.f_nav01_b01,.f_nav01_b02 {
	margin-bottom: 15px;
}

.f_nav02_li {
	margin-bottom: 10px;
}

/* トップページ　*/

.seido_title {
	float: left;
	margin: 0 1% 1% 0;
	width:32%;
}

.seido_nav {
	margin-left: 0;
}

.seido_nav li {
	float:left;
	margin:0 1% 2% 0;
	width:32%;
}

.seido_nav li:nth-child(5),.seido_nav li:nth-child(8) {
	margin-left:0;
}

.info_li .txt {
	border-bottom:1px dotted #666;
	margin-bottom: 10px;
	padding-bottom:5px;
}	
	
.recommend {
	margin-left: -20px;
}

.recommend li {
	display: block;
	width:30%;
	margin-left: 20px;
	float: left;
}

.info_bn li {
	margin-bottom: 10px;
}

/* 本文ページ　*/

.cnt_header .h_cgc,
.cnt_header .h_about,
.cnt_header .h_guide,
.cnt_header .h_seido,
.cnt_header .h_consult,
.cnt_header .h_recruit,
.cnt_header .h_etc {
	background-size:cover;	
}	
	
.h_page h1 {
	padding:30px 10px;
	background-color: rgba(255,255,255,0.7);
}

.page_title h1 {
	padding:30px 10px;
	font-size:24pt;
}

.cnt_page,.cnt_post,
.cnt_archive {
	margin-bottom: 30px;
}

.entry,.entry_index {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
}

.page_navi ul li {
	display: block;
	margin: 0;
	border-bottom:1px solid #007ab1;
}

.page_navi ul li:last-child {
	border: none;
}

.page_navi ul li a {
	display: block;
}

/* シミュレーター */

.simu_table_th,.simu_table_td {
	font-size:1.5rem;
}

.simu_table .form-control {
    width:80%;
    font-size: 1.5rem;
}

#cal-result-main {
    margin: 30px 0 20px 0;
}

#cal-result-fee-amount {
    width: 80%;
}

/* 制度案内 */

.seido_index_list li {
	display: block;
	width:100%;
	margin: 0 0 10px 0;
	padding:0;
}

.seido_index_list li a {
	display: block;
	padding:5px 10px;
	text-align: left;
}
	
.seido_side_list li {
	display:inline-block;
	width:100%;
	margin:0 5px;	
}


/* 汎用クラス */

.img_right,.img_left {
	text-align: center;
	margin: 0 0 30px 0;	
}

.entry table {
	border-bottom: solid 1px #666;
}

.entry > table > tbody > tr > th,
.entry > table > tbody > tr > td,
.arc_item_seido > table > tbody > tr > th,
.arc_item_seido > table > tbody > tr > td
{
	border-bottom: none;
    display: block;
    width: 100%;
}

}

@media (max-width: 767px) {


/* フッター  */

.f_sitemap {
	width:49%;
	display:inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.seido_title {
	float: left;
	margin: 0 2% 2% 0;
	width:48%;
}

.seido_nav {
	margin-left: 0;
}

.seido_nav li {
	float:left;
	margin: 0 2% 3% 0;
	width:48%;
}

.seido_nav li:nth-child(3),.seido_nav li:nth-child(5),.seido_nav li:nth-child(7),.seido_nav li:nth-child(9){
	margin-left:0;
}

.recommend {
	margin-left: 0;
}

.recommend li {
	display: block;
	width:48%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
}

.info_bn li {
	width:49%;
	float:left;
	margin-right: 1%;
}

/* シミュレーター */

#simu-form h2 span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.seido_side_list li {
	display:inline-block;
	width:48%;
	margin:0 1% 1% 0;	
}


}




/* -------------------------------------------
 2021/10/25追記　お問い合わせフォーム用CSS
---------------------------------------------- */

.entry table.FormTable{
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	border: none;
}

.entry table.FormTable tr{
    display: block;
    padding-bottom: 30px;
}

.entry table.FormTable th, .entry table.FormTable td{
	display: block;
	border: none;
}

.entry table.FormTable th{
	width: 100%;
	padding: 10px 20px;
	background-color: #bde1db;
	text-align: left;
}

.entry table.FormTable th span{
	color: #dc3232;
}

.entry table.FormTable td{
	width: 100%;
	padding: 20px 10px;
}

.FormTable input, .FormTable button, .FormTable select, .FormTable textarea{
	padding: 10px;
	width: 49%;
}

.entry table.FormTable td.Float{
	display: inline-block;
	width: 49%;
}

.entry table.FormTable td.Float input{
	width: 100%;
}

p.FormTable_Btn{
	text-align: center;
	margin: 40px 0;
}

p.FormTable_Btn input[type="submit"]{
	padding: 10px 80px;
	background-color: #007ab1;
	border: none;
    color: #FFF;
}

p.FormTable_Btn span.wpcf7-spinner{
	display: none;
}


@media screen and (max-width: 1000px){
	.entry table.FormTable th{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.entry table.FormTable td,
	.entry table.FormTable td.Float{
		width: 100%;
	}
	
	.FormTable input, .FormTable button, .FormTable select, .FormTable textarea{
		padding: 10px;
		width: 100%;
	}
	
}

/* reCAPTCHA 位置調整 */
.grecaptcha-badge {
	bottom: 100px!important; 
}



/* -------------------------------------------
 2022/02/08追記　単行本ページrowカラム落ち対策
---------------------------------------------- */

.flex{
	display: flex;
	flex-wrap: wrap;
}


/* -------------------------------------------
 2022/02/08追記　横長表組をスマホではスクロールで表示
---------------------------------------------- */


@media screen and (max-width: 768px){
	
	.entry table.fixed{
		table-layout: fixed;
		width: 100%;
	}
	
	.scroll-x{
		overflow: auto;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	
}


/* -------------------------------------------
 2022/12/23追記　横長ボタン（経営者保証不要）追加
---------------------------------------------- */

@media screen and (min-width: 431px){
	
	.wide_btn .pc{
		display: inline-block;
	}
	
	.wide_btn .sp{
		display: none;
	}
	
}


@media screen and (max-width: 430px){
	
	.wide_btn .pc{
		display: none;
	}
	
	.wide_btn .sp{
		display: inline-block;
	}
	
}


/* -------------------------------------------
 2023/04/11追記　3カラム・2カラム（保証月報）追加
---------------------------------------------- */

.column03{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
}

.column03 .column_item{
	width: 30%;
	margin-bottom: 40px;
	text-align: center;
}

.column02{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10%;
}

.column02 .column_item{
	width: 45%;
	margin-bottom: 40px;
}

.column_item img{
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
}

#monthly_report .column02{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10%;
}

#monthly_report .column02 .column_item:first-child{
	width: 40%;
	margin-bottom: 40px;
}

#monthly_report .column02 .column_item:last-child{
	width: 50%;
	margin-bottom: 40px;
}

@media screen and (max-width: 431px){
	.column03{
		display: flex;
		flex-wrap: wrap;
		column-gap: 10%;
	}

	.column03 .column_item{
		width: 45%;
		margin-bottom: 40px;
		text-align: center;
	}

	.column02{
		display: block;
		column-gap: 0;
	}

	.column02 .column_item{
		width: 100%;
		margin-bottom: 40px;
	}
	
	#monthly_report .column02 .column_item:first-child,
	#monthly_report .column02 .column_item:last-child{
		width: 100%;
	}
}

/* -------------------------------------------
 2023/09/08追記　左狭め2カラム（情報公開）追加
---------------------------------------------- */
.column02_1to2{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	align-items: center;
	margin-bottom: 40px;
}

.column02_1to2 .column_item:first-child{
	width: 30%;
}

.column02_1to2 .column_item:last-child{
	width: 65%;
}

@media screen and (max-width: 431px){
	.column02_1to2 .column_item:first-child,
	.column02_1to2 .column_item:last-child{
		width: 100%;
		margin-bottom: 15px;
	}
	.column02_1to2 .column_item p{
		text-align: center;
	}
}


/* -------------------------------------------
 2024/01/25追記　グロナビ・トップに採用情報追加
---------------------------------------------- */

.recruit a{
	background-color: #8cc900;
}

/* トップページ採用情報ボタン */
.bn_recruit a{
	display: block;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #8cc900;
	border-radius: 8px;
}


@media screen and (min-width: 1000px){

	/* グロナビボタンpadding変更 */
	.mn_container .navbar-nav > li > a{
		padding: 15px 5px;
	}

	/* グロナビ採用情報・BK専用のサイズ調整 */
	.main-nav ul .level1.recruit > a{
		width: 125px;
	}
	.main-nav ul .level1.forbank > a{
		width: 150px;
	}
}

/* -------------------------------------------
 2024/01/25追記　トップバナー(保証月報等)調整
---------------------------------------------- */

#journal .row{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 40px;
}

.item_journal{
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	.item_journal{
		max-width: 480px;
	}
}


/* -------------------------------------------
 2024/02/13追記　トップに動画バナー追加
---------------------------------------------- */

#top_movie{
	display: block;
	margin-top: 80px;
	margin-bottom: 0;
}

#top_movie img{
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 430px){
	#top_movie{
		margin-top: 60px;
		margin-bottom: 0;
	}
}


/* -------------------------------------------
 2024/02/27追記　トップに赤十字バナー設置
---------------------------------------------- */

#top_linkbnr{
	margin-top: 30px;
}

#top_linkbnr ul{
	padding: 80px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	text-align: center;
}

#top_linkbnr li{
	list-style: none;
}

#top_linkbnr p{
	font-size: 120%;
	margin-bottom: 40px;
}

#top_linkbnr a{
	display: block;
	width: fit-content;
	margin: 0 auto;
}

#top_linkbnr img{
    border: 1px solid #ccc;
}


/* -------------------------------------------
 2024/10/02追記　トップにお客様相談窓口追加
---------------------------------------------- */

#soudan{
    padding: 40px 20px 30px 20px;
	margin-bottom: 40px;
    background-color: #e9f7f7;
    border-radius: 10px;
}

#soudan .flex{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
    margin-bottom: 0;
	align-items: center;
}

#soudan .flex > div{
	width: calc(50% - 20px);
}

.soudan_title img{
	display: block;
	width: 20px;
	height: 34px;
	margin: 0 auto 20px auto;
}

.soudan_title h3{
    color: #007ab1;
	font-size: 160%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
}

#soudan p{
    font-size: 16px;
}


@media screen and (max-width: 768px){
	#soudan .flex > div{
		width: 100%;
	}

	#soudan h3{
		font-size: 160%;
	}

	#soudan p{
		font-size: 14px;
		text-align: center;
	}
}


/* -------------------------------------------
 2025/7/23追記　トップの中小企業庁ボタン改修
---------------------------------------------- */

.item_chusho{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 40px;
	padding: 20px 15px 0 15px;
	list-style-type: none;
}

.item_chusho li{
	max-width: calc((100% - 40px) / 2);
	width: 100%;
}

.item_chusho li a{
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
	padding: 15px 43px 15px 78px;
	border: 1px solid #007ab1;
	border-radius: 5px;
	background-color: #ffffff;
}

.item_chusho li a:hover,
.item_chusho li a:focus{
	text-decoration: none;
}

.item_chusho li a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 53px;
	height: 30px;
	transform: translateY(-50%);
	background-image: url(images/icon_chusho.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.item_chusho li a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-image: url(images/icon_newwindow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.item_chusho span:first-child{
	margin-bottom: 2px;
	color: #007ab1;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s ease-in-out;
}

.item_chusho span:last-child{
	color: #4c4948;
	font-size: 12px;
	transition: 0.3s ease-in-out;
}

.item_chusho li a:hover span{
	opacity: 0.6;
}

@media screen and (max-width: 767px){
	.item_chusho{
		gap: 15px;
	}

	.item_chusho li{
		max-width: 100%;
	}

	.item_chusho br{
		display: none;
	}

	.item_chusho li a{
		padding: 15px 40px 15px 73px;
	}

	.item_chusho li a::before{
		width: 48px;
		height: 25px;
	}

	.item_chusho li a::after{
		width: 15px;
		height: 15px;
	}
}