@charset "UTF-8";
@media screen and (min-width: 1050px) {
*{
	margin:0;
	padding:0;
}

body { 
	color: #333333;
	margin:0;
	padding:0;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	width:100%;
	min-width:1000px;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
}

table,tr,td {
	border-collapse: collapse; 
}

a{
	color:#0067d1;
	text-decoration:underline;
}

a:hover{
	color:#195490;
	text-decoration:none;
}

a:visited{
	color:#441eec;
	text-decoration:none;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display:none;
}

.bold_color01{
	color:red;
	font-weight:bold;
}

.bold01{
	font-weight:bold;
}

.link_style01{
	font-size:14px;
	background-image:url("./img/icon_link01.png");
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 15px;
}

#style01{
	width:100%;
}

.header_fix_area01{
	position:fixed;
	width:100%;
	z-index:9000;
}

.layout001{
	padding:128px 0 0 0;
}

.layout002{
	padding:128px 0 0 0;
	background-color:#EFEFEF;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header_area01{
	width:100%;
	background-color:#FFFFFF;
}

.header_area02{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
}

.header01{
	width:210px;
	height:52px;
	float:left;
	margin:0 25px 0 0;
}

.header02{
	width:410px;
	height:52px;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:15px 0 0 0;
}

.header03{
	width:350px;
	float:right;
	text-align:right;
	margin:10px 0 0 0;
	font-size:14px;
}

.nav_area01{
	width:100%;
	height:46px;
	background-color:#007C74;
}

#dropmenu {
  list-style-type: none;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: 14%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li.w16 {
	width: 13%;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0;
  background: #007C74;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
	background-color: #007c74;
}
#dropmenu li ul li a {
  padding: 13px 2px;
  background: #007C74;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
	line-height: 1.2;
	padding-left: 5px;
}
#dropmenu li ul li a > span {
	display: block;
	width: calc(100% - 10px);
}

#dropmenu > li:hover > a {  background: #2CAEA6 }
#dropmenu > li:hover li:hover > a {  background: #2CAEA6 }
#dropmenu li:hover > ul > li {
  overflow: visible;
/*  height: 38px; */
	height: auto;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #007C74 }
#dropmenu li:hover ul li ul li:hover > a {  background: #2CAEA6 }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff000;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}

.main_visual_area01{
	width:100%;
	height:635px;
}

.main_visual01{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v01.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.main_visual01_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual01_02{
	position:absolute;
	top:90px;
	right:0;
}

.main_visual01_03{
	position:absolute;
	top:495px;
	right:35px;
}

.main_visual02{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v02.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.main_visual02_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual02_02{
	position:absolute;
	top:175px;
	left:0;
}

.main_visual02_03{
	position:absolute;
	top:460px;
	left:0;
}

.main_visual03{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v03.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.main_visual03_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual03_02{
	position:absolute;
	top:170px;
	left:0;
}

.main_visual04{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v04.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.main_visual04_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual04_02{
	position:absolute;
	top:90px;
	right:0;
}

.main_visual04_03{
	position:absolute;
	top:495px;
	right:35px;
}

.main_visual06{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v06.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

.main_visual06_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual06_02{
	position:absolute;
	top:90px;
	right:0;
}

.main_visual06_03{
	position:absolute;
	top:495px;
	right:35px;
}

.main_visual07{
	width:100%;
	height:635px!important;
	background-image:url("./img/main_v07.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

.main_visual07_01{
	width:1000px;
	height:635px!important;
	margin:0 auto;
	position:relative;
}

.main_visual07_02{
	position:absolute;
	top:120px;
	left:-240px;
}

.main_visual07_03{
	position:absolute;
	top:495px;
	right:35px;
}

.top_picup_area01{
	width:100%;
	background-color:#EDEDED;
	padding:50px 0 35px 0;
}

.top_picup_area02{
	width:1000px;
	margin:0 auto;
}

.top_picup01{
	width:320px;
	float:left;
	margin:0 20px 0 0;
}

.top_picup02{
	width:320px;
	float:left;
	margin:0 0 0 0;
}

.top_picup_box{
	width:320px;
	height:207px;
	margin:0 0 20px 0;
}

.top_picup_text{
	font-size:24px;
	font-weight:bold;
	line-height:1;
	text-align:center;
}

.top_picup_text a{
	color:#333333;
	text-decoration:none;
}

.top_picup_text_sub {
	font-size: 0.9rem;
}

.top_info_area01{
	width:100%;
	background-color:#FFFFFF;
	padding:40px 0 35px 0;
}

.top_info_area02{
	width:1000px;
	margin:0 auto;
}

.top_info_area_title01{
	font-size:30px;
	line-height:1;
	margin:0 0 40px 0;
}

.top_info01{
	font-size:16px;
	line-height:1.5;
	margin:0 0 20px 0;
}

.top_info02{
	width:174px;
	float:left;
}

.top_info03{
	width:95px;
	float:left;
}

.top_info04{
	width:730px;
	float:left;
}

.top_info05{
	width:95px;
	float:right;
}

.top_info06{
	text-align:right;
}

.top_slideicon_area01{
	width:100%;
	background-color:#EDEDED;
	padding:30px 0 30px 0;
}

.top_slideicon_area02{
	width:840px;
	margin:0 auto;
}

.top_slideicon01{
	width:210px;
	text-align:center;
}

.top_slideicon01 img{
	width:171px;
	margin:0 auto 15px auto;
}

.footer_area01{
	width:100%;
	color:#FFFFFF;
}

.footer_area01 a{
	color:#FFFFFF;
}

.footer_area02{
	width:100%;
	background-color:#00504B;
}

.footer_area03{
	width:1000px;
	background-color:#00504B;
	margin:0 auto;
	padding:25px 0;
}

.footer_area04{
	width:280px;
	float:left;
	margin:0 30px 0 0;
}

.footer_area05{
	width:100%;
	background-color:#016C65;
}

.footer_area06{
	width:1000px;
	margin:0 auto;
	padding:25px 0;
}

.footer_area07{
	width:650px;
	float:left;
}

.footer_area08{
	width:300px;
	float:right;
	text-align:right;
}

.footer_kind01{
	background-image:url("./img/icon_footer01.jpg");
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 20px;
	font-size:16px;
	line-height:1.2;
	margin:0 0 18px 0;
}

.footer_kind02{
	padding:0 0 0 20px;
	font-size:16px;
	line-height:1;
	margin:0 0 18px 0;
}

.footer_kind02:after{
	content:url("./img/icon_footer02.jpg");
}

.footer_kind03{
	padding:0 0 0 20px;
	font-size:16px;
	line-height:1;
	margin:0 0 18px 0;
}

.footer_kind04{
	padding:0 0 0 0;
	font-size:16px;
	line-height:1;
	margin:0 0 18px 0;
}

.pankuzu_area01{
	width:100%;
	background-color:#EEEEEE;
	padding:8px 0 8px 0;
	font-size:14px;
	line-height:1;
	color:#333333;
}

.pankuzu_area02{
	width:1000px;
	margin:0 auto;
}

.pankuzu_area02:before{
	content:url("./img/icon_pankuzu.png");
}

.pankuzu_area02 a{
}

.page_area01{
	width:100%;
	background-color:#FFFFFF;
	padding:15px 0 15px 0;
	font-size:16px;
	line-height:2;
	color:#333333;
}

.page_area02{
	width:1000px;
	margin:0 auto;
}

.page_area02 p{
	margin:0 0 30px 0;
}

.page_area03{
	margin:0 0 60px 0;
}

.h1_style01{
	width:1000px;
	font-size:28px;
	font-weight:bold;
	line-height:2;
	text-align:center;
	background-image:url("./img/bg_h1.jpg");
	background-position:0 bottom;
	background-repeat:no-repeat;
	color:#333333;
	margin:0 0 30px 0;
}

.h2_style01{
	width:980px;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	background-color:#D7E8E7;
	color:#333333;
	margin:0 0 24px 0;
	padding:10px;
}

.h3_style01{
	width:1000px;
	font-size:18px;
	font-weight:bold;
	line-height:2;
	background-image:url("./img/bg_h3.jpg");
	background-position:0 bottom;
	background-repeat:repeat-x;
	color:#333333;
	margin:0 0 24px 0;
}

.h4_style01{
	width:980px;
	font-size:18px;
	font-weight:bold;
	line-height:2;
	background-image:url("./img/bg_h4.jpg");
	background-position:0 7px;
	background-repeat:no-repeat;
	color:#333333;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
}

.h4_style02{
	font-size:18px;
	font-weight:bold;
	line-height:2;
	background-image:url("./img/bg_h4.jpg");
	background-position:0 7px;
	background-repeat:no-repeat;
	color:#333333;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
}

.h5_style01{
	width:960px;
	font-size:16px;
	font-weight:bold;
	line-height:2;
	color:#333333;
	margin:0 0 5px 0;
	padding:5px 20px;
	background-color:#EFEFEF;
}

.page_link_area01{
	margin:0 0 20px 0;
}

.page_link01{
	width:230px;
	float:left;
	margin:0 10px 10px 10px;
	line-height:1;
}

.page_link01 a{
	display:block;
	background-color:#FEF9EB;
	border:1px #B09D60 solid;
	border-radius:10px;
	padding:7px 35px;
	background-image:url("./img/bg_page_link.png");
	background-repeat:no-repeat;
	background-position:12px 8px;
}

.page_link01 a:hover{
	background-color:#B09D60;
}

.page_link02{
	width:313px;
	float:left;
	margin:0 10px 10px 10px;
	line-height:1;
}

.page_link02 a{
	display:block;
	background-color:#FEF9EB;
	border:1px #B09D60 solid;
	border-radius:10px;
	padding:7px 35px;
	background-image:url("./img/bg_page_link.png");
	background-repeat:no-repeat;
	background-position:12px 8px;
}

.page_link02 a:hover{
	background-color:#B09D60;
}

.link_type01{
	background-image:url("./img/link_type01.png");
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 18px;
}

.link_type02{
	background-image:url("./img/link_type02.jpg");
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 21px;
}

.link_type03{
	background-image:url("./img/link_type03.png");
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:0 0 0 21px;
}

.link_type04{
	background-image:url("./img/link_type04.png");
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 21px;
}

.list_style01{
	margin:0 0 0 35px;
	list-style-type:none;
}

.list_style02{
	margin:0 0 35px 35px;
}

.table_style01_w15{
	width:15%;
}

.table_style01_w20{
	width:20%;
}

.table_style01_w25{
	width:25%;
}

.table_style01_w23{
	width:23%;
}

.table_style01_w30{
	width:30%;
}


.table_style01{
	width:100%;
	margin:0 0 30px 0;
}

.table_style01 th{
	background-color:#DDDDDD;
	border:1px #CCCCCC solid;
	text-align:center;
	font-weight:bold;
	padding:2px 0 1px 0;
}

.table_style01 td{
	border:1px #CCCCCC solid;
	padding:2px 10px 1px 10px;
}

.table_style02{
	width:100%;
	margin:0 0 30px 0;
}

.table_style02 th{
	text-align:left;
	font-weight:normal;
	padding:2px 0 1px 0;
	vertical-align:top;
	width:150px;
}

.table_style02 td{
	padding:2px 10px 1px 10px;
}

.table_style03{
	width:100%;
	margin:0 0 30px 0;
}

.table_style03 th{
	background-color:#DDDDDD;
	border:1px #CCCCCC solid;
	text-align:left;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

.table_style03 td{
	border:1px #CCCCCC solid;
	padding:10px 10px 10px 10px;
}

.table_style03 td p{
	margin:0 0 10px 0;
}
.table_style04{
	width:100%;
	margin:0 0 30px 0;
	font-size:0.9em;
}

.table_style04 th{
	background-color:#DDDDDD;
	border:1px #CCCCCC solid;
	text-align:left;
	font-weight:bold;
	padding:10px 10px 8px 10px;
	line-height:1.4;
}

.table_style04 td{
	border:1px #CCCCCC solid;
	padding:10px 10px 8px 10px;
	width:228px;
}


.table_style05{
	width:100%;
	margin:0 0 30px 0;
}

.table_style05 th{
	background-color:#DDDDDD;
	border:1px #CCCCCC solid;
	text-align:left;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	width: 25%;
}

.table_style05 td{
	border:1px #CCCCCC solid;
	padding:10px 10px 10px 10px;
}

.table_style05 td p{
	margin:0 0 10px 0;
}
	
.kome_caoution01{
	padding:0 0 0 5px;
	color:red;
	font-weight:bold;
	font-size:14px;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#page-top a {
	width: 65px;
	display: block;
}
#page-top a:hover {
}


.about01{
	float:left;
	margin:0 15px 15px 0;
}

.about06{
	float:right;
	margin:0 0 15px 15px;
}

.about02{
	float:left;
	margin:0 30px 15px 0;
}
.about03{
	float:left;
	margin:0 0 15px 0;
}
.about05{
	text-align: center;
	margin-bottom: 2rem;
}
.about05 img {
	width: 80%;
}

.q_text01{
	margin:0 0 10px 0!important;
	font-weight:bold;
}

.answer{
	margin:0 0 35px 20px;
}

.answer ul li{
	list-style-type:none;
}

input[type=radio], input[type=checkbox] {
	margin:0 20px 0 0;
	width:18px;
	height:18px;
}

.list_style01 span {
	margin:0 30px 0 0;
}

.answer span{
	margin:0 30px 0 0;
}

.qa_img001{
	text-align:center;
}

.submit{
	text-align:center;
}

/*.sample .answer .correct {
    background: #fa8f9d;
}*/

.sample .answer .selected {
    background: #ffc;
    width: auto !important;
}
.sample .answer .correct_txt {
    font-weight: bold;
    width: auto !important;
	color:#F00;
}
.sample .result_block {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.seminar_list_area{
	width:1000px;
}

.seminar_list_area dt{
	float:left;
}

.seminar_list01{
	width:100px;
}

.seminar_list02{
	width:60px;
    text-align: right;
}

.seminar_list03{
	width:120px;
    text-align: center;
}

.seminar_list_area dd{
	float:right;
	width:700px;
}
.sample .answer dl.note {
    font-size: 13px;
    margin: 15px 0;
}
.sample .answer dl.note > dt {
    width: 60px;
    float: left;
    clear: left;
}
.sample .answer dl.note > dd {
    margin-left: 60px;
}

.cFix{
	margin:0 0 10px 0;
}

.seq{
	width:80px;
	float:left;
}
.cat1{
	width:100px;
	float:left;
	background-color: #fd6f29;
    color: #ffffff;
	text-align:center;
	margin:0 30px 0 0;
	border-radius:10px;
}
.cat0{
	width:100px;
	float:left;
	background-color: #1562ff;
    color: #ffffff;
	text-align:center;
	margin:0 30px 0 0;
	border-radius:10px;
}

.cFix dd{
	width:780px;
	float:left;
}

.menber01{
	width:1000px;
	height:400px;
	margin:0 auto;
}

.cost_btn{
	width:234px;
	margin:0 auto;
}

.exam01{
	width:689px;
	margin: 0 auto 30px auto;
}

.exam02{
	width:730px;
	margin: 0 auto 30px auto;
}

.exam03{
	width:700px;
	margin: 0 auto 30px auto;
}

.exam04{
	color:#2baea6;
}

.exam05{
	width:209px;
	margin:40px auto;
}

.seminar01{
	width:350px;
	margin:0 auto 30px auto;
}

.seminar01 img{
	width:350px;
}

.tablestyle02{
	margin:0 0 15px 0;
}

.tablestyle02 table {
    width: 100%;
    vertical-align: top;
}

.tablestyle02 table th:first-child {
    width: 20%;
}

.tablestyle02 table th {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #ededed;
	text-align:left;
	vertical-align:top;
}

.tablestyle02 table td {
    padding: 10px;
    vertical-align: top;
}
.saishin_time {
    float: right;
}

.seminar02{
	text-align:right;
}

.saishin_title{
	 border-top: 1px dotted #7bafa5; 
	 border-bottom: 1px dotted #7bafa5; 
	 text-align: center; 
	 margin-bottom: 20px; 
	 font-weight:normal;
}

.saishin_font{
	font-size:14px;
	line-height:22px!important;
}

.saishin_font02{
	color:red;
}

.saishin_font03{
	font-weight:bold; 
	color:#990033;
}

.book_left{
	width:365px;
	margin:0 30px 0 0;
	float:left;
    border: 1px solid #ccc;
	padding:0 0 5px 0;
}

.book_right{
	margin:0 30px 0 0;
	width:365px;
	float:left;
}

.book_right02{
	margin:0 0 20px 0;
    border: 1px solid #ccc;
}

.book_title{
    background: #ededed;
    padding: 3px 35px 2px 35px;
	margin:0 0 15px 0;
}

.book_box01{
	margin:5px 35px;
}

.book_box01 dt{
    width: 64px;
    float: left;
	margin:0 15px 0 0;
}

.book_box01 dd{
    float: left;
    width: 216px;
}

.book_img01{
	width:205px;
	float:right;

}

.book_box02{
	margin:10px 35px;
}

.book_area{
	margin:0 0 50px 0;
}

.font01{
	font-size:14px; 
	margin-left:50px
}

.lecturer01{
	font-weight:bold; 
	font-size:18px; 
	margin-bottom:10px;
}

.step_bar{
	text-align:center;
	margin:0 0 30px 0;
}

.contact_table01{
	width:100%;
	margin:0 0 30px 0;
}

.contact_table01 th{
	background-color:#EEEEEE;
	border:1px #CCCCCC solid;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 20px;
	width:300px;
}

.contact_table01 td{
	border:1px #CCCCCC solid;
	padding:5px 20px;
	width:620px;
}

.contact_table01 tr th span {
    font-size: 13px;
    color: #fff;
    float: right;
    padding: 0px 7px 0px 7px;
    line-height: 20px;
	margin:7px 0 0 0;
}

.col_r{
	background-color: #ff0000;
}

.col_g{
	background-color: #666666;
}

.contact01{
	padding:0 5px;
	width:500px;
	margin:5px 0;
    font-size: 16px;
    line-height: 2;
    color: #333333;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.contact02{
	padding:0 5px;
	width:600px;
	height:130px;
	margin:5px 0;
    font-size: 16px;
    line-height:1.6;
    color: #333333;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.contact03{
	padding:0 10px;
	margin:5px 0;
    font-size: 16px;
    line-height:1.6;
    color: #333333;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.contact04{
	list-style-type:none;
}

.contact04 li{
	float:left;
	margin:0 60px 0 0;
}

.con_agree{
    text-align: center;
    margin: 0 auto;
}

.con_agree span {
    font-size: 13px;
    color: #fff;
    line-height: 1.35;
    padding: 0px 7px 0px 7px;
    margin: 0 0 0 6px;
}

.con_btn { 
	width: 178px; 
	position:relative; 
	margin: 27px auto; 
}

.con_btn a { 
	display: block; 
	position:relative; 
}
.con_btn span.no_link { 
	position:absolute; 
	left:0; 
	top:0; 
}

.confirm_btn { 
	padding: 30px 0 80px 40px;
}
.confirm_btn ul {
	width: 458px; 
	margin: 0 auto; 
	list-style-type:none;
}
.confirm_btn ul li { 
	float: left; 
	padding: 0 26px 0 0;
}

.sitemap01{
	list-style-type:none;
	width: 280px;
    float: left;
    margin: 0 30px 0 0;
}

.sitemap_link_type{
	font-size:16px;
	list-style-type:none;
	margin:0 0 0 20px;
}

.sitemap_link_type02:after {
    content: url("./img/link_type03.png");
	margin:0 0 0 5px;
}

.image01{
	text-align:center;
	margin:0 0 30px 0;
}

.image02{
	text-align:center;
	margin:0 auto 30px auto;
	width:990px;
}

.image03{
	text-align:center;
	margin:0 auto 30px auto;
	width:630px;
}

.exam_img01{
	width:300px;
	float:left;
	margin:0 0 15px 15px;
}

.cFix li{
    width: 200px;
    float: left;
    text-align: center;
	list-style-type:none;
}

.cFix li img{
	width:180px;
}

.cFixli01 span{
	margin:0 140px 0 0!important;
}

.menuWrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.menuWrapper ul {
}

.menuWrapper ul li {
	list-style-type: none;
}

.mokuji_are01{
	margin:0 0 5px 0;
}

.mokuji_are02{
	margin:0 0 40px 0;
}

.mokuji01{
	font-size:16px;
	line-height:1;
	margin:0 0 0.5rem 0;
	background-image:url("./img/icon_mokuji.jpg");
	background-repeat:no-repeat;
	height:24px;
	padding:4px 0 0 30px;
}

.mokuji01 + ul {
	margin-top:    -0.5rem;
	margin-bottom:  0.5rem;
}

.mokuji01 + ul > li {
	margin-left: 30px;
}

.mokuji02{
	font-size:16px;
	line-height:1;
	margin:0 0 25px 30px;
}

.mokuji_are03{
	width:610px;
	float:left;
}

.mokuji_are04{
	width:300px;
	float:right;
}

.mokuji_are05{
	width:560px;
	height:138px;
	padding:20px 25px;
	background-color:#F0F0F0;
	border-radius:10px;
}

.mokuji_are06{
	width:250px;
	height:138px;
	padding:20px 25px;
	background-color:#F0F0F0;
	border-radius:10px;
}

section.mokuji_are07{
	margin-bottom: 2rem;
}

div.mokuji_are07{
	margin-bottom: 0.4rem;
}

div.mokuji_are07 div.image0701 {
	width: 150px;
	float: left;
}

div.mokuji_are07 div.index0701 {
	width: auto;
	float: left;
	margin-left: 2rem;
}

div.mokuji_are07 div.index0701 > a {
	background: transparent url(./img/icon_mokuji.jpg) no-repeat left top;
	padding-left: 30px;
}

div.mokuji_are07 div.index0701 > p {
	margin-top: 0.5rem;
	margin-bottom: 0;
	line-height: 1.4;
}

.mokuji03{
	margin:0 0 0 0;
}

.mokuji04{
	width:130px;
	float:left;
}

.mokuji04a{
	width:160px;
	float:left;
}

.key_table01{
	margin:0 0 20px 0;
	font-size:14px;
	line-height:1.2;
}

.key_table01 th{
	background-color: #DDDDDD;
    border: 1px #CCCCCC solid;
    text-align: center;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.key_table01 td{
    border: 1px #CCCCCC solid;
    padding: 5px 10px 5px 10px;
}

.table_wi01{
	width:120px;
}

.table_wi02{
	width:213px;
}

.anchor_link{
	margin-top : -90px;
	padding-top : 90px;
}

.h2i_001{
	width: 250px!important;
}

.h2i_002{
	width: 365px!important;
}

.question{
	margin:0 0 1em 0;
}


.grade1_table01{
	width:100%;
	margin:0 0 30px 0;
}

.grade1_table01 th{
	background-color:#EEEEEE;
	border:1px #CCCCCC solid;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 20px;
}

.grade1_table01 td{
	border:1px #CCCCCC solid;
	padding:5px 20px;
	width:620px;
}

.grade1_table01 tr th span {
    font-size: 13px;
    color: #fff;
    float: right;
    padding: 0px 7px 0px 7px;
    line-height: 20px;
	margin:7px 0 0 0;
}

.postal_code01{
	padding:0 5px;
	width:100px;
	margin:5px 0;
    font-size: 16px;
    line-height: 2;
    color: #333333;
	font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.btnClass{
	width:87px;
	position:relative;
	top:10px;
}

.limided_st01{
	width:48%;
	float:left;
}

.limided_st02{
	width:48%;
	float:right;
}

.limided_st01 p,.limided_st02 p{
	margin:0 0 10px 20px;
}

.limided_st03{
	width:250px;
	margin:0 30px 20px 30px;
	float:left;
}

.limided_st03 p{
	text-align:center;
}

.limided_st03 img{
	width:200px;
	text-align:center;
	border:1px #CCCCCC solid;
}


div.item {
	position: relative;
}

div.item div.seminar01 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

p.snote {
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}
}