/* *********************************************************************************************************************
	One% CSS Grid - 12 Columns Fluid CSS Grid System

	Why One% ? Let’s count ...
		we have 12 columns (magic number divided by 2, 3, 4, 6)

		for 12 columns we need 11 margins

		so if we count margin 3%, then 3% * 11 margins = 33%

		and if we count width of 1 column 5.5%, than 5.5% * 12 columns = 66%

		in the end we have 33% + 66% = 99% aaand ???

		1% is still here so that's the name - One%

	2 starting options ? Let’s count a bit more ...
		1200px - perfectly fits 1280 screens
			12 columns
			margin 3% / 36px (full-width)
			col1 5.5% / 66px (full-width)

		1000px - perfectly fits 1024 screens
			12 columns
			margin 3% / 30px (full-width)
			col1 5.5% / 55px (full-width)
*/

/* *********************************************************************************************************************
 * Browser Default Initialization
 */
 body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	/*line-height: 160%;*/
}

/* *********************************************************************************************************************
 * body
 */
 body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 16px;
	/*line-height: 160%;*/
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
*{
	box-sizing: border-box;
}


/* *********************************************************************************************************************
 * Main container for all
 */

.container{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}

.onerow {
	/*clear: both;*/
	padding: 0 10px;
	overflow: hidden;
}
.onerow-j {
    padding: 0;
	overflow: hidden;
}
#pc_header{}
#sp_header{
	display: none;	
}
	
/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 16px;
	line-height:1.7;
}

.img {
	text-align: center;
	border:0;
}


/* ------ Header ------ */
header{
	margin:0;
	padding:0;
}
h1{
    font-size: 13px;
    line-height: 1.5;
    color: #0053A2;
    font-weight: normal;
	margin-bottom: 5px ;
}
.logo{
	padding-top: 5px;
}

/* ------ Header修正 23.01.16 ------ */
.header-full{
	display: flex;
  	justify-content: space-between;
}

.tel-1{
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	color: #0052A4;
    width:350px;
}
.tel-1 p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-right: 15px;
}

.header-r{
	padding-top: 20px;
}

.header-r ul{
	margin: 5px 15px 0 0;
	overflow: hidden;
	list-style: none;
}

.btn_pdf-dl{
	margin: 5px 15px 0 0;
	float:left;
}

.btn_pdf-dl a{
	background: #22ac38;
	color:#fff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	display: block;
}

.btn_pdf-dl a:hover{
	background: #80c98b;
}

.fas{
	padding-right: 5px;
}


/*.tel{
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	color: #0052A4;
    margin-top: 20px;
}*/

/*.tel p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-right: 15px;
}*/

.subnavi{
	list-style: none;
	color: #0052A4;
	font-size: 17px;
	float: right;
	margin: 13px 0 5px 0;
}
.subnavi li{
    display: inline;
    border-right: 1px solid #0053A2;
	padding-right: 8px;
}
.subnavi_li_first{
	border-left: 1px solid #0053A2;
	padding-left: 8px;
}
.subnavi li a,.subnavi_li_first a{
 	text-decoration: none;
	color: #0052A4;
}
.subnavi li a:hover,.subnavi_li_first a:hover{
 	text-decoration: underline;
}
nav{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#0053A2;
}
.g_nav{
	display:table;
	width: 100%;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ACC7DE;
}
.g_nav li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size: 16px;
	list-style-type: none;
	width: 14%;
	border-left: 1px solid #ACC7DE;
}
.g_nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	}
.g_nav li a:hover{
	background-color: #3F7BB9;
	}


/* ------ footer ------ */
footer{
	width: 100%;
	background-color: #0054A4;
}
address{
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	text-align:center;
	margin-top:5px;
	color: #fff;
}
.sitemap_ssl{
    width:700px;
    margin: 0 auto;
    overflow: hidden;
}
.sitemap{
    float: left;
}
.sitemap ul{
    list-style-type: none;
    clear: both;
    display: table-row;
}
.sitemap li {
    font-size: 14px;
    line-height: 1.5;
    display: table-cell;
    padding-right: 40px;
}

.sitemap li a{
	list-style: none;
	text-decoration: none;
	color:#fff;
}
.sitemap li a:hover{
	text-decoration: underline;
}
.ssl{
    float: right;
}
.c_inner{
	padding: 40px 0;
}

/* ------ 各ページ共通見出し ------ */
.page_title{
    width:100%;
    background-color: #D7E6EB;
    text-align: center;
    font-weight: normal;
    font-size:40px;
    color: #0053A4;
    padding: 5px 0;
}
.page_title2{
    text-align: center;
    font-weight: normal;
    font-size:50px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.page_subtitle{
    font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size:30px;
    text-align: center;
    padding: 5px 0 30px 0;   
}


	
/*タブレット対応*/
@media screen and (min-width: 600px) and (max-width: 959px) {
/* ------ Header ------ */
	h1{
		padding-top: 10px;
		font-size: 10px;
	}
	.tel{
		font-size: 25px;
		margin-top: 10px;
	}
	.tel p{
		margin-right: 5px;
	}
	.subnavi {
    	font-size: 11px;
	}
	.subnavi li {
    	padding-right: 3px;
	}
	.subnavi_li_first {
    	padding-left: 3px;
	}
	.g_nav li {
    	font-size: 90%;
	}
/* ------ footer ------ */
	.sitemap {
    	margin: 0 10px;
	}
	.sitemap, .sitemap_last {
   		font-size: 10px;
	}
    .sitemap li {
        padding-right: 20px;
    }
	.c_inner {
    	padding: 20px 0;
	}
    /* ------ 各ページ共通見出し ------ */
    .page_title{
        font-size:35px;
    }
    .page_title2{
        font-size:30px;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .page_subtitle{
        font-size:22px;
        padding: 5px 0 10px 0;   
    }
    
}


/* ミニタブレット対応*/
@media screen and (max-width:736px) {
	#pc_header {
	display: none;	
	}
	.h_logo{
	padding: 15px 0 0 13px;
    width: 50%;
    float: left;
}
    .sitemap_ssl{
    display: none;
}
/* ------ slidebars menu ------ */
#sp_header {
	flex-direction: column;
	-webkit-flex-direction: column;/* Safari */ 
	display: block;
}
	
.sp_tel{
	width: 8%;
    float: right;
    margin: 0 ;
}
.sp_tel li {
    font-size: 200%;
    text-decoration: none;
    padding-right: 15px;
    float: left;
    list-style: none;
}
.sp_tel li a{
    color: #0054A4;
}
	

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 50px;
}
#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
    height: 50px;
	z-index: 4;
    background-color: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
#fixed-top span.sb-toggle-left {
	float: left;
	color: #0055A6;
	padding: 12px 0 0 10px;
}
.sb-toggle-left{
    display: inline-block;
}
.sb-toggle-left a {
	cursor: pointer;
    color: #fff;
    text-decoration: none;
}

/*サイドナビ*/
	.sb-g-nav{
    	list-style: none; 
    	margin: 10px 0 0 0;
		padding: 0;
    	background-color: #444;         
	}
	.sb-g-nav li{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666;
	}
	.sb-g-nav li a{
		color: #fff;
		font-size: 100%;
		line-height:1.5;
		text-decoration: none;
		display: block;
		padding: 8px 15px;
	}
	.sb-g-nav li a:hover{
		background-color: #999;
	}
	.sb-link-nav{
		list-style: none; 
    	margin: 0;
		padding: 10px;
    	background-color: #444; 
	}
	.sb-link-nav li a{
		color: #fff;
		font-size:80%;
		line-height:2.5;
		text-decoration: none;
		display: block;
		padding: 0 5px;
	}
	.banner{
    	padding-top: 10px;
	}
	.banner img{
    	width: auto;
		height: 50px;
	}
	.sitemap,.sitemap_last{
		display: none;
	}
	
}


/*スマホ対応*/
@media screen and (max-width:599px) {
p {
	font-size: 95%;
}
#pc_header {
	display: none;	
	}
.h_logo{
	padding: 15px 0 0 13px;
    width: 76%;
    float: left;
}
.sp_topimage{
	margin-top: 50px;
}
.sitemap_ssl{
    display: none;
}


/* ------ slidebars menu ------ */
#sp_header {
	flex-direction: column;
	-webkit-flex-direction: column;/* Safari */ 
	display: block;
}
	
.sp_tel{
	width: 10%;
    float: right;
    margin: 0;
}
.sp_tel li {
    font-size: 200%;
    text-decoration: none;
    padding-right: 15px;
    float: left;
    list-style: none;
}
.sp_tel li a{
    color: #0054A4;
}
	

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 50px;
}
#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
    height: 50px;
	z-index: 4;
    background-color: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
#fixed-top span.sb-toggle-left {
	float: left;
	color: #0055A6;
	padding: 12px 0 0 10px;
}
.sb-toggle-left{
    display: inline-block;
}
.sb-toggle-left a {
	cursor: pointer;
    color: #fff;
    text-decoration: none;
}

/*サイドナビ*/
	.sb-g-nav{
    	list-style: none; 
    	margin: 10px 0 0 0;
		padding: 0;
    	background-color: #444;         
	}
	.sb-g-nav li{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666;
	}
	.sb-g-nav li a{
		color: #fff;
		font-size: 100%;
		line-height:1.5;
		text-decoration: none;
		display: block;
		padding: 8px 15px;
	}
	.sb-g-nav li a:hover{
		background-color: #999;
	}
	.sb-link-nav{
		list-style: none; 
    	margin: 0;
		padding: 10px;
    	background-color: #444; 
	}
	.sb-link-nav li a{
		color: #fff;
		font-size:80%;
		line-height:2.5;
		text-decoration: none;
		display: block;
		padding: 0 5px;
	}
	.banner{
    	padding-top: 10px;
	}
	.banner img{
    	width: auto;
		height: 50px;
	}

/* ------ 各ページ共通見出し ------ */
.page_title{
    font-size:150%;
    margin-top: 50px;
}
.page_title2{
    font-size:125%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.page_subtitle{
    font-size:110%;
    padding: 5px 0 10px 0;   
}

/* ------ footer ------ */
/*	footer{
		margin-top:20px;
	}*/
/*	.btn_top img{
		margin-top: 0px;
    	width: 20%;
	}*/
/*	.info_map h3{
		margin-top: 30px;
		padding: 0 0 5px 5px;
	}*/
	/*.tel_fax{
		font-size: 80%;
		line-height: 1.5;
		margin-bottom: 25px;
	}*/
/*	.toiawase{
		font-size: 80%;
		margin: 15px 0 5px 0;
	}*/
/*	.btn_mail a{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 140%;
	}*/
/*	.f_inner{
		padding: 0 5px;
	}*/
/*	.sitemap_link{
		padding:5px 0;
	}*/
/*	.sitemap{
		display: none;
	}*/
	/*.link{
		display: none;
	}*/
	.sitemap,.sitemap_last{
		display: none;
	}
	.c_inner {
    	padding: 20px 0;
	}
}


/*印刷用*/
@media print {
	h1 {
		font-size: 10px;
	}
	.subnavi {
    	font-size: 10px;
    	margin: 13px 0 5px 0;
	}
	.subnavi li {
    	padding-right: 5px;
	}
	.g_nav li {
    	font-size: 10px;
	}
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	margin: 0 3% 0 0;
}

 .col6-j {
	float: left;
	margin: 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col6-j { width: 50%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

/*.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}*/





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media screen and (max-width: 599px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
    .col6-j {
		float: none;
		width: 100%;
	}
}

/*@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}
