@charset "utf-8";

/* =============================================
	共通
============================================= */
/*---------------------------------------------
	リセット
---------------------------------------------*/
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;
  background: transparent;
  outline: 0;
  vertical-align: baseline;
}
html, body{
  min-width: 1000px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{
  background-color: #fff;
}
body, ul, li, ol{
  font-size: 1.3rem;
  line-height: 1.6;
}
h1, h3, h4, h5, h6, dl{
  font-size: 1.3rem;
  line-height: 1.3;
}
h2, dl{
  font-size: 2.2rem;
  line-height: 1.3;
}
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: #06c;
}
a:link{
  text-decoration: none;
}
a:visited{
  color: #432189;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a:active{
  text-decoration: underline;
}
/*---------------------------------------------
	body
---------------------------------------------*/
body{
  position: relative;
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, th, strong{
  color: #555;
}
.wrap, .wrap_w{
  position: relative;
}
/*---------------------------------------------
	パンくず
---------------------------------------------*/
#path{
  margin: 0 auto 0;
  padding: 10px 0;
  width: 970px;
  border-bottom: 1px dotted #d3d3d3;
  color: #848484;
  font-size: 1.12rem;
  text-align: left;
}
/*---------------------------------------------
	main
---------------------------------------------*/
#content_main{
  position: relative;
}
/*---------------------------------------------
	汎用
---------------------------------------------*/
/* --- 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;
  color: #2782c3;
  font-weight: bold;
}
.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) '）';
  margin: 0 5px 0 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  text-align: center;
  counter-increment: li;
}
ol.decimal > li ol.decimal > li:before{
  content: counter(li)'.';
}
ol.disc > li, ul.disc > li{
  margin: 0 0 5px 17px;
  list-style-type: disc;
}
td ol.disc > li, td ul.disc > li{
  margin: 0 0 3px 17px;
  line-height: 1.3;
}
.inline_list li{
  display: inline-block;
}
ol.parentheses > li, ul.parentheses > li{
  padding-left: 2em;
  text-indent: -2em;
  counter-increment: marunum;
}
ol.parentheses > li::before, ul.parentheses > li::before{
  content: '('counter(marunum)')';
  margin-right: 0.25em;
}
/* 定義リスト */
.simple_dl{
  margin: 0 0 0;
  overflow: hidden;
}
.simple_dl dt{
  margin: 5px 0 0 0;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 15%;
  background-color: #ecf2f5;
  text-align: center;
  line-height: 1.5;
}
.simple_dl dd{
  margin: 5px 0 0 1%;
  padding: 5px 0 5px 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 83%;
  border-top: 1px dotted #bfbfbf;
  line-height: 1.5;
}
.simple_dl dt:first-child, .simple_dl dd:nth-child(2){
  margin-top: 0;
  border-top: none;
}
/* --- リンク --- */
.h_opacity a, a.h_opacity{
  display: block;
}
.h_opacity a:hover, a.h_opacity:hover{
  opacity: 0.8;
  text-decoration: none;
}
/* リンク用矢印 */
.link_arrow, .link_list li{
  padding-left: 10px;
  position: relative;
}
.btn:hover{
  opacity: 0.8;
}
/* --- 上付き文字 --- */
sup{
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}
/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.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_indent1 li, .note_indent2 li{
  margin: 0 0 5px;
}
.note_indent1 .link_arrow{
  padding-left: 10px;
}
.table_basic .note_indent1 li, .note_indent2 li{
  margin: 0 0 3px;
  line-height: 1.3;
}
/* ※付き外部サイト案内 */
.site_info, .simple_section .site_info{
  margin: 0 0 5px;
}
.site_info_link, .simple_section .site_info_link{
  padding-bottom: 10px;
}
/* --- アイコン --- */
/* 外部サイト */
.outsite:after{
  content: ' ';
  margin: 0 0 0 5px;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left -28px;
  background-size: 150px 150px;
}
.outsite_w:after{
  content: ' ';
  margin: 0 0 0 5px;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left -39px;
  background-size: 150px 150px;
}
/* pdf */
.pdf_mark:after{
  content: ' ';
  margin: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 17px;
  height: 17px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -14px 0;
  background-size: 150px 150px;
  vertical-align: middle;
}
/* テーブル
-----------------------------------*/
/* --- テーブル内リセット --- */
table{
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
table strong{
  color: inherit;
}
caption{
  margin: 0 0 5px;
}
/* --- 基本のテーブル --- */
.table_basic{
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
.table_basic th, .table_basic td{
  padding: 7px;
  border: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.4;
}
.table_basic th{
  padding: 7px;
  background-color: #8ca5b7;
  color: #fff;
  font-weight: normal;
}
.table_basic th.color2, .table_basic td.color2{
  background-color: #f4f4f4;
}
.simple_section .table_basic p, .table_basic p{
  margin-bottom: 5px;
  line-height: 1.3;
}
.simple_section .table_basic p:nth-last-of-type(1), .table_basic p:nth-last-of-type(1){
  margin-bottom: 0;
}
.table_basic p.link_arrow:before{
  margin: 0;
  top: 0.4em;
  bottom: auto;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left -14px;
  background-size: 150px 150px;
}
.table_basic .v_middle{
  vertical-align: middle;
}
/* --- 縦線無（thのみ白線） --- */
.none_vertical{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.none_vertical th{
  padding: 5px;
  border-right: 1px solid #ccc;
  background: #e6e6e6;
}
.none_vertical th, .none_vertical td{
  padding: 7px;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: 1px solid #ccc;
  border-left: none;
}
/* --- セルの色 --- */
table .cellColor1{
  background: #8ca5b7 none;
  color: #fff;
  font-weight: normal;
}
table .cellColor2{
  background: #eaeaea none;
  color: #403f41;
  font-weight: normal;
}
table .cellColor3{
  background: #f8fcde none;
  color: #403f41;
  font-weight: normal;
}
table .cellColor4{
  background: #cff0f7 none;
  color: #403f41;
  font-weight: normal;
}
table .cellColor5{
  background: #fff none;
  color: #403f41;
  font-weight: normal;
}
.cellstrongColor1{
  background: #ffa none;
}
.cellstrongColor2{
  background: #ffd8d8 none;
  color: #f00;
}
.cellstrongColor3{
  background: #dfecff none;
  color: #00f;
}
/* --- clearfix --- */
#service_list:after, .clearfix:after{
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.sp_only, .br_sp{
  display: none;
}
.pc_only, .br_pc{
  display: inline-block;
}
/* 余白 */
.mt10{
  margin-top: 10px;
}
.data_box{
  margin-top: 5px;
}
/*---------------------------------------------
	ボトム
---------------------------------------------*/
/* コンテンツ枠 */
#content_wrap{
  margin: 0 auto;
  padding: 20px 0;
  width: 970px;
}
#index_header{
  padding: 25px 0;
  position: relative;
}
#index_header:after{
  content: ' ';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left, #e5a9a9 0%, #e04536 20%, #e04536 50%, #e04536 80%, #e5a9a9 100%);
  background: linear-gradient(to right, #e7e7eb 0%,#bababa 20%,#bababa 80%,#e7e7eb 100%);
}
#main_ttl{
  margin: 0 auto;
  position: relative;
  max-width: 970px;
  height: 100%;
}
#main_ttl:after{
  content: ' ';
  position: absolute;
  z-index: 10;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e04536;
}
#main_ttl h1{
  padding: 0;
  color: #fff;
  font-size: 3.4rem;
}

.ttl{
  margin: 0 auto 2px;
  padding: 22px 0 0;
  box-sizing: border-box;
  position: relative;
  width: 970px;
  height: 70px;
  border-bottom: 2px solid #e04536;
  color: #db2424;
  font-size: 2.2rem;
}
.ttl a{
  display: block;
  color: #db2424;
}
.ttl a:hover{
  text-decoration: none;
}
.ttl span{
  font-size: 0.8em;
}
/* グローバル以外のコンテンツのトップ見出し */

.content_top .ttl{
  padding: 35px 0 0;
  height: 100px;
}
/* --- 見出し --- */
.ttl_lv1{
  margin: 0 0 15px;
  padding: 18px 10px 18px 20px;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f3f5f6;
  font-size: 1.6rem;
}
.ttl_lv1:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #e04536;
}
.ttl_lv2{
  margin: 0 0 10px;
  padding: 13px;
  background-color: #e1e8eb;
  color: #575f64;
  font-size: 1.6rem;
}
.ttl_lv3{
  margin: 0 0 10px;
  padding: 10px 0 10px 13px;
  position: relative;
/* border-left: 5px solid #79858d; */
  border-bottom: 1px solid #d6d6d6;
  color: #575f64;
  font-size: 1.55rem;
}
.ttl_lv3:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 70%;
  border-radius: 5px;
;
  background: -webkit-linear-gradient(top, #6f2a2a 0%,#5f2323 100%);
  background: linear-gradient(to bottom, #efefef 0%,#ccc 100%);
}
.ttl_lv4{
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  color: #575f64;
  font-size: 1.5rem;
}
.ttl_lv5{
  margin: 0 0 5px;
  padding-bottom: 5px;
  color: #575f64;
  font-size: 1.5rem;
}
.ttl_lv5:before{
  content: '●';
  padding-right: 5px;
  display: inline-block;
}
/* --- 区切り --- */
.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, h1 + .text_breaks, h2 + .text_breaks, h3 + .text_breaks, h4 + .text_breaks, h5 + .text_breaks, h6 + .text_breaks{
  margin-top: 20px;
}
/* --- リード --- */
/* コンテンツのTOP */
.content_lead{
  margin: 0 auto;
  padding: 0 0 20px;
  width: 970px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.lead_ttl{
  margin: 0 0 10px;
  color: #e04536;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.lead_cont, .lead p{
  font-size: 1.4rem;
}
.simple_section .lead_ttl{
  font-size: 1.5rem;
  line-height: 1.4;
}
.simple_section .lead_ttl + p{
  margin-top: -10px;
}
.ttl_img{
  margin-bottom: 10px;
}
.text_group{
  margin: 10px 0 20px;
}
.note_cont{
  padding: 10px;
  background-color: #efefef;
}
.img_cont{
  margin-bottom: 10px;
}
/* --- 2段組み main --- */
#main{
  float: left;
  width: 700px;
}
#content_header{
  margin-bottom: 10px;
  padding: 10px 20px;
  position: relative;
  border-top: 3px solid #e04536;
  background: url(../img/p_1.png) repeat left top, linear-gradient(to bottom, #f0f4f7 0%,#e8edf1 100%);
}
#content_header .content_name{
  color: #555;
  font-size: 2.2rem;
  vertical-align: middle;
}
#content_header .content_name:first-child{
  padding-top: 5px;
}
/* 内容 */
#content{
  margin: 15px auto 0;
  max-width: 970px;
}
.lead{
  margin-bottom: 10px;
}
.note_box, #main .note_box{
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  clear: both;
  border: 1px solid #ddd;
}
/* 基本section */
.simple_section{
  padding: 15px 0 20px;
}
.simple_section > section{
  padding: 15px 0 30px;
  overflow: hidden;
}
.simple_section > section:last-child{
  padding-bottom: 0;
}
.simple_section p{
  margin-bottom: 15px;
  line-height: 1.7;
}
.simple_section p.mb_s{
  margin-bottom: 5px;
}
.simple_section ul + h2, .simple_section ul + h3, .simple_section ul + h4, .simple_section ul + h5, .simple_section ul + h6, .simple_section ol + h2, .simple_section ol + h3, .simple_section ol + h4, .simple_section ol + h5, .simple_section ol + h6{
  margin-top: 20px;
}
#content_wrap .simple_section:first-child{
  padding-top: 0;
}
.simple_section p + p.link_text{
  margin-top: -10px;
}
/* --- 2段組み aside --- */
#aside_nav{
  position: relative;
  float: right;
  width: 220px;
}
#side{
  overflow: visible;
  width: 220px;
  background: #fff;
}
.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;
  position: relative;
  color: #676060;
  font-size: 1.3rem;
}
.side_nav_list li a:before{
  content: ' ';
  margin: 0;
  display: block;
  position: absolute;
  top: 0.8em;
  left: -7px;
  width: 4px;
  height: 7px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat 0 -70px;
  background-size: 150px 150px;
  vertical-align: middle;
}
.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{
  background-color: #ffebeb;
  color: #333;
  text-decoration: none;
}
.side_nav_list li ul{
  padding: 0;
}
.side_nav_list li li a{
  padding: 2px 10px 2px 15px;
}
.side_nav_list .current ul{
  display: block;
  border-top: 2px solid #fff;
  background-color: #f8f3f3;
}
.side_nav_list li ul{
  display: none;
}
.side_nav_list .current_parent ul{
  display: block;
  border-top: 2px solid #fff;
  background-color: #f8f3f3;
}
.side_nav_list .current li, .side_nav_list .current_parent li{
  margin: 0;
  border-bottom: 1px dotted #ccc;
}
.side_nav_list .current li a, .side_nav_list .current_parent li a{
  padding: 5px 0 5px 25px;
}
.side_nav_list .current li a:before, .side_nav_list .current_parent ul li a:before{
  left: 15px;
}
/* 申込 */
.apply_cont{
  margin: 0 0 10px;
  padding: 10px 15px 8px;
  border: 2px solid #e5e5e5;
  font-size: 1.2rem;
}
.apply_cont h2{
  margin: -10px -15px 15px;
  padding: 13px 5px 8px 60px;
  min-height: 20px;
  background: #cfd6da url(/nikken/img/btn_apply_ttl_bg.png) no-repeat 5px 5px;
  color: #686d71;
  font-size: 1.5rem;
}
.apply_note{
  margin: 10px 0 0;
  font-size: 1.1rem;
}
.apply_cont_attention{
  margin: 0 0 10px;
  color: #6a6a6a;
  font-size: 1.2rem;
  line-height: 1.5;
}
.apply_btn a{
  margin: 0 0 5px;
  padding: 10px 20px 10px 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 3px solid #fff;
  background: -webkit-linear-gradient(top, #93ca5c 0%,#7cc035 100%);
  background: linear-gradient(to bottom, #93ca5c 0%,#7cc035 100%);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.apply_btn a:after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -17px -21px;
  background-size: 150px 150px;
}
.apply_btn a:hover{
  position: relative;
  top: 1px;
  left: 1px;
  opacity: 0.8;
  text-decoration: none;
}
.close_btn, .simple_close_btn span{
  margin: 0 0 5px;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: 3px solid #fff;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  color: #afafaf;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.simple_close_btn{
  text-align: center;
}
.simple_close_btn span{
  padding: 13px 30px;
  display: inline-block;
  min-width: 260px;
  width: auto;
  color: #a3a3a3;
  font-size: 1.5rem;
}
/* プレゼント、申込みボタン */
.simple_btn, .present_btn{
  text-align: center;
}
.simple_btn a, .present_btn a{
  margin: 0 0 5px;
  padding: 10px 20px 10px 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 320px;
  border: 3px solid #fff;
  background: -webkit-linear-gradient(top, #93ca5c 0%,#7cc035 100%);
  background: linear-gradient(to bottom, #93ca5c 0%,#7cc035 100%);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.simple_btn a:after, .present_btn a:after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -17px -21px;
  background-size: 150px 150px;
}
.simple_btn a:hover, .present_btn a:hover{
  position: relative;
  top: 1px;
  left: 1px;
  opacity: 0.8;
  text-decoration: none;
}
#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;
  display: block;
  position: relative;
  background-color: #e04536;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
}
#side h3 a{
  margin: auto 0;
  padding: 3px 0 0 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 1.7em;
  border-left: 1px solid #ed6161;
  background: url(/nikken/guidance/img/side_nav_list_arrow2.png) no-repeat 7px center;
  color: #f2c0c0;
  font-size: 1.3rem;
  vertical-align: middle;
}
#side h3 a.content_top{
  padding: 0;
  position: static;
  height: auto;
  border: none;
  background: none;
  color: #fff;
  font-size: 1.5rem;
}
#side h3 a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.aside_ttl_lv1{
  margin: 10px 0 5px;
  font-size: 1.4rem;
}
.aside_ttl_lv2{
  margin: 0;
  padding: 10px 0 10px 13px;
  position: relative;
  background-color: #f3f3f3;
  font-size: 1.5rem;
}
.aside_ttl_lv2:before{
  content: ' ';
  margin: auto 3px auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 3px;
  height: 1em;
  background-color: #f26666;
}
.aside_ttl_lv3{
  margin: 3px 0 0;
  padding: 5px 0 5px 10px;
  position: relative;
  font-size: 1.4rem;
}
.aside_ttl_lv3:before{
  content: ' ';
  margin: auto 2px auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 2px;
  height: 1.2em;
  background-color: #cbcbcb;
}
.nav_grp{
  margin: 0 0 15px;
}
.nav_note{
  font-size: 1.2rem;
}
/* 年度別申込みボタン */
.apply_year_cont{
  margin: -12px 0 10px;
  padding: 5px 15px 5px;
  border: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.2rem;
}
.apply_year_box{
  padding: 10px 0 0;
  display: none;
}
/* 特殊コンテンツ */
.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;
}
#side .side_info .info_txt{
  margin: 5px 0 0;
  color: #7e7e7e;
  font-size: 1.2rem;
  line-height: 1.3;
}
/* clearfix */
.float_wrap:after, .simple_section:after, #content_wrap:after{
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

/* ===========================================
	印刷
=========================================== */
@media print{
  html{
    font-size: 61%;
  }
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  html{
    font-size: 62.5%;
  }
  .ttl:after{
    content: ' ';
    position: absolute;
    z-index: 10;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e04536;
  }
}
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  html,   body{
    min-width: 0;
    width: 100%;
  }
  html{
    font-size: 62.5%;
  }
  body{
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
  }
  .wrap,   .wrap_w{
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  /*---------------------------------------------
		パンくず
	---------------------------------------------*/
  #path{
    padding: 5px;
    display: none;
    width: 100%;
    font-size: 1.0rem;
  }
  .content_lead{
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.5rem;
  }
  /*---------------------------------------------
		汎用
	---------------------------------------------*/
  .sp_f_none,   img.sp_f_none{
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
  }
  .sp_f_small{
    max-width: 120px;
  }
  caption{
    text-align: left;
  }
  .sp_only,   .br_sp{
    display: inline-block;
  }
  .pc_only,   .br_pc{
    display: none;
  }
  main img{
    max-width: 100%;
    height: auto;
  }
  /* 定義リスト */
  .simple_dl dt{
    padding: 5px 0;
    float: none;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    background-color: transparent;
    text-align: left;
  }
  .simple_dl dt:before{
    content: ' ';
    margin-right: 5px;
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #ccc;
    vertical-align: middle;
  }
  .simple_dl dd{
    margin: 5px 0 0;
    box-sizing: border-box;
    float: none;
    width: 100%;
    border: none;
    text-align: left;
  }
  /* 余白 */
  .data_box{
    margin-top: 10px;
  }
  /*---------------------------------------------
	ボトム
	---------------------------------------------*/
  .content_lead{
    margin: 0 auto;
    padding: 0 0 10px;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  #content_wrap,   #main{
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  #content_wrap{
    padding: 15px 10px 0;
  }
  .lead_ttl{
    font-size: 1.6rem;
  }
  .ttl_lv1{
    margin-bottom: 10px;
    padding: 10px 10px 10px 15px;
  }
  /* --- 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{
    margin: 15px -10px 0;
    float: none;
    width: auto;
  }
  #side{
    margin: 0;
    float: none;
    width: 100%;
  }
  .side_nav_list li a{
    padding: 5px 10px 5px 18px;
    font-size: 1.4rem;
  }
  .side_nav_list li a:before{
    left: -6px;
  }
  .apply_cont{
    margin: 0 10px 10px;
    position: relative;
  }
  #aside_nav .apply_cont:before{
    content: ' ';
    margin: 0 -3% 10px;
    position: absolute;
    top: -15px;
    left: 0;
    width: 106%;
    height: 1px;
    border-top: 1px solid #ddd;
  }
  .side_cont p{
    margin: 0 5px;
  }
  #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 10px;
  }

  /* 年度別申込みボタン */
  .apply_year_cont{
    margin: -12px 10px 10px;
  }
  /* プレゼント、申込みボタン */
  .simple_btn a,   .present_btn a,   .simple_close_btn span{
    margin: 0 auto;
    max-width: 98%;
  }
  /* 特殊コンテンツ */
  .side_info{
    margin: 0 3% 5px;
    padding: 10px;
    border: 2px solid #e0e0e0;
  }
}
/* over max-width----------------------------- */
@media screen and (min-width: 768px) and (max-width: 1200px){
  #request{
    right: 5px;
  }
  #apply{
    right: 146px;
  }
  #main_ttl{
    max-width: 1200px;
  }
  #main_ttl h1{
    margin: 0 auto;
    width: 970px;
  }
  .ttl{
    margin: 0 auto;
    width: 970px;
  }
  .ttl:after{
    background: #e04536;
  }
  /*****
	項目リンク
	*****/
  .ttl_content{
    font-size: 1.6rem;
  }
}
