@charset "utf-8";
/*======================================
LP共通
========================================*/
/*---------------------------------------------
リセット
---------------------------------------------*/
:root{
  --nikken-red: #db2b32;
  --nikken-red_dark: #c40008;
  --bg-color-red: #d0d8d7;
  --btn-color: #2293b9;
  --bg-color: #004d70;
  --bg-color-light: #e1e7ee;
  --bg-color-light2: #f0f2f5;
  --bg-color-light3: #f0f2f5ba;
  --bg-color-dark: #3e4e65;
  --bg-color-dark2: #273949;
  --nikken-red_thin: #209792;
  --line-dark: #737373;
  --line-dark2: #666;
  --line-light: #d6d6d6;
  --line-light2: #ebebeb;
  --font-dark: #575f64;
  --point-color: #f9ffc6;
  --accent-color: #eaff4d;
  --accent-color2: #f9fed2;
}
*,
::before,
::after{
  box-sizing: content-box;
}
/*.link_arrow::before{
  width: inherit;
  height: inherit;
}*/

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, a,
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, hgroup, main, menu, nav, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

body{
	line-height: 1;
	width: 100%;
	overflow-wrap: break-word;/*URL等の長英文の折り返し*/
	word-wrap: break-word;/*URL等の長英文の折り返し*/
	font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;*/
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

audio, canvas, progress, video{
	display: inline-block;
}

ul, ol{
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
 image-rendering: -webkit-optimize-contrast;/*縮小時の画像ボケ軽減*/
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

input, textarea, select, button{
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input, select{
	vertical-align: middle;
}

button{
	cursor: pointer;
	font: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

sub, sup{
	font-size: 65%;
}
sub{
	vertical-align: bottom;
}
sup{
	vertical-align: top;
}

/*****
cmn.css調整
*****/
h1, h2, h3, h4, h5, h6,ul, li, ol{
	font-size: 1em;
}

/*---------------------------------------------
共通
---------------------------------------------*/
.clearfix{}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}

.font_size_l{
	font-size: 1.25em;
}
.font_size_ll{
 font-size: 1.5em;
}
.font_size_s{
	font-size: 0.85em;
}

.font_red{
	color: #db2929;
}
.font_blue{
	color: #4b7cb2;
}
.font_white{
	color: #fff;
}
.font_black{
	color: #000;
}

.bg_red{
	background-color: #db2929;
}
.bg_blue{
	background-color: #4b7cb2;
}
.bg_green{
	background-color: #62ae34;
}
.bg_white{
	background-color: #fff;
}
.bg_black{
	background-color: #000;
}

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

.mgn_t05{
	margin-top: 0.5em;
}
.mgn_t1{
	margin-top: 1em;
}
.mgn_t2{
	margin-top: 2em;
}
.mgn_t3{
	margin-top: 3em;
}
.mgn_t4{
	margin-top: 4em;
}
.mgn_b05{
	margin-bottom: 0.5em;
}
.mgn_b1{
	margin-bottom: 1em;
}
.mgn_b2{
	margin-bottom: 2em;
}
.mgn_b3{
	margin-bottom: 3em;
}
.mgn_b4{
	margin-bottom: 4em;
}
.mgn_l1{
	margin-left: 1em;
}
.mgn_l2{
	margin-left: 2em;
}
.mgn_l3{
	margin-left: 3em;
}
.mgn_l4{
	margin-left: 4em;
}
.mgn_r1{
	margin-right: 1em;
}
.mgn_r2{
	margin-right: 2em;
}
.mgn_r3{
	margin-right: 3em;
}
.mgn_r4{
	margin-right: 4em;
}

.li_indent05 > li,
.text_indent05{
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.li_indent1 > li,
.text_indent1{
	text-indent: -1em;
	padding-left: 1em;
}
.li_indent1_5 > li,
.text_indent1_5{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.li_indent2 > li,
.text_indent2{
	text-indent: -2em;
	padding-left: 2em;
}
.li_indent2_5 > li,
.text_indent2_5{
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.li_indent3 > li,
.text_indent3{
	text-indent: -3em;
	padding-left: 3em;
}

.under_line{
	text-decoration: underline;
}
.line_through{
	text-decoration: line-through;
}

.under_red{
	padding: 0 0.15em;
	background-image: linear-gradient(to top,#db2929 0, #db2929 40%, transparent 40%);
}

.p_line p{
	margin-bottom: 0.75em;
}
.p_line p:last-of-type{
	margin-bottom: 0;
}

.border_box{
	margin: 1em auto;
	padding: 1em;
	border: solid 1px #858585;
}

.inline_block{
	display: inline-block;
}

.cmt_txt{
	text-align: center;
}
.cmt_txt .cmt_txt_in{}

a.arrow_link,
a.anchor_link{
	display: inline-block;
	padding-left: 1.5em;
	position: relative;
}
a.arrow_link::before,
a.anchor_link::before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	border: solid 1px #858585;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
a.arrow_link::after,
a.anchor_link::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}
a.arrow_link::after{
	border-width: 0.35em 0 0.35em 0.5em;
	border-color: transparent transparent transparent #858585;
	position: absolute;
	top: 50%;
	left: 0.35em;
	transform: translateY(-50%);
}
a.anchor_link::after{
	border-width: 0.5em 0.35em 0 0.35em;
	border-color: #858585 transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 0.25em;
	transform: translateY(-50%);
}

/*cmnとかぶるのでいずれ削除*/
/*a.link_arrow{}
a.link_arrow::before{
	content: '▼';
	display: inline-block;
	font-size: 0.75em;
	line-height: 1;
	color: #858585;
	margin-right: 0.5em;
	padding: 0.25em;
	border: solid 1px #858585;
	border-radius: 50%;
	transform: rotateZ(-90deg);
}
a.link_anchor{}
a.link_anchor::before{
	content: '▼';
	display: inline-block;
	font-size: 0.75em;
	line-height: 1;
	color: #858585;
	margin-right: 0.5em;
	padding: 0.25em;
	border: solid 1px #858585;
	border-radius: 50%;
}*/
/**/

/***リンクボタン***/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal a{
	/*display: block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	text-decoration: none;
	padding: 1em 2.5em 1em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}
.btn_close{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 620px;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}

.btn_no_link{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 620px;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: #aaa;
}

.btn_download{
	text-align: center;
	margin: 1em auto;
}
.btn_download a{
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 1em 1em 1em 2em;
	border: solid 2px #858585;
	border-radius: 0.5em;
	background-color: #fbed21;
	position: relative;
	transition: transform 0.5s,background-color 0.5s;
}
.btn_download a::before{
	content: '▼';
	display: block;
	text-align: center;
	width: 1em;
	height: 1em;
	border: solid 2px transparent;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-1em);
	transform-origin: center center;
}
.btn_download a::after{
	content: '';
	display: block;
	width: 1em;
	height: 0.35em;
	position: absolute;
	top: 50%;
	left: 0.5em;
	border: solid 2px #453f39;
	border-top: none;
}
.btn_download a:hover{
	background-color: #fff781;
	transform: translateY(0.5em);
}

.btn_bn_area{
	margin: 1em auto;
}
.btn_bn_area .btn_banner{
	text-align: center;
}
.btn_bn_area .btn_banner a{
	display: inline-block;
	text-decoration: none;
}
.btn_bn_area .btn_banner a::after{
	content: '詳細はコチラ';
 display: block;
 text-align: right;
 color: #fff;
 padding: 0.25em 2em 0.25em 0.5em;
 background-color: #faa906;
 background-image: url("/nikken/guidance/img/icon_arrow.png");
 background-repeat: no-repeat;
 background-position: right 0.5em center;
 background-size: auto 1em;
}

.btn_movie{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 620px;
	margin: 4px auto 0 auto;
}
.btn_movie a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1em;
	border: solid 2px #fff;
	border-radius: 0.5em;
	background-color: #e61f19;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.25);
	transition: background-color 0.5s;
}
.btn_movie a::before{
	content: '▼';
	display: inline-block;
	font-size: 0.8em;
	color: #e61f19;
	margin-right: 1em;
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: #fff;
	transform: rotateZ(-90deg);
}
.btn_movie a:hover{
	background-color: #961410;
}

.wrap{
	width: 100%;
}

.flex{
	display: flex;
}
.flex_center{
	display: flex;
	justify-content: center;
}
.align_center{
	align-items: center;
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/
#small_header{
	background-color: #fff;
}
#site_header{
	font-size: 1.3rem;
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

#small_header_logo_cont{}
#small_header_logo{}
.nikken_message{
	display: inline-block;
	width: 130px;
	margin-left: 1em;
}

.small_header_menu{}
.small_header_menu .small_header_list{
	display: flex;
}
.small_header_menu .small_header_list li{
	margin-left: 1.5em;
}
.small_header_menu .small_header_list li a{
	color: #555;
	padding-left: 1.25em;
	position: relative;
}
.small_header_menu a:before{
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	background: url('/nikken/img/cmn_arrow_ico.png') no-repeat left 0;
	background-size: 150px 150px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#small_header_logo_cont a.shref:hover{
	text-decoration: none;
}



/*---------------------------------------------
フッター
---------------------------------------------*/
/* お問い合せ */
.footer ul, .footer li, .footer ol, .footer small{
  font-size: 1.4rem;
  line-height: 1.6;
}
.consultation *{
  line-height: 1.6;
}
.consultation{
  padding: 40px 0 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.consultation__ttllv1{
  color: var(--nikken-red);
  font-size: 2.0rem;
}
.consultation__ttllv1 span{
  padding: 0 15px 20px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--nikken-red);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.consultation__ttllv1 span::after{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 0;
  border-right: solid 1px var(--nikken-red);
  border-bottom: solid 1px var(--nikken-red);
  background-color: #fff;
  transform: rotate(45deg);
}
.consultation__ttllv2{
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.callcenter-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3.0rem;
}
.callcenter-tel span{
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callcenter-tel a{
  color: #333;
}
.callcenter-info{
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}
.callcenter_cont{
  margin: 0 0 30px;
}
.consultation-pickup{
  padding: 30px;
  background-color: var(--nikken-red);
}
.consultation-pickup__box{
  margin: 0 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.consultation-pickup__box a{
  padding: 15px;
  display: block;
  position: relative;
  height: 100%;
  background-color: #fff;
  color: #333;
  transition: all 0.1s ease;
}
.consultation-pickup__box a::before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 33px;
  height: 11px;
  background: url(../img/arrow-s.svg) no-repeat left top;
  background-size: 27px 11px;
  transition: all 0.1s ease;
}
.consultation-pickup__box a:hover{
  opacity: 0.9;
  text-decoration: none;
}
.consultation-pickup__box a:hover::before{
  background-position: 5px top;
}
.consultation-pickup__ttl{
  margin: 0 0 10px;
  color: var(--nikken-red);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
}
.consultation-pickup__ttl span{
  padding-bottom: 10px;
  display: 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;
}
.ksk-info{
  background: var(--bg-color-light);
  font-size: 1.5rem;
}
.ksk-info__box{
  padding: 50px 25px;
}
.ksk-logo{
  margin: 0 0 15px;
}
.ksk-logo a{
  transition: all 0.2s ease;
}
.ksk-logo a:hover{
  opacity: 0.8;
}
.ksk-logo img{
  max-width: 100%;
  height: auto;
}
.ksk-list{
  margin: 5px 0 0;
  display: flex;
}
.ksk-list li{
  margin: 0 20px 0 0;
}
.ksk-list li a{
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(#9c9c9c 0 0) 0 100% / var(--d, 0) 1px no-repeat;
  color: #333;
  font-size: 1.4rem;
  transition: opacity 0.3s ease;
}
.ksk-list li a::before{
  content: ' ';
  margin: 0 5px 0 0;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a8696;
  border-left: 1px solid #7a8696;
  transform: rotate(135deg);
}
.ksk-list li a img{
  vertical-align: middle;
}
.ksk-list li a:hover{
  opacity: 0.7;
  --d: 100%;
}

.fotter-content-nav{
  padding: 50px;
  background-color: #fff;
}
.fotter-nav__wrap{
  padding: 25px 15px;
  background-color: #242b37;
  text-align: center;
}
.footer-nav__list{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list a{
  padding: 5px 10px;
  display: flex;
  align-items: center;
  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;
}
@media screen and (min-width: 1024px){
 /* 問い合せ */
  .consultation{
    padding: 50px 0 0;
  }
  .consultation__ttllv1 span{
    padding: 0 100px 20px;
  }
  .callcenter_cont{
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .consultation-pickup{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .consultation-pickup__box{
    margin: 0 15px;
    width: 40%;
  }
  .consultation-pickup__box a{
    padding: 30px;
  }
  .consultation-pickup__ttl{
    font-size: 2.5rem;
  }
  .consultation-pickup__ttl span{
    padding-right: 5px;
    display: inline-block;
  }
  .callcenter-tel{
    font-size: 3.8rem;
  }
}


/*---------------------------------------------
	youtube枠
---------------------------------------------*/
/*** youtube枠 ***/
.movie_cont{
	max-width: 790px;
	margin: 40px auto;
	padding: 20px;
 overflow: hidden;
 border: 1px solid #ccc;
}
.movie_cont h3,
.movie_cont_ttl{
	margin-top: 0;
	padding: 0 0 5px 25px;
 margin-bottom: 5px;
 border-bottom: 1px solid #ddd;
 font-size: 1.4rem;
 position: relative;
}
.movie_cont h3::before,
.movie_cont_ttl::before{
	content: '';
 width: 18px;
 height: 17px;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -26px;
 background-size: 150px 150px;
 position: absolute;
 top: 0;
 left: 0;
}
.movie_time{}
.movie_time::before{
	content: '';
 margin: 0 3px 0 0;
 width: 11px;
 height: 11px;
 display: inline-block;
 background: url(/nikken/guidance/img/guidance_arrow_ico.png) no-repeat left -43px;
 background-size: 150px 150px;
}
.video_cont{
	position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 box-sizing: border-box;
}
.video_cont iframe,
.video_cont object,
.video_cont embed{
	position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/***Coming Soon***/
.movie_coming{
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	padding: 2em;
	border: solid 1px #ccc;
	background-color: #fff;
}
.movie_coming .coming_area{
	font-size: 1.5em;
	text-align: center;
	padding: 2em;
	background-color: #ccc;
}
.movie_coming .coming_area .icon_play{
	display: inline-block;
	color: #fff;
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: #e50012;
	transform: rotateZ(90deg);
}

/*****
講座一覧調整
*****/
.course_info_cont{
	width: 94%;
	max-width: 1200px;
	line-height: 1.6;
	margin: 0 auto;
	padding: 4em 0;
}

.course_info_cont .table_price ul li{
	font-size: 1.65rem;
	line-height: 1.2;
}

.table_price span{
	font-size: 0.8em;
	line-height: 1.3;
}

/*****
合格者インタビュー調整
*****/
.message_section{
	font-size: 1.4rem;
	line-height: 1.6;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*---------------------------------------------
	リセット
	---------------------------------------------*/
	html{
		font-size: 62.5%;
	}
	
	/*---------------------------------------------
	共通
	---------------------------------------------*/
	.sp_only,
	.br_sp{
		display: none;
	}
	
	.flex_pc{
		display: flex;
	}
	.flex_between_pc{
		display: flex;
		justify-content: space-between;
	}
	.flex_center_pc{
		display: flex;
		justify-content: center;
	}
	.flex_around_pc{
		display: flex;
		justify-content: space-around;
	}
	
	.items_start_pc{
		align-items: flex-start;
	}
	.items_end_pc{
		align-items: flex-end;
	}
	.items_center_pc{
		align-items: center;
	}
	
	.row_reverse_pc{
		flex-direction: row-reverse;
	}
	
	.shrink0_pc{
		flex-shrink: 0;
	}
	.grow1_pc{
		flex-grow: 1;
	}
	
	.cmt_txt{
		font-size: 2rem;
	}
	.cmt_txt .cmt_txt_in{
		display: inline-block;
		position: relative;
	}
	.cmt_txt .cmt_txt_in::before,
	.cmt_txt .cmt_txt_in::after{
		content: '';
		display: block;
		width: 1em;
		height: 100%;
		position: absolute;
		top: 0;
	}
	.cmt_txt .cmt_txt_in::before{
		right: 100%;
		background-image: linear-gradient(to right top, transparent 0, transparent 45%, #858585 calc(45% + 1px), #858585 calc(45% + 3px), transparent calc(45% + 4px), transparent 100%);
	}
	.cmt_txt .cmt_txt_in::after{
		left: 100%;
		background-image: linear-gradient(to right bottom, transparent 0, transparent 45%, #858585 calc(45% + 1px), #858585 calc(45% + 3px), transparent calc(45% + 4px), transparent 100%);
	}
	
	/*****
	バナーエリア
	*****/
	.btn_bn_area .btn_banner{
		max-width: 714px;
		margin: 0 auto;
	}
	.btn_bn_area.flex_between_pc .btn_banner{
		width: 49.5%;
		max-width: 476px;
		margin: 0;
	}
	
	
	/*---------------------------------------------
	ヘッダー
	---------------------------------------------*/
	#site_header{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*---------------------------------------------
	リセット
	---------------------------------------------*/
	html{
		font-size: 62.5%;
	}
	
	/*---------------------------------------------
	共通
	---------------------------------------------*/
	.pc_only,
	.br_pc{
		display: none;
	}
	
	.btn_normal,
	.btn_close,
	.btn_no_link,
	.btn_download a{
		font-size: 1.6rem;
	}
	
	.btn_movie{
		font-size: 1.6rem;
		width: 94%;
	}
	.btn_movie a{
		padding: 0.5em;
	}
	
	.wrap{
		overflow: hidden;
	}
	
	.cmt_txt{
		font-size: 1.6rem;
	}
	.cmt_txt .cmt_txt_in{}
	
	
	/*スクロールボックス*/
	.inner_scroll{
		width: 100%;
		margin: 1em auto;
		padding: 2em 0.5em;
		border: solid 1px #aaa;
		overflow-x: scroll;
		background-image: url("/nikken/guidance/img/swipe.png"),url("/nikken/guidance/img/swipe.png");
		background-repeat: no-repeat;
		background-size: auto 1.5em;
		background-position: left 0.25em top 0.25em, right 0.25em bottom 0.25em;
	}
	.inner_scroll > table{
		max-width: 970px;
		min-width: 500px;
	}
	
	/*****
	バナーエリア
	*****/
	.btn_bn_area .btn_banner{
		margin-top: 1em;
	}
	.btn_bn_area .btn_banner:first-of-type{
		margin-top: 0;
	}
	
	/*---------------------------------------------
	ヘッダー
	---------------------------------------------*/
	#small_header_logo{
		display: inline-block;
		width: 25%;
	}
	
	.small_header_menu{
		font-size: 1.2rem;
		border-top: solid 1px #ddd;
		margin-top: 0.5em;
		padding-top: 0.5em;
	}
	.small_header_menu .small_header_list{
		justify-content: flex-end;
	}
	
	/*---------------------------------------------
	フッター
	---------------------------------------------*/
	#footer{
		line-height: 1.2;
	}
	#footer_nav{
		text-align: left;
	}
	#footer small{
		font-size: 0.85em;
	}
	
	/*---------------------------------------------
	youtube枠
	---------------------------------------------*/
	.movie_cont{
		margin: 20px 0 20px;
  padding: 15px;
	}
	
	/*****
	講座一覧調整
	*****/
	.course_info_cont{
		padding: 2em 0;
	}
	
}