@charset "UTF-8";

/*
実務講習
*/

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;border-collapse:collapse;
	margin:0;
	font-size:18px;
}

#footer_pc{
   display:none;
}

table{
	border-collapse:collapse;
}

select,input[type="text"],input[type="email"],input[type="tel"]{
	height:40px;
	font-size:inherit;
	font-family: inherit;
	max-width:300px;
}

input[type="radio"]{
	height:18px;
	width:18px;
}

input[type="submit"]:not(.sbmt_bk){
	width:85%;
	background-color:#108730;
	color:#ffffff;
	padding:10px;
	font-size:20px;
	font-family:'Meiryo';
	letter-spacing:0.5em;
}

input[type="submit"]:not(.sbmt_bk):active{
	background-color:#19a2d4;
}

.sbmt_bk{
	width:85%;
	background-color:#4d4d4d;
	color:#ffffff;
	padding:10px;
	font-size:20px;
	font-family:'Meiryo';
	margin-bottom:10px;
	letter-spacing:0.5em;
}

.sbmt_bk:active{
	opacity:0.8;
}

.sbmt{
   margin-top:10px;
	width:85%;
	background-color:#108730;
	color:#ffffff;
	padding:10px;
	font-size:20px;
	font-family:'Meiryo';
	display:inline-block;
	letter-spacing:0.5em;
}

.sbmt:active{
	background-color:#19a2d4;
}

label{
	font-size:20px;
}

textarea{
	font-size:inherit;
	font-family: inherit;
	max-width:300px;
}

option{
	font-size:inherit;
	font-family: inherit;
}


.l_thr{
   text-decoration: line-through;
}

.lightbox { display: none; }


.drawer-nav div{
	margin-top:30px;
}

dd div{
	word-break: break-all;
}

#vd{
	margin-top:-70px;
	padding-top:70px;
   display:inline-block;
}

.ft25{
	font-size:22px;
}

#mail1,#mail2,#content{
	width:500px;
	max-width:300px;
}

ul.drawer-menu{
	width:100%;
}

.fa{
	font-size:80px;
	color:#403735;
}

.dv_pgtp{
	border:solid 1px;
	width:70px;
	margin:auto;
}

.dv_intp{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog4.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_intp2{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog2.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_intp3{
	margin:auto;
	width:70px;
	height:70px;
	background-image:url("../images/buildog3.gif");
	background-size:contain;
	transition-duration:0.3s;
}

.dv_ft {
	position:absolute;
	bottom:10px;
	right:0;
}

.page-top a {
	display: none;
}

/* **************
丸アイコン大きさ調整難しいから

#dv_tp a{
	width:200px;
	height:200px;
	border-radius:50%;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

#dv_tp a.i_home{
	background-color:rgb(204,122,41);
}

#dv_tp a.i_home:active{
	color:rgb(204,122,41);
	background:rgba(204,122,41,0.4);
}

#dv_tp span.i_home{
	border:solid 1px rgb(204,122,41);
}

#dv_tp a.i_line{
	background-color:rgb(122,204,41);
}

#dv_tp a.i_line:active{
	color:rgb(122,204,41);
	background:rgba(122,204,41,0.4);
}

#dv_tp span.i_line{
	border:solid 1px rgb(122,204,41);
}

#dv_tp a.i_id{
	background-color:rgb(41,204,122);
}

#dv_tp a.i_id:active{
	color:rgb(41,204,122);
	background:rgba(41,204,122,0.4);
}

#dv_tp span.i_id{
	border:solid 1px rgb(41,204,122);
}

#dv_tp a.i_file{
	background-color:rgb(41,122,204);
}

#dv_tp a.i_file:active{
	color:rgb(41,122,204);
	background:rgba(41,122,204,0.4);
}

#dv_tp span.i_file{
	border:solid 1px rgb(41,122,204);
}

#dv_tp a.i_map{
	background-color:rgb(204,41,122);
}

#dv_tp a.i_map:active{
	color:rgb(204,41,122);
	background:rgba(204,41,122,0.4);
}

#dv_tp span.i_map{
	border:solid 1px rgb(204,41,122);
}

#dv_tp a.i_calendar{
	background-color:rgb(122,41,204);
}

#dv_tp a.i_calendar:active{
	color:rgb(122,41,204);
	background:rgba(122,41,204,0.4);
}

#dv_tp span.i_calendar{
	border:solid 1px rgb(122,41,204);
}

#dv_tp a:active{
	border-radius:50%;
	color:#ffffff;
}

#dv_tp{
	padding:auto;
	text-align:center;
	width:100%;
	margin:20px auto 80px auto;
}

#dv_tp span.cir{
	display:inline-block;
	margin:20px;
	text-align:center;
	border-radius:50%;
	transition-duration:0.2s;
	position:relative;
	width:200px;
	height:200px;
	text-align:center;
}



#dv_tp span.cir span{
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	font-size:20px;
}

丸アイコンのコメント〆
************************ */

#dv_tp a{
	text-decoration:none;
	transition-duration:0.3s;
	width:100%;
	height:100%;
	padding:10px;
	
	
	display:inline-block;
	text-align:center;
	position:relative;
	width:130px;
	height:110px;
	text-align:center;
	border:solid 2px;
	
	
	margin:5px 3px;
	outline: none;
	overflow: hidden;
	z-index: 2;
	color:#403735;
	background:rgba(240,198,190,0.15);
}

#dv_tp div{
	display:inline;
}

#dv_tp span{
	font-size:16px;
	color:#403735;
	display:inline-block;
	margin-top:5px;
}

#dv_tp a:active{
	background:rgba(240,120,140,0.6);
}

#dv_tp{
	padding:auto;
	text-align:center;
	width:100%;
	margin:40px auto 50px auto;
}

#dv_tp span.squ{
	display:inline-block;
	margin:20px;
	text-align:center;
	transition-duration:0.2s;
	position:relative;
	width:200px;
	height:200px;
	text-align:center;
}



#dv_tp span.squ span{
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	font-size:20px;
}

div#sp_glb{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	height:70px;
	width:70px;
	background:rgb(122,41,204);
}


div#sp_glb a.i_calendar:active{
	background:rgb(51,153,255,0.1);
}

div#sp_glb a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	background-image:url('../images/0pen.png');
	background-repeat:no-repeat;
	background-size:40px 40px;
	background-position:center center;
}


/*
#sp_glb a span{
	display:block;
}
*/

#sp_btn{
	background-color:#333 !important;
	color:#fff;
	z-index:30;
	text-align:center;
	height:70px;
	width:70px;
}

#sp_btn p{
	position:relative;
}

#sp_btn div{
	position:absolute;
	top:25%;
	left:25%;
}

#sp_fa{
	font-size:28px;
	color:#fff;
}

.SB{
	background-color:#0dd1c9;
	color:#fcde23;
	text-align:left;
	padding:65px 0 0 10px;
	font-weight:bold;
	text-shadow:1px 1px 2px #333;
}

.tm{
position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #D2691E;
	font-size:13px;
}
.tm::after{
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #D2691E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.banner{
	width:270px;
}

.w100{
	width:100px;
}

.w50{
	width:50px;
}

.w180{
	width:160px;
}

.w200{
	width:170px;
}

.w230{
	width:190px;
}

.err{
	color:#ff7f7f;
	font-weight:bold;
}

.required{
	color:#ff7f7f ;
}

.txtC{
	text-align:center;
}

#dv_ttn span{
	text-decoration:underline;
	line-height:1.5em;
}

.img_inq{
	text-align:center;
}

.img_inq img{
	width:252px;
}

.sct_inq{
	text-align:left;
	padding:10px;
}

.dv_faqMT{
	padding:0 15px;
}

#fm_inq{
	width:100%;
	line-height:1.5em;
}

#tbl_mainSp{
	text-align:left;
	margin:auto;
	width:100%;
}

#tbl_mainSp td{
	padding:8px;
	border:solid 2px #ababab;
}

#tbl_mainSp th{
	border:solid 2px #ababab;
	background-color:#f5f5f5;
	padding:8px;
	position:relative;
}

.lg_mst{
	padding:2px 4px;
	background-color:#f39800;
	color:#f2e9da;
	border-radius:5px;
	font-size:15px;
	border:solid 2px #d98900;
	box-shadow:0px 2px 2px -2px #4d3000;
	display:inline-block;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-19px;
}

#frm_inq{
	text-align:center;
}


.menulist{
	display:none;
}

#sp_mm{
	font-size:14px;
	display:inline-block;
	margin-top:10px;
	text-align:center;
	width:100%;
}


.gray li{
	background-color:#e6e6fa;
}

.test:after{
	content:" ＋";
	font-size:23px;
	font-weight:bold;
}

.test.active:after{
	content:" －";
	font-size:23px;
	font-weight:bold;
}


/* 親の[ul] */
.syncer-acdn-parent{
	width: 250px ;
	margin: 1.5em 0 0 ;
	padding: 12px 18px ;
	border: 2px solid rgba( 0,0,0, 0.1 ) ;
}

/* 子の[ul] */
.syncer-acdn-child
{
	display: none ;
}

/* 余白設定 */
.syncer-acdn-child ,
.syncer-acdn-parent li ,
.syncer-acdn-parent li p
{
	margin: 0 ;
	padding: 0 ;
}

/* 親と子の[li] */
.syncer-acdn-parent li{
	list-style: none ;
	line-height:2em;
}

.syncer-acdn-parent li:not(:last-child){
	border-bottom:dashed 1px;
}

.syncer-acdn-parent li a{
	display:block;
	text-align:left;
}

.syncer-acdn-parent li a:before{
	content:"→";
	padding-left:20px;

}


/* 親の[a] */
.syncer-acdn-parent li p a
{
	position: relative ;
	top: 0 ;
	left: 0 ;
}

.syncer-acdn-parent li p a:after ,
.syncer-acdn-parent li p a:hover:after
{
	color: #333 ;
	background: rgba( 0,0,255 , 0.1 ) ;
}

.syncer-acdn-parent li p a:after
{
	position: absolute ;
	top: 50% ;
	right: 12px ;
	content: "開閉" ;
	font-size: .85em ;
	margin-top: -12.5px ;
	height: 17px ;
	line-height: 17px ;
	padding: 4px 8px ;
}


/* 親の[a]と子の[li] */
.syncer-acdn-parent li p a ,
.syncer-acdn-child li
{
	border-bottom: 1px solid rgba( 0,0,0, 0.1 ) ;
}


/* 親と子の[a] */
.syncer-acdn-parent li a
{
	display: block ;
	padding: 8px 0 ;
	font-weight: 700 ;
	text-decoration: none ;
	color: #333 ;
}

.syncer-acdn-parent li a:hover
{
	cursor: pointer ;
	color: #f00 ;
	background: rgba( 0,0,0, 0.1 ) ;
}


/* 子の[a] */
.syncer-acdn-child li a:before
{
	content: "∟" ;
	padding-right: 5px ;
}


.ttl_faq {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	font-size:25px;
	font-weight:bold;
	margin-top:40px;
}

.ttl_faq::before,
.ttl_faq::after {
	position: absolute;
	content: '';
	border-radius: 100%
}

.ttl_faq::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(13, 117, 209, .5);
}

.ttl_faq::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(117, 181, 209, .5);
} 

.acMenu{
   padding-bottom:30px;
}

.acMenu div{
	margin-left:13px;
}

.acMenu span:not(.strong){
	display:inline-block;
	margin-left:10px;
	text-decoration:underline;
   padding-top:10px;
}


.acMenu dt input[type="button"]{
   position:absolute;
   right:5px;
   bottom:5px;
   border:solid 1px;
   box-sizing: border-box;
   padding:5px;
   font-size:0.8em;
}

.acMenu input[type="button"].hd_a{
   display:none;
}


.acMenu dt{
    display:block;
   position:relative;
    min-height:50px;
    line-height:30px;
    text-align:left;
    border:#666 1px solid;
    cursor:pointer;
    padding-bottom:8px;
	margin-top:30px;
      box-sizing: border-box;
      padding-bottom:50px;
}

.acMenu dt:hover{
	color:#1111cc;
	opacity:0.9;
	transition-duration:0.2s;
}


.acMenu dt::before{
   content: "Q";
   display: flex;
   justify-content: center;
   align-items: center;
   background: #D65556;
   color: #fafafa;
   width: 35px;
   height: 35px;
   font-size:1.1em;
}

.acMenu dd{
    background:#f2f2f2;
    min-height:50px;
    line-height:30px;
    text-align:left;
    vertical-align:top;
    border:#666 1px solid;
    display:none;
    padding-bottom:8px;
}

.acMenu dd::before{
   content: "A";
   display: flex;
   justify-content: center;
   align-items: center;
   background: #6699B7;
   color: #fafafa;
   width: 35px;
   height: 35px;
   font-size:1.1em;
}

.acMenu dt.active{

}

.ul_faq{
	border:dotted 1px;
	width:230px;
	margin:auto;
	padding:0;
}

.ul_faq li{
	list-style:none;
	padding-top:10px;
	padding-bottom:5px;
}

.fa-mobile{
	font-size:25px;
	color:#cc106e;
	transform:rotateZ(10deg);
}


#dv_bs{
	position:absolute;
	top:60px;
}

.sp_menu{
	border:solid 1px #007bbb;
	border-radius:5px;
	padding:3px 7px;
	background-color:#007bbb;
}

#wrap{
	text-align:center;
	width:100%;
}

#wrap2{
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	box-shadow:0px 0px 4px 4px #cfcfcf;
}

#LW{
	text-align:left;
	background-color:#ffffff;
	position:absolute;
	top:50px;
}

#LW_pb30{
	text-align:left;
	background-color:#ffffff;
	padding-bottom:30px;
}

#sol2{
	margin:20px auto auto auto;
}

#tr{
	text-align:left;
}

#lh_fs19{
	line-height:1.5em;
	padding:0px 10px 0 10px;
}

#lh{
	line-height:1.5em;
	padding:5px 15px 0 15px;
}

#lh_p150010{
	line-height:1.5em;
	font-size:19px;
	padding:15px 0 0 10px;
}

#R_pr50{
	text-align:right;
}

#p00010{
	padding:0 0 0 5px;
}

#p50015{
	padding:20px 0 0 5px;
}

#p00015{
	padding:0 0 0 5px;
}

.p750015{
	padding:75px 0 0 5px;
}

#p010015{
	padding:0 10px 0 5px;
}

.sp_spc{
	padding-top:20px;
	padding-bottom:60px;
}

.mgn_t{
	margin-top:20px;
}

.mgn_t3{
	margin-top:30px;
}

.mt4{
	margin-top:4px;
}

.mgn_t5{
	margin-top:15px;
}

.mt10{
	margin-top:10px;
}

.mt50{
	margin-top:50px;
}

#w200{
	width:200px;
}

#w180{
	width:180px;
}

#w155{
	width:155px;
}

.pl12{
	padding:10px 15px 0 15px;
}

#sec{
	margin-left:25px;
}

.fwb{
	font-weight:bold;
}

.LgCr address{
	display:none;
}

.LgCr_sp{
	padding-top:50px;
}

#sp_a_offr{
	position:fixed;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	text-decoration:none;
	z-index:20;
	background:rgba(240,0,0,0.85);
	padding:10px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display:inline-block;
	width:60vw;
	text-align:center;
	font-weight:bold;
	color:rgba(250,250,250,0.8);
}

#sp_a_offr:active{
	background:rgba(7,230,230,0.8);
}

.txt_r{
	position:relative;
}

div.txt_r div.page-top{
   display:none;
}

#Cft18{
	text-align:center;
	font-size:18px;
}

#RSP{
	text-align:right;
	margin-top:40px;
}

#lh010015{
	line-height:1.5em;
	padding:0px 10px 0 15px;
}

.lh_pd{
	line-height:1.5em;
	padding:20px 0 0 8px;
}

.img_flw{
	border:solid 1px;
	display:inline-block;
	margin:60px auto 30px auto;
}

.img_flw2{
   display:none;
}

/*
.img_flw2 img{
	display:inline-block;
	margin:10px auto 40px auto;
}

.img_flw2 p{
	position:absolute;
	top:12px;
	right:18px;
	font-size:16px;
	font-weight:bold;
	transform:rotateZ(13deg);
}

.img_flw2 p span{
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}
*/

#ul_offCh{
	list-style:none;
	padding:0;
}

#ul_offCh li:nth-child(odd){
	display: block;
	text-decoration: none;
	margin-top:30px;
	font-weight:bold;
	font-size:20px;
	font-family:"游ゴシック", YuGothic;
}

#ul_offCh li:nth-child(odd) span{
	padding:5px;
}

#ul_offCh li:nth-child(even){
	position:relative;
	padding: 15px;
	margin: 7px 0 10px 0px;
	border-bottom:dashed 1px #ccc;
	color:#333;
	line-height:2em;
}


ol#ol_offSub{
  counter-reset:list;
  list-style-type:none;
  padding:0;
  margin-left:5px;
}

ol#ol_offSub li{
  position:relative;
  margin: 7px 0 7px 0px;
  padding-left:43px;
  line-height: 30px;
  border:none;
}

ol#ol_offSub li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fafaff;
  font-weight:bold;
  line-height:30px;
  background: #142acc;
  top: 50%;
  transform: translateY(-50%);
}

ol#ol_offSub li:after{
  content:"";
  display: block;
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #142acc;
  top: 50%;
  transform: translateY(-50%);
}

#num{
	text-align:right;
	background-color:#0dd1c9;
	padding-right:10px;
	color:#4c0016;
	font-size:13px;
}

.howto{
	width:290px;
}

#flow_tk{
	width:249px;
	height:414px;
}

.dv_flt{
	margin:auto;
	margin-bottom:50px;
	line-height:1.5em;
}

#choco{
	color:#D2691E;
	font-size:30px;
	margin-left:115px;
	margin-top:10px;
	margin-bottom:10px;
}

.chart{
	border:solid #D2691E;
	width:240px;
	padding:15px;
	border-radius:25px;
	margin-top:10px;
}

#bracket{
	border-radius:25px;
	border:solid #D2691E;
	width:240px;
	padding:15px;
	margin-top:10px;
}

.headding06 {
	line-height:1em !important;
	margin:0;
	font-family:"游ゴシック", YuGothic;
}

.dv_hd{
	text-align:center;
	margin-top:50px;
}

.dv_hd span{
	font-family:"Segoe Print",Papyrus;
	margin-bottom:30px;
	display:inline-block;
}

.ttl_und{
	text-align:left;
	margin:50px 15px 20px 15px;
	font-weight:normal;
	border-bottom: solid 3px #bbbbbb;
	position: relative;
	line-height:1.5em;
}

.ttl_und:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fa6f19;
	bottom: -3px;
	width: 15%;
}

.ttl_und3{
	text-align:left;
	margin:20px auto 20px auto;
	font-weight:normal;
	border-bottom: solid 3px #bbbbbb;
	position: relative;
	line-height:1.5em;
}

.ttl_und3:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fa6f19;
	bottom: -3px;
	width: 15%;
}

#tbl_tm{
	margin:auto;
	width:95%;
	font-size:20px;
}

#tbl_tm:after{
	margin-bottom:20px;
}

#tbl_tm tr:nth-child(odd){
	background-color:#e1f0fa;
}

#tbl_tm tr:nth-child(even){
	background-color:#f5f5f5;
}

#tbl_tm td{
	padding:15px;
}

#tbl_tm th{
	width:30%;
	font-weight:normal;
	text-align:center;
}

table#tuition_t {
    margin: 0 15px;
    border-collapse: separate;
    border-spacing: 0px 15px;
    
}
 
table#tuition_t th,
table#tuition_t td {
    padding: 10px;
}
 
table#tuition_t th {
    background: #1486cc;
    vertical-align: middle;
    text-align: left;
    width: 190px;
    overflow: visible;
    position: relative;
    color: #fff;
}
 
table#tuition_t th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1486cc;
    border-width: 10px;
    margin-top: -10px;
}

table#tuition_t td {
    background: #f8f8f8;
    width: 280px;
    padding-left: 20px;
}

#tj_flow,#sec{
	margin:auto 15px;
}

.headding07 {
	border:solid 2px #D2691E;
	background-color:#d2691e;
	border-radius:10px;
	width:250px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}

.headding06_s {
position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}

.headding06_s:before{
content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.headding06_s:after{
content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.headding06_ss {
position: relative;
    color: #111;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #B92A2C;
}

.headding06_ss:before{
content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.headding06_ss:after{
content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.headding05 {
	position:relative;
	text-align:left;
	font-family:"游ゴシック", YuGothic;
	
	
	padding: 10px 40px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.headding05::before,
.headding05::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.headding05::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(20, 134, 204, .5);
}

.headding05::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(184, 196, 204, .5);
}

.headding {
	margin:20px 0 40px 0;
	font-family:"游ゴシック", YuGothic;
}

.headding span.stp {
	background:#1486cc;
	display:inline-block;
	color:#fcfcfc;
	border:solid 1px #1486cc;
	padding:10px;
	
    overflow: visible;
    position: relative;
}



.headding span.stp:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1486cc;
    border-width: 10px;
    margin-top: -10px;
}





.headding span.stp_dtl {
	border-top:solid 1px #333;
	border-right:solid 1px #333;
	border-bottom:solid 1px #333;
	display:inline-block;
	padding:10px 10px 10px 20px;
}

#flow_after_sp{
	width:271px;
	height:451px;
}

#flow_after_pc{
   display:none;
}

#dv_glb{
	margin:auto;
}


.large{
	width:100%;
}

.large2{
	width:100%;
}

.sec_large{
	width:100%;
}

.copy{
	font-size:xx-small;
	text-align:left;
}

#global_sp{
	background:rgba(240,240,240,0.8);
	font-size:16px;
	color:#000000;
	text-align:center;
	z-index:4;
	position: fixed;
	height:70px;
}

#dv_glb_5{
	z-index:4;
	font-size:12px;
	background:rgba(0,0,240,0.85);
	color:rgba(245,245,245,0.9);
	text-decoration:none;
	font-weight:bold;
	height:70px;
	box-sizing: border-box;
	padding:10px;
	line-height:1.5em;
	position:absolute;
	left:0;
}

#dv_glb_5:active{
	background:rgba(240,0,120,0.85);
}

#dv_glb_in{
	position:retaive;
}

div#global_sp p{
	margin:auto;
	width:150px;
}

div#global_sp img{

}

div#global_sp h1{
	font-size:18px;
	letter-spacing:0.1em;
	font-family:"游ゴシック", YuGothic;
	font-weight:normal;
}

#global_pc,#dv_glb_in_pc,#RE_num_pc,.ul_tk{
   display:none;
}

.sp_ft{
	display:inline-block;
	float:left;
	position:relative;
}

.sp_ft img{
	width:100%;
}

.sp_ft p{
	position:absolute;
	top:12px;
	right:18px;
	font-size:16px;
	font-weight:bold;
	transform:rotateZ(13deg);
}

.sp_ft p span{
	background: linear-gradient(transparent 60%, #ff99ff 60%);
}

.mark{
	width:300px;
}

.index{
	width:300px;
	height:55px;
}

.strong{
	color:#fc1125;
	font-weight:bold;
}

.ph_table{
	border:solid 1px;
	padding:10px;
}

.flow{
	width:300px;
	height:100px;
}

.offer{
	width:300px;
	height:350px;
}

.offer_t{
	display:none;
}

/*
.offer_t{
	width:1000px;
}

.offer_t th{
	font-weight:normal;
	background-color:#f0f0f0;
}
*/

#dv_spNs{
	border:solid 2px #000;
	font-size:23px;
	margin-top:30px;
}

.spul_offer{
	margin:40px 0;
	padding:0;
	border:solid 2px #b8b4cc;
	border-top:none;
	border-radius:8px;
	list-style:none;
}

.spul_offer li:nth-child(1){
	position:relative;
	text-align:center;
	border-radius:8px 8px 0 0;
}

.sp_ofrOn{
	background:#1486cc;
}

.sp_ofrOn:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #1486cc;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrOn:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #1486cc;
	position: absolute;
	right: 50%;
	bottom: -24px;
}

.sp_ofrHr{
	background:#cc142a;
}

.sp_ofrHr:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #cc142a;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrHr:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #cc142a;
	position: absolute;
	right: 50%;
	bottom: -24px;
}

.sp_ofrPr{
	background:#108730;
}

.sp_ofrPr:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #108730;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrPr:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #108730;
	position: absolute;
	right: 50%;
	bottom: -24px;
}

.sp_ofrMx{
	background:#808080;
}

.sp_ofrMx:before{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #808080;
	position: absolute;
	right: 50%;
	bottom: -23px;
	z-index: 2;
}

.sp_ofrMx:after{
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #808080;
	position: absolute;
	right: 50%;
	bottom: -24px;
}


.sp_nmb{
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

.spul_offer li:nth-child(2){
	text-align:center;
	padding:25px 0 5px 15px;
}

.sp_dtE{
	font-size:25px;
	font-weight:bold;
}

.sp_dtS{
	font-size:15px;
}

.spul_offer li:nth-child(3){
	font-size:15px;
	padding:5px 0;
}

.spul_offer li:nth-child(3) div{
	background:#eef1f6;
	padding:10px 20px;
}

.spul_offer li:nth-child(4){
	text-align:center;
	padding:20px;
}

.spul_offer li span{
	display:inline-block;
	
}

.spul_offer li a:not(.acc){
	display:inline-block;
	text-decoration:none;
	width:80%;
	color: #ffffff;
	padding: 10px;
	font-size: 17px;
	border-radius:20px;
	letter-spacing:0.3em;
}

.spul_offer h3{
	color:#fcfcfc;
	margin:0 5px 0 0;
	display:inline-block;
	padding:10px 0;
	font-size:25px;
}

.ltt{
	font-weight:bold;
	color:#fff;
	background:#f16e00;
	font-size:13px;
	line-height:1.5em;
	padding:2px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-12.5px;
}

.mx{
	font-weight:bold;
	color:#fff;
	background:#b079f2;
	font-size:13px;
	line-height:1.5em;
	padding:2px;
	display:inline-block;
	position:absolute;
	top:50%;
	margin-top:-12.5px;
}

.sp_ok{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #1486cc;
}

.sp_ok:active{
	background:#cc1486;
}

.sp_okH{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #cc142a;
}

.sp_okH:active{
	background:#cc1486;
}


.sp_bfr{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #108730;
	color:#ffffff;
	width:80%;
}

.sp_ng{
	font-weight:bold;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	background-color: #808080;
	color: #ffffff;
	width:80%;
}

.pdf{
	width:260px;
}

.sp_acc{
	margin:0 15px;
	line-height:1.5em;
}

.map{
	width:270px;
	height:270px;
}

.div_map{
	overflow:auto;
	margin:auto;
}

.ent_large{
	width:100%;
}

.ent_t{
	width:100%;
}

.iframe{
	width:260px;
	height:330px;
   border: none;

}

.ent_submit{
	width:320px;
}

.agree{
	width:280px;
}

#dv_spInqSbmt{
	margin:20px auto;
	text-align:center;
}

#gd_fv{
	font-size:14px;
}

ul.root{
	padding-left:20px;
	margin-left:0;
}

.ul_cnt{
/*
	color: #1e366a;
	border-top: solid #1e366a 1px;
	border-bottom: solid #1e366a 1px;
	padding: 0.5em 0 0.5em 1.5em;
	margin-bottom:70px;
*/
	list-style-type:none;
	position:relative;
	letter-spacing:0.1em;
	padding-left:15px;
}
.ul_cnt li{
/*
	line-height: 1.5;
	padding: 0.5em 0;
*/
	position:relative;
	padding: 7px 5px 7px 5px;
	margin: 7px 0 10px 0px;
	font-weight: bold;
	border-bottom:dashed 1px #ccc;
	color:#333;
	
}

.agree{
	width:85%;
	background-color:#108730;
	color:#ffffff;
	padding:5px;
	font-size:20px;
	font-family:'Meiryo';
	display:inline-block;
	letter-spacing:0.5em;
	line-height:1.5em;
}

.agree:active{
	background-color:#19a2d4;
}

.dspl_pc{
   display:none;
}


h1{font-size:27px; font-weight:bold;}
h2{font-size:24px; font-weight:bold;}
h3{font-size:20px; font-weight:bold;}
