@charset "utf-8";

/* -----------------------------------------------------------
	scroll
----------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

/* -----------------------------------------------------------
	right contents navi
----------------------------------------------------------- */

#right_con #pnav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin: 0 10px 10px 0;
}
#right_con #pnav li a {
  position: relative;
  display: block;
  padding: 8px 10px;
  border: 1px solid #b39933;
  box-sizing: border-box;
  color: #b39933;
  text-decoration: none;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -moz-transition: background 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
  font-size: 16px;
}
#right_con #pnav li a:before, #right_con #pnav li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#right_con #pnav li a:after {
  content: "\f107";
  margin-left: .5em;
  line-height: 1;
  vertical-align: baseline;
}
#right_con #pnav li a:hover {
  background: #b39933;
  color: #fff;
}

/* -----------------------------------------------------------
	line
----------------------------------------------------------- */

#right_con .bd {
  border-top: 1px solid #d4d4d4;
  padding: 0;
  margin: 20px 0;
}

/* -----------------------------------------------------------
	head1
----------------------------------------------------------- */

#right_con .head1 {
  text-align: center;
  font-size: 2.2em;
  line-height: 150%;
  margin: 70px 0 60px 0;
}
#right_con .head1:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #b39933;
  margin: 15px auto 0;
}

/* -----------------------------------------------------------
	head2
----------------------------------------------------------- */

#right_con .head2 {
  text-align: center;
  font-size: 2.2em;
  line-height: 150%;
  margin: 100px 0 60px 0;
}
#right_con .head2:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #b39933;
  margin: 15px auto 0;
}

/* -----------------------------------------------------------
	box style1
----------------------------------------------------------- */

#right_con .box_style1 {
  width: 950px;
}
#right_con .box_style1 p {
  float: left;
}
#right_con .box_style1 .qicon {
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  background: #999;
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  -ms-border-radius: 8%;
  -o-border-radius: 8%;
  border-radius: 8%;
  margin-left: 10px;
}
#right_con .box_style1 .qtext {
  width: 880px;
  margin-left: 20px;
  padding-top: 5px;
  overflow: hidden;
}

/* -----------------------------------------------------------
	box style2
----------------------------------------------------------- */

#right_con .box_style2 .atext {
  width: 900px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #f4efdf;
}

/* -----------------------------------------------------------
	table style
----------------------------------------------------------- */

#right_con .box_style2 table{
margin-top: 20px;
margin-bottom: 40px;
margin-left: 10px;
border-collapse: collapse; 
}
#right_con .box_style2 table th, #right_con .box_style2 table td{
border: 1px solid #bbbbbb;
padding: 10px 20px;
font-size: 14px;
}
#right_con .box_style2 table th{
background-color: #F5F5F5;
}
