@charset "utf-8";


/*	common
--------------------------------------------*/
.tc-title{
      font-size:2.25rem;
    font-weight: var(--font-bold);
}
.tc-stitle{
          font-size:1.125rem;
        font-weight: var(--font-bold);
}


.btn a{
      display: flex;
    align-items: center;
    gap: .5em;
}
.btn-arrow-b a::before{
       content: "";
    display: block;
		flex-shrink: 0;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_b.png) no-repeat left center;
    background-size: cover;
}
.home .btn-arrow-b a::before{
    width: 24px;
    height: 24px;
}


.indx-lead{
	text-align: center;
	font-weight: var(--font-bold);
	
}

/*	top
--------------------------------------------*/



.toplead{
    padding:1.5rem 0;
    text-align: center;
    font-size:1.25rem ;
    font-weight: var(--font-bold);
  background:var(--key-plc);
}


.toplead-st{
  margin:1em 0;
  display: flex;
  justify-content: center;
  gap:.5em 1rem;
}

.toplead span{
    display: block;
    padding:.5em 1rem;
    color:#fff;
    background:var(--key-c);
    border-radius: .5em;
}

.tnews .flx{
    gap:20px 5%;
}
.tnews .tsect-body{
    flex:1;
}
.tnews .tsect-title{
    width:20%;
}
.tnews .tc-title{
	margin-bottom:1rem;
}

.tsect-newsinfo{
    padding:1.5rem;
  background:var(--key-plc);
     border-radius: .5rem;
}


.tsect-newsinfo.flx{
gap:20px 4%;
align-items: center;

    
}
.tsect-newsinfo.flx .tc-stitle{
flex-shrink: 0;

}
.tsect-newsinfo.flx .tc-stitle a{
color:var(--key-c);
}
.tsect-newsinfo.flx p{
    padding-left:2rem;
border-left:1px solid var(--key-c);
    
}
.tsect-newsinfo.flx p span{
    display: block;
        font-weight: var(--font-bold);
 color:var(--key-c);   
}

.tmember-only h3{
	font-size:1.25rem;
}
.tmember-only .tsect-title{
text-align: center;
margin-bottom:2rem;
}
.tmember-only .tc-title{
   color:var(--key-c);   
}
.tmember-only .flx{
    gap:20px 4%;
}

.tnewsletter,
.tnewsmail,
.tmovie,
.tmember-info{
    padding:2em;
  background:var(--key-plc);
     border-radius: .5rem;
}



.tnewsletter{
    width:65%;
}
.tnewsletter .btn a,
 .tnewsmail .btn a,
 .tmovie .btn a{ 
    font-size: 1.125rem;
  font-weight: var(--font-bold);
 color:var(--key-c);   
}


.tnewsletter .flx,
 .tnewsmail .backnumber{
    margin-top:1.5rem;
}
.tnewsletter .latest-issue{
    width:50%;
    padding:2%;
    text-align: center;
    background:#fff;
    border-radius: .5rem;
}
.mypage .tnewsletter .latest-issue a[href$=".pdf"]:before{
content:none;
}



.latest-issue-title{
    margin-bottom:1em;
    font-size: 1.25rem;
         font-weight: var(--font-bold);
 color:var(--key-c);   
}
.tnewsletter .backnumber{
   width:45%;
}

.tnewsmail{
    width:30%;
}
.tmember-only .backnumber ul.post-list li{
    padding:.8rem;
    margin-bottom:.5em;
    background:#fff;
    border-radius: .5rem;
}

.tmember-only .lead{
margin-top:1rem;
}
.tmovie .lead{
	text-align: left;
}

.post-list li a{
display: flex;
gap:.5rem 1rem;
}





.tsupport{
    padding:3rem 0;
    background:url(../images/top_support_bg.jpg) no-repeat left top #35B6E3;
	background-size:100% auto; 
}
.tsupport .tsect-title{
   padding:3rem 0 2rem;
    text-align: center;
    color:#fff;
}
.tsupport-sect{
    padding:2rem;
    background:#fff;
        border-radius: .5rem;
}
.swiper{
	text-align: center;
}
.ttool ul{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
margin-top:10px;
}

.ttool ul li{
width:32%;
}

.ttool a,
.ttool-btm li{
    display: block;
    padding: .5rem 1rem;
    background:var(--key-plc2);
    border-radius: .5rem;
}
.ttool a div,
.ttool-btm a{
    display: flex;
    align-items: center;
    gap:.5rem;   
 }
.ttool a div{
    font-weight: var(--font-bold);
    color:var(--key-c);
 }
.ttool a div::before,
.ttool-btm a::before{
       content: "";
    display: block;
			flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: url(../images/arrow_b.png) no-repeat left center;
    background-size: cover;
}
.tsupport-sect{
	margin-top:50px;
}
.tsupport-sect a .lead{
    font-size: 0.875rem;
    padding-left:1.8rem;
}

.ttool-btm.flx{
    margin-top:2rem;
    padding-top:2rem;
    gap:20px 5%;
        border-top:1px solid #ddd;
}
.ttool-btm section:first-child{
flex:1;
}
.ttool-btm section:last-child{
width:50%;
padding-left:3%;
border-left:1px solid #ddd;
}
.ttool-btm li{
    margin-top: 10px;
}


.tmember-info{
    padding:3rem 0;
}
.tmember-info .tc-title{
    text-align: center;
}
.tmember-info .flx{
    margin-top:2rem;
    gap:20px 5%;
}
.tmember-info .flx div{
    flex:1;
    padding:2rem;
background:#fff;
border-radius: .5rem;
}
.tmember-info .flx div a{
       font-size: 1.125rem;
  font-weight: var(--font-bold);
 color:var(--key-c);   
}

.tmember-info .lead{
    margin-top:1rem;
}



@media screen and (max-width:768px) {
	.tnews .tsect-title{
		display: flex;
		justify-content: space-between;
	}
	.tnews .flx{
    flex-direction: column;
}
	.tnews .tsect-title{
    width:100%;
}
	.tsect-newsinfo.flx p {
    padding-left: 0;
    border-left: none;
}
	
	
	.tmember-only .lead{
		text-align: left;
	}
	
	.tmember-only .tsect-title+.flx{
		flex-direction: column;
	}
	.tnewsletter,
	.tnewsmail{
    width:100%;
}
		.tnewsletter .flx,
	.tmovie .flx,
	.ttool-btm.flx,
	.tmember-info .flx{
 	flex-direction: column;
}
	.tnewsletter .backnumber,
	.tnewsletter .latest-issue{
    width:100%;
	}
	.tmovie .tsect-body{
		text-align: center;
	}
	.tsupport {
    padding-top:0;
}
	.ttool ul li{
		width:100%;
	}
	
		.ttool ul li{
		width:100%;
	}
	.ttool-btm.flx{
		border-top: none;
	}
	
	.ttool-btm section:last-child {
    width: 100%;
    padding-left: 0;
    border-left: none;
}
	
	
	
	
	
}

















/*	login index
--------------------------------------------*/
.login_indx{
text-align: center;
}

.login_indx .cmain-title span{
	display: block;
color: var(--key-c);
}


.login_contents{
text-align: center;
}

.login_contents table{
margin:1.5rem auto 0;
}
.login_contents table th,
.login_contents table td{
padding:10px 0;
}
.login_contents table th{
text-align: left;
white-space: nowrap;
}
.login_btn{
margin-top:40px;
}
.login_btn input{
	width:400px;
    display: inline-block;
    padding: 10px 0;
font-size: 1.125rem;
	font-weight: var(--font-bold);
    color: #fff;
    border: none;
	border-radius:5px;
    	font-family:"Roboto", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "MS PGothic", Osaka, sans-serif;
    cursor: pointer;
    appearance: none;
	background:var(--key-c);
}

.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:80%;
margin:30px auto 0;
padding:20px;
background:#F6F7F8;
}
.supp1{
display:inline-block;
}
.supp1+.supp1{
margin-left:20px;
}


@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;
}
}


@media screen and (max-width:640px) {
.login_contents .lead,
.login_btmsec{
text-align:left;
}
.login_support{
text-align: center;
}
.supp1{
display:block;
}
.supp1+.supp1{
margin-left:0;
}
}


/*	support
--------------------------------------------*/

.my_list01 li{
padding:.5em 0;
border-bottom:1px solid var(--line-g);
}
.my_list01 li a{
display: block;
padding:.5em .8em;
}

.my_list01 li .my_sublist li{
padding: 0;
border:none;
}

.my_list01 li a:hover{
background-color:#f8f8f8;
}

.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;
}



/*	matching
--------------------------------------------*/
.matching .c-title{
    margin-bottom:40px;
    padding:.5em 1em;
    font-weight: var(--font-bold);
	justify-content: center;
    color:#fff;
    background:#BB9202;
}

.matching .c-title::before{
	content: none;
}

.matching_hsec{
      display: flex;
    justify-content: space-between;  
}
.matching_img{
    width:40%;
}
.matching_img img{
    width:100%;
}
.matching_lead{
        width:55%;
}
.matching_lead p+p{
	margin-top:1em;
}
.matching_sec{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
            letter-spacing: .08em;
}

.matching_box{
    width:48%;

}
.matching_btitle{
    position: relative;
    padding:10px .5em 0;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
.matching_btitle p{
    margin:.3em 0;
    font-size: 1.25rem;
    line-height: 1;
}
.matching_btitle:after{
 content: "";
  display: block;
  position: absolute;
    width: 100%;
  height: 30px;
	left:0;
	bottom:-29px;
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:1rem;
    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_sec02 .matching_txt p,
.matching_sec01 .matching_txt a{
        font-size:1.25rem;
}
.matching_sec01 .matching_txt a{
    position: relative;
    display: inline-block;
    width:80%;
    padding:20px 0;
    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;
	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{
    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;
    }
    
}

.note-ref{
	margin-top:1rem;
}


p+.model-tbl{
	margin-top:1em;
}

.model-tbl{
width:100%;
}
.model-tbl th,
.model-tbl td{
padding:15px;
border:1px solid #ddd;
}

.model-tbl th{
width:280px;
text-align: left;
background:#f5f5f5;
}
.model-tbl th span{
display: block;
}
.model-tbl 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-tbl td dl{
margin-top:10px;
}
.model-tbl td dl dt{
font-weight: bold;
}
.model-tbl td dl dd{
display: inline-block;
margin-bottom:10px;
}
.model-tbl td ul li,
.model-tbl td ul li:first-child{
border:none;
}

.archive-pr-cont .flx{
	gap:20px 5%;
}
.archive-pr-cont .c-txt{
width:65%;
}
.archive-pr-cont .c-img{
width:30%;
}
.logo_cap.flx{
	margin-top:1em;
	gap:20px 5%;
}
.logo_cap li{
flex:1;
}

.logo_cap li p{
font-weight: bold;
color:var(--key-c);
}

.logo_cap li p:before{
content: "●";
display: inline;
position: relative;
}
.sec .logo_desc li {
padding:10px;
background:#f5f5f5;
}
.sec .logo_desc li p{
margin:0;
}



.logo_box div{
padding:5px 0;
text-align: center;
color:#fff;
background:#666;
}

.logo_box a{
display: block;
margin:20px auto 50px;
padding:5px 0;
text-align: center;
color:#fff;
border-radius: 50px;
background: var(--key-c);

}
.sec .logo_stl{
margin:0 0 30px;
padding:10px;
text-align: center;
background: #f5f5f5;
background:#eee;
}

.logodl{
margin-top:20px;
}
@media screen and (max-width:768px) {
	.archive-pr-cont .flx{
		flex-direction: column;
	}
.archive-pr-cont .c-txt,
	.archive-pr-cont .c-img{
width:100%;
}

}


/*	inquiry
--------------------------------------------*/
.inquiry-snav ul{
width:100%;
margin-bottom:80px;
text-align: center;
}

.inquiry-snav ul li{
display: inline-block;
width:45%;
margin-bottom:10px;
}
.inquiry-snav ul li+li{
margin-left:1%;
}

.inquiry-snav ul li a{
display: block;
padding: 15px 0;
text-align: center;
background: #efefef;
}
.inquiry-snav ul li span{
display: block;
}
/*
.inquiry-snav.snav01 li a{
background:url(../images/memb_arrow.png) no-repeat 95% center var(--key-plc);
}*/







/*
#inquiry_form input::-webkit-input-placeholder {
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #bbb;
}*/

#inquiry_form select{
	height: 50px;
margin-left:5px;
padding:3px;
border-radius:3px;
border:1px solid #cdcdcd;
-webkit-appearance: menulist-button;
	appearance: menulist-button;
	font-family:"Roboto", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "MS PGothic", Osaka, sans-serif;
	}
	.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:0.875em;
}


#inquiry_form .cont_snav{
	
}

#inquiry_form table td ul li{
display:inline-block;
width:30%;
}
#inquiry_form table td ul li input{
margin-right:5px;
}
#inquiry_form .lead{
margin-bottom:30px;
}

#inquiry_form .cmntitle02{

	    display: flex;
    gap: 10px;
    margin-bottom: 1em;
    padding-bottom: .5em;
font-size: clamp(1.25rem, 1.083rem + 0.56vw, 1.5rem);
    font-weight: var(--font-bold);
    border-bottom: 1px solid #ddd;
}
#inquiry_form .cmntitle02::before {
    content: "";
    display: block;
    background: var(--key-c);
    width: 8px;
    height: 1.5em;
    border-radius: .5em;
    flex-shrink: 0;
}




#inquiry_form h3{
margin-bottom:.5em;
color:var(--key-c);
font-weight:700;
font-size:1.25rem;
}


#inquiry_form table{
width:100%;
}
#inquiry_form table th,
#inquiry_form table td{
padding:15px;
}
#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: var(--key-c);
    border-radius: 15px;
    padding: 0 10px;
	font-size:0.75em;
    font-weight: normal;
    color: #fff;
}

@media all and (-ms-high-contrast:none){
#inquiry_form table th.must:after {
padding-top:5px;
} 
}
#inquiry_form table.form_style02 th span{
	display: block;
	font-size:0.875rem;
}
#inquiry_form table.form_style02 th{
white-space:normal;
}
#inquiry_form table.form_style02 li{
		width:100%;
}
#inquiry_form table.form_style02 .list02 li,
#inquiry_form table.form_style02 .list03 li{
padding:.3em 0;
}

#inquiry_form table.form_style02 .inquiry_subtitle{
	margin-top:35px;
padding:5px 10px;
	font-weight: var(--font-bold);
background: #F2EDE4;
}

#inquiry_form table.form_style02 .inquiry_listbox{
	padding:20px;
border:3px solid #F2EDE4;
}

#inquiry_form table.form_style02 .list03 .red::after{
content: "\A";
  white-space: pre; 
}

#inquiry_form table .red{
color:#FF0004;
}

#inquiry_form table.form_style02 .list03sub,
#inquiry_form table.form_style02 .list03sub li{
display:inline-block;
	width: auto;
}

#inquiry_form table.form_style02 .list03sub li+li{
padding-left:1em;
}
#inquiry_form table.form_style02 .inquiry_subtitle03{
margin-top:1em;
}

.form_btn ul {
	display: flex;
margin-top:50px;
justify-content: center;
	flex-wrap: wrap;
	gap:15px 20px;
}

.form_btn input{
 display: block;
    width: 200px;
    padding: 15px 0;
font-weight: var(--font-bold);
    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;
	appearance: none;
}
@media all and (-ms-high-contrast:none){
.form_btn input {
padding-top:15px;
} 
}

.btn_confirm input{
 background:var(--key-c);
}
.btn_gray input{
background:#aaa;
}












@media screen and (max-width:768px) {
#inquiry_form table th,
#inquiry_form table td{
	display: block;
	width:100%;
padding:1em .5em;

}
	#inquiry_form table td{
		padding-bottom:2em;
	}
	
	
	
	
	#inquiry_form table tr:last-child th,
#inquiry_form table tr:last-child td,
	#inquiry_form table th,
	#inquiry_form table td{
border:none;
}	
}






/*	mail news
--------------------------------------------*/

.mailnews-detail dl dt{
margin:1rem 0 .5rem;
padding-bottom:.5rem;
border-bottom:1px solid #ddd;
}





/*	newsletter
--------------------------------------------*/

.newsletter-box a{
display: flex;
    align-items: center;
    gap: .5em;
    padding:.5rem 1rem;
    background:var(--key-plc);
}


.newsletter-title{
    font-weight: var(--font-bold);
}

.newsletter-box li{
    margin-top:2rem;
}

.newsletter-box li .lead{
    padding:1rem;
}
/*	news
--------------------------------------------*/
.news .post-list {
    border-top:1px solid #ddd;
}

.news .post-list li{
border-bottom:1px solid #ddd;
}

.news .post-list li a{
padding:1rem 0;
}




/*	movie
--------------------------------------------*/

.seminar-movie .post-list{
	display: flex;
	gap:3rem 2rem;
	flex-wrap: wrap;
}
.seminar-movie .post-list li{
	width:calc((100% - 4rem) /3);
}
.seminar-movie .post-list a{
	flex-direction: column;
}
.seminar-movie .post-list li .c-txt{
	padding:1rem;
}

.mv-box{
	    margin-bottom: 50px;
}
.video-outer {
    position: relative;
    height: 0;
    overflow: hidden;
}

.mv-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.seminar-movie .post-body{

}
.links-list{
	margin-top:30px;
}
.links-list li+li{
	margin-top:1em;
}


@media screen and (max-width:768px) {
	.seminar-movie .post-list li{
	width:calc((100% - 2rem) /2);
}
}



/*	index
--------------------------------------------*/


.indx .tc-stitle{
	border-bottom:1px solid #ddd;
}
.indx .ttool-btm section{
		margin-top:3rem;
}
.indx .ttool-btm section:last-child {
    width: 100%;

    padding-left: 0;
    border-left: none;
}


.indx-list{
display: flex;
    align-items: stretch;
    gap: 1em 4%;
    flex-wrap: wrap;
	margin-top:3rem;
}

.indx-list li {
    width: calc(100% / 3 - 4%);
}
.indx-list li a{
display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    height: 100%;
    font-weight: var(--font-bold);
    background: var(--key-plc);
    border-radius: 1em;
}

@media screen and (max-width:768px) {

.indx-list {
flex-direction: column;
}
.indx-list li {
    width: 100%;
}
	.indx-list li a{
    padding: 2rem;
	}
}









/*	mypge contents icon
--------------------------------------------*/
.mypage .pdf:before,
.mypage :not(.home) 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;
}


.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;
}







/*-------------------------------------------
	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%; 
	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;
}







@media (max-width: 950px){
.mypage #header .logo a {
    padding: 17px 0 17px 60px;
}
}

@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;
}
}


@media screen and (max-width:640px) {
.mypage #header {
height: auto;
}

}*/


/*-------------------------------------------
	mypge contents
--------------------------------------------*/







/*

.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;
}





.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;
}



@media screen and (max-width:640px) {
.my_wrapper{
padding:30px;
}
.my_wrapper .ctitlebox h1 {
    font-size: 20px;
    font-size: 2rem;
}
}*/







/*-------------------------------------------
	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;
}



@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*/








/*-------------------------------------------
	tool
--------------------------------------------

.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: var(--key-c);
}



*/































/*-------------------------------------------
	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_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;
}
}*/


/*-------------------------------------------
	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;
}
}
*/




/*-------------------------------------------
	footer
--------------------------------------------*/

.flogo a[href^="http"]:before{
display: none;
}



/*-------------------------------------------
    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;
}

}

