@charset "utf-8";

/*-------------------------------------------
	mypge common
--------------------------------------------*/

.top_banner img{
	width:100%;
}

.mypage #header {
border-bottom:1px solid #e6e6e6;
}

.mypage #header:after{
	content: "";
	display: block;
	clear: both;
}
.mypage #header{
	min-height: 1%;  /* for Firefox　*/
	zoom: 1;
}
.mypage #header #gnav ul li.gnav01 div,
.mypage #header #gnav ul li.gnav02 div,
.mypage #header #gnav ul li.gnav03 div{
background:none;
}

.mypage #header #gnav ul li{
border-bottom:none;
background:none;
}
.mypage #header #gnav>ul>li>a{
}
.mypage #header #gnav ul li+li{
border-left: 1px #EEE solid;
}
.mypage #header #gnav>ul>li>a:hover{
  background: #FDF8E5;
  border-color:#EDB903;
  }
#gnav>ul>li>a>div {
    padding: 20px 0;
}
.mypage #header #gnav ul li .subnav li{
  background:#fff;
}
.subnav li a{
  background:#F5E8BD;
}


.mypage #header .logo {
float: left;
}
.mypage #header .mhmenu {
float: right;
}
.mypage #header .mypage_httl{
width:210px;
text-align: center;
background:#EDB903;
}
.mypage #header .mypage_httl p{
display: inline-block;
padding-left:28px;
line-height: 70px;
font-weight: 700;
background:url(../mypage/images/my_cmn_icon02.png) no-repeat left center;
color:#fff;
background-size: 20px auto;
}
.mypage #header .mypage_httl p a{
display: block;
color:#fff;
}
/*--------------------  START Media Queries  --------------------*/
@media (max-width: 950px){
.mypage #header .logo a {
    padding: 17px 0 17px 60px;
}
}/*950px*/

@media screen and (max-width:768px) {

.mypage #header {
height: auto;
}
.mypage #header .logo {
float: none;
}
.mypage #header .logo a{
    padding: 15px 0 15px 45px;
    background-size: 40px 33px;
	}
.mypage #header .mhmenu {
float: none;
}
.mypage #header .mypage_httl{
width:100%;
text-align: left;
padding:3px 0 3px 20px;
}

.mypage #header .mypage_httl p{
line-height: 1.5;
font-size:13px;
background-size: 15px auto;
}
#gnav>ul>li>a>div {
    padding: 10px 0;
}
.subnav a {
    display: block;
    text-align: left;
    padding: 12px 0 12px 30px;
}
#gnav>ul>li>a {
    font-size: 1.5rem;
}
}/*768px*/


@media screen and (max-width:640px) {
.mypage #header {
height: auto;
}

}/*640px*/


/*-------------------------------------------
	mypge contents
--------------------------------------------*/
.mypage_cont{
padding: 40px 0 0;
background: url(../images/what_bg01.png) repeat-y left top,
 url(../images/what_bg02.png) repeat-y right top;
    background-color: #FFFDE5;
}


.my_wrapper{
padding:50px;
background:#fff;
}
.my_wrapper.tool{
background:#fff url(../mypage/images/my_tool_head.jpg) no-repeat left top;
}
.my_wrapper.information{
background:#fff url(../mypage/images/my_information_head.jpg) no-repeat left -50px;
}

.my_wrapper .ctitlebox h1{
display: inline-block;
font-size:26px;
font-size:2.6rem;
font-weight: 700;
}


.cmntitle01 {
    margin-bottom: 40px;
  padding: 12px 10px;
      font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
	color:#fff;
	background: #BB9202;
	border-left:5px solid #895400;
	/*
    background: #F3EDB4;
    border-left: 5px #927101 solid;
	*/
	}
.cmntitle02{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 20px;
	background:#F7F3CC;
}
.cmntitle02:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 5px;
  height: 23px;
  margin-top: -11.5px;
  background:#BB9202;
}
.cmntitle03{
    position: relative;
    margin-bottom: 20px;
    padding: 8px 20px;
    font-weight: bold;
	    font-size: 16px;
    font-size: 1.6rem;

	border-bottom:1px solid #ddd;
}
.cmntitle03:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 5px;
  height: 23px;
  margin-top: -11.5px;
  background:#BB9202;
}

.contents_snav ul{
width:100%;
margin-bottom:80px;
text-align: center;
}

.contents_snav ul li{
display: inline-block;
width:45%;
margin-bottom:10px;
}
.contents_snav ul li+li{
margin-left:1%;
}
.contents_snav ul li a{
display: block;
padding: 15px 0;
text-align: center;
color:#fff;
font-size:14px;
font-size:1.4rem;
line-height: 1.5;
background: #999 url(../images/arrow09.png) no-repeat 95% center;
}
.contents_snav ul li span{
display: block;
}

.contents_snav.snav01 li a{
background: #aaa url(../images/arrow11.png) no-repeat 95% center;
}

.my_list01>li{
padding:0 10px;
}
.my_list01 li{
border-bottom:1px solid #ddd;
}
.my_list01 li a{
display: block;
padding:13px 0;
}
.my_list01 li:first-child{
border-top:1px solid #eee;
}
.my_list01 li ul.my_sublist li{
border:none;
}
.my_list01 li ul.my_sublist li+li a{
padding: 0 0 13px;
}
.my_list01 li a:hover{
background-color:#f8f8f8;
}
.sec p.my_list_sttl{
padding-top:20px;
margin-bottom:0;
font-weight:700;
}


/*

.listicon01 li a{
padding:10px 25px;
background-image: url(../images/arrow_10.png);
background-position: left 15px;
background-repeat: no-repeat;
}
.listicon01 li a:hover{
background-color:#FCFAEC;
}*/


.sec02{
margin-top:30px;
}

table.douganaiyou th{
	font-weight:normal;
	padding: 0px 5px;
	vertical-align:baseline;
}

table.douganaiyou td{
	vertical-align:baseline;
	padding: 0px 2.5px;
}

a.moviepdf{
	color: #fff;
	background-color: #eb6100;
	display:inline-block;
	padding:0 1.5em 0 1em;
	margin-top:30px;
	border-radius: 100vh;
	
}

a.moviepdf:hover{
	color: #fff;
  background: #f56500;
}


/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:640px) {
.my_wrapper{
padding:30px;
}
.my_wrapper .ctitlebox h1 {
    font-size: 20px;
    font-size: 2rem;
}
}/*640px*/




/*-------------------------------------------
	mypge contents icon
--------------------------------------------*/
.mypage .pdf:before,
.mypage a[href$=".pdf"]:before{
  display:inline-block;
  content:url(../images/icon_pdf.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}
#contents a[href$=".pdf"]:after,
.mypage .pdf:after{
  content:none;
}

.mypage a[href$=".doc"]:before,
.mypage a[href$=".docx"]:before{
  display:inline-block;
  content:url(../images/icon_word.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}
#contents a[href$=".doc"]:after,
#contents a[href$=".docx"]:after,
.mypage a[href$=".doc"]:after,
.mypage a[href$=".docx"]:after{
content: none;
}


.mypage .excel:before,
.mypage a[href$=".xls"]:before,
.mypage a[href$=".xlsx"]:before{
  display:inline-block;
  content:url(../images/icon_excel.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}
#contents a[href$=".xls"]:after,
#contents a[href$=".xlsx"]:after,
.mypage a[href$=".xls"]:after,
.mypage a[href$=".xlsx"]:after{
content: none;
}

.mypage a[href$=".ppt"]:before,
.mypage a[href$=".pptx"]:before{
  display:inline-block;
  content:url(../images/icon_ppt.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}


.mypage .zip:before,
.mypage a[href$=".zip"]:before{
  display:inline-block;
  content:url(../images/icon_zip.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}

.subwin:before,
.mypage a[href^="http"]:before{
  content:url(../images/icon_subwin.png);
  margin-right:10px;
  line-height:1;
  vertical-align:middle;
}

.top_banner a[href^="http"]:before{
  content:none;
}

#gnav .gnav02 ul li:nth-child(2) a:before,
.mytopbox2 ul li:last-child a:before,
.subwin:after,
.mypage a[href^="http"]:after,
.mypage .logo a:before,
.mypage .flogo a:before{
content: none;
}

/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:640px) {

}/*640px*/



/*-------------------------------------------
	login index
--------------------------------------------*/
#login_indx{
text-align: center;
}

#login_indx h1{
display: inline-block;
padding-left:55px;
font-size:25px;
font-size:2.5rem;
font-weight: 700;
text-align: left;
line-height: 1.2;
background: url(../mypage/images/my_cmn_icon01.png) no-repeat left center;
background-size: 38px auto;
}

#login_indx h1 span {
display: block;
font-size:20px;
font-size:2rem;
color: #ECB802;
}


.login_contents{
text-align: center;
}
.login_contents table{
margin:10px auto 0;
}
.login_contents table th,
.login_contents table td{
padding:10px 0;
}
.login_contents table th{
margin:0 auto;
text-align: left;
white-space: nowrap;
}
.login_btn{
margin-top:40px;

}
.login_btn input{
	width:400px;
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
	font-weight: 700;
    line-height: 15px;
    color: #fff;
    border: none;
	border-radius:5px;
    font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:#BB9202;
}

.login_contents .text_box {
	width: 400px;
	height: 35px;
	padding: 7px;
	border: 1px solid #cdd7e5;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}


.login_btmsec{
margin-top:40px;
padding-top:30px;
border-top:1px solid #e7e7e7;
}
.login_btmsec .passlink{
text-align: center;
font-weight: 700;
}

.login_btmsec h2{
font-weight: 700;
}
.login_support{
width:50%;
margin:30px auto 0;
padding:20px;
background:#F6F7F8;
}
.supp1{
display:inline-block;
}
.supp1+.supp1{
margin-left:20px;
}



/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:768px) {
.login_contents table{
width:100%;
margin:10px 0 0;
}
.login_contents table th,
.login_contents table td{
display: block;
padding:5px 0;
}

.login_contents .text_box {
	width:100%;
	}
.login_btn input{
	width:80%;
	}

.login_support{
width:100%;
margin:30px 0 0;
}
}/*768px*/


@media screen and (max-width:640px) {
#login_indx h1{
display: inline-block;
padding-left:55px;
font-size:20px;
font-size:2.0rem;

line-height: 1.2;
background: url(../mypage/images/my_cmn_icon01.png) no-repeat left center;
background-size: 38px auto;
}

.login_contents .lead,
.login_btmsec{
text-align:left;
}
.login_support{
text-align: center;
}
.supp1{
display:block;
}
.supp1+.supp1{
margin-left:0;
}
}/*640px*/

@media screen and (max-width:480px) {


}/*480px*/




/*-------------------------------------------
	mypage top
--------------------------------------------*/

.mytopbox1{
background: #fff url(../mypage/images/my_top_bg01.jpg) no-repeat left top;
}
.mytopbox2{
background:#fff url(../mypage/images/my_top_bg02.jpg) no-repeat left top;
}


.mytopbox3{
background: #fff url(../mypage/images/my_top_bg03.jpg) no-repeat left top;
}

.my_topsec{
padding:80px 50px;
	margin-top:30px;
}

.my_topsec h2{
margin-bottom:50px;
text-align: center;
font-size:24px;
font-size:2.4rem;
font-weight: 700;
}
.my_topsec h3{
margin:30px 0;
font-size:24px;
font-size:2.4rem;
text-align: center;
font-weight: 700;
color:#4679DF;

}
.my_topsec ul{
width:750px;
margin:0 auto;
text-align: center;
}

.my_topsec ul li{
float: left;
width:350px;
margin:0 50px 30px 0;
font-size:17px;
font-size:1.7rem;
vertical-align: top;
}

.my_topsec ul li:nth-child(even){
margin-right:0;
}

.my_topsec ul li div{
display:table;
width:100%;
}
.my_topsec.mytopbox1 ul li.tseminar,
.my_topsec.mytopbox1 ul li.tseminar2,
.my_topsec.mytopbox1 ul li.tseinenkai,
.my_topsec.mytopbox1 ul li.tseminar03,
.my_topsec.mytopbox1 ul li.tseminar04{
width:100%;
}

.my_topsec ul li a{
display:table-cell;
padding:15px 10px;
color:#fff;
font-weight: 700;
vertical-align: middle;
text-align: center;
line-height: 1.5;
border-radius:5px;

background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #B68D01 0%,#927101 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #B68D01 0%,#927101 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #B68D01 0%,#927101 100%);
}


.my_topsec ul.mytopbox4 li a{
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #69C5FC 0%,#2DADFB 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center, -webkit-linear-gradient(top, #69C5FC 0%,#2DADFB 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #69C5FC 0%,#2DADFB 100%);
}

.my_topsec.mytopbox1 ul li.tshindan a{
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #2A8857 0%,#237249 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #2A8857 0%,#237249 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #2A8857 0%,#237249 100%);
}

.my_topsec.mytopbox1 ul li.tkeieidoc a{
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #39A1C1 0%,#39A1C1 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #39A1C1 0%,#39A1C1 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #39A1C1 0%,#39A1C1 100%);
}

.my_topsec.mytopbox1 ul li.tseminar a{
padding:30px 0;
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #DF0000 0%,#AB0000 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #DF0000 0%,#AB0000 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #DF0000 0%,#AB0000 100%);
}
.my_topsec.mytopbox1 ul li.tseminar2 a{
padding:30px 0;
color:#333;
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #F3E937 0%,#DDD20D 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #F3E937 0%,#DDD20D 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
 linear-gradient(to bottom, #F3E937 0%,#DDD20D 100%);
}
.my_topsec.mytopbox1 ul li.tseminar2 a img{
width:40%;
}

.my_topsec.mytopbox1 ul li.tseinenkai a{
    padding:20px 0;
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-moz-linear-gradient(top, #1c1cea 0%,#1617B7 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
-webkit-linear-gradient(top, #1c1cea 0%,#1617B7 100%);
background: url(../mypage/images/my_top_arrow.png) no-repeat 95% center,
linear-gradient(to bottom, #1c1cea 0%,#1617B7 100%);
}




.my_topsec ul li a span{
display: block;
}
.my_topsec ul li p{
margin-top:10px;
font-size:15px;
font-size:1.5rem;
text-align: left;
}


.memberbox{
padding:20px;
background:#F2F5F6;
}


.my_topsec ul li.tseminar03 {
   padding:10px; 
background:url("../mypage/images/top_banner_g.png") no-repeat center;
    background-size: cover;
border-radius: 5px;
}
.my_topsec ul li.tseminar04{
      padding:10px;  background:url("../mypage/images/top_banner_o.png") no-repeat center;
    background-size: cover;
border-radius: 5px;

}


.my_topsec ul li.tseminar03 a,
.my_topsec ul li.tseminar04 a{
    padding:10px;
    color:#333;
    font-weight: 700;
    line-height: 1.4;
    background:#fff;
}


/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:950px) {
.my_topsec ul{
width:100%;
}
.my_topsec ul li{
width:46%;
margin-right:8%;
}
}

@media screen and (max-width:768px) {

.my_topsec ul li{
display: inline-block;
width:100%;
margin-right:auto;
font-size:15px;
font-size:1.5rem;
}
.my_topsec ul li:nth-child(even){
margin-right:auto;
}
.my_topsec ul li:last-child{
margin-right:auto;
}
.my_topsec ul li a{
display:table-cell;
padding:10px 0;
color:#fff;
}
.my_topsec ul li a span{
  display: inline
}
.my_topsec ul li a span+span {
    display: block;
}

.my_topsec.mytopbox1 ul li.tseminar2 a img{
width:50%;
}

}/*768px*/

@media screen and (max-width:480px) {
.my_topsec.mytopbox1 ul li.tseminar2 a img{
width:70%;
}
}/*480px*/



/*-------------------------------------------
	inquiry
--------------------------------------------*/

input::-webkit-input-placeholder {
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #bbb;
}
input:-moz-placeholder {
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #bbb;
}
input::-moz-placeholder {
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #bbb;
}
input:-ms-input-placeholder {
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #bbb;
}

#inquiry_form select{
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	}
	
	
#inquiry_form .lead{
margin-bottom:30px;
}

#inquiry_form h2{
margin-bottom:15px;
}
#inquiry_form h3{
margin-bottom:5px;
color:#927101;
font-weight:700;
font-size:20px;
font-size:2rem;
}


#inquiry_form table{
width:100%;
}
#inquiry_form table th,
#inquiry_form table td{
padding:15px;
box-sizing:border-box;
}
#inquiry_form table tr:last-child th,
#inquiry_form table tr:last-child td{
border-bottom:1px solid #eee;
}
#inquiry_form table th{
position: relative;
text-align:left;
width:30%;
border-top:1px solid #eee;
background: #F7F7F7;
white-space:nowrap;
vertical-align: middle;
}
#inquiry_form table th span.br::before {
	content: "\A" ;
	white-space: pre;
}
	
#inquiry_form table td{
width:70%;
background:#fff;
border-top:1px solid #eee;
}
#inquiry_form table td label+label{
margin-left:20px;
}
#inquiry_form table th.must:after{
    position: absolute;
    right: 8px;
    content: '\5fc5\9808';
    display: inline-block;
    height: 20px;
	line-height: 20px;
    background: #927101;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
	font-size:1.2rem;
    font-weight: normal;
    color: #fff;
}
#inquiry_form table.form_style02 th,
#inquiry_form table.form_style02 td{
display: block;
width:100%;
}
#inquiry_form table.form_style02 td{
padding-bottom:35px;
}

@media all and (-ms-high-contrast:none){
#inquiry_form table th.must:after {
padding-top:5px;
} 
}

.text_sbox,
.text_box,
.text_bbox{
	width: 100%;
	height: 35px;
	margin-right: 5px;
	padding: 7px;
	border: 1px solid #cdd7e5;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}

.text_sbox {
width:250px;
}
.text_bbox {
height: 100px;
}

.memo{
margin-top:5px;
font-size:13px;
font-size:1.3rem;
}


#inquiry_form table td select{
height: 50px;
margin-left:5px;
padding:3px;
border-radius:3px;
border:1px solid #cdcdcd;
-webkit-appearance: menulist-button;
}
#inquiry_form table td ul{
width:100%;
}
#inquiry_form table td ul li{
display:inline-block;
width:30%;
}
#inquiry_form table td ul li input{
margin-right:5px;
}

#inquiry_form table td ul.list02 li{
display:inline-block;
width:48%;
}
#inquiry_form table td ul.list02 li label {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
background:#f8f8f8;
}
#inquiry_form table td ul.list02 li label:hover {
background: #FEEEED;
}

#inquiry_form table td ul.list02 li+li{
margin:5px 0 0 5px;
}
#inquiry_form table td ul.list03 li{
display:inline-block;
width:100%;
}
#inquiry_form table td ul.list03sub{
display:inline;
}
#inquiry_form table td ul.list03sub li{
display:inline;
width:auto;
}
.sec p.inquiry_subtitle{
margin-top:35px;
margin-bottom:0;
padding:5px 10px;
/*color:#FF0004;*/
background: #F2EDE4;
}
.inquiry_subtitle02{
margin-top:15px;
padding:3px 10px;
font-size:14px;
font-size:1.4rem;
color:#666;
background:#F8F6F1;
}


.inquiry_subtitle03{
margin-top:25px;
}

.inquiry_listbox{
padding:20px;
border:3px solid #F2EDE4;
}
.red{
color:#FF0004;
}



.form_btn ul {
margin-top:50px;
text-align: center;

}
.form_btn li{
display: inline-block;
}
.form_btn li+li{
padding-left:20px;
}

.form_btn input{
 display: block;
    width: 200px;
    padding: 15px 0;
    font-size: 13px;
	font-size:1.3rem;
	line-height: 13px;
    color: #fff;
    border: none;
	border-radius:50px;
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
    cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media all and (-ms-high-contrast:none){
.form_btn input {
padding-top:15px;
} 
}

.btn_confirm input{
 background:#927101;
}
.btn_gray input{
background:#aaa;
}
/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:480px) {


}/*480px*/




/*-------------------------------------------
	tool
--------------------------------------------*/
.clm_l{
float:left;
width:60%;
}
.clm_r{
float:right;
width:25%;
}
.sec .logo_desc li {
padding:10px;
background:#f5f5f5;
}
.sec .logo_desc li p{
margin:0;
}


.logo_sec{

}

.logo_box{
float:left;
width:32%;

}
.logo_box+.logo_box{
margin-left:2%;
}
.logo_box div{
padding:5px 0;
text-align: center;
color:#fff;
background:#666;
}

.logo_box a{
display: block;
width:65%;
margin:20px auto 50px;
padding:5px 0;
text-align: center;
color:#fff;
border-radius: 50px;
background: #5AB646;

}
.sec .logo_stl{
margin:0 0 30px;
padding:10px;
text-align: center;
background: #f5f5f5;
background:#eee;
}

.logo_cap li{
float:left;
width:45%;
}
.logo_cap li+li{
margin-left:10%;
}
.logo_cap li p{
font-weight: bold;
color:#5AB646;
}

.logo_cap li p:before{
content: "●";
display: inline;
position: relative;
}
.logodl{
margin-top:20px;
}

.tool_imglist li{
display:inline-block;
width:24%;
}


.tool_box{
float:left;
width:45%;
text-align: center;
}
.tool_box+.tool_box{
margin-left:10%;
}
.tool_box iframe{
width:100%;
height: 235px;
}

li.tool_box a{
display: block;
width:65%;
margin:20px auto 50px;
padding:5px 0;
text-align: center;
color:#fff;
border-radius: 50px;
background: #5AB646;
}


/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:480px) {


}/*480px*/








/*-------------------------------------------
	model
--------------------------------------------*/
.tool_tbl{
width:100%;
}
.tool_tbl th,
.tool_tbl td{
font-weight: normal;
padding:10px;
text-align: center;
border:1px solid #ddd;
}
.tool_tbl th span{
display: block;
}
.tool_tbl tbody th span{
white-space: nowrap;
font-weight: bold;
}

.tool_tbl td ul li{
display: inline-block;
}
.tool_tbl td ul li a{
display: inline-block;
padding:5px 10px;
background:#f8f8f8;
}
.tool_tbl td ul li+li{
margin-left:5px;
}





.model_sec table{
width:100%;
}
.model_sec table th,
.model_sec table td{
padding:15px;
border:1px solid #ddd;
}

.model_sec table th{
width:280px;
text-align: left;
background:#f5f5f5;
}
.model_sec table th span{
display: block;
}
.model_sec table td a{
display: inline-block;
padding:5px 0;
}

.model_list li{
border-bottom:1px solid #ddd;
}

.model_list li a{
display: block;
padding:10px 10px;
}

.listh{
padding-right:10px;
}
.model_list_lm{
margin-left:20px;
}

.model_sec table td dl{
margin-top:10px;
}
.model_sec table td dl dt{
font-weight: bold;
}
.model_sec table td dl dd{
display: inline-block;
margin-bottom:10px;
}
.model_sec table td ul li,
.model_sec table td ul li:first-child{
border:none;
}


/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:480px) {


}/*480px*/








/*-------------------------------------------
	mail news
--------------------------------------------*/
.mailnews_detail dl {
display: table;
width:100%;
border:1px solid #ddd;
}
.mailnews_detail dl+dl {
border-top:none;
}
.mailnews_detail dl dt,
.mailnews_detail dl dd{
display: table-cell;
padding:10px;

}

.mailnews_detail dl dt{
width:30%;
border-right:1px solid #ddd;
font-weight: bold;
}
.mailnews_detail p.mailnews_dbtn a{
display:block;
width:450px;
margin:20px auto 0;
padding:10px 15px;
color:#fff;
font-weight: 700;
text-align: center;
background:#895400;
border-radius:3px;
}

.mailnews_detail p.mailnews_dbtn a:before{
    content: url(../images/icon_subwinwhite.png);
}

.mailnews_bkn dl{
margin-top:60px;
}

.mailnews_bkn dl dd{
padding:15px;

}
.mailnews_bkn dl dd a{
display: block;
padding:10px;
}
.mailnews_bkn dl dd a:hover{
background:#FFFDE5;
}







/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:480px) {
.mailnews_detail dl {
display: block;
width:100%;
border:1px solid #ddd;
}
.mailnews_detail dl dt,
.mailnews_detail dl dd{
display: block;
padding:10px;
}
.mailnews_detail dl dt{
width:100%;
border-right:none;
font-weight: bold;
}
.mailnews_detail dl dt+dd{
padding-top:0;
}

}/*480px*/




/*-------------------------------------------
	seminar
--------------------------------------------*/
.seminar_list,
.seminar_list2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.seminar_list li a{
display: block;
margin-bottom:20px;
}
.seminar_list li{
width:43%;
margin-bottom:60px;
}
.seminar_list li p{
font-weight: bold;
margin-bottom:5px;
}

.sec .seminar_name{
margin-bottom:30px;
font-weight:bold;
}
.seminar_list li p.resume{
margin-top:0;
padding-left:30px;
color:#895400;
font-weight: normal;
background: url(../mypage/images/seminar_icon.png) no-repeat left center;
background-size:20px 14px;
}
.sec p.seminar_btn{
margin-bottom:50px;
}

.seminar_btn a{
width:400px;
display: block;
padding:10px;
text-align: center;
color:#fff;
font-weight: bold;
background:#895400;
}
/*
.mypage .seminar_btn a[href$=".pdf"]:before {
    display:none;
}*/
.mypage .seminar_list li a[href^="http"]:before,
.mypage .seminar_list2 li a[href^="http"]:before{
    display:none;
}
.seminar_links li+li{
margin-top:10px;
}

.seminar_note{
color:#ff0000;
}

.seminar_list2 li:first-child{
width:60%;
}
.seminar_list2 li:last-child{
width:35%;
}
.seminar_list2 li p.resume{
margin-top:0;
padding-left:30px;
color:#895400;
font-weight: normal;
background: url(../mypage/images/seminar_icon.png) no-repeat left center;
background-size:20px 14px;
}

.seminar_btn2 a{
width:100%;
display: block;
padding:10px;
color:#fff;
font-weight: bold;
background:#895400;
}
.comingsoon{
padding:80px 0;
font-size:1.8rem;
}

/*--------------------  START Media Queries  --------------------*/
@media screen and (max-width:840px) {
.seminar_list2{
flex-direction: column;
}
.seminar_list2 li:first-child{
width:100%;
text-align: center;
}
.seminar_list2 li:last-child{
width:100%;
margin-top:30px;
padding:0 8%;
}
}
@media screen and (max-width:640px) {
.seminar_list li{
width:100%;
margin-bottom:60px;
}


.seminar_btn a{
width:100%;
}
.seminar_list2 li:last-child{
padding:0;
}
}/*480px*/


/*-------------------------------------------
	seinenkai
--------------------------------------------*/
.seinenkai_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.seinenkai_list li{
width:43%;
margin-bottom:60px;
}

.seinenkai_list a{
display: block;
padding:20px 0;
text-align: center;
color:#fff;
font-weight: bold;
    font-size:2rem;
    letter-spacing: 0.1em;
background:#895400;
}
.seinenkai_list a span{
    position: relative;
    display: block;
        letter-spacing: 0;
    font-weight: normal;
font-size:1.4rem;
}
.seinenkai_list a span:after{
    display: block;
    content: "";
    width:20px;
    height: 2px;
    margin:10px auto;
    background:#C0A271;
}
.seinenkai_list li a[href^="http"]:before  {
    display:none;
}

/*-------------------------------------------
	seminar02
--------------------------------------------*/
.seminar_sec{
    display: flex;
    margin-top:30px;
    padding:30px;
    align-items: center;
    justify-content: space-between;
    background:#FBF9F1;
}
.seminar_sec h3{
    color:#885400;
    font-size:1.8rem;
    font-weight:700;
}
.seminar_txt{
    width:56%;
    }

.seminar_ph{
    width:37%;
}
.seminar_profile{
 margin-top:30px;
}
.seminar_profile dt{
    display: inline-block;
    padding:0 1em;
    font-size:1.2rem;
    color:#fff;
    background:#885400;
}

.seminar_txt2{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #D3C2A5;
}



@media screen and (max-width:940px) {
    .seminar03 .seminar_sec h3 br:first-child{
        display: none;
    }
}

@media screen and (max-width:768px) {
.seminar_sec{
    flex-direction: column-reverse;
    }
    .seminar_txt{
    width:100%;
    }

.seminar_ph{
    width:100%;
    margin-bottom:30px;
    text-align: center;
}
.seminar_sec h3{
    font-size:1.6rem;
}
}




/*-------------------------------------------
	keieidoc
--------------------------------------------*/
.keieidoc_cont{
	padding: 40px 0 0;
background: url("../mypage/images/keieidoc_top_mypage.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-color: #E9F2F6;
}

.doc_ctitlebox{
	display:flex;
	height:350px;
	width:100%;
	margin:0 auto;
	padding:40px;

}

.doctop_img{
	width:30%;
}

.doctop_img img{
	margin:1.5rem;
}

.doctop_title{
	width:70%;
	margin-top:100px;
	padding-left:2.0rem;
}

.title{
	color:#024076;
	font-size:5.5rem;
	line-height:6.0rem;
	font-weight: bold;
}
.sp_title{
	display: none;
}


.doc_ctitlebox h1{
	color:#024076;
	font-size:5.5rem;
	line-height:6.0rem;
	font-weight: bold;
}

.doc_ctitlebox p{
	font-size:2.0rem;
}


.doc_sec{
	background-color: white;
	padding:2rem 0;
}

.doc_hcmntitle{
	background-color: #39A1C1;
	height:50px;
	color:white;
	font-size:2.0rem;
	text-align: center;
	line-height: 50px;
}

.sp_hcmtitle{
	display:none;
}

.doc_hcmntitle1{
	height:100px;
	font-size:3.0rem;
	line-height: 100px;
	border-radius: 10px 10px 0 0;
}

.doc_hcmntitle2{
	background-color: #39C1AC;
	height:100px;
	font-size:3.0rem;
	line-height: 100px;
	border-radius: 10px 10px 0 0;
}

.doc_hcmntitle3{
	background-color: #82C139;
	height:100px;
	font-size:3.0rem;
	line-height: 100px;
	border-radius: 10px 10px 0 0;
}

.doc_cmntitle01{
	margin:40px auto;
	width:90%;
	font-size:1.7rem;
	text-align: justify;
}

.doc_hcmntitle span{
	color:#FDF870;
	margin:0 1rem;
}

.doc_hcmntitle1_sp{
	display:none;
}


@media screen and (max-width:950px) {
	.title{
		font-size:4.2rem;
	}
	
	.doctop_title{
	width:70%;
		margin:3.0rem auto 0 auto;
}
	.doctop_img{
	width:30%;
		margin:0 auto;
}
	
	.doctop_img img{
	margin:0 auto 1.5rem auto;
}
	
	.doc_ctitlebox{
		height:auto;
		
	}
	
	.doc_ctitlebox p{
	font-size:1.5rem;
}

	
}

@media screen and (max-width:430px) {
	.keieidoc_cont{
		padding: 20px 0;
	}
	
	
	.pc_title{
		display: none;
	}
	
	.sp_title{
		display:block;
	}
	
		.doctop_img{
	width:35%;
}
	
	.doc_ctitlebox{
		display:block;
		padding:20px;
	}
	.doctop_title{
		width:95%;
		margin:0px auto;
		text-align: center;
}
	
	.pc_hcmtitle{
		display:none;
	}
	
	.sp_hcmtitle{
		display:block;
		height:60px;
		line-height:2.5rem;
		padding:0.5rem 0;
	}
	
	.doc_cmntitle01{
	font-size:1.2rem;
	}
	
	.doc_hcmntitle1_sp{
	display:block;
		height:70px;
		line-height:2.6rem;
		padding:0.5rem 0;
		font-size:2.0rem;
}
	.doc_hcmntitle1_pc{
		display:none;
	}
	
	.doc_hcmntitle{
		font-size:1.5rem;
	}
	
}




/*経営協とは*/

.doc_about{
	width:80%;
	margin: 3rem auto;
}

.doc_about_title{
	color:#39A1C1;
	font-size:4rem;
	text-align: center;
	margin-bottom:2rem;
}

.doc_about_img{
	margin:3rem auto;
	text-align: center;
}




.doc_step{
	display:flex;
}

.step_box{
	width:29%;
	border-radius: 10px;
	text-align: center;
	max-height:500px;
	padding:0.5rem 1rem;
}

.step_box01{
	border:solid 3px #39A1C1;
}

.step_box02{
	border:solid 3px #39C1AC;
}

.step_box03{
	border:solid 3px #82C139;
}


.step_arrow{
	width:3.6%;
	text-align: center;
	color:#39A1C1;
	font-size:3.0rem;
	margin:0 1.5%;
	height:400px;
	line-height:400px;
}

.step_box_title{
	font-size:2.5rem;
	text-align: center;
	height:80px;
	margin:1rem auto;
}

.step_box_title01{
	color:#39A1C1;
	line-height:80px;
}

.step_box_title02{
	color:#39C1AC;
	line-height:80px;
}

.step_box_title03{
	color:#82C139;
	line-height:3.8rem;
}

.step_img{
	margin:1.5rem auto 2.5rem auto;
}

.step_catch{
	font-weight:bold;
}

.step_img_under{
	position: relative;
	bottom:0.2rem;
}

.step_box p{
	padding:0 0 2rem 0;
}

@media screen and (max-width:950px) {
	
	.doc_step{
		display:block;
	}
	
	.step_box{
		width:70%;
		margin:2rem auto;
	}
	
	.step_box_title{
		height:50px;
	}
	
	.step_box_title01{
		line-height:inherit;
	}
	
	.step_arrow{
		transform: rotate(90deg);
				height:50px;
	line-height:50px;
		margin: 0 auto;
	}
	
	.res_tab{
		display:flex;
		width:85%;
		margin:0 auto;
	}
	
	.step_box p{
		width:70%;
		margin-top:3rem;
	}
	
}

@media screen and (max-width:430px) {
.step_box{
		width:90%;
	}
	
	
.doc_about_title{
	font-size:3rem;
}
	
	.doc_about_img{
	width:50%;
}
	
.about_doc_pdf{
	font-size:1.2rem;
}
	
	.res_tab{
		display:block;
		width:100%;
	}
	
	.step_box p{
		width:90%;
		margin: 0 auto;
	}


}



.doc_sec01{
	width:80%;
	margin:3rem auto;
		background-color: #E9F6F6;
	padding-bottom:1.0rem;
}

.doc_sec01_02{
	background-color: #E9F6ED;
}

.doc_sec01_03{
	background-color: #EEF6E9;
}

.doc_sec02_detail{
	width:80%;
}



.monshin{
	display:flex;
	width:80%;
	margin:2rem auto 0 auto;

}

.monshin img{
	width:30%;
}

.monshin p{
	width:65%;
	margin:5rem auto 5rem 5%;
	font-size:1.8rem;
	color:#57534F;
	text-align: justify;
}

.monshin_pdf{
	display:block;
	width:50%;
	margin:1rem auto 2rem auto;
	padding:2rem 3rem;
	text-align: center;
	color:white;
	background-color:#39A1C1;
	font-size:2.0rem;
	border-radius: 8px;
}

.monshin_pdf00{
	background-color:#ECB900;
	font-size:1.7rem;
	width:70%;
	margin:5rem auto 8rem auto;
}

.monshin_pdf02{
	background-color:#39C1AC;
}

.monshin_pdf03{
	background-color:#82C139;
}

.monshin_pdf:before{
	display:none;
}


.monshin02{
	width:80%;
	margin:2rem auto 0 auto;

}

.monshin_pdf03_sp{
	display:none;
}


.monshin_note{
	text-align: center;
	margin-top:2rem;
}

.note_sp{
	display: none;
}

.doc_sec02{
	width:80%;
	margin:3rem auto 0 auto;
}

.doc_hcmntitle02{
	font-size:3.0rem;
}

.doc_sec02_title{
	width:100%;
	display:flex;
	margin:0 auto;
}

.list_num{
	width:60px;
	height:60px;
	line-height: 60px;
	background-color: #39A1C1;
	color:white;
	border-radius: 50%;
	text-align: center;
	font-size:2.5rem;
}

.doc_detail{
	margin:0 auto;
	text-align: center;
}

.result_item{
	background-color: #E9F2F6;
	margin:1rem auto;
	padding: 1rem 2rem;
	color:#39A1C1;
}


.pdf_dl{
	margin:1rem auto 0 auto;
	text-align: center;
	
}

.pdf_dl a{
	color:#0488C3;
}

.about_doc_pdf{
	margin:5rem auto;
	font-size:2.0rem;
}


#step03 a[href$=".xls"]:before,
#step03 a[href$=".xlsx"]:before{
content: none;
}

#step0 a[href$=".pdf"]:before{
content: none;
}

.learn_more{
	margin:3rem auto;
	text-align: center;
}

.learn_more p{
	font-size:2rem;
	margin-bottom:1.0rem;
}

#step0 a:visited,
#step02 a:visited{
    color: white;
    text-decoration: none;
}


@media screen and (max-width:950px) {
.monshin{
	display:block;
		width:90%;
	}
	
	.monshin p{
	width:100%;
		margin:1rem auto 0 auto;
		font-size:1.5rem;
}
	
	.monshin img{
		display:block;
		margin:0 auto;
}

	.monshin_note{
	font-size:1.2rem;
}


}



@media screen and (max-width:430px) {
	
	.monshin_pdf{
		width:90%;
	}
	
	.hcmntitle01_sp {
    display: block;
    line-height: 3.2rem;
    padding: 1.5rem 0;
}
	
	.monshin_pdf03_pc{
	display:none;
}
	
	.monshin_pdf03_sp{
	display:block;
		padding:2rem 1rem;
}
	
	.monshin_pdf00{
	font-size:1.5rem;
		padding:1rem 2rem;
		margin-bottom:5rem;
	}
	
	.list_num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
}
	.doc_hcmntitle02 {
    font-size: 2.3rem;
    margin: 0 auto 0.2rem auto;
    line-height: 3.2rem;
	}
	.pdf_dl{
		width:90%;
		
	}
	.monshin_note{
	font-size:1.0rem;
}
	
	.note_pc{
	display: none;
}
	
	.note_sp{
	display: block;
}
	
}



/*-------------------------------------------
	footer
--------------------------------------------*/

.flogo a[href^="http"]:before{
display: none;
}


/*-------------------------------------------
	matching
--------------------------------------------*/
.matching .title01{
    margin-bottom:40px;
    padding:.5em 1em;
    font-size:2.4rem;
    font-weight: bold;
    text-align: center;
    color:#fff;
    background:#BB9202;
}
.matching_hsec{
      display: flex;
    justify-content: space-between;  
}
.matching_img{
    width:40%;
}
.matching_img img{
    width:100%;
}
.matching_lead{
        width:55%;
}

.matching_sec{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
            letter-spacing: .08em;
}

.matching_box{
    width:48%;

}
.matching_btitle{
    position: relative;
    padding-top:10px;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
.matching_btitle p{
    margin:.3em 0;
    font-size: 2rem;
    line-height: 1;
}
.matching_btitle:after{
 content: "";
  display: block;
  position: absolute;
    width: 100%;
  height: 30px;
background:#4591CC;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.matching_txt{
    padding:50px 10px 30px;
    font-weight: bold;
        text-align: center;
}

.matching_txt span{
    font-size:1.4rem;
    font-weight: normal;
}




.matching_sec01{

       background:#EFF6FB;
}
.matching_sec01 .matching_btitle{
       background:#4591CC;
}
.matching_sec01 .matching_btitle:after{
    background:#4591CC;
}
.matching_sec01 .matching_txt p{
    margin:2em 0 0;
}
.matching_sec01 .matching_txt a{
    position: relative;
    display: inline-block;
    width:80%;
    padding:20px 0;
        font-size:1.8rem;
    color:#fff;
       background:#4591CC;
}
.matching_sec01 .matching_txt a:after{
    content: "";
    position: absolute;
    display: block;
    top:45%;
    right: 5%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.matching_sec02{
      background:#FEF3EE;
}
.matching_sec02 .matching_btitle{
       background:#F57F49;
}
.matching_sec02 .matching_btitle:after{
    background:#F57F49;
}
.matching_sec02 .matching_txt p{
    font-size:1.8rem;
    color:#F57F49;
}





@media screen and (max-width:768px) {
    .matching_sec,
    .matching_hsec{
flex-direction: column;

}
    .matching_lead,
.matching_img,
    .matching_box{
    width:100%;

}
    .matching_img,    
    .matching_sec02{
        margin-top:40px;
    }
    
}


/*-------------------------------------------
    fedit banner 
--------------------------------------------*/
.itemedit_benner{
    margin-bottom: 20px;
text-align: right;

}
.itemedit_benner p{
    display: inline-block;
    padding:10px;
    background:#3F49B7;
    border-radius: 5px;
}

.itemedit_benner p a{    
    position: relative;
     display: inline-block;
   padding-right: 30px;
    color:#fff;
    
}
.itemedit_benner p a:before{
content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50vh;
}
.itemedit_benner p a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #3F49B7;
    border-right: 2px solid #3F49B7;
}



/*-------------------------------------------
	items edit
--------------------------------------------*/


.items_title{
    margin-bottom:20px;
    font-weight: 700;
    border-bottom:3px solid #edb903;
}

.items_box{
    display: flex;
    margin-bottom:20px;
}
.items_box+.items_box{
    padding-top:20px;
    border-top:1px solid #ddd;
}

.items_right_ssect{
        padding-bottom:15px;
   border-bottom:1px dotted #ddd;
}
.items_right_sbox{
    display: flex;
    margin-top:15px;

}

.items_left{
    width:15%;
        font-weight: 700;
}


.items_right_sbox .sr_md{
    width:100px;
    margin: .5em 1em 0 0;
  font-size: 1.4rem;
    line-height: 1.3;
    text-align: right;
}
.sr_md:not(:first-child){
    margin-top:20px;
}

.items_right,
.items_right_sbox .sr_box{
    flex:1;
}

.sr_box .sr_note{
    margin-top:.5rem;
    font-size:1.3rem;
}




.items_right .flx{
display: flex;
    flex:1;
    align-items: center;
    gap:0 3%;
}



.items_section input[type=text]{
width: 40%;
	height: 35px;
	margin-right: 5px;
    
	padding: 7px;
	border: 1px solid #cdd7e5;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
.items_section input[type=checkbox]{
    margin-right: .5em;
}

.items_section .sr_box input[type=text]{
    width:100%;
}

/*
.sr_item ul {
      display: flex;
    flex-wrap: wrap;
    align-items: stretch;
        gap:.5rem 2%;
}
.sr_item li{
    display: flex;
width:31.3%;    
    line-height: 1.4;
    font-size: 1.4rem;
   background:#f3f3f3;
    border-radius: 5px;
}
.sr_item li label{
          position: relative;
    display: flex;
    width:100%;
     padding:8px;
         cursor: pointer;
}
.sr_item li span{
    flex:1;
       }

.sr_item li label:has(:checked){
    background-color: #BB9202;
    color: #fff;
        border-radius: 5px;
}


.sr_item li label::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: .8rem;
    border:1px solid #cdd7e5;
    border-radius: 5px;
    background-color: #fff;
    
}
.sr_item li label:has(:checked)::after {
    position: absolute;
    top: 12px;
    left: 16px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #BB9202;
    border-width: 0 2px 2px 0;
    content: '';
}


.checkbx{
    display: none;
}

*/

@media screen and (max-width:768px) {
    
.items_box,
    .items_right_sbox,
    .items_right .flx{
     flex-direction: column;
    }
.items_left,
    .items_right_sbox .sr_md,
    .items_section input[type=text]{
    width:100%;
}
.sr_item{
    flex:1;
}
    .items_right_sbox .sr_md{
    width:100%;
    text-align: left;
}
    /*
.sr_item ul {
    flex-wrap: wrap;
    align-items: stretch;
        gap:.5rem 2%;
}
    .sr_item li{
width:49%;
}*/
    .items_right .flx{
align-items: flex-start;
    gap:5px 0;
}

}

