@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* @group common */
#cnt * {
  box-sizing: border-box;
}
.inner {
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 740px) {
.inner {
  width: 100%;
}
}
h1 {
  margin: 40px 0 30px;
  padding: 8px 15px;
  font-size: 32px;
  font-weight: bold;
  line-height:1.2;
  border-left: 5px solid #0a4a71;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  line-height:1.4;
  color: #0a4a71;
}
h3 {
  padding-left: 0.8em;
  font-size: 24px;
  font-weight: bold;
  text-indent: -0.8em;
  line-height: 1.4;
}
h3:before {
  content: "- ";
  color: #0a4a71;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5 {
  font-size: 16px;
  font-weight: bold;
}
p {
  line-height: 1.6;
  font-size: 100%;
}
/*contant*/
header {
  margin-bottom: 12px;
}
footer {
  background: #fff;
}


#topicArea{
	width:1100px;
	margin:0 auto;
	padding-top:7px;
	padding-bottom:7px;
  overflow:hidden;
}
.narrow #topicArea{
	width:768px;
}
#topicArea ul{
	margin-bottom:0px;
}
#topicArea li{
	float:left;
	font-size:12px;
}
#topicArea li a{
	color:#333333;
	display:inline-block;
	margin-right:7px;
	padding-right:18px;
	background:url(/common/img/com_ic12.gif) no-repeat right 50%;
	padding-top:3px;
	padding-bottom:1px;
	text-decoration:none;
}
#topicArea li a:hover{
	text-decoration:underline;
}
#topicArea li span{
	color:#333333;
	display:inline-block;
	padding-top:3px;
	padding-bottom:1px;
	font-weight:bold;
}


/*btn_or*/
.btn_or {
  width: 300px;
  border: 3px solid #ff7a42;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: url('/common/img/ic_arw_02.png') 96% 50% no-repeat, #ff7a42;
  display: block;
}

.btn_or_02 {
  width: 300px;
  border: 3px solid #ff7a42;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  color:  #ff7a42;
  background: url('/common/img/ic_arw_04_pc.png') 96% 50% no-repeat;
  display: block;
}

.btn_bl {
  width: 300px;
  border: 3px solid #1d4974;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: url('/common/img/ic_arw_05_pc.png') 96% 50% no-repeat, #1d4974;
  display: block;
}



.btn_or:hover,.btn_or_02:hover,.btn_bl:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

@media screen and (max-width: 740px) {
  #topicArea {
  display: none;
}
header img {
  width: 100%;
}
footer img {
  width: 100%;
}
.breadcrumb {
  margin: 0 auto;
  padding: 5px 3%;
  width: 100%;
}
.sec.lv01 dl dd.btn {
  margin: 0 auto;
}
.btn_or {
  margin: 0 auto;
  background-image: url('/common/img/ic_arw_03_sp.png');
  background-color: #ff7a42;
  background-size: 16px;
}

.btn_or_02 {
  margin: 0 auto;
  background-image: url('/common/img/ic_arw_04_sp.png');
  background-size: 16px;
}
.btn_bl {
  margin: 0 auto;
  background-image: url('/common/img/ic_arw_05_sp.png');
  background-size: 16px;
}
}
