@charset "utf-8";

/* =============================================
	独立コンテンツ 共通
============================================= */
:root{
  --nikken-red: #e40012;
  --nikken-red_dark: #c71a1a;
  --btn-color: #2293b9;
  --apply-btn-color: #65B615;
  --apply-btn-color2: #59A310;
  --bg-color: #004d70;
  --bg-color-light: #e4eaec;
  --bg-color-light2: #f3f6f7;
  --bg-color-dark: #3e4e65;
  --bg-color-dark2: #273949;
  --focus-color: #022dbb;
  --link-color: #06c;
  --link-visited-color: #432189;
  --error-color: #f10e3f;
  --error-bg-color: #ffd7de;
}

/*---------------------------------------------
	リセット
---------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, menu, nav, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html,
body{
  height: 100%;
  min-width: 970px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{ background-color: #fff; }
body,ul,li,ol{
	line-height: 1.6;
	font-size: 1.5rem;
}
h1,h2,h3,h4,h5,h6,dl{
	line-height: 1.3;
	font-size: 1.5rem;
}
article,aside,details,
figcaption,figure,footer,header,menu,
nav,section,main{ display: block; }
ul li,
ol li{ list-style-type: none; }
img{
	border: none;
	vertical-align: bottom;
}
a{
	outline: none;
	color: var(--link-color);
}
a:link{ text-decoration: none; }
a:visited{
	text-decoration: none;
	color: #432189;
}
a:hover{ text-decoration: underline; }
a:active{ text-decoration: underline; }

.h_opacity a,
a.h_opacity{
	display: block;
}
.h_opacity a:hover,
a.h_opacity:hover{
  opacity: 0.8; /*通常*/
  -ms-filter: "alpha(opacity=80)"; /*IE8*/
  text-decoration: none;
}

img{
  image-rendering: -webkit-optimize-contrast;/*画像ボケ軽減*/
}

.wrap{
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
}

/* Custom cross-browser styles for keyboard :focus overrides defaults. */
a:focus{
  box-sizing: border-box;
  outline: 3px solid var(--focus-color);
  outline-offset: 1px;
}
*:focus{
  box-sizing: border-box;
  outline: 3px solid var(--focus-color);
  outline-offset: 1px;
}
/* Remove focus styles for non-keyboard :focus. */
a:focus:not(.focus-visible),
.ngk_link a:focus:not(.focus-visible){
  outline: 0 !important;
  box-shadow: none !important;
}


/*---------------------------------------------
	body
---------------------------------------------*/
body{
	color: #333;
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Verdana, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6,th,strong{
	color: #555;
}


/*---------------------------------------------
	header
---------------------------------------------*/
#site_header{
	margin: 0 auto;
  padding: 15px 0;
	background-color: #fff;
	position: relative;

	box-sizing: border-box;
	overflow: hidden;
  display: flex;
  align-items: center;
}
#small_header_logo_cont{
	display: inline-block;
	vertical-align: middle;
}
#small_header_logo_cont img{
  vertical-align: middle;
  width: 120px;
  height: auto;
}
#small_header_logo_cont a{ display: block; }
#small_header_logo_cont a:hover{
	text-decoration: none;
  opacity: 0.8;
}
#small_header_logo{
	margin: 0 5px 0 0;
	padding: 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}

/***** 50th *****/
#small_header_logo_cont{
 position: relative;
}
#small_header_logo_cont #link50th{
 width: 60px;
 height: 48px;
 text-indent: -100%;
 overflow: hidden;
 position: absolute;
 top: 8px;
 left: 125px;
}
#small_header_logo_cont #link50th a{
 display: block;
 height: 100%;
}
/***** end 50th *****/

.nikken_message img{ width: 130px; }

.small_header_menu{
  margin-left: auto;
}
.small_header_menu a{
	padding-left: 22px;
	display: inline-block;
	color: #333;
	position: relative;
}
.small_header_menu a:before{
	content: ' ';
	width: 14px;
	height: 14px;
	background: url(../img/cmn_arrow_ico.png) no-repeat left 0;
	background-size: 150px 150px;
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 6px;
}



/*---------------------------------------------
	パンくず
---------------------------------------------*/
#path{
	margin: 0 auto 0;
	padding: 8px 0;
	width: 970px;
	text-align: left;
	font-size: 1.12rem;
	color: #848484;
	border-bottom: 1px solid #efefef;
}


/*---------------------------------------------
	foot
---------------------------------------------*/
/* footer{
	padding: 10px 0 15px;
	background-color: #333;
	color: #fff;
}
#foot_pagetop{
	margin: 0 auto;
	width: 970px;
}
.page_top{
	max-width: 970px;
	margin: 0 auto 0;
	padding-left: 869px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.page_top img{
	border-top: 2px solid rgba(255,255,255,0.4);
	border-right: 2px solid rgba(255,255,255,0.4);
	border-left: 2px solid rgba(255,255,255,0.4);
} */
/* #fixedTop {
	bottom: 0;
	left: auto;
	right: auto;
	width: 101px;
	height: 37px;
	color: #fff;
	display: none;
	position: fixed;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	box-sizing: border-box;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
} */


/* コンテンツ枠 */
#content_wrap{
	margin: 0 auto;
	padding: 30px 0;
}
.content_lead{
	margin: 0 auto;
	padding: 0 0 20px;
	/* width: 970px; */
	font-size: 1.5rem;
	line-height: 1.7;
}
#content_wrap:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --- 2段組み main --- */
#main{
	width: 640px;
	float: left;
}


/* --- 2段組み aside --- */
#aside_nav{
	width:220px;
	float:right;
	position:relative;
}
#side{
	width:220px;
	background:#fff;
	overflow: visible;
}
.side_nav_list{
	margin-bottom: 10px;
	box-sizing: border-box;
}
.side_nav_list > li{ border-top: 1px solid #efefef; }
.side_nav_list li a{
	padding: 4px 10px 4px 15px;
	display: block;
	font-size: 1.3rem;
	color: #676060;
	position: relative;
}
.side_nav_list li a:before{
	margin: 0;
	content: ' ';
	background: url(../img/cmn_arrow_ico.png) no-repeat 0 -70px;
	background-size: 150px 150px;
	display: block;
	height: 7px;
	width: 4px;
	vertical-align: middle;
	position: absolute;
	top: 0.8em;
	left: 5px;
}
.side_nav_list li.current a{
	background: #ffdfdf;
	color: #db2424;
}
.side_nav_list li.current a:before{ background-position: 0 -77px; }
.side_nav_list li a:hover{
	text-decoration: none;
	background-color: #ffebeb;
	color: #333;
}

.side_nav_list li ul{ display: none; }
.side_nav_list .current ul{
	background-color: #fdfdfd;
	display: block;
	border-top: 1px solid #ccc;
	border-left: 3px solid #ff7979;
}
.side_nav_list .current ul li{
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.side_nav_list .current ul li a{
	padding: 5px 0 5px 15px;
	border: none;
}

/* 申込 */
.apply_cont{
	margin: 0 0 8px;
	padding: 0;
	font-size: 1.2rem;
}
.apply_cont .price{
	margin-bottom: 5px;
	text-align: left;
}
.side_btn a{
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
/* #pamphlet_btn a{
	background: url(/nikken/guidance/img/btn_aside_pamphlet.png) no-repeat left top;
	width: 220px;
	height: 38px;
} */
.side_btn:hover{
	opacity: 0.8; /*通常*/
	-ms-filter: "alpha(opacity=80)"; /*IE8*/
	position: relative;
	top: 1px;
	left: 1px;
}
.side_btn_apply{
	margin: 0;
}
#side_btn_cont{
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.side_btn_school{
	margin: 0 0 5px;
}

/* aside内見出しなど */
#side h3{
	margin: 0 0 2px;
	padding: 10px;
	color: #fff;
	font-size: 1.5rem;
	display: block;
	background-color: #e04536;
	font-weight: normal;
	position: relative;
}
#side h3 a{
	color: #f2c0c0;
	display: block;
	position: absolute;
	margin: auto 0;
	padding: 3px 0 0 18px;
	border-left: 1px solid #ed6161;
	top: 0;
	bottom: 0;
	right: 10px;
	height: 1.7em;
	font-size: 1.3rem;
	background: url(/nikken/guidance/img/side_nav_list_arrow2.png) no-repeat 7px center;
	vertical-align: middle;
}
#side h3 a:hover{
	text-decoration: none;
	opacity: 0.7; /*通常*/
	-ms-filter: "alpha(opacity=70)"; /*IE8*/
}
#side h4{
	margin: 10px 0 5px;
	font-size: 1.4rem;
}
#side h5{
	margin: 0 0 0;
	padding: 10px 0 10px 13px;
	font-size: 1.5rem;
	position: relative;
	background-color: #f3f3f3;
}
#side h5:before{
	content: ' ';
	width: 3px;
	height: 1em;
	background-color: #f26666;
	position: absolute;
	margin: auto 3px auto 0;
	display: block;
	left: 5px;
	top: 0;
	bottom: 0;
}

/* 特殊コンテンツ */
.side_info{
	margin: 0 0 5px;
	padding: 10px;
	border: 2px solid #e0e0e0;
}
#side .side_info h4{ margin: 0; }
#side .side_info h4 a{
	margin: 0;
	color: #7e7e7e;
}

.aside_ttl_lv1 + .side_info,
.aside_ttl_lv2 + .side_info{ margin-top: 10px; }


/* --- ページ内リンク --- */
.anchor_path{
	margin-right: -10px;
	overflow: hidden;
}
.anchor_path li{
	margin: 0 5px 0 0;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	/* width: 236px; 4分割 */
}
.anchor_path li a{
	padding: 15px 15px 15px 25px;
	color: #777;
	text-align: center;
	display: block;
	position: relative;
	border: 1px solid #b1b1b1;
}
.anchor_path li a:before{
	content: ' ';
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 10px;
	height: 100%;
	width: 15px;
	background: url(../img/anchor_arrow.jpg) no-repeat left center;
}
.anchor_path li a:hover{
	text-decoration: none;
	opacity: 0.7;
	border: 1px solid #e64e4e;
}


/* clearfix */
#content_wrap:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#fotter_cont{ border-top: 1px solid #dbdbdb; }
#callcenter{
	padding: 15px 0;
	text-align: center;
}
#callcenter_ttl{
	width: 200px;
	height: auto;
}
#call_num img{ vertical-align: middle; }
#call_num_img{
	margin-right: 10px;
	width: 200px;
	height: auto;
}
#call_num{
	margin-top: 5px;
	vertical-align: middle;
}

#footer{
	height: 5em;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#footer a,
#footer a:visited{
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
}
#footer_nav{
	margin: 0 auto;
	padding: 5px 0 10px;
}
#footer_nav li{
	margin: 0 15px 0 0;
	display: inline-block;
}
#footer_nav li a{
	padding-left: 11px;
	display: inline-block;
	font-size: 1.2rem;
	position: relative;
}
#footer_nav li a:before{
	content: ' ';
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#footer_nav li a:hover{
  opacity: 0.8;
}
small{
	text-align: center;
	display: block;
}



/*---------------------------------------------
	汎用
---------------------------------------------*/
/* --- float --- */
.float_right{ margin-left: 15px; float: right; }
.float_left{ margin-right: 15px; float: left; }
.float_clear{ clear: both; }


/* --- text --- */
.text_right{ text-align: right; }
.text_left{ text-align: left; }
.text_center{ text-align: center; }
.bold_text{ font-weight: bold; }
.ttl_text{
	padding-bottom: 5px;
	font-weight: bold;
	color: #2782c3;
}
.text_strong{ color: #ed5032; }
.text_light{ color: #a9afba; }

.fontsize_ss,
.fontsize_ss *{ font-size: 1.1rem; }
.fontsize_s,
.fontsize_s *{ font-size: 1.2rem; }
.fontsize_l,
.fontsize_l *{ font-size: 1.4rem; }
.fontsize_ll,
.fontsize_ll *{ font-size: 1.8rem; }


/* --- リスト --- */
ol.decimal,
ol.decimal ol.decimal{
	margin-left: -0.2em;
	padding-left: 0;
	counter-reset: li;
}
ol.decimal > li{
	margin-bottom: 5px;
	padding-left: 2.5em;
	/* *list-style: decimal; */
	position: relative;
}
ol.decimal > li:before{
	content:'（'counter(li) '）';
	counter-increment: li;
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.8em;
	text-align: center;
	box-sizing: border-box;
}
ol.decimal > li ol.decimal > li:before{
	content:counter(li)'.';
}

ol.disc > li,
ul.disc > li{
	margin-left: 17px;
	list-style-type: disc;
}

.inline_list li{
	display: inline-block;
}

/* pdf */
.pdf_mark:after{
	margin: 0;
	content: ' ';
	background: url(../img/cmn_arrow_ico.png) no-repeat -14px 0;
	background-size: 150px 150px;
	display: inline-block;
	height: 17px;
	width: 17px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/* リンク用 */
.link_arrow a{
  padding: 0 0 0 15px;
  display: inline-block;
  position: relative;
}
.link_list li a{
  padding: 0 0 0 15px;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.link_arrow a::before,
.link_list li a::before{
	content: ' ';
  margin: auto 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  transform: rotate(135deg);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.btn:hover{ opacity: 0.8; }


/* --- ボタン --- */
/* 申込みボタン */
.simple_btn{
	margin: 10px 0;
	text-align: center;
}
.simple_btn a{
	margin: 0 0 5px;
	padding: 10px 20px 10px 5px;
	background: -webkit-linear-gradient(top, #93ca5c 0%,#7cc035 100%);
	background: linear-gradient(to bottom, #93ca5c 0%,#7cc035 100%);
	color: #fff;
	font-weight: bold;
	width: 320px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.3;
	box-sizing: border-box;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	position: relative;
	display: inline-block;
}
.simple_btn a:after{
	content: ' ';
	margin: auto 0;
	width: 20px;
	height: 16px;
	display: block;
	background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -17px -21px;
	background-size: 150px 150px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
}
.nikken_btn a:hover{
	opacity: 0.8;
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
}

/* クローズボタン */
.simple_close_btn span{
	margin: 0 0 5px;
	padding: 10px;
	color: #afafaf;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.3;
	box-sizing: border-box;
	border: 3px solid #fff;
	background-color: #eaeaea;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.simple_close_btn{ text-align: center; }
.simple_close_btn span{
	padding: 13px 30px;
	width: auto;
	display: inline-block;
	font-size: 1.5rem;
	color: #a3a3a3;
}


/* --- 上付き文字 --- */
sup{
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.note_indent1 ,
.note-indent1 {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
/* （～）付の補足 */
.note_indent2{
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.3;
}
/* 【　　】付の補足 */
.note_indent4{
	padding-left: 4em;
	text-indent: -4em;
	line-height: 1.4;
}
/* 【　　】付の補足 */
.note_indent5{
	padding-left: 5em;
	text-indent: -5em;
	line-height: 1.5;
}

/* 外部サイト */
.outsite:after{
	content: ' ';
	margin: 0 3px 0 0;
	width: 12px;
	height: 11px;
	display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg id="q" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 11"><defs><style>.w{fill:gray;fill-rule:evenodd;isolation:isolate;}</style></defs><path id="r" class="w" d="m9,10H1V3h6v-1H0v9h10v-6h-1v5ZM11,0h-5v1h4.29l-5.65,5.65.71.71L11,1.71v4.29h1V0h-1Z"/></svg>');
}
.outsite_w:after{
	content: ' ';
	margin: 0 0 0 5px;
	width: 12px;
	height: 11px;
	display: inline-block;
	background: url(../img/cmn_arrow_ico.png) no-repeat left -39px;
	background-size: 150px 150px;
}












/* テーブル
-----------------------------------*/
/* --- テーブル内リセット --- */
table{
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

/* --- 基本のテーブル --- */
.table_basic{
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
.table_basic th, .table_basic td {
	border: 1px solid #ccc;
	padding: 7px;
	line-height: 1.4;
	vertical-align: top;
}
.table_basic th{
	padding: 7px;
	background-color: #8ca5b7;
	color: #fff;
	font-weight: normal;
}
.table_basic th.color2, .table_basic td.color2 {
	background-color: #f4f4f4;
}
.table_basic th, .table_basic td, .v_middle{ vertical-align: middle; 
}


/* --- 縦線無（thのみ白線） --- */
.none_vertical{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.none_vertical th{
	border-right: 1px solid #ccc;
	padding: 5px;
	background: #e6e6e6;
}
.none_vertical th, .none_vertical td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding:7px;
}

/* --- セルの色 --- */
table .cellColor2{
	background: #eaeaea none;
	font-weight: normal;
	color: #403f41;
}
table .cellColor3{
	background: #f8fcde none;
	font-weight: normal;
	color: #403f41;
}
table .cellColor4{
	background: #cff0f7 none;
	font-weight: normal;
	color: #403f41;
}

.cellstrongColor1{
	background: #ffa none;
	color: #403f41;
}
.cellstrongColor2{
	background: #ffd8d8 none;
	color: #f00;
}
.cellstrongColor3{
	background: #dfecff none;
	color: #00f;
}



/* --- 見出し --- */
.ttl_lv1{
	margin: 0 0 15px;
	padding: 18px 10px 18px 20px;
	font-size: 1.6rem;
	background-color: #f3f5f6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	position: relative;
}
.ttl_lv1:before{
	content: ' ';
	width: 6px;
	height: 100%;
	background-color: #e04536;
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 0;
}
.ttl_lv2{
	margin: 0 0 10px;
	padding: 13px;
  background-color: var(--bg-color-light);
	color: #575f64;
	font-size: 1.6rem;
}
.ttl_lv3{
	margin: 0 0 10px;
	padding: 10px 0 10px 13px;
	color: #575f64;
	font-size: 1.55rem;
	/* border-left: 5px solid #79858d; */
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.ttl_lv3:before{
	content: ' ';
	width: 5px;
	height: 70%;
	background: -webkit-linear-gradient(top, #6f2a2a 0%,#5f2323 100%);
	background: linear-gradient(to bottom, #efefef 0%,#ccc 100%);
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px
}
.ttl_lv4{
	margin: 0 0 5px;
	padding-bottom: 5px;
	color: #575f64;
	font-size: 1.5rem;
	border-bottom: 1px dotted #ccc;
}
.ttl_lv5{
	margin: 0 0 5px;
	padding-bottom: 5px;
	color: #575f64;
	font-size: 1.5rem;
}
.ttl_lv5:before{
	content: '●';
	display: inline-block;
	padding-right: 5px;
}


/* --- 区切り --- */
.text_breaks{
	margin-top: 40px;
	clear: both;
}
p.text_breaks{
	margin-top: 15px;
	clear: both;
}

.ttl_lv1 + .text_breaks,
.ttl_lv2 + .text_breaks,
.ttl_lv3 + .text_breaks,
.ttl_lv4 + .text_breaks{
	margin-top: 25px;
}


/* --- clearfix --- */
#service_list:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp_only, .br_sp{ display: none; }
.pc_only, .br_pc{ display: inline-block;}


.page-top{
/*   display: none; */
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
}
.page-top a{
  display: block;
  border: 10px solid #fff;
  background-color: #fff;
  text-decoration: none;
}
.page-top a img{
  width: 90px;
  height: auto;
  opacity: 0.7;
}
.page-top a:hover{
  opacity: 0.9;
}
.page-top a:hover img{
  opacity: 1.0;
}

.wrap{
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
}
.footer{
 margin-top: auto;
}
.fotter-content-nav{
  padding: 50px;
  background-color: #fff;
}
.fotter-nav__wrap{
  padding: 15px 15px 0;
  background-color: #242b37;
  text-align: center;
}
.footer-nav__list{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.footer-nav__list a{
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: relative;
  position: relative;
  color: #fff;
}
.footer-nav__list a::before{
  content: ' ';
  margin: 0 5px 0 0;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
}
.footer-nav__list a:hover{
  opacity: 0.7;
}
.footer-nav__list a img{
  vertical-align: middle;
}
.footer-small{
  margin: 0 -15px ;
  padding: 20px;
  display: block;
  border-top: 1px solid #5f646d;
  color: #fff;
}


/* ===========================================
	MediaQueries
=========================================== */

/* over max-width----------------------------- */
@media screen and (min-width: 768px) and (max-width: 1200px){
	#logo{ width: 155px; overflow: hidden;}
	#global_nav_list{ margin-left: 155px; }
	#request{ right: 5px; }
	#apply{ right: 146px; }
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	html,
	body{
		width: 100%;
		min-width: 0;
	}
	html{ font-size: 62.5%; }
	body{
		-webkit-text-size-adjust: 100%;
		font-family: sans-serif;
	}
	.wrap,
	.wrap_w{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	/* .content_main{ padding: 0 0 11em; } */

	
	/*---------------------------------------------
		header
	---------------------------------------------*/
	/***** 50th *****/
	/*#small_header_logo{
		width: 80px;
		height: 40px;
	}
	#small_header_logo img{
		width: 100%;
	}*/
	#small_header_logo{
		height: 40px;
    aspect-ratio: 121 / 48;
	}
	#small_header_logo img{
		width: auto;
		height: 100%;
   
	}
	/***** / 50th *****/

	/*---------------------------------------------
		header
	---------------------------------------------*/
	#site_header{
		padding: 15px 10px;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	#path{
		padding: 5px 10px;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.15rem;
		line-height: 1.4;
	}
	/*.nikken_message img{ width: 120px; }/***** 50th *****/
	/***** 50th *****/
 #small_header_logo_cont #link50th{
  width: 48px;
  height: 40px;
  left: 105px;
 }
 
 
	.nikken_message{
		display: none;
	}
	/***** end 50th *****/
	

	/*---------------------------------------------
		パンくず
	---------------------------------------------*/
	#path{
		padding: 5px 10px;
		width: 100%;
		font-size: 1.0rem;
	}

	.content_lead{
		margin: 0 auto;
		padding: 15px 15px;
		width: 100%;
		font-size: 1.5rem;
		box-sizing: border-box;
	}


	/*---------------------------------------------
		foot
	---------------------------------------------*/
	#callcenter{
		padding-right: 10px;
		background-size: 6px auto;
		position: relative;
	}
	#callcenter:before{
		content: ' ';
		width: 5px;
		height: 7px;
		background: url(../img/cmn_arrow_ico.png) no-repeat left -14px;
		background-size: 150px 150px;
		margin: auto 0;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
	}
	#call_num img{
		margin: 0 auto 5px;
		display: block;
	}
	#callcenter_ttl{
		margin: 0 auto;
		width: 180px;
		height: auto;
		display: block;
	}
	#call_num_img{
		width: 190px;
		height: auto;
	}
	#call_note{
		width: 260px;
		height: auto;
	}
	#footer{ height: 9em; }

	#footer_info{ padding: 15px 0 13px; }
	#footer_info ul{
		margin:0 15px 0 13px;
		width: auto;
		text-align: center;
		box-sizing: border-box;
	}
	#footer_info ul li{
		margin-bottom: 5px;
		width: 100%;
		box-sizing: border-box;
	}
	#footer_info ul a{
		padding: 5px 10px 8px 5px;
		width:100%;
		box-sizing: border-box;
	}
	
	small{
		width: 100%;
		box-sizing: border-box;
	}

	.sp_only, .br_sp{ display: inline-block; }
	.pc_only, .br_pc{ display: none;}

	main img{
		max-width: 100%;
		height: auto;
	}


	/*---------------------------------------------
	ボトム
	---------------------------------------------*/
	.content_lead{
		margin: 0 auto;
		padding: 0 0 10px;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#content_wrap,
	#main{
		width: 100%;
		min-width: 0;
		max-width: none;
		float: none;
		box-sizing: border-box;
	}
	#content_wrap{ padding: 15px 15px 20px; }

	/* --- 2段組み main --- */
	#main{ padding: 0; }
	#content_header{
		margin: -15px -10px 10px;
		padding: 15px 15px 15px;
		border-top: none;
	}
	#content_header .content_name{ font-size: 1.6rem; }
	.simple_section{
		padding: 10px 0 10px;
		/* overflow: hidden; */
	}
	.simple_section > section{
		padding: 5px 0 10px;
		overflow: hidden;
	}
	.simple_section > section:last-child{ padding-bottom: 0; }


	/* --- 2段組み aside --- */
	#aside_nav{
		width: auto;
		float: none;
		margin: 15px -10px 0;
	}
	#side{
		width: 100%;
		float: none;
		margin: 0;
	}
	.side_nav_list li a{
		padding: 5px 10px 5px 18px;
		font-size: 1.4rem;
	}
	.side_nav_list li a:before{ left: 8px; }
	.apply_cont{ margin: 0 10px 10px; }
	#side_btn_cont{ margin: 0 10px 10px; }
	.apply_btn a{ width: 100%; }
	.aside_ttl_lv1{
		margin: 10px 5px 5px;
		font-size: 1.4rem;
	}
	.aside_ttl_lv3{ margin: 5px 8px; }
	#side .back{ margin: 0 10px; }

	/* .pamphlet_btn{
		width: 100%;
		position: relative;
	}
	.pamphlet_btn a{
		padding: 10px 0;
		width: 100%;
		height: auto;
		border: 3px solid #badde6;
		box-sizing: border-box;
		background: none;
		background: url(/nikken/guidance/img/s/btn_aside_pamphlet.png) no-repeat center center;
		background-size: 242px auto;
	} */

	/* 特殊コンテンツ */
	.side_info{ margin: 0 10px 10px; }

	/* --- ページ内リンク --- */
	.anchor_path{
		margin: 0;
		overflow: visible;
	}
	.anchor_path li{
		margin-top: -1px;
		background-color: #fff;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #b1b1b1;
		float: none;
	}
	.anchor_path li a{
		padding: 10px 10px 10px 15px;
		border: none;
	}
	.anchor_path li a:hover{ border: none; }

	/* 見出し */
	.ttl_lv1{
		margin-bottom: 10px;
		padding: 10px 10px 10px 15px;
	}

	.simple_btn a,
	.simple_close_btn span{ width: 95%; }

}







/* PC----------------------------- */
@media screen and (min-width: 768px){
	html{ font-size: 62.5%; }
  
  /*---------------------------------------------
    header
  ---------------------------------------------*/
  #site_header{
    width: 90%;
    max-width: 1024px;
  }

  #footer_nav{
    margin: 0 auto;
    padding: 5px 0 10px;
    width: 90%;
    max-width: 1024px;
  }

  small{
    margin: 0 auto;
  }

  /* コンテンツ枠 */
  #content_wrap{
    margin: 0 auto;
    padding: 30px 0;
    min-width: 940px;
    max-width: 1024px;
    width: 90%;
  }


  #footer_info ul{
    margin: 0  auto ;
    width: 970px;
  }
  .footer-nav__list{
    justify-content: center;
  }

}


/* ===========================================
	印刷
=========================================== */
@media print {
	html{ font-size: 61%; }
	#content_nav,
	#header_ttl.fixed_ttl{
		position: relative;
	}
	#global_nav_list li a{
		height: 43px;
		border-top: 2px solid #fff;
	}
}
