@charset "UTF-8";
:root{
	--tc01: #f8f9fa;
	--tc02: #ffffff;
	--tc05: #f8f9fa;
	--tc06: #f8f9fa;
	--tc07: #efefef;
	--tc_left: #f8f9fa;
	--tc_border: #dddddd;
	--tc_back: #eee;
	--tc_bglink: #eaf7ff;
	--blue_gray:#78b;
	--orange: #fa5;
	--light_orange;
}
*:focus {
  outline: none;
}
*{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
	overflow: auto;
	height: 100%;
	color: #4c4c4c;
	text-align: left;
	font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	margin: 0px auto;
	word-break: break-all;

	font-size: 14px;
	line-height: normal;
}
/*-------------------------------*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	 color:#aa2007;
	 text-decoration:none;
		 }
a:active {
	color:#000;
}
/*-------------------------------*/
a img{
   -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border:1px solid rgba(0,0,0,0);
	border-radius:10px;
	background:rgba(255,255,255,0);
}
a:hover img{
	transition: 0.3s ease-in-out;
	filter: brightness(80%) contrast(150%);
	border:1px solid #aaccff;
	background:rgba(150,230,255,0.1);
	box-shadow: 0 0 6px 1px rgba(210, 230, 255, 0.5);
}
a div{
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul {
	list-style-type: none;
}
img {
	border:0;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
}
hr {
	border-style: none;
	border-top:1px solid #ccc
}
p {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	scrollbar-width: none;
}
iframe {
	max-width:100%;
}
/*-------------------------------*/
.aclink{
	cursor: pointer;
}
.aclink:hover{
	transition: 0.15s ease-in-out;
	border-color: #eff;
	background: var(--tc_bglink);
	color:#900;
}
.achover-slide{
	transition: 0.15s ease-in-out;
	border-color: rgba(255,255,255,0);
	border-left: 0px;
}
.achover-slide:hover{
	transition: 0.15s ease-in-out;
	border-left: 3px solid var(--orange);
	border-right: 0px solid rgba(255,255,255,0);
}
.achover-orange{
	transition: 0.15s ease-in-out;
	border:1px solid rgba(255,255,255,0);
}
.achover-orange:hover{
	transition: 0.15s ease-in-out;
	border:1px solid var(--orange);
	background: #fea;
	color:#900;
}
.achover-round{
	transition: 0.2s ease-in-out;
	border: 1px solid rgba(255,255,255,0);
	border-Radius: 10px;
	padding:0 6px;
}
.achover-round:hover{
	background: var(--tc_bglink);
	border-color: #5af;
}
.icon_img{
}
.media_icon	{
	display: inline-block;
	width:66px;
	height: 16px;
	font-size:14px;
	font-weight:normal;
	color: #fff;
	padding: 0;
	margin: 0 1px;
	line-height:16px;
	text-align: center;
	border-radius: 5px;
	background: var(--orange);
	white-space:nowrap;
	overflow:hidden;
}
.close_button{
	position: absolute;
	top:10px;
	right:10px;
	height:40px;
	cursor: pointer;
}
.close_button:hover{
	transition: 0.3s ease-in-out;
	filter: hue-rotate(115deg);
}
.modal-close{
	border:1px solid #555;
	border-radius:15px;
	padding:10px 30px;
	background: #daeafa;
	cursor: pointer;
}
.modal-close:hover{
	transition: 0.3s ease-in-out;
	border:1px solid var(--orange);
	background: #fea;
	color:#900;
}
/*-------------------------------*/
.discription li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.discription li:before {
	content:  "";
	width:	10px;
	height:  10px;
	display:  inline-block;
	background-color: var(--orange);
	position:  relative;
	top: -1px;
	margin-right: 5px;
}
/*-------------------------------*/
div.title{
	display: block;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.3em;
}
div.step{
	display: block;
	color: #dd0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.3em;
}
div.header{
	text-align: center;
	padding-bottom: 1em;
}
div.caution{
	display: block;
	color: #dd0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0.3em;
}
div.step_table table{
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size:12px;
  width:100%;
  margin-bottom: 1.5em;
}
div.step_table th{
  width:50px;
  padding:3px;
  text-align:center;
  vertical-align:top;
  color:#f00000;
}
div.step_table td{
  width:auto;
  padding:3px;
}
/*-------------------------------*/
.news_table{
  width:100%;
  margin: 15px 0 5px 0;
}
.news_table table, .news_table th, .news_table td {
  border-collapse: collapse;
  border-spacing: 0;
}
.news_table table{
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #ddd;
	border-radius: 15px;
	overflow: hidden;
}
.news_table th{
	width: 25%;
	font-size: 13px;
	line-height:20px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
	color: #777777;
	text-align: center;
	vertical-align:middle;
}
.news_table td{
	width:auto;
	padding:10px;
	border-bottom: 1px solid #dddddd;
}
.news_table tr:last-child th,
.news_table tr:last-child td {
  border-bottom: none;
}
.news_table th.th_required{
	width: 40px;
}
@media screen and (max-width: 750px) {
	.form_table{
		width:100%;
		margin: 10px 0;
	}
	.form_table th{
		font-size:12px;
	}
	.form_table th, .form_table td{
		width:100%;
		display:block;
	}
	.form_table td{
		padding-top:5px;
	}
	.form_table th.th_required{
		background: #fff;
		border: 0;
		padding:0;
	}
}
/*-------------------------------*/
.tab_bar2{
	margin: 3px;
	padding:5px;
}
.tab_bar2 ul{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.tab_bar2 ul li{
	display: flex;
	width: 80%;
	min-width:150px;
	min-height: 42px;
	font-size: 15px;
	text-align: center;
	align-items: center;
	margin: 3px;
	padding: 5px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #f3981b;
	border: 1px solid #d9d9d9;
	border-radius: 20px 20px 20px 20px;
	justify-content: center;
}
.tab_bar2 ul li:hover{
	transition: 0.3sec;
	background: #Ffea80;
	border: 1px solid #ff8800;
	box-shadow: 0 0 4px 1px rgba(255, 130, 00, 0.3);
}
/*-------------------------------*/
.func_buttons{
	display:flex;
	justify-content: flex-end;
	margin-bottom:15px;
}
.func_buttons li{
	min-width:130px;
	height:45px;
	transition: 0.3s ease-in-out;
	padding: 5px 20px 5px 20px;
	margin: 2px 5px;
	border: 1px solid #ccc;
	border-radius:15px;
	background:#f4f4f4;
	text-align:center;
	white-space: nowrap;
	line-height:30px;
}
.func_buttons img{
	margin-right:6px;
}
.func_buttons li:hover{
	border: 1px solid #Fcc;
	background:rgba(255,230,180,0.2);
	box-shadow: 0 0 6px 1px rgba(210, 230, 255, 0.8);
}
/*-------------------------------*/
.exp_table{
	margin:0 4px 5px 4px;
}
.exp_table table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
}
.exp_table table,th,td {
  margin: 0;
  padding: 10;
  border-collapse: collapse;
  border-spacing: 0;
}
.exp_table th{
  text-align: left;
  background-color:#f0f0f0;
  padding:5px;
  border-bottom:1px solid #aaaaaa;
}
.exp_table td{
  padding:5px 5px 5px 20px ;
  border-bottom:1px solid #aaaaaa;
}
/*-------------------------------*/
.page_desc{
	padding: 20px;
	margin: 20px;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #dddddd;
	border-radius: 15px;
}
@media screen and (max-width: 750px) {
	.page_desc{
		padding: 10px;
		font-size:13px;
		margin-top:2px;
		margin-bottom:2px;
	}
}
.dot_line{
	background-image:url(/shared/images/hr_dot.gif);
	background-repeat:repeat-x; background-position:0% 50%;
}
.hline{
	width:100%;
	border-top:1px solid #ccc
}
