html{
	
}

p{
	line-height: 1.4;
	overflow-wrap: break-word;
	word-break: break-word;
}
img{
	vertical-align: middle;
}

a{
	font: normal;
	text-decoration: none;
	color: #000000;
}

body  {
	margin:	0 auto;
	width:1190px;
    background: #f3faff;
    padding: 0;
    color: #444;
    text-align: center;
}
.content{
	width: 1170px;
	height: 648px;
	margin: 0 auto;
	
}


header{
	margin-bottom: 25px;
}
.title{
	display:-webkit-box;
    display:-moz-box;
    display:box;
    display:-webkit-flex;
  /*　上４行はモバイルでdisplay:flexが効かない場合の為に記述↑　*/
    display:flex;
	
justify-content:flex-end; /*右揃い*/
	padding: 0 17px;
	line-height: 64px;
	background:linear-gradient(to right,#002DE3, #008AF1);
	color:#ffffff;
}

@media all and (-ms-high-contrast: none) {
	.title{
		justify-content:flex-start;
	}
}

.content_title{
	order:0;
	font-size: 24px;
  text-align: left;
	margin: 0;
	font-weight: lighter;
	 margin-right: auto;
}



.current_no{
	font-size: 28px;
	font-weight: bold;
	margin-left: 30px;
	
}

.sub_title{
	order:1;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}

p.number{
	padding-top: 10px;
	order:2;
	font-size: 16px;
	margin: 0;
	float:right;
	font-weight: normal;
	
}

.hajimeni_sousa{
	float: right;
	width: 560px;
	margin: 0 40px 0 20px;
}

.hajimeni_sousa dl{
	margin: 0;
}

.hajimeni_sousa dt img {
	margin-right: 0.5em;
}

.hajimeni_sousa dd{
	margin: 0 0 10px 32px;
}

.hajimeni_img{
	float: left;
	max-width: 510px;
	margin: 0 0 0 40px;
}

.hajimeni_img img{
	max-width:500px;
}


.hajimeni_dl{
	padding: 0px 7.5px;
	margin:0 auto;
	width: 187px;
	text-align: center;
	background: #002DE3;
	cursor: pointer;
	color:#ffffff;
	border-radius: 5px;
	font-size: 20px;
	line-height: 56px;
	height: 56px;
	
}

.tc{
	position:absolute;
	top:180px;
	right:256px;
	display:none;
}

.teacher_comment{
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 600px;
  color: #555;
  font-size: 18px;
  background: #f3faff;
  border: solid 3px #008AF1;
  box-sizing: border-box;
  
  border-radius: 25px;
}

.teacher_comment:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #f3faff;
  z-index: 2;
}

.teacher_comment:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #008AF1;
  z-index: 1;
}

.text_area .teacher_comment p {
  margin: 15px 10px;
  padding: 0;
}
.teacher_area{
	position:absolute;
	width:100px;
	height:370px;
	top:158px;
	left:916px;
	}

.start_area{
	margin: 0 auto;
	height: 544px;
	padding: 52px 20px;
	background: #ffffff;
}
.start_index{
	text-align: left;
	min-height: 300px;
}

.start_sec{
	margin:0 auto;
	width: 187px;
	text-align: center;
	background: #008AF1;
	cursor: pointer;
	color:#ffffff;
	border-radius: 10px;
	font-size: 23px;
	line-height: 56px;
	height: 56px;
	
}

.red_txt{
	color: #444444;
	font-weight: bold;
}
/*
.video_area{
	margin: 0 auto;
	width: 974px;
}*/
.syou_title{
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

.step_title{
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}

.step_no{
	color: #FFFFFF;
	background: #008AF1;
	font-size: 13px;
	border-radius: 10px;
	line-height: 28px;
	vertical-align: middle;
	height: 28px;
	width: 78px;
	display: inline-block;
	margin-right: 15px;
}

.step_title_txt{
}

.kou_2retu{
	text-align: center;
}

.kou_title{
	margin: 20px auto;
	font-size: 16px;
}

.kou_2retu .kou_title{
	vertical-align: top;
	display: inline-block;
	margin-top: 0;
}

.kou_2retu .kou_title:first-child{
	margin-right: 2em;
	vertical-align: top;
	display: inline-block;
}

.kou_2retu_sp{
	display: none;
}
.kou_title td{
	text-align: left;
}

td.kou_no{
	color: #008AF1;
	width: 40px;
	padding: 5px 0;
}

.point_count{
	display: none;
}

.point_count dt img{
	margin-right: 0.5em;
}

.point_count dd img{
	margin: 0;
	width: inherit;
	display: inline!important;
	border: none!important;	
}

.setsumei_table{
	border-collapse: collapse;
	margin: 10px 40px;
}

.setsumei_table th,.setsumei_table td{
	padding: 5px;
	border: 1px #000000 solid;
}

.setsumei_table tr th:first-child,.setsumei_table tr td:first-child{
	border-left: none;
}

.setsumei_table tr th:last-child,.setsumei_table tr td:last-child{
	border-right: none;
}

.setsumei_table th{
	text-align: center;

	background: #cccccc;
}

.key_img{
	border: none!important;
	display: inline!important;
}

.col_left{
	float: left;
	width: 50%;
}


.big .col_left{
	float: left;
	width: 60%;
}

.big .col_left p{
	margin-right: 0;
}
.col_left img{
	max-width: 100%!important;
}


.col_right{
	float: right;
	width: 50%;
}
.big .col_right{
	float: right;
	width: 40%;
}


.col_right li,.col_right_small li{
	list-style: none;
}
.hajimeni_notice{
	margin-left: 40px;
	font-size: 88%;
}
.hajimeni_notice dd{
	margin-left: 0;
}
.notice {
	text-indent: -19px;
	padding-left: 19px;
	font-size: 88%;
}
.txt_indent{
	text-indent: -1em;
	padding-left: 1em;
}video{
	margin: 0 auto 40px auto;
	width: 1024px;
	height:540px;
	/*position:absolute;*/
}
.hajimeni_kakomi{
	border: 1px solid #000000;
	padding: 5px;
	margin: 0 50px 0 70px;
	
		font-weight: bold;
	display: inline-block;
}

.hosoku_area p.point_kakomi{
	border: 1px solid #000000;
	padding: 5px;
	margin: 20px 50px 0 70px;
	
		font-weight: bold;
	display: inline-block;
}

.video_player{
	left:0;
	top: 564px;
	width: 974px;
	height:20px;
	background-color:#ffffff;
	position: relative;
}

.flow p.flow_title{
	border: 1px solid #000000;
	font-size: 20px;
	padding: 5px;
	font-weight: bold
}

.flow_no{
	color: #ffffff;
	background-color: #0018D4;
	display: inline-block;
	width: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 1em;
}
.text_area2 p.flow_cont{
	float: left;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 0;
	max-width: 1000px;
	min-height: 33px;
}

.flow img{
	max-width: 60%;
}
.arrow {
	float: left;
  display:inline-block;
  height:80px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:10px;
	left: 60px;
}
.arrow_sm{
	float: left;
  display:inline-block;
  height:120px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:10px;
	left: 60px;
}
.arrow_m {
	float: left;
  display:inline-block;
  height:280px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:0;
	left: 60px;
}
.arrow_l {
	float: left;
  display:inline-block;
  height:340px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:0;
	left: 60px;
}

.arrow_ll {
	float: left;
  display:inline-block;
  height:440px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:0;
	left: 60px;
}
.arrow_s {
	float: left;
  display:inline-block;
  height:40px;
  width:20px;
  background-color:#707070;
  position:relative;
  top:0;
	left: 60px;
}
.arrow_none {
	float: left;
  display:inline-block;
  height:80px;
  width:20px;
  position:relative;
  top:10px;
	left: 60px;
}

.arrow:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:70px;
}

.arrow_sm:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:100px;
}
.arrow_l:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:320px;
}

.arrow_m:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:270px;
}
.arrow_ll:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:420px;
}
.arrow_s:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:30px solid transparent;
  border-top:40px solid #707070;
  left:-20px;
  top:13px;
}

.height_adjust td{
	line-height: 24px;
}
/*


ul.player_button{
	height: 20px;
	
	margin: 0;
	padding: 0;
}
ul.player_button li{
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	width: 28px;
}


li.pause_button{
	background: url("../img/pause.png") no-repeat;
}

li.play_button{
	background: url("../img/play.png") no-repeat;
}*/
/*
 *********************************************************************
 *********************************************************************
*/
body {
  font-family: Meiryo;
}

.text_area,.text_area2,.text_area3{
	text-align: left;
	margin: 0 auto;
	min-height: 544px;
	padding-top: 40px;
	padding-bottom: 38px;
	position: relative;
}
.tejun_border{
	margin-left: 29px;
	border: 1px solid #000000;
	display: inline-block;
	padding: 5px;
}
table.tejun_border{
	margin-left: 100px;
}

.ex_tejun_border{
	margin-left: 100px;
		display: inline-block;
	border-collapse: collapse;
}
.ex_tejun_border td{
	border: 1px solid #000000;
	width:10em;
	padding: 5px;
}
.text_area{
	display: none;
	background: #ffffff url("../img/default/teacher_all.png") 850px 160px no-repeat;
}

.text_area2{
	background: #ffffff;
}

.text_area3{
	background: #ffffff url("../img/default/teacher_all.png") 850px 160px no-repeat;
}

.text_area p , .text_area2 p, .text_area3 p{
	margin-left:40px;
	margin-right:40px;	
}

.text_area2 .video_area{
	margin: 0 auto;
	text-align: center;
}

p.point_area{
	margin-top: 25px;
}
.text_area img,.text_area3 img{
	margin: 5px 0;
	display: block;
	border: 1px #000000 solid;
	max-width: 60%;
}
.text_area2 img{
	margin: 5px 0;
	display: block;
	border: 1px #000000 solid;
}

.hosoku_area p.marker{
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
	margin-bottom: 0px;
}
.hosoku_area img{
	max-width: 100%;
	margin-bottom: 5px;
}

p.marker + p.marker{
	margin-top: 0;
}
.usemap{
	position: relative;
}

img.usemapimg{
	border: none;
	max-width: inherit;
	position:relative;
}

.usemapwindow{
    position:absolute;
	display: none;
	padding: 10px;
	z-index: 1001;

    width:600px;
	background-color: #ffffff;
	border: 2px solid #000000;
 
    
}

.usemapwindow dl{

    
	margin: 0;
}

.usemapwindow dl dt{
    height:27px;
	font-size: 20px;
    line-height:27px;
	text-indent: 10px;
	text-align: left;
    font-weight:bold;
   
}

.usemapwindow dl dt img{
	margin-left: 0;
	border: none;
	display: inline;
}

.usemapwindow dl dd{
	text-align: left;
    margin:0;
    padding:20px 10px 0 10px;
    line-height:1.5;
}

.text_area ul,.text_area2 ul,.text_area3 ul{
	margin-left: 20px;
}
.hosoku_area{
	background: #ffffff;
	position: relative;
	margin-top: 40px;
	padding: 0 0 38px 0;
	text-align: left;
}
.hosoku_area p.mladjust{
	margin-left: 50px;
}

.tejun_area{
	background: #ffffff;
	position: relative;
	padding: 0 0 38px 0;
	text-align: left;
}

.hosoku_area h3,.tejun_title{
	margin-left: 50px;
	font-weight: bold;
	height:  40px;
	color: #008AF1;
	font-size: 20px;
	text-indent: 50px;
	line-height: 40px;
}
.hosoku_area h3{
background: url("../img/default/hosoku.png")no-repeat;
	margin-top: 40px;
}
.hosoku_area h3:first-child{
	background: url("../img/default/hosoku.png")0 40px no-repeat;
	padding-top: 40px;
}


.tejun_title{
background: url("../img/default/tejun.png")no-repeat;
}


.hosoku_area h4,.tejun_area h4{
	margin: 30px 50px 0 50px;
	min-height: 25px;
	line-height: 25px;
	border-left: 8px solid #008AF1;
	padding-left: 12px;
	font-weight: bold;
	font-size: 18px;
	
}

.hosoku_area p,.tejun_area p{
	margin: 10px 50px 10px 70px;
}

.hosoku_area dl,.tejun_area dl{
	margin: 0 50px;
}

.hosoku_area table{
	border-collapse: collapse;
	margin: 0 50px 0 70px;
}

.table_a{
	border-collapse: collapse;
	margin: 0 0 0 40px;
}
.hosoku_area th, .hosoku_area td,.table_a th, .table_a td{
	    border: 1px solid #666;
    padding:5px 10px;
    vertical-align: middle;
}

.hosoku_area th,.table_a th{
	background: #bfc5cf;
    text-align: center;
}

.table_a th:first-child,.table_a tr td:first-child{
	border-left: none;
}
.table_a th:last-child,.table_a tr td:last-child{
	border-right: none;
}

.layout th,.layout td{
	border: none;
}
.sub_koumoku{
	padding-left: 10px;
	color: #008AF1;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 32px;
	border-left: 5px solid #008AF1;
}

.sub_koumoku:first-of-type{
	margin-top: 22px;
}
.m_heading {
	font-size: 1.2em;
	font-weight: 600;
	background-color: #D9FFB7;
	line-height: 200%;
	margin-top: 40px;
	padding-left: 15px;
	border-left: solid 15px #666;
}
.quiz_area{
	
	position: relative;
	min-height: 534px;
	padding: 50px 0;
	margin:0 auto;
	font-size:20px;
	color: #000000;
	text-align: left;
	background: #FFFFFF;
		
}
.quiz_area .qmark{
	font-size: 43px;
	color: #008AF1;
	margin-right: 40px;
}
	.quiz_area p.qtext{
		text-indent: -70px;
		padding-left: 70px;
		margin: 0 50px 20px 50px;
		padding-bottom: 20px;
		border-bottom: 2px solid #008AF1;
}

.qtext img{
	display: block;
	text-align: center;
	margin: 0 auto;
}


.quiz_area ul{
	padding: 0;
	margin: 0 50px;
}

.quiz_area li{
	cursor: pointer;
	border: 2px solid #008AF1;
	background-color: #008AF1;
	color: #FFFFFF;
	padding: 47px 30px;
	list-style: none;
	width: 450px;
	text-align: center;
	float: left;
	border-radius: 10px;
}

.quiz_area li:first-child{
	margin-right:42px;
}

.quiz_area li img{
	min-height:33px;
}
/*.quiz_area li:hover{
	background-color: #FFFFFF;
	color:#008AF1;
}*/
.choice{
	background-color: #FFFFFF!important;
	color:#008AF1!important;
}
.kaisetsu_area{
	padding-top: 121px;
	min-height: 240px;
}
.judge{
	text-align: center;
	font-size: 34px;
	margin:20px 50px;
}

.back_maru{
	background:#FFFFFF url("../img/default/quiz_maru.png") no-repeat 50% 0;
}
.back_batu{
	background:#FFFFFF url("../img/default/quiz_batu.png") no-repeat 50% 0;
}

.kaisetsu{
	margin: 0 50px;
	min-height: 169px;
}

.marker img,.key_img{
}

dl.marker{
	margin: 0 50px 0 70px;
}

table dl.marker{
	margin-left: 0;
}

dl.marker dt{
	vertical-align: middle;
	margin-bottom: 5px;
	padding-left: 30px;
	text-indent: -30px;
	
}

dl.marker dt img{
	margin-right: 3px;
}



dl.marker1{
	margin-left: 50px;
	margin-right: 50px;
}
dl.marker1 dt{
	padding-left: 31px;
	text-indent: -31px;
}
dl.marker1 dd,dl.marker dd{
	margin-left: 27px;
}
.next_announce{
	background: #008AF1;
	position: absolute;
	bottom: 0;	
	margin: 0!important;
	width: 100%;
	height: 38px;
	line-height: 38px;
	color:#FFFFFF;
	text-align: center;
	font-size: 18px;
}

ul.sanko{
	float: right;
	margin:0 30px 0 0;
}

ul.sanko li{
	list-style: none;
	float: left;
	width:100px;
	height: 40px;
	line-height: 40px;
	margin: 5px 10px 0 0;
	text-align: center;
	background-color: #C95316;
	cursor: pointer;
	color: #ffffff;
}

ul.sanko li.sanko_none{
	background-color: #646464;
	cursor:default;
}

.kome{
	font-size: 15px;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

.none{
	display: none;
}

.sanko_text{
	margin: 10px auto 0 auto;
	width: 984px;
	text-align: left;
}
.sanko_text p {
	margin: 0;
  padding: 10px ;
	background-color: #FFFFFF;
}

.w80 img {
	max-width: 30px;
	vertical-align: middle;
	margin-bottom: 0;
}

.setsumei_table img{
	margin-bottom: 5px;
}

.w120 img{
	zoom:1.3;
	
	vertical-align: top;
}
dl.accordion dd ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 15px;
}
dl.accordion dd ul li a::before {
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-left-color: #333;
  width: 0;
  height: 0;
  top: 0;
  right: -25px;
}

.sanko_title{
	background: #F55D0E!important;
	color:#FFFFFF;
}

.sanko_sub{
	font-weight: bold;
	margin-top: 25px;
}

.waku{
	margin: 5px 40px;
	padding: 10px;
	border: 2px #000000 solid;
	display: inline-block;
}

.pagetop{
	position: fixed ;
	right: 16px ;
	bottom: 16px ;
	text-align: center;
	background-color: #C95316;
	cursor: pointer;
	padding:10px;
	color:#ffffff;
	display: none;
}

.sousahouhou{
	position: fixed ;
	right: 50% ;
	bottom: 50%;
	text-align: center;
	background-color: #C95316;
	cursor: pointer;
	padding:10px;
	color:#ffffff;
	display: none;
}
.download{
	background-color: #C95316;
	cursor: pointer;
	padding:10px;
	color:#ffffff;
}

.sp_none{
	display: block;
}

.sp_table{
	display: none;
	
}

@media screen and (max-width:768px){
	html,body{
		width: 100%;
	}
	
	header{
		margin: 0;
	}
	
	.title{
		line-height: inherit;
		flex-wrap: wrap;
	}
	
	.content{
		width: 100%;
	height: inherit;
	}
	
	.content_title{
		order:1;
		font-size: 20px;
		margin: 2px auto 16px 14px;
		float: inherit;
	}
	
	.sub_title{
		order:0;
		float: inherit;
		width: 100%;
		font-size: 14px;
		margin: 16px 14px 0 14px;
		text-align: left;
	}
	.current_no{
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	}
		.step_no{
		display: block;
		margin: 0 auto 15px auto;
	}
	
	p.number{
		margin: 0 14px 0 0;
	}
	
	

.hajimeni_sousa{
	float: none;
	width: inherit;
	margin: 0 20px;
}

.hajimeni_sousa dl{
	margin: 0;
}

.hajimeni_sousa dd{
	margin: 0 0 10px 24px;
}

.hajimeni_img{
	float: none;
	max-width: inherit;
	margin: 0 20px;
}

.hajimeni_img img{
	max-width:500px;
}
.text_area img,.text_area3 img{
	
	max-width: 100%;
}
	
	.start_area{
		height: 100%;
	}
	.text_area,.text_area2,.text_area3{
	min-height: inherit;
	}
	.text_area2 img{
		max-width: 100%;
	}
	.point_area{
		display: none;
	}
	
	.point_count{
	display: block;
}
	
	.kou_2retu{
		display: none;
	}
	.kou_2retu_sp{
		display: block;
	}
	.text_area p , .text_area2 p, .text_area3 p{
	margin-left:20px;
	margin-right:20px;	
}
	video{
	margin: 0 auto;
	width: 100%;
	height:100%;
	/*position:absolute;*/
}
	.quiz_area{
		padding: 36px 0;
	}
	
	.quiz_area p.qtext{
		text-indent: -42px;
		padding-left: 42px;
		margin: 0 14px 30px 14px;
		font-size: 18px;
	}
	
	.qtext img{
		max-width: 100%;
	}
	.quiz_area .qmark {
		font-size: 38px;
		margin-right: 15px;
		
		
	}
	
	.quiz_area ul{
		margin: 0 14px;
	}
	
	.quiz_area li{
	padding: 25px 20px;
	list-style: none;
	width: calc(100% - 40px);
}

.back_maru{
	background:#FFFFFF url("../img/default/quiz_maru_m.png") no-repeat 50% 0;
}
.back_batu{
	background:#FFFFFF url("../img/default/quiz_batu_m.png") no-repeat 50% 0;
}

	
	.table_a{
		margin-left: 20px;
	}
.quiz_area li:first-child{
	margin:0 0 20px 0;
}
	.back_maru{
		background-size: 250px;
}
.back_batu{
	
		background-size: 250px;
}
	.judge{
	font-size: 28px;
	margin: 0px 14px 10px 14px;
}
	.kaisetsu_area{
		padding-top: 100px;
		min-height: 100px;
	}
	.hosoku_area{
	background: #ffffff;
	margin-top: 40px;
	position: relative;
	padding: 0;
	text-align: left;
}

.hosoku_area h3,.tejun_title{
	margin-left: 20px;
	
	height:  40px;
	color: #008AF1;
	font-size: 20px;
	text-indent: 50px;
	line-height: 40px;
}

	.hosoku_area h3{
		background: url("../img/default/hosoku.png")no-repeat;
	}
	.tejun_title{
		background: url("../img/default/tejun.png")no-repeat;
	}


.tc,.teacher_area{
	display:none;
}
.hosoku_area h4{
	margin: 30px 20px 0 20px;

	
}

.hosoku_area p{
	margin:10px 20px 20px 20px;
}
	
	.hosoku_area p.point_kakomi{
	border: 1px solid #000000;
	padding: 5px;
	margin: 20px 20px 0 20px;
	
	display: inline-block;
}
.kaisetsu{
	margin: 0 14px;
	padding-bottom: 53px;
}
	
.flow p.flow_title{
	border: 1px solid #000000;
	font-size: 20px;
	padding: 5px;
}

.flow_no{
	color: #ffffff;
	background-color: #0018D4;
	display: inline-block;
	width: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 1em;
}
.text_area2 p.flow_cont{
	float: none;
	margin-left: 40px;
	margin-bottom: 0;
	margin-top: 0;
}
.arrow,.arrow_l,.arrow_s ,.arrow_ll,.arrow_m,.arrow_sm{
	display: none;
}
.arrow_none {
	
	display: none;
}

.arrow:before {
	
	display: none;
}

	
.usemap{
	position: relative;
}

img.usemapimg{
	border: none;
	max-width: 100%;
	position:relative;
}

.usemapwindow{
	margin-left: 0;
	margin-right: 0;
    position:inherit;
	display: block;
	padding: 0 20px;
	width: calc(100% - 40px);
	background-color: #ffffff;
	border: none;
 
    
}

.usemapwindow dl{

    
	margin: 0;
}

.usemapwindow dl dt{
	height: inherit;
	font-size: 20px;
	text-indent: -30px;
	padding-left: 30px;
	text-align: left;
    font-weight:bold;
	vertical-align: middle; 
}

.usemapwindow dl dt img{
	border: none;
	display: inline;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.usemapwindow dl dd{
	text-align: left;
    margin:0;
    padding:10px 0 10px;
    line-height:1.5;
}
	.hosoku_area p.mladjust{
		margin-left: 0;
	}

.sp_none{
	display: none;
}

.sp_table{
	display: block;
	
}
	.hosoku_area p,.tejun_area p{
	margin: 10px 20px;
}
	.hosoku_area table{
	border-collapse: collapse;
	margin: 0 20px;
}
	
table.tejun_border{
	margin-left: 50px;
}
	
	table.tejun_border tr td:last-child{
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.col_left,.col_right{
	float: none;
	width:100%;
}

	.next_announce{
	position:inherit;
}
}
	.nowrap {
	white-space:nowrap;
}

/*----------- clearfix >> -----------*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	zoom:1;
	min-height:1%;  /* for IE 7*/
}
/*----------- << clearfix -----------*/