@charset "utf-8";

/*回り込み有り*/
.txt_Layout {
  box-sizing: border-box;
  padding: 10px 0;
}
.img_Layout {
  margin: 10px 0;
}
.img_Layout_large {
  text-align: center;
}

.img_aline_left {
  margin-right: 20px;
}
.img_aline_right {
  margin-left: 20px;
}

/*画像出現かつテキスト出現パターン*/
.img_Layout_large_add {
  width: 300px;
  margin: 10px 0;
}
.img_Layout_large_add img {
  max-width: 300px;
}
/*画像が右出現パターン*/
.txt_Layout_large_add_right {
  box-sizing: border-box;
  float: left;
  padding: 10px 0;
  width: 400px;
}
.img_Layout_large_add_right {
  margin-left: 20px;
}
.img_Layout_small_add_right {
  margin-left: 20px;
}

/*画像が左出現パターン*/
.txt_Layout_large_add_left {
  box-sizing: border-box;
  float: right;
  padding: 10px 0;
  width: 400px;
}
.img_Layout_large_add_left {
  margin-right: 20px;
}
.img_Layout_small_add_left {
  margin-right: 20px;
}
.img_Layout_small {
  text-align: center;
}

/*画像出現かつテキスト出現パターン*/
.img_Layout_small_add {
  width: 250px;
  margin: 10px 0;
}

.img_Layout_small_add img {
  max-width: 250px;
}

/*画像が右出現パターン*/
.txt_Layout_small_add_right {
  box-sizing: border-box;
  /*float: left;*/
  padding: 10px 0;
  /*width: 450px;*/
}

/*画像が左出現パターン*/
.txt_Layout_small_add_left {
  box-sizing: border-box;
  /*float: right;*/
  padding: 10px 0;
  /*width: 450px;*/
}

.ImgxTxt_wrap {
padding: 10px 0;
}

/*****************************共通テーブル*****************************/
.com_Table table {
  width: 100%;
}
.com_Table table tr th.table_block{
  background-color: #c3d9e5;text-align:center;font-weight:bold;
}
.com_Table table tr.title th{
  background-color: #E6EEF2;text-align:center;font-size:13px;
}
.com_Table table tr th,
.com_Table table tr td {
  border: 1px solid #B7B4B4;
  box-sizing: border-box;
  padding: 10px;
}
.com_Table table tr td.day_box {width:24%;/*font-size:12px;*/}
.com_Table table tr td.detail_box {width:50%;}
.com_Table table tr td.contact_box {width:24%;/*font-size:14px;*/}

.com_Table table tr.title th.th1{width:19%;}
.com_Table table tr.title th.th2{/*width:;*/}
.com_Table table tr.title th.th3{width:30%;}

/*****************************共通リスト*****************************/
.com_List dl {
}
.com_List dl dt {
  border-bottom: 2px solid #7C93CB;
  font-size: 18px;
  padding: 0 0 2px 20px;
  position: relative;
}
.com_List dl dt:after {
  color: #374C89;
  content: "◆";
  left: 0;
  position: absolute;
}
.com_List dl dd {
  padding-top: 10px;
}


/*****************************共通ボタン(PDFはアンカータグ)*****************************/
.com_Button {
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 3px #545454;
  color: #fff;
  cursor: pointer;
  padding: 13px;
  text-align: center;
  background-color: #4685ca;
  margin: 0 40px;
  font-size: 14px;
}
.com_Button_anchor {
  width: 180px;
}
.com_Button_anchor:hover {
  opacity: 0.9;
}

.com_Button_anchor_align {
  margin: 10px 0;
}
/*ボタンの親要素*/
.com_Button_align {
  padding: 10px 0;
  width: 100%;
}
.com_pdf {
  padding: 9px;
}
/*オンマウス*/
.com_Button:hover {
  opacity: 0.95;
}
/*クリック*/
.com_Button:active {
  box-shadow: 0 0 1px #545454;
}
/*ボタンのカラーパターン(赤)*/
.color_Pt_red {

}
/*ボタンのカラーパターン(緑)*/
.color_Pt_green {

}
/*ボタンのカラーパターン(青)*/
.color_Pt_blue {

}
/*ボタンが複数個の場合にラップした親要素に*/
.Button_Multiple {
  margin: 0 20px;
}
/*ボタンの代わりにアンカータグを使用するとき*/
.anchor_ver {
  display: inline-block;
}
.anchor_ver:link {
  text-decoration: none;
}

/*テキストセンター(ボタンのラップに使用)*/
.txt_Center {
  text-align: center;
}


/************************about_index***********************/
.about_index_alt{
  margin-top:10px;
  font-size:1.1em;
  }
.about_content h2{margin-top:30px;}
.about_content .ImgxTxt_wrap:first-of-type h2{margin-top:0;}

/************************about_provision***********************/
/**/
.about_pro_dl{
  margin-top:-30px;
  }
.about_pro_dl dl{
  padding:20px 0;
  }
.about_pro_dl dt{
  float:left;
  width:185px;
  padding:25px 5px;
  background:#c08647;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  text-align:center;
  color:#fcfaf7;
  font-size:1.45em;/*20px*/
  }
.about_pro_dl dd{
  float:right;
  width:510px;
  }
/**/

.S_SS_SSS {
  display: inline-block;
  background-color: #005EA4;
  font-size: 18px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  width: 175px;
}
.varity_pririod_small {
  font-size: 16px;
}
.provision_Table {

}

.provision_Table .left{
max-width:510px;
}
.provision_Table .right{
max-width:201px;
}

.provision_Table table:first-child{
}
.provision_Table table:last-child{
}
.provision_Table table tr th {
  background-color: #c3d9e5;
}

.provision_Table table tr th,
.provision_Table table tr td {
  border: 1px solid #B7B4B4;
  box-sizing: border-box;
  padding: 10px;
}
.provision_Table table tr td {

}
.sum_Background {
  background-color: #deeaf0;
}

.varity_pririod {
  font-size: 26px;
  font-weight: bold;
  padding: 0 4px;
}
.add_margin {
  margin-bottom: 20px;
}
.bg_blue_box{background:#d9e9f3;padding:10px;}
/************************ホームページ画像***********************/
.homepage_jump:hover {
  opacity: 0.6;
}

.th01{width:10%;}
.th02{width:20%;}
.th03_{width:20%;}
.th04{width:15%;}
.th05{width:10%;}
.th06{width:10%;}


.list_arl{text-align:right;font-size:85%;margin:10px 0;}
.search_result > *{display:none;}
.search_result > p.loading{display:block;text-align:center;padding:30px 20px;background:#BED6EA;}


/*下にパディングを入れるためだけのクラス*/
.pad_parts{padding-bottom:20px;/*部品間*/}

.pad_section_m{padding-bottom:40px;/*コンテンツ間(mini)*/}
.pad_parts_section_m{padding-bottom:20px;/*コンテンツ間(mini+)*/}

.pad_section{padding-bottom:60px;/*コンテンツ間(large)*/}
.pad_parts_section{padding-bottom:40px;/*コンテンツ間(large+)*/}

.pad_section_s{padding-bottom:40px;margin-bottom:40px;/*コンテンツ間(仕切り)*/}
.pad_parts_section_s{padding-bottom:20px;margin-bottom:40px;/*コンテンツ間(仕切り+)*/}
.separate_1{border-bottom:1px solid #e5e1dc;}

/*小文字の注釈（不要なら後で指定だけ消す）*/
.cer_exam_data_mini,
.cer_ref_comment,
.pdfpage_ulist .link_comment{font-size:0.9em;}


/*0. リンクボタン*/
.btn_link.btn a{
  position:relative;
  min-width:178px;/*ここだけ改変してる！*/
  float:right;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  color:#fcf7f7;
  font-size:12px;
  line-height:12px;
  letter-spacing:0;
  text-align:center;
  padding:1px;
  -webkit-box-shadow:0 2px 3px rgba(157,157,157,0.5);-moz-box-shadow:0 2px 3px rgba(157,157,157,0.5);-o-box-shadow:0 2px 3px rgba(157,157,157,0.5);box-shadow:0 2px 3px rgba(157,157,157,0.5);
  }
.btn_link.btn a span{
  display:block;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  padding:6px 0 7px;
  }
.btn_link.btn a::after{
  content:"";
  display:block;
  width:0;
  height:0;
  background:transparent;
  border-top:3.5px solid transparent;border-right:none;border-bottom:3.5px solid transparent;border-left:5px solid #ffffff;
  position:absolute;
  right:12px;
  top:10px;
  }


/*0. コンテンツメニュー*/
.contents_menu{
  padding-top:30px;
  }
.contents_menu .inbox{
  background:#f3f2f0;
  overflow:hidden;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  }
.contents_menu .menu_head{
  border:1px solid #0056aa;
  -webkit-box-shadow:0 2px 3px rgba(157, 157, 157, 0.5);-moz-box-shadow:0 2px 3px rgba(157, 157, 157, 0.5);-o-box-shadow:0 2px 3px rgba(157, 157, 157, 0.5);
  -ms-box-shadow:0 2px 3px rgba(157, 157, 157, 0.5);box-shadow:0 2px 3px rgba(157, 157, 157, 0.5);
  }
.contents_menu .menu_head > span{
  display:block;
  border-top:1px solid #549cd4;
  background:url("../images/bg_contents_menu_head.png") repeat-x 0 0 #004b99;
  text-align:center;
  padding:13px 10px;
  color:#fcfaf7;
  font-size:15px;
  line-height:1;
  }

.contents_menu li{
  border-top:1px solid #cccbca;
  position:relative;
  }
.contents_menu li:first-child{
  border-top:none;
  }
.contents_menu li.crron{
  background:#d7eaff;
  }
.contents_menu a{
  display:block;
  height:42px;
  padding-top:23px;
  padding-right:36px;
  padding-left:15px;
  font-size:15px;
  line-height:1.3;
  text-decoration:none;
  }
.contents_menu .long a{
  height:52px;
  padding-top:13px;
  }
.contents_menu .splong a{
  height:50px;
  padding-top:15px;
  letter-spacing:-1px;
  font-size:14px;
  }
.contents_menu .splong a span{font-size:12px;}
.contents_menu a::before{
  font-family:FontAwesome;
  content:"\f105";
  display:block;
  font-size:18px;
  position:absolute;
  top:50%;
  right:15px;
  margin-top:-12px;
  }
.contents_menu .blank a::before{
  content:"";
  display:block;
  width:11px;
  height:11px;
  background:url("../images/icon_contents_menu_link.png") no-repeat 0 0;
  position:absolute;
  top:50%;
  right:15px;
  margin-top:-6px;
  }
.contents_menu a:hover,
.contents_menu a:active{
  background:rgba(255, 255, 255, 0.3);
  }
/*3-2. certificate_examination*/
.cer_exam_index .btn{width:350px;}

.cer_exam_data .com_Table th{width:180px;}

.cer_exam_result .ImgxTxt_wrap{
  padding:0;
  margin:-10px 0;
  }

.cer_exam_download a,
.edu_life_schedule a{
  width:520px;
  margin-right:auto;
  margin-left:auto;
  }

.cer_exam_text .ImgxTxt_wrap{padding:0;}
.cer_exam_text .ImgxTxt{margin:-10px 0;}


/*3-2-1. certificate_place*/
.cer_pla_box .ImgxTxt_wrap{
  padding:0;
  }
.cer_pla_box .ImgxTxt{}
.cer_pla_box .img_Layout{
  max-width:360px;
  text-align:center;
  margin:0 20px 0 0;
  }
.cer_pla_box .txt_Layout{
  padding:0;
  }
.cer_pla_box .txt_Layout.onimg{
  float:right;
  width:340px;
  }

.cer_pla_box h4{
  font-size:15px;
  font-weight:bold;
  }

.cer_pla_box .btn a{
  width:450px;
  margin:0 auto;
  }
.cer_pla_box .onimg .btn a{
  margin-left:-2px;
  width:100%;
  }

/* roster_index*/
.img_map #img{position:relative;}
.lastupdate{text-align:right;padding:10px 0 60px;}
.prefecture_map > div{margin-right:auto;margin-left:auto;}


/*3-3. certificate_reference*/
.cer_ref_comment{
  text-align:right;
  margin:-20px 0 20px;
  }

.cer_ref .name{width:260px;}
.cer_ref .price{width:130px;}


/*4-1. education_index*/
.edu_index_bnbtn{
  margin-right:-20px;
  }
.edu_index_bnbtn .art{
  float:left;
  width:350px;/*2/740-20px*/
  padding-right:20px;
  padding-bottom:15px;
  }
.edu_index_bnbtn .btnstyle{
  font-size:1.2em;
  line-height:1.1;
  }
.edu_index_bnbtn .btnstyle.ico1::after,
.edu_index_bnbtn .btnstyle.ico2::after,
.edu_index_bnbtn .btnstyle.ico3::after,
.edu_index_bnbtn .btnstyle.ico4::after{
  font-family:FontAwesome;
  display:block;
  position:absolute;
  top:50%;
  }
.edu_index_bnbtn .btnstyle.ico1::after{
  content:"\f040";
  font-size:30px;
  left:25px;
  margin-top:-15px;
  }
.edu_index_bnbtn .btnstyle.ico2::after{
  content:"\f0c0";
  font-size:27px;
  left:25px;
  margin-top:-13px;
  }
.edu_index_bnbtn .btnstyle.ico3::after{
  content:"\f108";
  font-size:27px;
  left:25px;
  margin-top:-13px;
  }
.edu_index_bnbtn .btnstyle.ico4::after{
  content:"\f19d";
  font-size:27px;
  left:22px;
  margin-top:-13px;
  }
.edu_index_bnbtn .btnstyle.ico1 > span,
.edu_index_bnbtn .btnstyle.ico4 > span{
  padding-top:18px;
  padding-bottom:18px;
  }
.edu_index_bnbtn .btnstyle.ico2 > span,
.edu_index_bnbtn .btnstyle.ico3 > span{
  padding-top:28px;
  padding-bottom:27px;
  }

.fontM .edu_index_bnbtn .btnstyle.ico1 > span,
.fontM .edu_index_bnbtn .btnstyle.ico4 > span{padding:16px 0;}

.fontL .edu_index_bnbtn .btnstyle.ico1 > span{padding:14px 0;}
.fontL .edu_index_bnbtn .btnstyle.ico4 > span{letter-spacing:-1px;padding:15px 0;}


/*4-2. education_lifelong*/
.edu_life_download{
  padding-left:20px;
  }
.edu_life_download li{
  float:left;
  width:350px;/*2/700px*/
  }
.edu_life_download .art{
  padding-right:20px;
  }

.edu_life_info ul{
  background:#f3f2f0;
  padding:15px 0 0 20px;
  }
.edu_life_info li{
  float:left;
  width:140px;/*5/705px*/
  padding-bottom:15px;
  }
.edu_life_info a{
  margin-right:20px;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  color:#fcf7f7;
  font-size:12px;
  line-height:12px;
  letter-spacing:0;
  text-align:center;
  padding:1px;
  -webkit-box-shadow:0 2px 3px rgba(157,157,157,0.5);-moz-box-shadow:0 2px 3px rgba(157,157,157,0.5);-o-box-shadow:0 2px 3px rgba(157,157,157,0.5);box-shadow:0 2px 3px rgba(157,157,157,0.5);
  }
.edu_life_info a span{
  display:block;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  padding:6px 0 7px;
  }

/*.edu_life_infotable .nbsp{width:80px;}*/
.edu_life_infotable .sub{width:80px;}
.edu_life_infotable .date{width:110px;}
/*.edu_life_infotable .time{width:80px;}*/
.edu_life_infotable .loc{}
.edu_life_infotable .res{width:40%;}
/*.edu_life_infotable .pay{width:80px;}
.edu_life_infotable .web{width:80px;}*/
.edu_life_infotable table tr td div{margin-bottom:10px;}
.edu_life_infotable .btn a{
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  color:#fcf7f7;
  font-size:12px;
  line-height:12px;
  letter-spacing:0;
  text-align:center;
  padding:1px;
  -webkit-box-shadow:0 2px 3px rgba(157,157,157,0.5);-moz-box-shadow:0 2px 3px rgba(157,157,157,0.5);-o-box-shadow:0 2px 3px rgba(157,157,157,0.5);box-shadow:0 2px 3px rgba(157,157,157,0.5);
  }
.edu_life_infotable .btn a span{
  display:block;
  -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
  padding:6px 0 7px;
  }

.edu_life_tuition .ImgxTxt_wrap{
  padding:0;
  }
.edu_life_tuition .ImgxTxt{
  margin:-10px 0;
  }
.edu_life_tuition .location{
  background:#F3F2F0;
  padding:15px 20px;
  }


/*5-1. joa_index*/
.joa_index_content .ImgxTxt_wrap{
  padding:0;
  margin:10px 0;
  }
.joa_index_content .ImgxTxt_wrap .ImgxTxt .txt_Layout p{
  margin-top:10px;
  }
.joa_index_content .img_Layout{
  text-align:center;
  }
.joa_index_content .img_Layout .alt{
  margin-top:10px;
  }

.joa_index_directors{}
.joa_index_directors li{
  padding:15px 20px;
  }
.joa_index_directors dt{
  float:left;
  width:160px;
  text-align:center;
  margin-top:1px;
  font-size:0.9em;
  line-height:1;
  }
.joa_index_directors dd{
  float:right;
  width:505px;
  padding:1px 0;
  line-height:1.3;
  }

.joa_index_history h3{
  color:#004896;
  font-size:16px;
  }

.joa_index_history th{
  width:130px;
  }


/*5-2. joa_information*/
/*5-5. joa_download*/
.pdfpage_ulist.short{
  margin-top:-30px;
  }
.pdfpage_ulist li{
  padding:17px 20px 16px 40px;
  background:url("../images/icon_pdfpage_ulist.png") no-repeat 5px 15px;
  }
.pdfpage_ulist .link{
  font-size:1.1em;
  line-height:1.2;
  }
.pdfpage_ulist .link a{
  color:#1d5b9f;
  }
.pdfpage_ulist .link_comment{
  padding:5px 0 0;
  }


/*5-3. joa_branch*/
.joa_branch.com_Table th,
.edu_life_infotable.com_Table th{
  font-size:0.95em;
  padding:6px 7px;
  text-align:center;
  }
.joa_branch.com_Table td,
.edu_life_infotable.com_Table td{
  font-size:0.83em;
  padding:10px 7px;
  }
.joa_branch .name{width:80px;}
.joa_branch .zip{width:100px;}
.joa_branch .loc2{width:130px;}
.joa_branch .tel{width:110px;}
.joa_branch .fax{width:110px;}


/*5-4. joa_report*/
.joa_report{
  margin-top:-10px;
  }
.joa_report_art{}
.joa_report_art h3{
  font-size:18px;
  color:#ffffff;
  background:#004896;
  padding:2px 18px;
  margin-bottom:15px;
  }
.joa_report_art .outbox{
  display:table;
  width:100%;
  }
.joa_report_art .pdfpage_ulist{
  display:table-cell;
  padding:0 20px 0 0;
  }
.joa_report_art .topics{
  display:table-cell;
  width:415px;
  padding:8px 12px 12px;
  background:#f3f2f0;
  }
.joa_report_art .topics dt{
  font-size:1.1em;
  color:#004896;
  margin-bottom:3px;
  }
.joa_report_art .topics dd{}


/*6. news_index*/
.news_ul{}
.news_ul li{
  padding:15px 20px;
  }
.news_ul .date,
.joa_index_directors dt{
  background:#c08647;
  color:#fcf9f5;
  padding:2px 0;
  -webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;
  }
.news_ul .date{
  float:left;
  width:83px;
  text-align:center;
  margin-top:1px;
  margin-right:15px;
  font-size:11px;
  line-height:1;
  }
.news_ul h2{
  float:left;
  padding:2px 0;
  line-height:1;
  color:#004896;
  }
.news_ul .body{
  padding-top:10px;
  }


/*9. link_index*/
    /*リンクページ*/
.link_bnbtn{
  display: flex;flex-wrap: wrap;
  }
.link_bnbtn li{
  width: 50%;
  -webkit-box-sizing: border-box;box-sizing: border-box;
  /*2/700px*/
  padding: 0 10px 20px;
  }
.link_bnbtn .art{
  max-width: 350px;
  width: 100%;
  /*padding-right:20px;*/
  }
.link_bnbtn .name{
  display:block;
  font-size:1.2em;
  }
.link_bnbtn .url{
  display:block;
  font-size:0.8em;
  margin-top:2px;
  color:#5a5a5f;
  }


/*14. notice_index*/
.notice_ul{
  margin-top:-26px;
  }
.notice_ul li{
  border-bottom:1px solid #e5e1dc;
  padding:22px 20px 28px;
  }
.notice_ul h2{
  color:#004896;
  cursor:pointer;
  font-size:19px;
  padding:15px 0 12px;
  font-weight:bold;
  }
.notice_set{
	display:none;
}
.caution {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 0 20px 22px;
}
.notice_set img{
	max-width:100%;
}
.notice_set .text_set .text{
	margin-bottom:20px;
}
.notice_set .text_set .btn{
	margin-bottom:20px;
}
.notice_set .text_set .file{
	padding:5px 0;
}
.notice_set .about_alt{
	margin:10px;
	text-align:center;
}
.notice_ul .text{
	margin-bottom:20px;
}
.notice_ul .date{
  display:inline-block;
  text-align:center;
  background:#c08647;
  width:83px;
  font-size:11px;
  line-height:17px;
  color:#fcf9f5;
  padding:2px 0 0;
  -webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;
  }
/*detail*/
.notice_detail_box h2 {
  color: #004896;
  cursor: pointer;
  font-size: 19px;
  padding: 15px 0 30px;
  font-weight: bold;
}
.notice_detail_box .date{
  display:inline-block;
  text-align:center;
  background:#c08647;
  width:83px;
  font-size:11px;
  line-height:17px;
  color:#fcf9f5;
  padding:2px 0 0;
  -webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;
  }
.notice_detail_box .notice_set{
  display: block;
}

.notice_detail_box .notice_set .side_,
.notice_detail_box .notice_set .side_right,
.notice_detail_box .notice_set .side_left{
	  max-width: 300px;
}
.notice_detail_box .notice_set .side_,
.notice_detail_box .notice_set .side_right{
	float:right;
	margin-left: 20px;
	margin-right: 0;
	text-align:right;
}
.notice_detail_box .notice_set .side_left{
	float:left;
	margin-left: 0px;
	margin-right: 20px;
}
.notice_detail_box .notice_set .side_center{
	text-align:center;
}
.notice_detail_box .notice_set .image {
  margin-bottom: 20px;
}
.notice_detail .back_btn{
  display: grid;place-content: center;margin-top: 30px;
}
.notice_detail .back_btn a{
  text-decoration: none;display: flex;justify-content: center;align-items: center;width: 200px;height: 40px;
  border-top: 1px solid #4685ca;background: linear-gradient(to bottom, #215fa3 0%,#003f82 100%);color: #fff;
}


/*education_session Correction*/
.education_Table table {
  margin-bottom: 20px;
 /*  table-layout: fixed;*/
}
.education_Table table tr.title th.th1 {
    width: 22%;
}
.education_Table tr th{
  font-size: 20px;
}

.education_Table tr th span{
  font-size: 16px;
}

.backgroundEdu {
  background-color: #E6E6E6;
}

.education_Table.com_Table table tr td.day_box{width: 20%;max-width: 150px;font-size: 90%;}
.education_Table.com_Table table tr td.detail_box{width: 50%;font-size: 90%;}
.education_Table.com_Table table tr td.contact_box {width: auto;font-size: 90%;}

/* 2019 0302*/
.text_set.right div.separate_2{border-bottom: 1px solid #e5e1dc;}
div.separate_2{
  padding:17px 20px 16px 40px;
  background:url("../images/icon_pdfpage_ulist.png") no-repeat 5px 15px;
  }
div.separate_2 .link{
  font-size:1.1em;
  line-height:1.2;
  }
div.separate_2 .link a{
  color:#1d5b9f;
  }
  
/*2020年2月修正 関連リンク部分*/

.related_link_wrapper{display: flex;margin: 20px 0 20px;}
.related_link_wrapper .qr_wrapper span{display:inline-block;}
.related_link_wrapper .text{margin-left: 20px;}
.usage_example{margin-bottom: 60px;}
.u_text{margin-bottom:40px;}


/*追加ページ　お役立ち情報*/

.useful_first_text{padding: 0 0 26px;}
.useful_menu{padding: 30px 0 20px;border-top: 1px solid #e5e5e5;}
.useful_menu span{line-height: 1;font-weight: bold;}
.useful_menu ul{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.useful_menu ul li{-webkit-box-sizing: border-box;box-sizing: border-box;border-bottom: none;padding: 10px;}
.useful_menu ul li a{text-decoration: none;display: inline-block;font-size: 17px;color: #fff;text-align: center;-webkit-border-radius: 4px;border-radius: 4px;
border-top:1px solid #4685ca;background:#215fa3;
background: -moz-linear-gradient(top, #215fa3 0%, #003f82 100%);
background: -webkit-linear-gradient(top, #215fa3 0%,#003f82 100%);
background: linear-gradient(to bottom, #215fa3 0%,#003f82 100%);
box-shadow: 0 2px 3px rgba(157,157,157,0.5); -webkit-box-shadow: 0 2px 3px rgba(157,157,157,0.5); position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;
padding: 0 30px;line-height: 32px;
}

/*
.useful_menu ul li a:hover,.useful_menu ul li.crnt a{
  color: #9f163a;background: #fff;font-weight: bold;
}
*/
.useful_menu ul li a:hover{opacity: 0.8;}
.useful_ul{border-top: 1px solid #e5e5e5;}
.useful_ul li{-webkit-box-sizing: border-box;box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;padding: 30px 0;
}
.useful_ul li h2.title{ font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝",YuMincho,"HG明朝E", "ＭＳ Ｐ明朝",serif;
font-size: 123%;position: relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;font-weight: bold;
}
.useful_ul li .useful_set.on_img{display: flex;}
.useful_set .text_set{line-height: 1.47;}
.useful_ul li .useful_set.on_img .text_set{padding-right: 45px;}
.useful_set .text_set .data{margin-bottom: 24px;}
.useful_set .text_set a{text-decoration: underline;color: #1e68ae;}
.useful_set .text_set a:hover{text-decoration: none;opacity: 0.8;}

.useful_ul li .category{text-align: right;margin-top: 10px;}
.useful_ul li .category span.icon_category{text-decoration: none;display: inline-block;font-size: 15px;color: #454545;text-align: center;
  background: #f3f2f0;font-family: initial;border: 1px solid #c0bbb2;
  padding: 0 20px;font-weight: normal;vertical-align: middle;
  }