@charset "UTF-8";

/* =================================
base
================================= */
html{
	font-size: 14px;
}
body {
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	color: #333;
}
*{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: normal !important;
	word-wrap: break-word !important;
	list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
	text-decoration: underline;
}
img{
	max-width: 100%;
}

/* =================================
layout
================================= */
#header{
	padding: 0.2rem 0;
	margin:0 auto;
	text-align:center;
	border-bottom:1px solid #a0a0a0;
}

.headerInner{
	/* font-size: 1rem; */
	color: #ffffff;
	margin: 0 auto;
    width: 980px;
}

#nav{
	border-bottom:2px solid #014190;
}
.navList{
	width:960px;
	margin:0 auto;
	padding: 20px 0 0;
	font-size:0;
}
.navItem{
	width:238px;
	font-size:1.285rem;
	font-weight:bold;
	text-align:center;
	color:#7b8ba2;
	display: inline-block;
}
.navList .navItem + .navItem{
	margin-left:2px;
}
.navItem a{
	transition: all 0.3s;
	border-top:2px solid #7b8ba2;
	border-left:2px solid #7b8ba2;
	border-right:2px solid #7b8ba2;
}
.navItem a:hover{
	background-color:#014190;
	color:#fff;
	text-decoration:none;
	border-color:#014190;
}
.navBtn{
	padding: 14px 8px;
	display:block;
}
#nav_sp{
	display:none;
}

.navItem.isActive{
	background-color:#014190;
	color:#fff;
	text-decoration:none;
	border-color:#014190;
}
/* nav
-------------------------------------- */

.mainVisual{
	text-align: center;
	max-width: 960px;
	margin: 1.8% auto 0;
}
.mainInner{
	padding:20px 0 10px;
	width: 960px;
	margin: 0 auto;
}
#footer{
}
.footerBottom{
	color: #000000;
	padding: 30px 0 60px;
	background-color: #f5f5f5;
}
.footerInner{
	width: 980px;
	margin: 0 auto;
}
.footerNavBlock{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footerInner .footerNavBlock:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footerNav{
	display: table;
	margin-bottom: 20px;
}
.footerNavBlock .footerNav:last-of-type{
	margin-bottom: 0;
}
.footerNavItem{
	display: table-cell;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.footerNavLink{
	display: table-cell;
	vertical-align: top;
	letter-spacing: -.4em;
}
.footerNavLink-simple{
	display: block;
}
.footerNavLinkItem{
	display: inline-block;
	letter-spacing: normal;
	padding-right: 0.7em;
	margin-right: 0.7em;
	border-right: 1px solid #acacac;
	font-size: 12px;
	line-height: 1;
}
.footerNavLink .footerNavLinkItem:last-of-type{
	margin-left: 0;
	padding-right: 0;
	border-right: none;
}
.footerNavLinkItem a:hover{
	text-decoration: underline;
}
.footerDescription{
	margin-top: 20px;
	font-size: 11px;
}

.copyrightBg{
	background-color: #0b4994;
}
.copyright{
	color: #ffffff;
	margin: 0 auto;
	max-width:960px;
	padding: 1% 0 6%;
}

/* =================================
module
================================= */
.contentTitle{
	color:#014190;
	font-size:2.285rem;
}
.fa{
	padding:0 4px 0 0;
}
/**01-------------------------------------- **/
.imgCenter{
	text-align:center;
}
.catch{
background-color:#f3f3f3;/* 180720_OW修正 */
/*color:#fff;*//* 180720_OW修正 */
	font-size:1.571rem;
}
.catchInr img{
	float: right;
	padding: 0 0 0 10px;
}
.catchInr{
	margin: 0 auto;
	width:960px;
	padding:20px 0 30px;
}
.catchLinkText{
	margin-top: 20px;
}
.catchLinkText a{
color: #014190;/* 180720_OW修正 */
	text-decoration: none;
}
.catchLinkText a:hover{
	text-decoration: underline;
}
.yellow{
	color:#ffff00;
}
.small{
	font-size:1.25rem;
}
.selectBtn2{
	display:table-cell;
	vertical-align: middle;
	padding-top:10px;
}
.selectBtnItem2{
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-weight:bold;
	font-size:1.428rem;
	display: inline-block;
	transition: all 0.3s;
	width: 390px;

}
.selectBtnItem2:hover{
	background-color:#fff;
	color:#014190;
	text-decoration:none;
}
.pgTitle{
	margin:20px auto 20px;
	text-align: center;
	width:960px;
}
.bgSkyBlue{
	background-color:#e4f1fe;
	padding: 20px 0;
}
.pgBodyInr{
	width: 960px;
	margin: 20px auto;
	background:url(https://static.hokkaido-np.co.jp/files/image/introduction/01_bg.png) top center;
}
.left{
	display:table-cell;
	vertical-align:middle;
	padding: 20px 0 20px 10px;
}
.leftImg{
	width:43%;
}
.rightImg{
	width:43%;
}
.right{
	display:table-cell;
	vertical-align:middle;
}
.left img{
	padding:0 0 0 20px;
}
.right img{
	padding:10px 0 0 ;
}
.no{
	font-size:3.14rem;
	float:left;
	font-weight:bold;
	padding-right:4px;
}
.pgBodyInrTitle{
	font-size:2.85rem;
	font-weight:bold;
	text-align:left;
}
.underMarker{
	background:linear-gradient(transparent 60%, #ffff66 60%);
}
.pgBodyInrDc{
	color:#014190;
	font-size:2.14rem;
	font-weight:bold;
	padding: 4px 0;
}
.line{
	border-left:1px solid #333;
	overflow:hidden;
}
.inrTxtBox{
	padding:0 14px;
}
.selectBtnFoot{
    padding: 40px 0;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
/**02-------------------------------------- **/
.select{
	width: 100%;
	padding:0 20px;
}
.selectList{
	padding-bottom:20px;

}
.selectSummary{
	padding:10px 0 15px 0;
}
.selectItemHead{
	font-size: 1.714rem;
	line-height: 1.1;
	background-color:#f3f3f3;
	padding: 1%;
}
.selectItemBox{
	padding-top:20px;
}
.selectItemHeadSmall{
	font-size: 1.428rem;
}
.selectItemDescription{
	margin-top: 1.3rem;
	font-size: 1.285rem;
	width:50%;
	display:table-cell;
}
.selectBtn{
	display:table-cell;
	text-align:right;
	vertical-align: middle;
}
.selectBtnItem{
	text-align: center;
	color: #014190;
	border-radius: 2px;
	border: 2px solid #014190;
	padding: 10px 30px;
	font-weight:bold;
	font-size:1.428rem;
	display: inline-block;
	transition: all 0.3s;
	width: 360px;

}
.selectBtnItem:hover{
	background-color:#014190;
	color:#fff;
	text-decoration:none;
}
.bgBlue{
	background-color:#014190;
	color:#fff;
}
.selectTable{
}
.selectTableList{
	width:100%;
	margin:30px auto;
}
.selectTableList td{
	border:2px solid #c2c9d3;
}
.selectTableList td.bgBlue,
.selectTableList td.bgGreen{
	width: 300px;
}
.selectTableListInr{
	text-align:center;	
	font-size:1.428rem;
}
.listTitle{
	text-align:left;
	background-color:#f3f3f3;
	padding:2% 6% 0 2%;
	font-weight:bold;
}
.bgGreen{
	background-color:#019081;
	color:#fff;
	padding:2%;
}
.bgBlue2{
	background-color:#f4f6ff;
	padding:2%;
}
.bgGreen2{
	background-color:#f4fffe;
	padding:2%;
}
/**03-------------------------------------- **/
.method{
	width: 960px;
	padding:0 20px;
}
.methodList{
	padding-bottom:20px;

}
.methodSummary{
	padding: 1% 0 4% 0;
}
.methodItemHead{
	font-size: 1.285rem;
	line-height: 1.1;
	background-color:#f3f3f3;
	padding:10px;
}
.methodItemBox{
	padding-top:20px;
}
.methodItemHeadSmall{
	font-size: 1.428rem;
}
.methodItemDescription{
	margin-top: 1.3rem;
	width:83%;
	display:table-cell;
}
.methodImg{
	text-align:center;
}
.blueTxt{
	color:#014190;
	font-size:1.142rem;
	font-weight:bold;
}
.methodBtn{
	display:table-cell;
	vertical-align: middle;
	padding:0 0 0 10px;
}
.methodBtnItem{
	text-align: center;
	color: #fff;
	border-bottom: solid 4px #1276fe;
	padding: 6px 4px;
	font-weight:bold;
	display: inline-block;
	transition: all 0.3s;
	width: 95px;
	background-color:#014190;
}
.methodBtnItem:hover{
	text-decoration:none;
}
.methodBtnItem:active{
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom:none;
}
.methodTxt{
	padding:0 0 14px;
}
.btnTop {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 80px;
    cursor: pointer;
}
.btnTop img {
    width: 100%;
}
/* =================================
common
================================= */
.colorRed{
	color: #fc4646;
}
.sp_inline{
	display: none;
}