@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
#main {
	width: auto;
	min-width: 950px;
	padding-top: 0;
}
/* ==

　02. モジュール

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
#main .adMain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: url(/ad/images/rn01/index_mv01.jpg) no-repeat center center;
	background-size: cover;
	height: 300px;
	margin-bottom: 90px;
}
#main .adMain_tit {
	margin: 0 auto;
	padding: 0;
	border: none;
	background: none;
	text-align: center;
}
#main .adMain_tit p{
	margin: 0 0 7px;
	padding: 0;
	color: #fff;
	font-size: 185%;
	letter-spacing: 0.1em;
}
#main .adMain_tit h1{
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 400%;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.07em;
}
/*
#main .adMain_tit h1::after{
	content: "";
	margin-left: -0.1em;
}
*/


/* 導線ナビ
------------------------------------------------------------------------------- */
.adSection {
	max-width: 1040px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.adTit01 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: 1px solid #333;
	background-color: transparent;
}
.adTit02 {
	font-size: 18px;
	font-weight: bold;
	border: none;
	color: #000;
	margin-bottom: 30px;
}




	
#main .adHead03 {
	margin: 0 0 -1px;
  padding: 19px 10px 3px;
  background-color: #eae7e2;
  font-size: 22px;
  text-align: center;
  color: #333;
}
#main .adHead03:before {
	content: "";
	display: inline-block;
	margin: 0 12px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}
#main .adHead03-t1:before {
  width: 23px;
  height: 24px;
  background-image: url(/ad/images/ad_ico05.png);
  background-size: 23px 24px;
  vertical-align: -2px;
}
#main .adHead03-t2:before {
  width: 27px;
  height: 21px;
  background-image: url(/ad/images/ad_ico04.png);
  background-size: 27px 21px;
  vertical-align: -2px;
}
#main .sNav01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 10px;
	background-color: #eae7e2;
}
#main .sNav01_item {
	max-width: 490px;
	width: 47%;
	padding: 5px;
	background-color: #fff;
}
#main .sNav01_item > .sNav01_link,
#main .sNav01_item > .sNav01_link:hover {
	text-decoration: none;
}
#main .sNav01_item > .sNav01_link img {
	transition: opacity .4s;
}
#main .sNav01_item > .sNav01_link:hover img {
	opacity: .7;
}
    
#main .sNav01_item-img img {
	width: 100%;
	height: auto;
}
#main .sNav01_item .sNav01_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	background: url(/ad/images/rn01/index_bg01.jpg) no-repeat center center;
}
#main .sNav01_item .sNav01_txt {
	font-size: 13px;
	padding: 10px;
	color: #666;
}
#main .sNav01_item .sNav01_txt p {
	font-weight: 500;
}
#main .sNav01_item .sNav01_txt .sNav01_tit {
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
#main .sNav01_item .sNav01_link:hover .sNav01_txt .sNav01_tit {
	text-decoration: none;
}

#main .sNav01_tit-new:after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 20px;
  margin: 0 0 0 10px;
  background: url(/ad/images/ad_ico01.png) left top no-repeat;
  -webkit-background-size: 38px 20px;
  -moz-background-size: 38px 20px;
  background-size: 38px 20px;
  vertical-align: -4px;
}

#main .sNav01 .sNav01_relation {
	margin: 6px 0 0;
}
#main .sNav01 .sNav01_relation dt {
	margin: 0 0 2px;
	font-size: 15px;
	font-weight: bold;
}
#main .sNav01 .sNav01_relation dt {
	color: #333;
}
#main .sNav01 .sNav01_relation dt:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background: url(/ad/images/ad_ico07.png) left top no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	vertical-align: -2px;
}
#main .sNav01 .sNav01_relation dd {

}
#main .sNav01 .sNav01_relation li {
	margin: 2px 0 0;
}
#main .sNav01 .sNav01_relation li:first-child {
	margin-top: 0;
}
#main .sNav01 .sNav01_relation .linkTxt {
	margin-left: 0;
	padding-left: 18px;
	background-position: 3px 0.6em;
	text-decoration: underline;
}
#main .sNav01 .sNav01_relation .linkTxt:hover {
	text-decoration: none;
}
#main .sNav01 .sNav01_relation .linkExternal {
	margin-left: 0;
	background-position: left 0.5em;
}
#main .sNav01 .sNav01_relation:after { content: ''; display: block; clear: both; height: 0; }


#main .sNav01_item .adTag {
	margin: 10px 0 0;
	font-size: 92%;
}
#main .sNav01_item span.adTag {
	display: inline-block;
	line-height: 19px;
	margin: 10px 0 0;
	padding: 1px 10px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	font-size: 11px;
}
#main .sNav01_item .adTag li {
	float: left;
	line-height: 19px;
	padding: 1px 10px 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
}
#main .sNav01_item .adTag:after { content: ''; display: block; clear: both; height: 0; }




.adLink01 {
	background: #F7F7F7 url(/common/images/ico_arw04.gif) no-repeat 30px center;
	font-weight: 500;
	display: inline-block;
	padding: 15px 30px 15px 50px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.adLink01-v1 {
	padding: 0 0 0 20px;
	font-size: 14px;
	border: none;
	background: url(/common/images/rn04/svg/arw_ico03.svg) left center no-repeat;
	background-size: 8px;
}


.adRelation {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 2px solid #343434;
}
#main .adRelation p {
	font-size: 15px;
	text-decoration: underline;
}
#main .adRelation a:hover p {
	text-decoration: none;
}
.adRelation_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	border: 1px solid #cccccc;
}
.adRelation_img {
	margin-right: 50px;
}

/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 90px;
	height: 20px;
	overflow: hidden;
}


#main #loacalNav {
	max-width: 950px;
	margin: 70px auto 0;
}
