@charset "utf-8";

.news_ttl {
	display: block;
	padding: 15px 0;
	box-sizing: border-box;
	margin: auto;
	text-align: left;
}
.news_ttl h2 {
  font-size: 20px;
	margin-top: 0;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
}
.news_ttl h3 {
  font-size: 20px;
	height: 3rem;
	margin-top: 0;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
}
.news_wrap {
    display: block;
    padding: 5%;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
}
.news_wrap img {
	width: 60%;
	margin: auto;
	/* width: 25%; */
}
.news_wrap .carrier_img {
	width: 20%;
	margin: auto;
}
.news_wrap p {
	margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.5;
}

.news_wrap .hokuriku_img {
	margin-bottom: 2rem;
}
/* .news_wrap h3 {
  font-size: 2.5rem;
	height: 3rem;
	margin-top: 0;
	font-weight: bold;
	line-height: 4rem;
	text-align: center;
} */
.news_wrap h3 {
	font-size: 2.0rem;
	/* height: 3rem; */
	/* padding-left: 7rem; */
	margin-top: 0;
	/* margin-bottom: 2rem; */
	color: #333333;
	font-weight: bold;
	line-height: 2rem;
	border-bottom: 1px solid;
}

.news_wrap h3 img {
	width: inherit;
	margin-right: 1rem;
}


.news_text p {
	margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
#choose .news_wrap {
	padding-bottom: 2rem
}

.choose_box {
	padding: 0;
	margin-bottom: 2rem;
}

.choose_img,
.choose_text {
	padding-left: 0;
    paddin-top:5px;
}


.choose_text dd  {
	font-weight: normal;
}

.traffic_list {
	margin-bottom: 6rem;
}

.traffic_list dt {
	color: #004191;
}

.traffic_list dd {
    font-weight: normal;
	margin-bottom: 1em;
}

.traffic_list li {
    font-weight: normal;
	
}
.well{
    margin-bottom: unset;
}
.title_margin{
	margin-top: 4em;
}
a{
	word-break: break-all;
}
  
/* 新春ページ */
.shinshun{
	background-color: #faf0e6;
}

.shinshun_contents{
	background: url(/img/bp/shinshuns/bk_1.png);
	background-repeat:repeat-y;
	background-size: contain;
	background-color: #faf0e6;
	
}

.shinshun_sale_text li{
	font-size: 1em;
	margin-bottom: 1em;
}

.shinshun_btnarea .shinshun_big_btn{
	width: 80%;
	margin: 2em auto;
}
.list_notice {
    color: #3C3C3C;
}
.list_notice_wrap {
    /*width: 94%;*/
	/*max-width: 1000px;*/
    padding: 15px 0 15px;
    margin: 0 auto;
    background-size: 200px auto;
}

.list_news dt {
    margin-bottom: .5em;
}

.list_news dd {
    font-size: 1.4rem;
    padding: .5em 0;
    border-bottom: 1px dotted #3C3C3C;
}
.list_news dd::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	/*position: absolute;*/
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	/*font-size: 2rem;*/
	color: #004191;
}
.list_news_date {
    display: block;
}
.list_news a {
    /*color: #3C3C3C;*/
}

@media screen and (max-width: 768px) {
    .news_wrap h3 {
	    /* margin-bottom: 3rem; */
		font-size: 1.6rem;
		
    }
    .news_wrap h4 {
        font-size: 1.6rem;
	}
	
	

}

@media screen and (min-width: 992px) {
	.local_nav li {
		width: calc(100%/4 - 5px);
	}
    .news_wrap h3 {
	    background-size: contain;
	}
	
	/* 新春ページ */

	.shinshun_contents{
		background: url(/img/bp/shinshuns/bk_1.png);
		background-repeat:repeat;
		background-size: contain;
		background-color: #faf0e6;
		
	}

	.shinshun_sale_text li{
		font-size: 1.3em;
	}

	.shinshun_panel_title h4{
		font-size: 1.3em;
	}

	/* .panel-title .sp{
		display: none;
	} */

	
	.shinshun_btnarea .shinshun_big_btn{
		width: 50%;
	}
	
}


.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #333;
    background-color: #fff;
    border: 2px solid #333;
}

.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background: #8F8B8B;
    color: #fff;
    border: 2px solid #737373;
}

.btn-primary.outline {
    border: 3px solid #333;
    color: #333;
}


