@charset "utf-8";

/* =============================================
	独立コンテンツ 共通
============================================= */
:root{
  --nikken-red: #db2b32;
  --nikken-red_dark: #c40008;
  --btn-color: #2293b9;
  --apply-btn-color: #65b615;
  --apply-btn-color2: #59a310;
  --bg-color: #004d70;
  --bg-color-light: #e1e7ee;
  --bg-color-light2: #f0f2f5;
  --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;
  background: transparent;
  outline: 0;
  vertical-align: baseline;
}
html,
body{
  min-width: 970px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html{
  background-color: #fff;
}
body,ul,li,ol{
  font-size: 1.5rem;
  line-height: 1.6;
}
h1,h2,h3,h4,h5,h6,dl{
  font-size: 1.5rem;
  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: var(--link-color);
}
a:link{
  text-decoration: none;
}
a:visited{
  color: #432189;
  text-decoration: none;
}
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;
  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{
  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;
}
/*---------------------------------------------
	header
---------------------------------------------*/
#site_header{
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
#small_header_logo_cont{
  display: inline-block;
  vertical-align: middle;
}
#small_header_logo_cont img{
  width: 120px;
  height: auto;
  vertical-align: middle;
}
#small_header_logo_cont a{
  display: block;
}
#small_header_logo_cont a:hover{
  opacity: 0.8;
  text-decoration: none;
}
#small_header_logo{
  margin: 0 5px 0 0;
  padding: 8px 0 0;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
/***** 50th *****/
#small_header_logo_cont{
  position: relative;
}
#small_header_logo_cont #link50th{
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 125px;
  width: 60px;
  height: 48px;
  text-indent: -100%;
}
#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;
  position: relative;
  color: #333;
}
.small_header_menu a:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  width: 14px;
  height: 14px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left 0;
  background-size: 150px 150px;
}
/*---------------------------------------------
	パンくず
---------------------------------------------*/
#path{
  margin: 0 auto 0;
  padding: 8px 0;
  width: 970px;
  border-bottom: 1px solid #efefef;
  color: #848484;
  font-size: 1.12rem;
  text-align: left;
}
/*---------------------------------------------
	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{
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
/* --- 2段組み main --- */
#main{
  float: left;
  width: 640px;
}
/* --- 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: 5px;
  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{
  display: none;
}
.side_nav_list .current ul{
  display: block;
  border-top: 1px solid #ccc;
  border-left: 3px solid #ff7979;
  background-color: #fdfdfd;
}
.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{
  display: block;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
#pamphlet_btn a{
  width: 220px;
  height: 38px;
  background: url(/nikken/guidance/img/btn_aside_pamphlet.png) no-repeat left top;
}
.side_btn:hover{
  position: relative;
  top: 1px;
  left: 1px;
  opacity: 0.8; /*通常*/
  -ms-filter: 'alpha(opacity=80)'; /*IE8*/
}
.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;
  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:hover{
  opacity: 0.7; /*通常*/
  text-decoration: none;
  -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;
  position: relative;
  background-color: #f3f3f3;
  font-size: 1.5rem;
}
#side h5:before{
  content: ' ';
  margin: auto 3px auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 3px;
  height: 1em;
  background-color: #f26666;
}
/* 特殊コンテンツ */
.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;
  display: block;
  position: relative;
  border: 1px solid #b1b1b1;
  color: #777;
  text-align: center;
}
.anchor_path li a:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 15px;
  height: 100%;
  background: url(../img/anchor_arrow.jpg) no-repeat left center;
}
.anchor_path li a:hover{
  border: 1px solid #e64e4e;
  opacity: 0.7;
  text-decoration: none;
}
/* clearfix */
#content_wrap:after{
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 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{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5em;
}
#footer a,
#footer a:visited{
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
#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;
  position: relative;
  font-size: 1.2rem;
}
#footer_nav li a:before{
  content: ' ';
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  vertical-align: middle;
  transform: rotate(135deg);
}
#footer_nav li a:hover{
  opacity: 0.8;
}
small{
  display: block;
  text-align: center;
}
/*---------------------------------------------
	汎用
---------------------------------------------*/
/* --- 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-left: 17px;
  list-style-type: disc;
}
.inline_list li{
  display: inline-block;
}
/* 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;
}
/* リンク用 */
.link_arrow a{
  padding: 0 0 0 15px;
  display: inline-block;
  position: relative;
}
.link_list li a{
  padding: 0 0 0 15px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.link_arrow a::before,
.link_list li a::before{
  content: ' ';
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  vertical-align: middle;
  transform: rotate(135deg);
}
.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;
  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{
  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;
}
.nikken_btn a:hover{
  position: relative;
  top: 1px;
  left: 1px;
  opacity: 0.8;
  text-decoration: none;
}
/* クローズボタン */
.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;
  width: auto;
  color: #a3a3a3;
  font-size: 1.5rem;
}
/* --- 上付き文字 --- */
sup{
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}
/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.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;
  display: inline-block;
  width: 12px;
  height: 11px;
  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;
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left -39px;
  background-size: 150px 150px;
}
/* テーブル
-----------------------------------*/
/* --- テーブル内リセット --- */
table{
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
/* --- 基本のテーブル --- */
.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;
}
.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{
  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 .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;
}
.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;
  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: var(--bg-color-light);
  color: #575f64;
  font-size: 1.6rem;
}
.ttl_lv3{
  margin: 0 0 10px;
  padding: 10px 0 10px 13px;
  position: relative;
  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{
  margin-top: 25px;
}
/* --- 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;
}
.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{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.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;
  width: auto;
}

/* ===========================================
	MediaQueries
=========================================== */
/* over max-width----------------------------- */
@media screen and (min-width: 768px) and (max-width: 1200px){
  #logo{
    overflow: hidden;
    width: 155px;
  }
  #global_nav_list{
    margin-left: 155px;
  }
  #request{
    right: 5px;
  }
  #apply{
    right: 146px;
  }
}
/* スマホ----------------------------- */
@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%;
  }
  /*---------------------------------------------
		header
	---------------------------------------------*/
  #site_header{
    padding: 15px 10px;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  #path{
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.15rem;
    line-height: 1.4;
  }
  .nikken_message{
    display: none;
  }
  /*---------------------------------------------
		パンくず
	---------------------------------------------*/
  #path{
    padding: 5px 10px;
    width: 100%;
    font-size: 1.0rem;
  }
  .content_lead{
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.5rem;
  }
  /*---------------------------------------------
		foot
	---------------------------------------------*/
  #callcenter{
    padding-right: 10px;
    position: relative;
    background-size: 6px auto;
  }
  #callcenter:before{
    content: ' ';
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 7px;
    background: url(/nikken/img/cmn_arrow_ico.png) no-repeat left -14px;
    background-size: 150px 150px;
  }
  #call_num img{
    margin: 0 auto 5px;
    display: block;
  }
  #callcenter_ttl{
    margin: 0 auto;
    display: block;
    width: 180px;
    height: auto;
  }
  #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;
    box-sizing: border-box;
    width: auto;
    text-align: center;
  }
  #footer_info ul li{
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
  }
  #footer_info ul a{
    padding: 5px 10px 8px 5px;
    box-sizing: border-box;
    width: 100%;
  }
  small{
    box-sizing: border-box;
    width: 100%;
  }
  .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{
    box-sizing: border-box;
    float: none;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  #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{
    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: 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{
    position: relative;
    width: 100%;
  }
  .pamphlet_btn a{
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 3px solid #badde6;
    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;
    box-sizing: border-box;
    float: none;
    width: 100%;
    border: 1px solid #b1b1b1;
    background-color: #fff;
  }
  .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{
    max-width: 1024px;
    width: 90%;
  }
  #footer_nav{
    margin: 0 auto;
    padding: 5px 0 10px;
    max-width: 1024px;
    width: 90%;
  }
  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;
  }
}

@charset "utf-8";


/* =============================================
	フォーム cmn
============================================= */
/*---------------------------------------------
	ヘッダー
---------------------------------------------*/
#small_header_logo_cont img{
  width: auto;
  height: 24px;
  vertical-align: middle;
}
/*---------------------------------------------
	フォーム部品
---------------------------------------------*/
.input-btn a,
.zipcode-button{
  margin: 0 0.6em 0 0.2em;
  padding: 0.5em 0.8em;
  display: inline-block;
  border: none;
  border-radius: 3px;
  background: linear-gradient(to bottom, var(--apply-btn-color)  0%, var(--apply-btn-color2) 100%);
  box-shadow: -1px -1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(0,0,0,0.1);
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease;
}
.zipcode-button:visited{
  color: #fff;
}
.customer_info_edit{
  margin-top: 0;
  padding: 0;
  padding: 0.5em 1.2em 0.5em 0.5em;
  display: inline-block;
  border: none;
  border: 1px solid #fff;
  border-radius: 2px;
  border-radius: 5px;
  background-color: transparent;
  background-color: var(--apply-btn-color2);
  outline: none;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
}
.customer_info_edit::before{
  content: '▶';
  margin-left: 0;
  padding-right: 0.3em;
  padding-left: 0.5em;
  position: relative;
  top: -1px;
  font-size: 0.7em;
  vertical-align: middle;
}
.customer_info_edit:visited{
  color: #225250;
}
#clear_card_number_button{
  margin: 0.2em 0.6em 0.2em 0.2em;
  padding: 0.4em 0.8em;
  display: inline-block;
  border: none;
  background: #95b4ad;
  box-shadow: 2px 2px 4px #94ad7a;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#clear_card_number_button:visited{
  color: #fff;
}
.form-btn a:hover,
input[type=button]:hover,
#clear_card_number_button:hover,
.customer_info_edit:hover,
.zipcode-button:hover,
.touch{
  opacity: 0.7;
  text-decoration: none;
}
/* カート */
#cart,
.cart_button{
  padding: 2px 20px 2px 17px;
  display: inline-block;
  min-width: 5.0em;
  border-radius: 15px;
  background-color: #e7edee;
  text-align: center;
}
#cart a,
.cart_button a{
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
}
#cart a:before,
.cart_button a:before{
  content: ' ';
  margin-left: -3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg id="cart1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 26"><defs><style>.cart-cls-1{fill:%23333;}</style></defs><path class="cart-cls-1 ico-color" d="m9.79,19.93c-.78,0-1.42.63-1.42,1.42s.64,1.42,1.42,1.42,1.42-.63,1.42-1.42-.63-1.42-1.42-1.42Z"/><path class="cart-cls-1 ico-color" d="m15.62,19.93c-.78,0-1.42.63-1.42,1.42s.63,1.42,1.42,1.42,1.42-.63,1.42-1.42-.64-1.42-1.42-1.42Z"/><polygon class="cart-cls-1 ico-color" points="16.49 18.08 16.49 18.05 10.55 18.05 10.05 15.94 17.34 15.94 19.83 9.6 8.32 9.6 7.4 5.9 3.82 5.9 3.82 6.96 6.57 6.96 9.59 19.04 16.12 19.04 16.49 18.08"/></svg>');
  background-size: 15px auto;
  vertical-align: middle;
}
.cart_button a.sign-out_button:before{
  margin-left: -7px;
  top: -2px;
  background-image: url(/nikken/img/signout.svg);
  background-position: left center;
  background-size: 20px auto;
}
.form-list input[type=text].zip_code_input{
  width: 8em;
}
#form-main .hidden_element{
  display: none;
}
/* フォーム 共通見出し */
.form__ttl--lv1{
  margin: 0 0 15px;
  padding: 15px 15px;
  background: linear-gradient(65deg, #d8e1e3 0%,#c8d7dc 100%);
  background-color: var(--nikken-red_dark);
  color: var(--bg-color-dark2);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.form__ttl--lv2{
  margin: 50px 0 20px;
  padding: 15px 10px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #e04536;
  background-color: var(--bg-color-light);
  color: #575f64;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
.form__ttl--lv2:first-child{
  margin-top: 0;
}
.form__ttl--lv3{
  margin: 0 0 10px;
  padding: 10px 0 10px 13px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  color: #575f64;
  font-size: 1.55rem;
}
.form__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%);
}
dl + .form__ttl--lv3{
  margin-top: 50px;
}
/* セクション */
.form-cont{
  margin: 0 0 50px;
  padding: 20px;
  border: 1px solid #b7b7b7;
}
.nikkenid-use{
  margin: 0 0 30px;
  position: relative;
  border-radius: 5px;
  color: #5e5e5e;
  font-size: 1.4rem;
}
.nikkenid-control__open{
  border-bottom: 1px solid;
  color: #06c;
}
.nikkenid-control__open:hover{
  opacity: 0.8;
  text-decoration: none;
}
.nikkenid-control__open::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="ah" viewBox="0 0 13 13"><defs><style>.ai{fill:%2306c}</style></defs><path d="M10 6H7V3H6v3H3v1h3v3h1V7h3V6z" class="ai"/><path d="M0 0v13h13V0H0Zm12 12H1V1h11v11Z" class="ai"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
  vertical-align: middle;
  transition: all  0.2s ease;
}
.nikkenid-control__open.close::after{
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="ah" viewBox="0 0 13 13"><defs><style>.ai{fill:%2306c}</style></defs><path d="M3 6h7v1H3z" class="ai"/><path d="M0 0v13h13V0H0Zm12 12H1V1h11v11Z" class="ai"/></svg>');
}
.nikkenid-control{
  margin: 10px 0 0;
  padding: 10px 20px;
  display: none;
  background-color: var(--bg-color-light2);
  opacity: 0;
}
.nikkenid-control.open{
  display: block;
  opacity: 1;
  animation: fadeIn 0.2s ease-in 0s forwards;
}
@keyframes fadeIn{
  0%{
    display: none;
    opacity: 0;
  }
  1%{
    display: block;
    opacity: 0;
  }
  100%{
    display: block;
    opacity: 1;
  }
}
.nikkenid-use__header{
  margin: 0 0 10px;
}
.nikkenid-use .link-list{
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
.nikkenid-use .link-list li{
  margin-right: 20px;
  font-size: 1.2rem;
}
.nikkenid-use .link-list li a{
  font-size: 1.2rem;
}
.nikkenid-use .link-list a[target='_blank']:after{
  content: ' ';
  margin: 0 3px 0 4px;
  display: inline-block;
  width: 12px;
  height: 11px;
  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>');
}
.nikkenid-use .sigh-out a[target='_blank']:after{
  content: ' ';
  margin: 0 3px 0 4px;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 15px;
  background-image: url('../img/logout.svg');
}
.nikkenid-use__header .sign-in__info{
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nikkenid-use__header .sign-in__info li{
  margin: 0 15px 0 0;
}
.nikkenid-use__header .sign-in__info li:nth-last-child(0){
  margin: 0;
}
.nikkenid-use .form-btn a{
  padding: 10px 25px 10px 20px;
  display: inline-block;
  font-size: 1.6rem;
}
.simple-section{
  margin: 0;
  padding: 0 0 20px;
}
.form-cont .simple-section{
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.form-cont .simple-section:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* ボタン */
.btn-cont{
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.btn-cont_center{
  margin: 0;
  clear: both;
  text-align: center;
}
.form-btn{
  margin: 0;
  text-align: center;
}
div.btn-cont{
  margin: 1.5em auto;
}
div.btn-cont:last-child{
  margin-bottom: 0;
}
.btn-cont form{
  display: inline;
}
.btn_next{
  margin: 0 5px 0;
}
.btn_prev{
  margin: 0 5px 0;
}
.btn_prev_single{
  margin: 0;
}
.form-btn a{
  margin: 10px auto 15px;
  padding: 15px 25px 15px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--apply-btn-color)  0%, var(--apply-btn-color2) 100%);
  box-shadow: -1px -1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(0,0,0,0.1);
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  transition: all 0.1s ease;
}
.form-btn a::after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -17px -21px;
  background-size: 150px 150px;
}
.form-btn a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.form-btn.btn_prev a,
.btn_prev_single a{
  margin: 10px auto 15px;
  padding: 15px 20px 15px 25px;
  background: linear-gradient(to bottom, #b0d48c 0%,#b0d48c 100%);
  color: #567931;
}
.form-btn.btn_prev a::after,
.btn_prev_single a::after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 16px;
  transform: rotateY(180deg);
}
.form-btn.not-completed > a,
.form-btn.not-completed > span{
  margin: 10px auto 15px;
  padding: 18px 25px 18px 20px;
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  background: none;
  background-color: #cfcfcf;
  box-shadow: none;
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.form-btn.not-completed > a::after{
  content: none;
}
.count{
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
}
.count .remaining{
  padding: 0 0 0 5px;
  display: inline-block;
  font-size: 1.3em;
}
.link-arrow a,
a.link-arrow{
  padding-left: 10px;
  position: relative;
}
.link-arrow a::before,
a.link-arrow::before{
  content: ' ';
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  vertical-align: middle;
  transform: rotate(135deg);
}
/* カート */
.table_cart{
  background-color: #fff;
}
.table_cart th,
.table_cart td{
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: top;
  line-height: 1.4;
}
.table_cart th{
  padding: 7px;
  background-color: #697e8d;
  background-color: var(--bg-color-dark);
  color: #fff;
  vertical-align: middle;
}
.table_cart th.color2,
.table_cart td.color2{
  background-color: #f4f4f4;
}
.col_cart_item{
  width: 45%;
}
.col_cart_course_type{
  width: 31%;
  text-align: center;
}
.table_cart .cart_price{
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.table_cart .cart_course_type{
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
.table_cart .panel{
  text-align: center;
  vertical-align: middle;
}
.table_cart .panel .del a{
  margin: 0;
  padding: 5px 8px;
  display: inline-block;
  min-width: 2.5em;
  border-radius: 3px;
  background: #eef0f2;
  font-size: 1.15rem;
  vertical-align: middle;
}
.del:hover{
  opacity: 0.8;
}
.total_price{
  display: inline-block;
  float: right;
  border-bottom: 1px solid #333;
  font-size: 2.4rem;
  text-align: right;
}
.total_price span{
  margin-right: 5px;
  display: inline-block;
  font-size: 1.4rem;
}
/* カート内確認表示 */
.cart_confirm_wrap{
  background-color: #c5d2d8;
}
.cart_confirm_wrap .simple-section{
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 970px;
}
.cart_confirm_wrap .table_cart th,
.cart_confirm_wrap .table_cart td{
  padding: 7px;
  font-size: 1.3rem;
  vertical-align: middle;
  line-height: 1.4;
}
.cart_confirm_wrap .low_content_form__ttl--lv1{
  margin: 0 10px 5px 0;
  display: inline-block;
  border-left: 3px solid #697e8d;
  color: #51626b;
}
.cart_confirm_wrap .content-lead{
  padding: 0 0 10px;
  display: inline-block;
  width: auto;
  font-size: 1.3rem;
}
.content-lead{
  margin: 0 0 25px;
}
.content-lead p{
  font-size: 1.5rem;
}
.apply-info{
  margin: 20px 0;
}
.apply-info p{
  margin: 0 0 5px;
  font-size: 1.4rem;
}
.apply-process{
  margin: 20px 0;
  padding: 20px;
  background-color: #eff3f4;
}
.apply-process li{
  margin: 0 0 5px 2em;
  list-style: decimal;
  font-size: 1.4rem;
}
.apply-process li:last-child{
  margin-bottom: 0;
}
/* 申込み・登録 */
#header-ttl{
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: var(--nikken-red);
  color: #fff;
}
#content_ttl{
  margin: 0 auto 2px;
  padding: 30px 0;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid var(--nikken-red);
  background: url(/nikken/img/bg_n.svg) no-repeat center right, linear-gradient(to bottom, var(--nikken-red) 0%,var(--nikken-red_dark) 100%);
  background-size: auto 225px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
/* フロー図 */
.form-flow{
  display: flex;
  justify-content: center;
}
.form-flow ol{
  margin: 50px auto 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}
.form-flow ol::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -28px;
  right: 35px;
  left: 35px;
  width: auto;
  height: 10px;
  border-top: 2px dotted #b0b0b0;
}
.form-flow li{
  margin: 0 1px;
  position: relative;
  width: 6em;
  color: #ccc;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.form-flow li.current{
  color: #e04536;
}
.form-flow li:before{
  content: ' ';
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 3px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
.form-flow li.current:before{
  border: 3px solid #bc0000;
  background-color: #bc0000;
}
#flow1:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="aa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m7.93,16V4.83h-2.72l1.14-2.28h4.31v13.45h-2.74Z"/></svg>');
}
#flow2:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="z" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m14.09,13.75v2.25H4.68l4.82-6.33c.67-.87,1.13-1.56,1.4-2.06.26-.5.39-.94.39-1.33,0-.53-.16-.95-.48-1.25-.32-.3-.76-.45-1.31-.45-.52,0-.93.19-1.24.57-.31.38-.46.89-.46,1.54v.06h-2.74v-.23c0-1.35.39-2.39,1.16-3.13.77-.74,1.87-1.11,3.28-1.11s2.57.33,3.38.99c.8.66,1.21,1.59,1.21,2.77,0,1.34-1.05,3.31-3.14,5.92l-.2.23-1.25,1.56h4.58Z"/></svg>');
}
#flow3:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="y" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m4.54,12.41h2.68v.04c0,.49.18.89.55,1.19.37.31.85.46,1.44.46.69,0,1.22-.17,1.59-.51.37-.34.56-.82.56-1.45,0-.66-.19-1.16-.58-1.5-.39-.34-.95-.51-1.7-.51-.04,0-.1,0-.18,0-.08,0-.14,0-.19,0v-2.38s.09,0,.17,0c.07,0,.13,0,.16,0,.67,0,1.17-.14,1.51-.43.34-.28.5-.71.5-1.28,0-.48-.15-.87-.46-1.17-.31-.3-.71-.45-1.21-.45-.53,0-.95.12-1.25.36-.3.24-.48.59-.54,1.04h-2.58c.07-1.15.49-2.04,1.25-2.66.77-.62,1.84-.93,3.21-.93s2.36.32,3.14.97,1.16,1.53,1.16,2.63c0,.77-.21,1.43-.63,1.97-.42.54-.97.87-1.66,1,.8.17,1.43.57,1.9,1.2.47.62.71,1.39.71,2.28,0,1.24-.44,2.23-1.33,2.95-.88.72-2.09,1.08-3.62,1.08-1.39,0-2.51-.35-3.35-1.06-.84-.71-1.27-1.63-1.27-2.78v-.11Z"/></svg>');
}
#flow4:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="x" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m10.16,16v-2.61H3.61v-1.25L10.16,2.28h2.49v9.18h1.43v1.93h-1.43v2.61h-2.49Zm.04-4.54v-4.68c0-.46,0-.8.02-1.04.01-.23.04-.45.07-.65-.12.32-.26.63-.42.95s-.34.62-.53.93l-2.93,4.49h3.79Z"/></svg>');
}
#flow5:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="w" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m5.25,13.06c.64.43,1.18.72,1.64.87.46.15.96.23,1.49.23.9,0,1.6-.22,2.12-.66.51-.44.77-1.04.77-1.8s-.25-1.4-.75-1.83-1.22-.64-2.15-.64c-.5,0-.95.07-1.37.2-.42.13-.81.33-1.16.6l-.64-.4,1.69-7.07h7v2.28h-5.24l-.66,2.76c.32-.1.62-.17.9-.22.29-.05.58-.07.88-.07,1.28,0,2.33.4,3.14,1.21.81.8,1.21,1.84,1.21,3.11,0,1.46-.5,2.62-1.48,3.47s-2.34,1.28-4.06,1.28c-.76,0-1.46-.09-2.1-.27-.64-.18-1.24-.46-1.81-.83l.59-2.2Z"/></svg>');
}
#flow6:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="v" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23999;}</style></defs><path class="ab" d="m8.44,7.89c.25-.14.51-.23.78-.29.27-.06.59-.09.97-.09,1.16,0,2.1.39,2.84,1.18.74.79,1.11,1.79,1.11,3.02,0,1.4-.45,2.52-1.35,3.38-.9.85-2.09,1.28-3.56,1.28-1.39,0-2.49-.43-3.33-1.28s-1.25-1.99-1.25-3.4c0-.81.18-1.69.55-2.65.37-.96.93-2.03,1.7-3.2l2.15-3.28h3.25l-3.88,5.34Zm-1.14,3.92c0,.66.19,1.19.57,1.57.38.39.89.58,1.53.58s1.11-.2,1.48-.59c.38-.4.57-.92.57-1.56,0-.68-.19-1.21-.57-1.6-.38-.39-.9-.58-1.56-.58-.59,0-1.08.2-1.46.61-.38.41-.57.93-.57,1.57Z"/></svg>');
}
#flow1.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="aa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m7.93,16V4.83h-2.72l1.14-2.28h4.31v13.45h-2.74Z"/></svg>');
}
#flow2.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="z" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m14.09,13.75v2.25H4.68l4.82-6.33c.67-.87,1.13-1.56,1.4-2.06.26-.5.39-.94.39-1.33,0-.53-.16-.95-.48-1.25-.32-.3-.76-.45-1.31-.45-.52,0-.93.19-1.24.57-.31.38-.46.89-.46,1.54v.06h-2.74v-.23c0-1.35.39-2.39,1.16-3.13.77-.74,1.87-1.11,3.28-1.11s2.57.33,3.38.99c.8.66,1.21,1.59,1.21,2.77,0,1.34-1.05,3.31-3.14,5.92l-.2.23-1.25,1.56h4.58Z"/></svg>');
}
#flow3.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="y" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m4.54,12.41h2.68v.04c0,.49.18.89.55,1.19.37.31.85.46,1.44.46.69,0,1.22-.17,1.59-.51.37-.34.56-.82.56-1.45,0-.66-.19-1.16-.58-1.5-.39-.34-.95-.51-1.7-.51-.04,0-.1,0-.18,0-.08,0-.14,0-.19,0v-2.38s.09,0,.17,0c.07,0,.13,0,.16,0,.67,0,1.17-.14,1.51-.43.34-.28.5-.71.5-1.28,0-.48-.15-.87-.46-1.17-.31-.3-.71-.45-1.21-.45-.53,0-.95.12-1.25.36-.3.24-.48.59-.54,1.04h-2.58c.07-1.15.49-2.04,1.25-2.66.77-.62,1.84-.93,3.21-.93s2.36.32,3.14.97,1.16,1.53,1.16,2.63c0,.77-.21,1.43-.63,1.97-.42.54-.97.87-1.66,1,.8.17,1.43.57,1.9,1.2.47.62.71,1.39.71,2.28,0,1.24-.44,2.23-1.33,2.95-.88.72-2.09,1.08-3.62,1.08-1.39,0-2.51-.35-3.35-1.06-.84-.71-1.27-1.63-1.27-2.78v-.11Z"/></svg>');
}
#flow4.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="x" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m10.16,16v-2.61H3.61v-1.25L10.16,2.28h2.49v9.18h1.43v1.93h-1.43v2.61h-2.49Zm.04-4.54v-4.68c0-.46,0-.8.02-1.04.01-.23.04-.45.07-.65-.12.32-.26.63-.42.95s-.34.62-.53.93l-2.93,4.49h3.79Z"/></svg>');
}
#flow5.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="w" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m5.25,13.06c.64.43,1.18.72,1.64.87.46.15.96.23,1.49.23.9,0,1.6-.22,2.12-.66.51-.44.77-1.04.77-1.8s-.25-1.4-.75-1.83-1.22-.64-2.15-.64c-.5,0-.95.07-1.37.2-.42.13-.81.33-1.16.6l-.64-.4,1.69-7.07h7v2.28h-5.24l-.66,2.76c.32-.1.62-.17.9-.22.29-.05.58-.07.88-.07,1.28,0,2.33.4,3.14,1.21.81.8,1.21,1.84,1.21,3.11,0,1.46-.5,2.62-1.48,3.47s-2.34,1.28-4.06,1.28c-.76,0-1.46-.09-2.1-.27-.64-.18-1.24-.46-1.81-.83l.59-2.2Z"/></svg>');
}
#flow6.current:before{
  background-image: url('data:image/svg+xml;utf8,<svg id="v" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.ab{fill:%23fff;}</style></defs><path class="ab" d="m8.44,7.89c.25-.14.51-.23.78-.29.27-.06.59-.09.97-.09,1.16,0,2.1.39,2.84,1.18.74.79,1.11,1.79,1.11,3.02,0,1.4-.45,2.52-1.35,3.38-.9.85-2.09,1.28-3.56,1.28-1.39,0-2.49-.43-3.33-1.28s-1.25-1.99-1.25-3.4c0-.81.18-1.69.55-2.65.37-.96.93-2.03,1.7-3.2l2.15-3.28h3.25l-3.88,5.34Zm-1.14,3.92c0,.66.19,1.19.57,1.57.38.39.89.58,1.53.58s1.11-.2,1.48-.59c.38-.4.57-.92.57-1.56,0-.68-.19-1.21-.57-1.6-.38-.39-.9-.58-1.56-.58-.59,0-1.08.2-1.46.61-.38.41-.57.93-.57,1.57Z"/></svg>');
}
.form-flow li:nth-last-of-type(1){
  padding: 0;
}
.item-wrap > div{
  margin: 0 0 15px;
}
/*---------------------------------------------
	各ページ
---------------------------------------------*/
/* お申込み前に */
.attention_list{
  margin: 0 0 10px;
}
.attention_list li{
  margin: 0 0 5px;
  font-size: 1.4rem;
}
/* --- ログイン／アカウント登録 --- */
.type_cont{
  margin: 0 0 30px 0;
  padding: 10px 25px 15px;
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
  font-size: 1.4rem;
}
#type_select_cont{
  padding-bottom: 20px;
}
.type_cont h3{
  margin: -10px -25px 15px;
  padding: 8px 0 10px 18px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  background-color: var(--bg-color-dark);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.type_cont h3:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: var(--bg-color-dark2);
}
.login-cont{
  margin: 20px 0 0;
  text-align: center;
}
.login-cont dt{
  margin: 0 0 5px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #e0e9eb;
  color: #333;
  font-size: 1.4rem;
  font-size: 1.3rem;
  text-align: left;
}
.login-cont dd{
  margin: 0 0 5px;
  box-sizing: border-box;
}
.login-cont dd input{
  padding: 10px;
  min-height: 20px;
  font-size: 1.5rem;
}
.login-cont.members{
  margin: 20px 0 10px;
  text-align: center;
}
.save{
  clear: both;
  text-align: center;
}
.link-list{
  margin-top: 10px;
}
.link-list li{
  margin-bottom: 5px;
  font-size: 1.5rem;
}
li.link-arrow{
  /*  padding-left: 1em;
  text-indent: -1em; */
  font-size: 1.5rem;
  line-height: 1.4;
}
#form002 .login-cont,
.nikkenid-use .login-cont div{
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 5px;
}
:is(.nikkenid-use, #form002) .login-cont dt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  grid-column: 1 / 2;
}
:is(.nikkenid-use, #form002) .login-cont dd{
  grid-column: 2 / 3;
}
/* --- 規約 --- */
.terms_cont{
  padding: 30px 40px;
/*  overflow-y: scroll;
  height: 500px; */
  border: 1px solid #ddd;
}
.terms_cont h3{
  margin: 0 0 15px;
  padding: 5px 0 5px 18px;
  position: relative;
  border-bottom: 1px solid #b1b1b1;
  color: #e04536;
  font-size: 1.8rem;
}
.terms_cont h3:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 70%;
  background-color: #e04536;
}
.terms_lead{
  margin: 0 0 20px;
}
.terms_list{
  padding-bottom: 30px;
}
.terms_list ol{
  padding-left: 20px;
}
.terms_list ol > li,
.terms_list ol li ol > li{
  list-style-type: decimal;
}
.terms_list li{
  margin: 0 0 15px;
}
.terms_list li ul{
  margin-top: 10px;
}
.terms_list li ul{
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.terms_list li li{
  margin: 0 0 10px;
}
.terms_list h4{
  margin: 35px 0 15px;
  padding: 10px 0 10px 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
}
.terms_list li:first-child h4{
  margin-top: 0;
}
.terms_list h4:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 70%;
  background-color: #d1d1d1;
}
.terms_list h5{
  margin: 10px 0 10px;
  padding: 10px;
  background-color: #e1e8eb;
  color: #575f64;
  font-size: 1.4rem;
}
.terms_red_frame{
  margin: 0 0 25px;
  padding: 30px 30px 0;
  border: 2px solid #e04536;
}
.terms_list .terms_list2{
  padding: 0;
}
.terms_list2 > li.list_ttl{
  list-style-type: none;
  position: relative;
  counter-increment: cnt;
}
.terms_list2 > li.list_ttl:before{
  content: counter(cnt)'.';
  margin: 0.6em 5px 0 5px;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  color: #575f64;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
}
.terms_list2 > li.list_ttl h5{
  margin: 10px 0 10px;
  padding: 10px 0 10px 2.2em;
  background-color: #e1e8eb;
  color: #575f64;
  font-size: 1.4rem;
}
.terms_note{
  margin: 15px 0 5px;
  font-weight: bold;
}
/* --- 情報入力 --- */
/* ID発行 */
#nikkenid_cont{
  margin: 0 0 20px;
  padding: 10px 15px;
  overflow: hidden;
  border: 8px solid #e6e6e6;
  border-radius: 10px;
  background-color: #fff;
}
.nikkenid{
  margin: 0 25px 0 0;
  float: left;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.nikkenid span{
  margin-right: 10px;
  padding: 5px 12px;
  display: inline-block;
  background-color: #db2424;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}
.nikkenid_info{
  padding: 3px 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
/* フォーム */
main input[type='text'],
main input[type='tel'],
main input[type='email'],
main input[type='password'],
main textarea,
main select{
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  outline: 2px solid rgba(255, 255, 255, 0);
  outline-offset: 0;
  font-family: inherit;
  font-size: 1.7rem;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.1s ease;
}
main input[type='text'],
main input[type='tel'],
main input[type='email'],
main input[type='password'],
main textarea{
  padding: 7px;
}
main input[type='text'],
main input[type='email'],
main textarea{
  box-sizing: border-box;
  width: 100%;
}
select{
  width: 100%;
}
main textarea{
  box-sizing: border-box;
  height: 8em;
  resize: none;
}
main input[type='text']:focus,
main input[type='tel']:focus,
main input[type='email']:focus,
main input[type='password']:focus,
main textarea:focus,
main select:focus{
  outline: 2px solid var(--focus-color);
  outline-offset: 0;
}
.form_section select{
  width: 100%;
}
.form-lead{
  margin: 10px 0 15px;
  font-size: 1.5rem;
}
.form_note{
  margin: 3px 0 0 0;
  font-size: 1.2rem;
}
#form-cont{
  margin: 0 0 15px;
}
.form-list{
  border-bottom: 1px solid #ddd;
}
p + .form-list{
  margin-top: 15px;
}
.form-list + .form-list{
  margin-top: 40px;
}
.form-list dt{
  margin: 40px 0 10px;
  padding: 10px 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--bg-color-light2);
  color: #272c30;
  font-size: 1.55rem;
  vertical-align: middle;
}
.hidden_element + dt,
.form-list dt:first-child{
  margin-top: 0;
}
.form-list dd{
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.6;
}
.form-list dd li{
  margin-bottom: 5px;
}
.form-list dd li:last-child{
  margin-bottom: 0;
}
.data-name,
.form-list .data_label{
  margin: 0 0 3px;
  display: block;
  font-size: 1.25rem;
}
.choice-list__ttl{
  margin: 0 0 5px;
  font-size: 1.5rem;
}
.choice-list + .choice-list__ttl{
  margin-top: 30px;
}
.form-list .data_note{
  padding: 0 5px;
}
.birth div{
  display: inline-block;
}
dd .float_group{
  float: left;
}
dd .group{
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}
dd .input_note + .group{
  padding: 0 0 8px;
}
dd .group:last-child{
  padding: 5px 0;
  border-bottom: none;
}
/* 調整 */
.input_text_l{
  width: 300px;
}
.input_text_s{
  width: 200px;
}
.input_itemname{
  padding: 0 10px 0 5px;
}
.phone-num{
  width: 5em;
}
.form-list input[type='text'].zip-code,
.form-list input[type='text'].zipCD{
  width: 8em;
}
.login-cont__wrap .input-btn a:after{
  content: none;
}
.input_note{
  margin: 0 0 5px;
  color: #7c7c7c;
}
.input_m_left{
  margin-left: 10px;
}
.attention_txt{
  font-size: 1.5rem;
}
.form_section_ttl{
  margin: 15px 0 10px;
}
/* 支払い方法のアコーディオン */
.form_note_cont{
  margin: 0 0 15px;
}
.form_note_cont li{
  margin: 0 0 10px;
  font-size: 1.3rem;
}
.form_note_cont li a[target='_blank']{
  position: relative;
}
.content-lead a[target='_blank']:after,
.form_note_cont li a[target='_blank']:after{
  content: ' ';
  margin: 0 3px 0 4px;
  display: inline-block;
  width: 12px;
  height: 11px;
  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>');
}
#pay_cont{
  padding: 15px;
  border: 1px solid #ccc;
}
.accordion li{
  padding: 0 0 5px;
}
.accordion li:last-child{
  padding: 0;
}
.accordion .payment_cont{
  margin: 0 25px;
  padding: 0 15px;
  overflow: hidden;
  box-sizing: border-box;
  height: 0;
  background: #f4f4f4;
  transition: 0.2s;
}
.accordion .payment_cont h4{
  margin: 5px 0 10px;
}
.card_type{
  padding: 15px;
  background-color: #fff;
}
.accordion input:checked ~ .payment_cont{
  margin: 0 25px;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
}
.form-list_in{
  margin: 10px 0 0;
  overflow: hidden;
}
.form-list_in dt{
  margin: 0 -150px 0 0;
  padding: 8px 10px;
  display: inline;
  float: left;
  clear: both;
  width: 150px;
  border-top: 1px solid #ddd;
  font-weight: bold;
}
.form-list_in dd{
  margin-left: 150px;
  padding: 8px 10px;
  border-top: 1px solid #ddd;
}
/* 必須 */
.indispensable{
  margin: 0 0 0 5px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: #ff3434;
  color: #fff;
  font-size: 0.8em;
}
.required,
.optionally{
  margin-right: 5px;
  padding: 3px;
  display: inline-block;
  width: 3em;
  border-radius: 3px;
  background-color: var(--nikken-red);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.optionally{
  border: 1px solid #d3dee0;
  background-color: #fff;
  color: #3f5c63;
}
/* error */
.error_message{
  margin: 10px 0;
  padding: 8px 10px 8px 32px;
  border: 2px solid #ef7468;
  background: #fff url(../img/error_mark.png) no-repeat 10px center;
  background-size: 20px auto;
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
  color: #c71313;
  font-size: 1.5rem;
}
/* main .error_form, */
main :is(input, select, textarea,
.login-cont dd input,
.privacy-policy .form-tr label).error_form{
  border: 1px solid #c71313;
  background-color: var(--error-bg-color);;
}
main .error_form:focus-within,
main .error_form:focus-within:valid,
.privacy-policy .form-tr label.error_form:focus-within,
main :is(.error_form, .login-cont dd input.error_form):focus
/* main :is(input, select, textarea,
.login-cont dd input,
.privacy-policy .form-tr label).error_form:valid */{
  border: 1px solid #bababa;
  background-color: #fff;
}
::placeholder{
  color: #919191;
}
/* ::-webkit-input-placeholder{
  position: relative;
  top: -0.1em;
} */
.error_form{
  padding: 5px;
}
.error_message.top_error{
  margin: 10px 0 10px;
  border: 1px solid #ef7468;
  background: none;
  background-color: #c71313;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.error-message__box{
  margin: 20px 0;
  padding: 25px;
  border: 2px solid #f10e3f;
  background-color: #fff;
  color: #f10e3f;
  font-size: 1.5rem;
}
.error-list li a{
  margin: 0 0 5px;
  padding-left: 1em;
  display: inline-block;
  position: relative;
  color: #f10e3f;
  text-indent: -1em;
}
.error-list li a::before{
  content: '・';
}
/* --- thanks --- */
.attention,
#content_wrap .simple-section .attention{
  padding: 20px;
  border: 1px solid #ddd;
}
.attention-ttl{
  margin: 0 0 10px;
  padding: 3px 0 3px 25px;
  background: url(../img/attention_ico.png) no-repeat left center;
  font-size: 1.4rem;
}
.message-section{
  margin-bottom: 20px;
}
.simple-section.offer{
  margin: 40px 0 0;
  padding: 0;
}
.simple-section.offer .table_cart{
  margin-bottom: 5px;
}
.simple-section.offer .total_price{
  font-size: 1.8rem;
}
/* 住所欄 */
.address-field label{
  margin: 0 0 20px;
  display: block;
}
.address-field label span{
  margin: 10px 0 0;
  display: block;
  font-size: 1.3rem;
}
.form-info{
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.privacy-policy{
  padding: 30px 0 20px;
  position: relative;
  text-align: left;
}
.privacy-policy::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 70px;
  height: 50px;
  background: url(../img/flow-arrow.svg) no-repeat left top;
  background-size: 100% auto;
  opacity: 0.3;
}
.form-tr{
  text-align: center;
}
.privacy-policy p.error-message{
  margin: 10px 0 5px;
  display: inline-block;
  text-align: center;
}
.privacy-policy .form-tr label{
  margin: 20px auto 0;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #333;
  font-size: 1.8rem;
}
.error-message__ttl{
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}
.error-message__ttl::before{
  content: ' ';
  margin: 0;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="q" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.v{fill:%23fff;}.w{fill:%23df3a3a;}</style></defs><polygon class="w" points="16 15 0 15 8 .88 16 15"/><rect class="v" x="7" y="5" width="2" height="5"/><rect class="v" x="7" y="11" width="2" height="2"/></svg>');
}
/***************************************
  エラー
***************************************/
.error-message{
  color: var(--error-color);
  text-align: left;
}
.input-validation-error{
  padding: 5px;
  display: inline-block;
  background-color: var(--error-bg-color);
}
.form_list select.input-validation-error{
  background-color: var(--error-bg-color);
}
.field-validation-error{
  color: var(--error-color);
}
p.error-message{
  margin: 15px 0 3px;
  padding-left: 18px;
  position: relative;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
}
.address-field label .error-message{
  margin: 0 0 -5px;
}
.type_cont p.error-message{
  margin-bottom: -10px;
}
p.error-message::before{
  content: ' ';
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg id="q" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.v{fill:%23fff;}.w{fill:%23df3a3a;}</style></defs><polygon class="w" points="16 15 0 15 8 .88 16 15"/><rect class="v" x="7" y="5" width="2" height="5"/><rect class="v" x="7" y="11" width="2" height="2"/></svg>');
}
.validation-summary-errors{
  display: block;
  color: var(--error-color);
  /*   text-align: center; */
}
.validation-summary-errors ul{
  margin: 1em;
  display: inline-block;
  text-align: left;
}
.validation-summary-errors ul li{
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}
.validation-summary-errors ul li::before{
  content: '・';
}
/***************************************
  その他
***************************************/
.note a,
.content-lead a{
  margin: 0 5px;
  position: relative;
/*  display: inline-block; */
  background: linear-gradient(transparent 96%, var(--link-color) 98%, transparent 0%);
}
.note a:visited,
.content-lead a:visited{
  margin: 0 5px;
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 96%, var(--link-visited-color) 98%, transparent 0%);
  text-decoration: none;
}
.note a:hover,
.content-lead a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.purchased-message{
  margin: 0.4em;
  color: #ff2079;
}
.question_cont{
  margin: 10px 0 0;
  text-align: center;
}
.question_cont dt{
  margin: 0 -115px 3px 0;
  padding: 7px 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 180px;
  background-color: #7e9aad;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.question_cont dd{
  margin: 0 0 3px;
  padding: 0 10px 8px 130px;
  display: inline-block;
  box-sizing: border-box;
}
.required_label{
  color: #e5002d;
  font-size: 1.3em;
  font-weight: bold;
}
.form-list select{
  margin: 0.2em auto;
  padding: 7px 25px 7px 7px;
  position: relative;
  max-width: 100%;
  width: inherit;
  background: url(/nikken_form_cmn/img/select-arrow.svg) no-repeat right 5px center;
  background-color: #fff;
  background-size: 12px 10px;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.6;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hidden_element{
  display: none;
}
#card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(167px / 2 + 0.5em * 2));
    text-align: center;
}
#card-list li{
  margin: 0.5em;
}
#card-list img {
    height: calc(96px / 2);
}
.amount_notice{
  padding-left: 1em;
  text-indent: -1em;
}
.total_amount{
  font-size: 1.4em;
}
#order-history{
  margin-bottom: 0;
}
table.table_cart caption{
  margin: 1.5em auto 0.4em auto;
  padding: 0 1em;
  font-size: 1.2em;
  text-align: left;
}
/***************************************
  クレジットーカード関係
***************************************/
#credit_card_number{
  margin: 0.2em auto;
  padding: 8px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 3px;
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.7rem;
  vertical-align: middle;
}
span#credit_card_number{
  width: inherit;
}
#CardSecurityCode{
  width: 5em;
}
/***************************************
  チェックボックス・ラジオボタン リスト
***************************************/
.list-direction-horizontal li{
  margin-bottom: 5px;
}
.list-direction-vertical{
  list-style-type: none;
}
.list-direction-vertical li{
  margin-bottom: 5px;
  padding: 3px 3px 3px 0;
}
.list-direction-vertical li:last-child{
  margin-bottom: 0;
}
.list-direction-vertical li > div{
  padding-left: 1.5em;
}
.list-direction-vertical li > label{
  padding-left: 1.5em;
  display: inline-block;
  text-indent: -1.5em;
}
.list-direction-vertical li span{
  font-size: 1.2rem;
}
.data-detail{
  display: inline-block;
  position: relative;
}
.data-detail::before{
  content: '(';
}
.data-detail::after{
  content: ')';
}
.radio_label img{
  vertical-align: middle;
}
/***************************************
  カート 追加スタイル
***************************************/
.table_cart .cart_quantity{
  text-align: center;
  vertical-align: middle;
}
.table_cart .cart_quantity select{
  width: inherit;
}
.table_cart .cart_item_name {
    vertical-align: middle;
}
.table_cart tfoot td{
  border: none;
  text-align: right;
}
.table_cart tfoot td.amount_total{
  border-bottom: 1px solid #333;
  text-align: right;
}
.table_cart #totalAmount{
  font-size: 1.7em;
}
/***************************************
ページナビゲーター
***************************************/
.history-page{
  display: block;
  text-align: right;
}
.history-page .results-number{
  margin: 0.2em;
  padding: 0.6em;
  float: left;
  color: #6b6b6b;
}
.history-page .page{
  margin: 0.4em auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.history-page .page ul li{
  margin: 0 2px;
  float: left;
}
.history-page .page ul li a{
  padding: 4px 5px;
  display: block;
  border: 1px solid #999;
  color: #999;
  text-decoration: none;
}
.history-page .page ul li.pageCurrent a{
  border: 1px solid #ed5032;
  color: #ed5032;
  text-decoration: none;
}
.history-page .page .pagePrev{
  margin-right: 3px;
}
.history-page .page .pageNext{
  margin-left: 3px;
}
.history-page .page .pagePrev a,
.history-page .page .pageNext a{
  border: none;
  text-decoration: none;
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
  /*---------------------------------------------
		共通
	---------------------------------------------*/
  /* 枠外 */
  .low_content_wrap .simple-section{
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
  }
  /* カート */
  .table_cart{
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  .table_cart .cart_course_type_ttl{
    display: none;
  }
  .table_cart .item_name{
    margin-top: -1px;
    padding: 7px 7px 3px 7px;
    display: block;
    border: none;
  }
  .table_cart .cart_course_type,
  .cart_confirm_wrap .table_cart td.cart_course_type{
    padding: 0 7px 7px;
    display: block;
    border: none;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.3;
  }
  .cart_tr{
    border-top: 1px solid #ccc;
  }
  .col_cart_item{
    width: 75%;
  }
  .table_cart .panel a{
    margin: 0 0 5px;
    display: block;
  }
  /* カート内確認表示 */
  .cart_confirm_wrap .simple-section{
    margin: 0 auto;
    padding: 20px 10px 20px;
    box-sizing: border-box;
    width: 100%;
    background-color: #c5d2d8;
  }
  .cart_confirm_wrap .simple-section .table_cart{
    margin-bottom: 5px;
  }
  .cart_confirm_wrap .simple-section .total_price{
    font-size: 2rem;
  }
  /* 申込み・登録 */
  #header-ttl{
    margin-bottom: 0;
  }
  #content_ttl{
    padding: 15px;
    height: auto;
    font-size: 2.0rem;
  }
  /*---------------------------------------------
		各ページ
	---------------------------------------------*/
  /* --- ログイン／アカウント登録 --- */
  .login-cont dd input,
  .login-cont #MailAddress{
    box-sizing: border-box;
    width: 100%;
  }
  .login-cont #MailAddress{
    margin-bottom: 5px;
  }
  /* --- 規約 --- */
  .terms_cont{
    padding: 15px;
  }
  .terms_cont::-webkit-scrollbar{
    width: 10px;
    background: #ccc;
  }
  .terms_cont::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #aaa;
  }
  .terms_list{
    padding-bottom: 10px;
  }
  .terms_red_frame{
    margin: 0 0 10px;
    padding: 15px 15px 0;
  }
  /* --- 情報入力 --- */
  /* ID発行 */
  .nikkenid{
    margin: 0;
    padding: 0;
    float: none;
    font-size: 2.8rem;
    text-align: left;
  }
  .nikkenid span{
    margin-right: 5px;
    padding: 5px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
  }
  .birth select{
    width: auto;
  }
  .birth div{
    margin: 0 0 5px;
    display: inline-block;
  }
  .limit select{
    width: auto;
  }
  .form-list .data_label{
    display: block;
    float: left;
    width: 20%;
    font-size: 1.3rem;
    line-height: 34px;
  }
  .input_tel{
    width: 100%;
  }
  .form-list .zipCDsearch{
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 1.3rem;
    line-height: 2.2;
    -webkit-appearance: none;
  }
  .data_grp{
    margin-right: 0;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
  }
  .form-list{
    border: none;
  }
  .form-list .data_pw .data_grp{
    margin: 0 0 10px;
  }
  .form-list .data_pw .data_label{
    margin: 0 0 5px;
    padding: 0 0 0 3px;
    display: block;
    width: 100%;
    border-left: 5px solid #ddd;
    border-radius: 0;
    background: none;
    text-align: left;
    line-height: 1.3;
  }
  /* 支払い方法のアコーディオン */
  .accordion .payment_cont h4{
    font-size: 1.4rem;
  }
  .form-list_in dt{
    margin: 0;
    padding: 4px 0;
    display: block;
    float: none;
    width: auto;
    border-top: 1px solid #ddd;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .form-list_in dd{
    margin-left: 0;
    padding: 8px 0;
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
  }
  dd .float_group{
    margin-bottom: 5px;
    float: none;
  }
  .input_text_l{
    width: 95%;
  }
  .input_text_s{
    width: 75%;
  }
  .input_m_left{
    margin-left: 0;
  }
  .accordion .payment_cont{
    margin: 3px 0 0 0;
  }
  .accordion input:checked ~ .payment_cont{
    margin: 3px 0 0 0;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
  }
  .accordion li:last-child{
    margin: 0;
    padding: 0;
  }
  /* 支払い方法 */
  .choice_list .input_note,
  .choice_list .card_type p,
  .accordion .payment_cont p{
    font-size: 1.3rem;
  }
  .input_card{
    width: 100%;
  }
  .form-list .note{
    margin: 0 0 3px;
    color: #555;
    font-size: 1.3rem;
  }
  /* thanks */
  .attention,
  #content_wrap .simple-section .attention{
    padding: 20px;
  }
}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  html{
    font-size: 62.5%;
  }
  ::placeholder{
    color: #757575;
  }
  .table_cart th,
  .table_cart td{
    padding: 15px;
  }
  #small_header_logo_cont img{
    height: 27px;
  }
  .form__ttl--lv2{
    margin: 50px 0 20px;
    padding: 15px;
  }
  div.btn-cont .form-btn{
    margin: 0 auto;
    width: 340px;
  }
  .privacy-policy .form-tr label{
    width: 340px;
  }
  .privacy-policy{
    text-align: center;
  }
  /* フォーム */
  main input[type='text'],
  main input[type='tel'],
  main input[type='email'],
  main input[type='password'],
  main textarea,
  main select{
    font-size: 1.7rem;
  }
  .amount_notice{
    text-align: right;
  }
  .form-list dt{
    margin: 0;
    padding: 15px 18px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #e6e6e6;
    background-color: var(--bg-color-light2);
    color: #333;
  }
  .form-list dd{
    padding: 15px 0 15px 18px;
    border-top: 1px solid #ededed;
  }
  .required,
  .optionally{
    margin: 0;
  }
  .login-cont__wrap{
    display: flex;
  }
  .login-cont{
    flex: 1;
  }
  /* フォーム 共通見出し */
  .form__ttl--lv1{
    margin: 0 0 20px;
  }
  /* セクション */
  .form-cont{
    padding: 30px 40px;
  }
  #form-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* --- ログイン／アカウント登録 --- */
  .type_cont{
    margin: 0 auto;
    padding: 20px 40px 10px;
    width: 49%;
  }
  .type_cont .link-list{
    text-align: center;
  }
  .login-cont{
    margin: 15px auto;
    display: grid;
    gap: 5px;
  }
  .login-cont dt{
    margin: 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    grid-column: 1 / 2;
  }
  .login-cont .form_note{
    display: block;
    font-size: 0.9em;
  }
  .login-cont dd{
    margin: 0 0 5px;
    padding: 0;
    grid-column: 2 / 3;
  }
  .login-cont dd input{
    box-sizing: border-box;
    width: 100%;
  }
  .login-cont dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .btn-cont_center .form-btn{
    margin: 0 0 10px;
    padding: 0;
  }
  .login-cont > .btn-cont_center a{
    margin: 0;
    padding: 10px;
    width: 100%;
    font-size: 1.5rem;
  }
  .form-flow ol::before{
    top: -26px;
    right: 60px;
    left: 60px;
  }
  .form-flow li{
    margin: 0 5px;
    width: 150px;
  }
  .form-list{
    display: grid;
    grid-template-columns: 17em 2fr;
    gap: 0;
  }
  .form-list dt{
    grid-column: 1 / 2;
  }
  .form-list dd{
    grid-column: 2 / 3;
  }
  .item-wrap{
    display: flex;
    justify-content: space-between;
  }
  .item-wrap > div{
    box-sizing: border-box;
    width: 49%;
  }
  .item-wrap > div .data-name{
    display: inline-block;
    text-align: left;
  }
  .form-list .item-wrap input[type='text']{
    box-sizing: border-box;
    width: 100%;
  }
  .form-btn a{
    box-sizing: border-box;
  }
  .radio_label img{
    max-width: 90%;
    height: auto;
  }
  #credit_card_number{
    padding: 5px;
    box-sizing: border-box;
    width: 14em;
    width: 20em;
    height: 2em;
    font-size: 1.7rem;
    vertical-align: middle;
  }
  .form-flow li{
    width: 92px;
    font-size: 1.5rem;
  }
  .list-direction-vertical li span{
    margin: 0 0 0 0;
    padding: 5px;
    display: inline-block;
    position: relative;
  }
  .list-direction-vertical input[type=radio] + label{
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .list-direction-vertical input[type=radio] + label + *{
    display: inline-block;
  }
  /* 日建ID情報取り込み */
  .login-cont__wrap{
    padding: 15px 0 5px;
  }
  .login-cont__wrap .login-cont{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
  .login-cont__wrap .login-cont > div{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 48%;
  }
  .login-cont__wrap .form-btn{
    width: 200px;
  }
  .login-cont__wrap .form-btn a{
    margin: 0;
    padding: 10px 25px 10px 20px;
    width: 100%;
    font-size: 1.5rem;
  }
  .login-cont__wrap .login-cont dt{
    margin: 0;
    padding: 5px 10px;
  }
  .login-cont__wrap .login-cont dd{
    margin: 0;
    flex: 1;
  }
  .form-list input[type=text]{
    width: 20em;
  }
  .form-list .data_grp input[type=text]{
    width: 13em;
  }
  .form-list input[type=text].zip_code_input{
    width: 8em;
  }
  .form-list input[type=text].date_input{
    width: 10em;
  }
  .form-list input[type=radio],
  .form-list input[type=checkbox]{
    margin-right: 0.4em;
  }
  .form-list textarea{
    width: 100%;
    height: 6em;
  }
  .input-email{
    width: 30em;
  }
  .nikkenid-use{
    margin: 0 0 50px;
  }
  .nikkenid-use__header{
    margin: 0;
    display: flex;
  }
  .nikkenid-use.nikkenid--sign-in .nikkenid-control{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nikkenid-use .link-list li{
    margin-right: 20px;
    font-size: 1.3rem;
  }
  .nikkenid-use .link-list li a{
    font-size: 1.3rem;
  }
  .apply-info ol{
    padding: 40px 50px;
  }
  .form_list input[type=text]{
    width: 20em;
  }
  .error-message__ttl::before{
    margin: auto 0;
    top: -2px;
    bottom: 0;
  }
  p.error-message:first-child{
    margin-top: 0;
  }
  p.error-message::before{
    margin: auto 0;
    top: -2px;
    bottom: 0;
  }
}
@charset "utf-8";

/* =============================================
	nikkenid
============================================= */
/* フロー図 */
.form_flow{
  display: flex;
  justify-content: center;
}
.form_flow ol{
  margin: 50px auto 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}
.form_flow ol::before{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  top: -28px;
  right: 55px;
  left: 55px;
  width: auto;
  height: 10px;
  border-top: 2px dotted #b0b0b0;
}
.form_flow li{
  margin: 0 1px;
  position: relative;
  width: 88px;
  color: #ccc;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.form_flow li.current{
  color: #e04536;
}
.form_flow li:before{
  content: ' ';
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: 3px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}
.form_flow li.current:before{
  border: 3px solid #bc0000;
  background-color: #bc0000;
}
/* フォーム 共通見出し */
.form_ttl{
  margin: 0 0 15px;
  padding: 15px 15px;
  background: linear-gradient(65deg, #d8e1e3 0%,#c8d7dc 100%);
  background-color: var(--nikken-red_dark);
  color: var(--bg-color-dark2);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.ttl_lv2{
  margin: 50px 0 20px;
  padding: 15px 10px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #e04536;
  background-color: var(--bg-color-light);
  color: #575f64;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}
.ttl_lv2:first-child{
  margin-top: 0;
}
dl + .ttl_lv3{
  margin-top: 50px;
}
.form_list dt{
  margin: 40px 0 10px;
  padding: 10px 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--bg-color-light2);
  color: #272c30;
  font-size: 1.55rem;
  vertical-align: middle;
}
dt.hidden_element{
  display: none;
}
.hidden_element + dt,
.form_list dt:first-child{
  margin-top: 0;
}
.form_list dd{
  padding: 0;
}
.form_list dt{
  margin: 40px 0 10px;
  padding: 10px 5px;
  grid-column: 1 / 2;
}
.form_list dd{
  grid-column: 2 / 3;
  word-wrap: break-word;
	white-space: normal;
}
.creditcard-info .form_list,
.cvs-list .form_list{
  margin-top: 40px;
}
/* セクション */
.form_cont{
  margin: 0 0 50px;
  padding: 20px;
  border: 1px solid #b7b7b7;
}
/* フォーム 共通見出し */
.form_ttl{
  margin: 0 0 15px;
  padding: 15px 15px;
  background: linear-gradient(65deg, #d8e1e3 0%,#c8d7dc 100%);
  background-color: var(--nikken-red_dark);
  color: var(--bg-color-dark2);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.ttl_lv2{
  margin: 50px 0 20px;
  padding: 15px 10px 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 5px solid #e04536;
  color: #575f64;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
}
.ttl_lv2:first-child{
  margin-top: 0;
}
dl + .ttl_lv3{
  margin-top: 50px;
}
span + .data_grp{
  margin-top: 10px;
}
/* セクション */
.form_cont{
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid #b7b7b7;
}
.simple_section{
  margin: 0;
  padding: 0 0 20px;
}
.form_cont .simple_section{
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.form_cont .simple_section:last-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form_list .note{
  margin: 0 0 3px;
  color: #333;
  font-size: 1.3rem;
}
/* ボタン */
.btn_cont{
  margin: 50px auto 30px;
  display: grid;
  text-align: center;
}
.btn_prev{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.btn_next{
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.type_cont .form_btn{
  margin-top: 20px;
}
.form_btn + .form_btn{
  margin-bottom: 10px;
}
div.btn_cont .form_btn{
  width: 100%;
}
div.btn_cont .form_btn a{
  width: 100%;
}
.form_btn + ul{
  margin: 20px 0 0;
  padding-left: 0;
  text-indent: 0;
}
.form_btn + ul li{
  font-size: 1.3rem;
}
.btn_cont_center{
  margin: 20px 0 0;
  text-align: center;
}
.btn_cont_center .note_indent1{
  text-align: left;
}
.form_btn{
  margin: 0;
  text-align: center;
}
.btn_cont form{
  display: inline;
}
.btn_prev_single{
  margin: 0;
}
.form_btn a{
  padding: 15px 25px 15px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--apply-btn-color)  0%, var(--apply-btn-color2) 100%);
  box-shadow: -1px -1px 0 rgba(0,0,0,0.1),1px 1px 0 rgba(0,0,0,0.1);
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  transition: all 0.1s ease;
}
.form_btn a::after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: url(/nikken/img/cmn_arrow_ico.png) no-repeat -17px -21px;
  background-size: 150px 150px;
}
.form_btn a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.form_btn.btn_prev a,
.btn_prev_single a{
  margin: 10px auto 15px;
  padding: 15px 20px 15px 25px;
  background: linear-gradient(to bottom, #b0d48c 0%,#b0d48c 100%);
  color: #567931;
}
.form_btn.btn_prev a::after,
.btn_prev_single a::after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 20px;
  height: 16px;
  transform: rotateY(180deg);
}
.form_btn #closeButton::after{
  background: url(/nikken/img/btn_close_window.png);
  background-image: url(/nikken/img/btn_close_window.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.form_btn.not-completed > a,
.form_btn.not-completed > span{
  margin: 10px auto 15px;
  padding: 18px 25px 18px 20px;
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
  background: none;
  background-color: #cfcfcf;
  box-shadow: none;
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.form_btn.not-completed > a::after{
  content: none;
}
.count{
  padding: 0 10px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
}
.count .remaining{
  padding: 0 0 0 5px;
  display: inline-block;
  font-size: 1.3em;
}
/* --- ログイン／アカウント登録 --- */
.type_cont{
  margin: 0 0 30px 0;
  padding: 10px 25px 15px;
  box-sizing: border-box;
  border: 1px solid #a1a1a1;
  font-size: 1.4rem;
}
#type_select_cont{
  padding-bottom: 20px;
}
.type_cont h3{
  margin: -10px -25px 15px;
  padding: 8px 0 10px 18px;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  background-color: var(--bg-color-dark);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.type_cont h3:before{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: var(--bg-color-dark2);
}
.login_cont{
  margin: 20px 0 0;
  text-align: center;
}
.login_cont dt{
  margin: 0 0 5px;
  padding: 8px;
  box-sizing: border-box;
  background-color: #e0e9eb;
  color: #333;
  font-size: 1.4rem;
  font-size: 1.3rem;
  text-align: left;
}
.login_cont dd{
  margin: 0 0 5px;
  box-sizing: border-box;
}
.login_cont dd input{
  padding: 10px;
  min-height: 20px;
  font-size: 1.5rem;
}
.login_cont.members{
  margin: 20px 0 10px;
  text-align: center;
}
.save{
  clear: both;
  text-align: center;
}
.link_list{
  margin-top: 10px;
}
.link_list li{
  margin-bottom: 8px;
  font-size: 1.5rem;
}
li.link_arrow{
  font-size: 1.5rem;
  line-height: 1.4;
}
#form002 .login_cont,
.nikkenid-use .login_cont div{
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 5px;
}
:is(.nikkenid-use, #form002) .login_cont dt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  grid-column: 1 / 2;
}
:is(.nikkenid-use, #form002) .login_cont dd{
  grid-column: 2 / 3;
}
.login_cont{
  margin: 15px auto;
  display: grid;
  gap: 5px;
}
.login_cont dt{
  margin: 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  grid-column: 1 / 2;
}
.login_cont dd{
  margin: 0 0 5px;
  padding: 0;
  grid-column: 2 / 3;
}
.login_cont dd input{
  box-sizing: border-box;
  width: 100%;
}
.link_list li a{
  padding: 0 0 0 15px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.link_arrow a::before,
.link_list li a::before{
  content: ' ';
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  vertical-align: middle;
  transform: rotate(135deg);
}
.btn:hover{
  opacity: 0.8;
}
.content_lead{
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.form_list select{
  margin: 0.2em auto;
  padding: 7px 25px 7px 7px;
  position: relative;
  max-width: 100%;
  width: inherit;
  background: url(/nikken_form_cmn/img/select-arrow.svg) no-repeat right 5px center;
  background-color: #fff;
  background-size: 12px 10px;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.6;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form_list input[type=text].date_input{
  width: 10em;
}
.form_list input[type=text].zip_code_input{
  width: 8em;
}
.form_list input[type=text]{
  width: 100%;
}
.form_list .data_grp .input_name{
  width: 100%;
}
.privacy-policy .form-tr label{
  width: 340px;
}
.creditcard-info,
.cvs-list{
  display: none;
}
/* 枠外 */
.low_content_wrap{
  background-color: #edf1f3;
}
.low_content_wrap .simple_section{
  padding: 15px;
}
.low_content_form_ttl{
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  border-left: 3px solid #cc4c4c;
  font-size: 1.7rem;
}
.low_content_wrap .link_arrow a{
  padding-left: 10px;
  position: relative;
}
.low_content_wrap .link_arrow a::before{
  content: ' ';
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #1b314f;
  border-left: 1px solid #1b314f;
  vertical-align: middle;
  transform: rotate(135deg);
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .form_flow li{
    width: 170px;
  }
  .form_flow ol::before{
    right: 75px;
    left: 75px;
  }
  .type_cont{
    margin: 0;
    padding: 20px 40px 10px;
  }
  .type_cont:only-child{
    padding: 20px 20%;
    width: 100%;
  }
  .btn_cont_center .form_btn{
    display: inline-block;
    width: 340px;
  }
  /* フォーム 共通見出し */
  .form_ttl{
    margin: 0 0 20px;
  }
  /* セクション */
  .form_cont{
    padding: 30px 40px;
  }
  #form_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .type_cont .link_list{
    text-align: center;
  }
  .form_list{
    display: grid;
    grid-template-columns: 17em 2fr;
    gap: 0;
    border-bottom: 1px solid #ededed;
  }
  .form_list dt{
    margin: 0;
    padding: 15px 18px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #e6e6e6;
    background-color: var(--bg-color-light2);
    color: #333;
  }
  .form_list dd{
    padding: 15px 0 15px 18px;
    border-top: 1px solid #ededed;
  }
  .form_list select{
    margin: 0.2em auto;
    max-width: 100%;
    width: inherit;
    background-color: #fff;
  }
  .btn_cont{
    margin: 50px 0 30px;
    display: flex;
    justify-content: center;
  }
  .creditcard-info .form_list,
  .cvs-list .form_list{
    margin-top: -1px;
  }
  .btn_next{
    margin: 0 5px 0;
  }
  .btn_prev{
    margin: 0 5px 0;
  }
  .btn_cont_center{
    margin: 40px 0 0;
  }
  .type_cont .form_btn{
    margin-top: 20px;
  }
  .type_cont .btn_cont_center{
    margin: 20px 0 0;
  }
  .btn_cont_center .note_indent1{
    text-align: center;
  }
  .form_list .data_grp .input_name{
    width: 15em;
  }
  .data_grp{
    margin-right: 10px;
    display: inline-block;
  }
  .data_grp:nth-of-type(2){
    margin-right: 0;
  }
  div.btn_cont .form_btn{
    width: auto;
  }
  .form_btn.btn_prev a,
  .btn_prev_single a{
    margin-top: 0;
    margin-bottom: 0;
  }
  .form_btn + ul{
    margin-top: 30px;
  }
  /* 枠外 */
  .low_content_wrap .simple_section{
    margin: 0 auto;
    padding: 40px 0;
    width: 970px;
  }
  div.btn_cont .form_btn a{
    width: 340px;
  }
  .btn_cont_center{
    margin: 50px 0 0;
  }
  .link_arrow a::before,
  .link_list li a::before{
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .form_btn + .form_btn{
    margin: 0 10px;
  }
  .low_content_wrap .link_arrow a::before{
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@charset "utf-8";

/* =============================================
	nikkenid
============================================= */

.form_flow li{
  width: 160px;
}

.error-message.field-validation-valid::before {
	display: none;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .form_flow li{
    width: 160px;
  }

}
