﻿@charset "utf-8";

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
a:hover {
	opacity: 0.6;
	transition: opacity 0.6s;
}
#body {
	min-width:1200px;
}

/* header固定 */
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.is-fixed#gnav {
	background: rgba(183,29,55,0.95);
}

/*===============================================

 header

=================================================*/

#header .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}
#header > .inner {
	height:55px;
    padding: 0;
}
#header .inner h1.logo {
	position:absolute;
	top:7px;
	left:0;
}
#header .inner h1.logo img {
	width: 103px;
	height: 36px;
}
#header .inner #search {
	top: 13px;
	right: 100px;
	height: 28px;
	width: 285px;
}
#header .inner #search dl dt,
#header .inner #search dl dt {
	float: left;
}
#header .inner #search #input {
	width: 240px;
    height: 28px;
	padding: 0 7px 0 7px;
	background-image: none;
    box-sizing:border-box;
	font-size: 1.3rem;
}
#header .inner #search #submit {
	width: 45px;
    height: 28px;
	padding: 7px 10px;
	border: solid 1px #f2e5e7;
	border-left: none;
	background-color: transparent;
	background-image: url(../img/common/i_search.svg);
	background-repeat: no-repeat;
	background-position: center center;
    box-sizing:border-box;
}

/*===============================================

 nav

=================================================*/

#gnav {
	width: 100%;
	background: #b71d37;
}
#gnav .inner {
	padding: 0;
}
#gnav .inner > ul {
	position: relative;
	display: flex;
	/*-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;*/
	width: 1200px;
	margin: 0 auto;
}
#gnav .inner > ul > li {
	height: 60px;
	line-height: 60px;
}
#gnav .inner > ul > li > a {
    display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	/*font-weight: 600;*/
}
#gnav .inner > ul > li > a:after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: middle;
}
#gnav .inner > ul li.more a:after {
	width: 11px;
	height: 6px;
	background-image: url(../img/common/link_down_r.svg);
	background-size: 11px 6px;
	padding-left: 8px;
}
#gnav .inner > ul li.more:hover a:after {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
#gnav .inner > ul li.blank a:after {
	width: 10px;
	height: 10px;
	background-image: url(../img/common/link_blank_r.png);
	padding-left: 7px;
}
#gnav .inner > ul > li:not(.btn):not(:nth-of-type(2)) {
    margin-left: 50px;    
}
#gnav.is-fixed .inner > ul > li:not(.btn) {
    margin-left: 30px;
}
#gnav.is-fixed .inner > ul li.home {
    margin-left: 0;
}
#gnav .inner > ul > li:not(.btn):hover {
	background-color: #650615;
}
#gnav .inner > ul li.btn {
    display: flex;
  align-items: center;
  height: 60px;
}
#gnav .inner > ul li.btn a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    color: #b71d37;
    font-size: 1.5rem;
    font-weight: bold;
}
#gnav .inner > ul li.btn.contact {
    margin-left: auto;
}
#gnav .inner > ul li.btn.contact a {
    width: 150px;
}
#gnav .inner > ul li.btn.download {
    margin-left: 10px;
}
#gnav .inner > ul li.btn.download a {
    width: 170px;
}
#header .inner .en {
	position: absolute;
	top: -42px;
	right: 0;
}
#gnav .inner .en a {
	display: inline-block;
	line-height: 2.8rem;
	padding-left: 19px;
	background-size: 10px 6px;
	background-image: url(../img/common/link_arrow_r_right.svg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 1.4rem;
}

gnav .inner > ul {
	position: relative;
	height: 60px;
}
#gnav .inner > ul > li {
	height: 60px;
	line-height: 60px;
}
#gnav .inner > ul > li.home {
    display: none;
}
.is-fixed#gnav .inner > ul > li.home {
    display: block;
}
.gnavInner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	position: absolute;
	top: 60px;
	left: 0;
	padding: 15px 30px;
	background-color: #650615;
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	z-index: 1; /* fom main visual catch copy */
	display: none;
}
.gnavInnerBox + .gnavInnerBox {
    margin-top: 80px;
    padding-top: 20px;
    border-top: dotted 1px #ae4242;;
}
.gnavInner .leftBox {
	display: block;
	float: left;
	width: 196px;
	padding-right: 10px;
	border-right: solid 1px #720d1d;
}
.gnavInner .leftBox .ttl {
	font-size: 2.0rem;
	line-height: 1;
	/* font-weight: 600;*/
	margin-bottom: 13px;
	display: inline-block;
	background-image: url(../img/common/link_arrow_w_right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	background-size: 10px 6px;
}
.gnavInner .leftBox .ttl a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
}
.gnavInner .leftBox p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.gnavInner .rightBox {
	float: right;
	width: 913px;
	margin-left: 20px;
}
.gnavInner .rightBox ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gnavInner .rightBox ul li {
	float: left;
	width: 280px;
	margin-left: 30px;
}
.gnavInner .rightBox ul li:nth-of-type(3n+2) {
	margin-left: 0;
}
.gnavInner .rightBox ul li:nth-child(n+5) {
	margin-top: 15px;
}
.gnavInner .rightBox ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
}
.gnavInner .rightBox ul li a img {
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 10px;
}
.gnavInner .rightBox ul li a span {
	float: left;
	width: 150px;
	line-height: 1.8rem;
}


/*===============================================

 content

=================================================*/

#content section {
	margin: 50px 0;
}
#content h2.ttl {
	font-size: 4.0rem;
}
#content h2.ttl:after {
	margin: 20px auto 0 auto;
}
#path .inner, #content .inner {
	width: 1200px;
	margin: 0 auto;
}
#path {
	background: #fafafa;
	color: #0d0d0d;
}
#path ul {
	padding: 14px 0 15px;
	font-size: 1.2rem;
	text-align: left;
}
#path ul li {
	display: inline-block;
	position: relative;
	padding: 0 18px 0 0;
}
#path ul li:after {
	content: "";
	position: absolute;
	top: 2.5px;
	right: 8px;
	border-top: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}
#path ul li:last-child::after {
	border: none;
}
#path ul li a {
	color: #0d0d0d;
	text-decoration: none;
}
.fontLL{
	font-size: 2rem;
}
.fontL {
	font-size: 1.8rem;
}
.fontS {
	font-size: 1.4rem;
}
.fontSS {
	font-size: 1.2rem;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e9e9e9;
	margin: 30px 0;
	padding: 0;
}
.mbL {
	margin-bottom: 50px !important;
}
.mbM {
	margin-bottom: 30px !important;
}
.mbS {
	margin-bottom: 15px !important;
}
/*===============================================

 btn

=================================================*/

.btnInR a {
	padding: 17px 0;
	background-size: 10px 6px;
}
.btnInR a:hover {
	background-color: #fff;
	border-color: #b71d37;
	color: #b71d37;
	background-image: url(../img/common/link_arrow_r_right.svg);
}
.btnInR a.blank {
	background-size: 10px;
}
.btnInR a.blank:hover {
	background-image: url(../img/common/link_blank_r.svg);
}
.btnInW a:hover {
	background-color: #b71d37;
	color: #fff;
	background-image: url(../img/common/link_arrow_w_right.svg);
}
.btnInW a:hover::before, .btnInW a:hover::after {
	width: 0;
	background-color: #b71d37;
}
.btnBkW a:hover {
	background-color: #b71d37;
	border-color: #b71d37;
	color: #fff;
	background-image: url(../img/common/link_arrow_w_left.svg);
}
.btnBkW a:hover::before, .btnInW a:hover::after {
	width: 0;
	background-color: #b71d37;
}
.btnInW a.blank:hover {
	background-image: url(../img/common/link_blank_r.svg);
}
.btnInW a.more:hover {
	background-image: url(../img/common/link_down_r.svg);
}

/*===============================================

 linkArea

=================================================*/

#linkArea {
	margin: 0 !important;
	background-color: #e6e6e6;
	padding: 50px 0;
}
#linkArea .inner {
	display:flex;
	width: 1200px;
	margin: 0 auto;
}

/* .fbnr */

#linkArea .inner ul.fbnr {
	margin-right: 100px;
}
#linkArea .inner ul.fbnr li {
	width: 280px;
	position: relative;
}
#linkArea .inner ul.fbnr li:nth-child(n+2) {
	margin-top: 25px;
}
#linkArea .inner ul.fbnr li a {
	display: block;
	text-decoration: none;
	color: #151515;
}
#linkArea .inner ul.fbnr li.management a:before {
	content: "運営";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b71d37;
	color: #FFFFFF;
	font-size: 1.4rem;
	width: 85px;
	text-align: center;
	padding: 5px 0;
}
#linkArea .inner ul.fbnr li.service a:before {
	content: "サービス";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #b71d37;
	color: #FFFFFF;
	font-size: 1.4rem;
	width: 85px;
	text-align: center;
	padding: 5px 0;
}
#linkArea .inner ul.fbnr li a span {
	display: block;
	margin-top: 10px;
}
#linkArea .inner ul.fbnr li a span.txt {
	font-size: 1.4rem;
	line-height: 1.3;
}
#linkArea .inner ul.fbnr li a span.ttl {
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
}
#linkArea .inner ul.fbnr li a.blank span.ttl:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 10px;
	background-image: url(../img/common/link_blank_r.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px;
	line-height: 1.6;
}

/* .fnav */

#linkArea .inner .fnav {
	width: 820px;
}
#linkArea .inner .fnav li {
	font-size: 1.4rem;
}
#linkArea .inner .fnav a {
	text-decoration: none;
}
#linkArea .inner .link1 {
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}
#linkArea .inner .link1 ul {
	display: flex;
}
#linkArea .inner .link1 ul li {
	font-weight: bold;
}
#linkArea .inner .link1 ul li a{
	display:block;
	padding: 15px 30px;
	background-color: #b71d37;
    color: #fff;
}
#linkArea .inner .link1 li:not(:first-child) {
	margin-left: 20px;
}
#linkArea .inner .link2 {
	display: flex;
	justify-content: space-between;
}
#linkArea .inner .link2 ul li {
	line-height: 1.6;
	margin-top: 30px;
	font-weight: bold;
}
#linkArea .inner .link2 ul ul {
	margin-top: 10px;
}
#linkArea .inner .link2 ul ul li {
	margin-top: 10px;
	font-weight: normal;
}

/*===============================================

footer

=================================================*/

#footerIn {
	padding: 40px 0 150px 0;
}
#footerIn .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footerIn .inner ul li {
	display: inline-block;
	border-right: solid 1px #4b4b4b;
	padding: 0 22px 0 22px;
}
#footerIn .inner ul li:last-child {
	border-right: none;
	padding: 0 0 0 22px;
}
#footerIn .inner ul li:first-child {
	padding: 0 22px 0 0;
}
#footerIn .inner .copyright {
	margin-top: 50px;
}
#footerIn .inner #pageTop {
	bottom: 20px;
	right: 20px;
	font-size: 3.0rem;
}


/*===============================================

 mainVisual

=================================================*/

#mainVisual[class^="page"] {
	width: 100%;
	height: 220px;
	min-width: 1200px;
	background: #b71d37;
	background-size: cover;
	display: table;
}
#mainVisual[class^="page"] .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
#mainVisual[class^="page"] .box h2 {
	font-weight: normal;
	max-width: 1200px;
	margin: 0 auto;
}
#mainVisual[class^="page"] .box h2 span {
	padding: 10px 0 20px;
	font-size: 4rem;
	display: block;
	font-weight: normal;
}
#mainVisual[class^="page"] .box h2 span small {
	font-size: 2.5rem;
}
#mainVisual[class^="page"] .box h2 em {
	display: block;
	padding: 12px 0 5px;
	font-style: normal;
}
#mainVisual[class^="page"] .box p {
	font-size: 1.4rem;
	line-height: 1.4;
}
#content[class^="page"] {
	padding: 40px 0 0;
}
#mainVisual.pageOther {
	height: 120px;
	background: #252525;
}

/*===============================================

 mainContent

=================================================*/

#mainContent {
	float: left;
	width: 880px;
	padding: 0 0 100px;
}
#mainContent h3 {
	font-size: 2.8rem;
	font-weight: bold;
	padding: 155px 0 10px;
	border-bottom: 2px solid #b71d37;
	margin: -140px 0 20px;
}
#mainContent h3 span {
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	line-height: 1.5;
	vertical-align: middle;
}
#mainContent h3 small {
	font-size: 2.4rem;
	font-weight: normal;
	vertical-align: top;
}
#mainContent h3 .date {
	color: #696969;
	margin: 0 15px 15px 0;
}
#mainContent h3 .cate {
	background-color: #313131;
	color: #FFFFFF;
	min-width: 110px;
	text-align: center;
	margin: 0 0 15px;
	padding:0 5px;
}
#mainContent h3 strong {
	font-weight: bold;
	display: block;
}
#mainContent h3.icInfo span::after {
	content: "ご案内";
}
#mainContent h3.icReport span::after {
	content: "レポート";
}
#mainContent .lead {
	line-height: 1.6;
	padding: 0 0 20px;
}
.listDisc {
	padding: 0 0 0 20px;
}
.listDisc li {
	list-style: disc;
	padding: 0 0 13px;
	line-height: 1.4;
}
.listDisc ul li:last-child {
	padding: 0;
}
.listDisc li a {
	color: #2969b0;
	text-decoration: none;
}
.pagination {
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin: 0 3px;
	line-height: 43px;
}
.pagination li a {
	text-decoration: none;
	width: 43px;
	height: 43px;
	border: 1px solid #e9e9e9;
	display: block;
}
.pagination li a:hover, .pagination li.on {
	background: #b71d37;
	border: 1px solid #b71d37;
	color: #fff;
	width: 43px;
	height: 43px;
}
.newsListCmn {
	padding: 0 0 40px;
}
.newsListCmn dl {
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9;
	display: table;
	width: 100%;
}
.newsListCmn dl dt {
	display: table-cell;
	width: 13%;
	position: relative;
	line-height: 1.8;
}
.newsListCmn dl[class^="ic"] dt {
	width: 25%;
}
.newsListCmn dl[class^="ic"] dt::before {
	font-size: 1.4rem;
	background-color: #313131;
	color: #FFFFFF;
	vertical-align: top;
	width: 85px;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	margin-right: 25px;
}
.newsListCmn dl.icInfo dt::before {
	content: "ご案内";
}
.newsListCmn dl.icReport dt::before {
	content: "レポート";
}
.newsListCmn dl dd {
	display: table-cell;
	line-height: 1.8;
}
.newsListCmn dl dd a {
	text-decoration: none;
}
.newsListCmn dl.new dd::after {
	content: "NEW";
	color: #b71d37;
	padding: 0 0 0 15px;
}
.listSearch {
	padding: 0 0 40px;
}
.listSearch dl {
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	line-height: 1.6;
}
.listSearch a {
	color: #2969b0;
	text-decoration: none;
}
.listSearch dl dt {
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 1.8rem;
}
.newsArticle {
	margin: 0 0 30px;
}
.newsArticle p {
	padding: 0 0 20px;
	line-height: 2 !important;
}
.newsArticle p:last-child {
	padding: 0;
}
.newsArticle h4 {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 0 20px;
	margin:0 0 0 20px;
}
.newsArticle h4.ub {
	border-bottom: 2px solid #e9e9e9;
	padding: 0 0 10px;
	margin: 0 0 20px
}
.newsArticle h4::before {
	width: 8px;
	height: 8px;
	border: 3px solid #b71d37;
	content: "";
	display: inline-block;
	margin: 0 10px 0 -20px;
	border-radius: 8px;
}
.newsArticle h4.ub::before {
  margin-left:0;
}
.newsArticle h5 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 20px;
}
.newsArticle p a {
	color: #2969b0;
	text-decoration: none;
}
.newsArticle p a[target^="_blank"]::before {
	color: #b71d37;
	margin: 0 10px 0 0;
	background-image: url(../img/common/link_blank_r.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 14px;
	height: 14px;
	content: "";
	display: inline-block;
}
.newsArticle p a.arrow::before {
	color: #b71d37;
	margin: 0 10px 0 0;
	background-image: url(../img/common/link_arrow_r_right.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px 9px;
	width: 13px;
	height: 9px;
	content: "";
	display: inline-block;
}
.tableDl {
	padding: 0 0 20px;
}
.tableDl dl {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	display: table;
	width: 100%;
	line-height: 1.6;
}
.tableDl dl dt {
	font-weight: bold;
	display: table-cell;
	width: 12%;
}
.tableDl dl dd {
	display: table-cell;
}
.tableDl dl dd a {
	color: #2969b0;
	text-decoration: none;
}
.tableDlHis {
	padding: 0 0 20px;
	border-top: 1px solid #e9e9e9;
}
.tableDlHis dl {
	border-bottom: 1px solid #e9e9e9;
	display: table;
	width: 100%;
	background: #f4f4f4;
	line-height: 1.6;
}
.tableDlHis dl dt {
	display: table-cell;
	width: 15%;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
}
.tableDlHis dl dd {
	display: table-cell;
	background: #fff;
	padding: 20px;
}
.tags {
	padding: 0 0 20px;
}
.tags a {
	color: #2969b0;
	text-decoration: none;
	margin: 0 15px 10px 0;
	display: inline-block;
}
.frame {
	background: #fafafa;
	border: 1px solid #e9e9e9;
	padding: 30px;
}
.frame p {
	padding: 0 0 10px;
	line-height: 1.6 !important;
}
.frame .mfont {
	font-size: 2rem;
}
.frame .btnInR {
	float: right;
}
.frame .btnInR a {
	width: 370px;
}
.frameNote {
	/*background: #f1f1f1;
	padding: 30px;*/
}
.frameNote p {
	line-height: 1.6 !important;
	font-size:1.2rem;
}
.column2 {
	padding: 0 0 20px;
	display: table;
}
.column2 dt {
	display: table-cell;
	width: 250px;
}
.column2 dd {
	display: table-cell;
	padding: 0 0 0 30px;
	vertical-align: top;
}
.ankLink {
	display:flex;
	border-left: 1px solid #e9e9e9;
	text-align: left;
	margin: 0 0 20px;
}
.ankLink li {
	flex:auto;
	border-right: 1px solid #e9e9e9;
	/*display: inline-block;*/
  text-align:center;
}
.ankLink li a {
	padding: 3px 15px;
	display: block;
	text-decoration: none;
}
.ankLink li a::after {
	content: "";
	display: inline-block;
	border-top: 1px solid #b71d37;
	border-right: 1px solid #b71d37;
	width: 7px;
	height: 7px;
	transform: rotate(135deg);
	margin: 0 0 0 7px;
	vertical-align: top;
}
.list {
	padding: 0 0 20px;
}
.list > li {
	padding: 0 0 15px;
	line-height: 1.4;
}
.list li:last-child {
	padding: 0;
}
.listNum {
	padding: 0 0 20px 20px;
}
.listNum > li {
	list-style: decimal;
	padding: 0 0 15px;
	line-height: 1.4;
}
.listNum > li:last-child {
	padding: 0;
}
.listNum li a {
	color: #2969b0;
	text-decoration: none;
}
.listAtt {
	padding: 0 0 20px 20px;
}
.listAtt > li {
	list-style: none;
	padding: 0 0 5px;
	line-height: 1.4;
}
.listAtt > li::before {
	content: "※";
	margin: 0 6px 0 -20px;
}
.listAtt li:last-child {
	padding: 0;
}
.faq {
	padding: 0 0 35px 20px;
	line-height: 1.6;
}
.faq a{
	color: #2969b0;
	text-decoration: none;
}
.faq dt {
	font-weight: bold;
	padding: 0 0 10px;
}
.faq dt::before {
	content: "Q.";
	color: #b71d37;
	width: 20px;
	margin: 0 0 0 -20px;
	display: inline-block;
}
.faq dd::before {
	content: "A.";
	color: #b71d37;
	width: 20px;
	margin: 0 0 0 -20px;
	display: inline-block;
	vertical-align: top;
}
.faq dd p {
	display: inline-block;
}
.table {
	width: 100%;
	line-height: 1.6;
	background: #fff;
	margin: 0 0 20px;
	text-align: center;
}
.table a {
	color: #2969b0;
	text-decoration: none;
}
.table th, .table td {
	padding: 10px;
	border: 1px solid #e9e9e9;
	vertical-align: middle;
	font-weight: normal;
	word-break: break-all;
}
.table th {
	background: #3c3c3c;
	color: #fff;
}
/*===============================================

 sideContent

=================================================*/

#sideContent {
	float: right;
	width: 250px;
	padding: 0 0 100px;
}
.newsNav {
	padding: 0 0 30px;
}
.newsNav .ttl {
	padding: 30px 15px;
	background: #252525;
	color: #fff;
	line-height:1.6;
}
.newsNav .subTtl {
	padding: 20px 15px;
	background: #3c3c3c;
	color: #fff;
}
.newsNav .subTtl span {
	font-size: 1.3rem !important;
}
.newsNav ul li {
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.4;
}
.newsNav ul li small {
	font-size: 1.3rem !important;
}
.newsNav ul li a {
	padding: 20px 5px;
	display: block;
	text-decoration: none;
}
.newsNav ul li ul li a {
	padding: 10px 15px;
	font-size: 1.4rem;
}
.newsNav ul li.low a, .newsNav ul li ul li a {
	padding: 10px 15px;
	font-size: 1.4rem;
}
.newsNav .accordion {
	padding: 20px 5px;
	display: block;
	position: relative;
}
.newsNav .accordion::before, .newsNav .accordion::after {
	content: "";
	position: absolute;
	border-top: 1px solid #3c3c3c;
	transition: 0.2s;
}
.newsNav .accordion::before {
	top: 27px;
	right: 10px;
	width: 11px;
	height: 1px;
}
.newsNav .accordion::after {
	top: 27px;
	right: 10px;
	width: 12px;
	height: 1px;
	transform: rotate(90deg);
}
.newsNav .accordion.open::after {
	transform: rotate(0);
	opacity: 0;
}
.newsNav .accordion:hover {
	opacity: 0.6;
	transition: 0.6s;
	cursor: pointer;
}
.newsNav .more {
	display: none;
	border-top: 1px solid #e9e9e9;
}
.newsNav ol li {
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.4;
}
.newsNav ol li a {
	padding: 15px 0;
	display: block;
	color: #2969b0;
	text-decoration: none;
}
.newsNav ol li a .date {
	font-size: 1.4rem;
	color: #696969;
	display: block;
	padding: 5px 0;
}
.newsNav ol li a .black {
	color: #101010;
	display: block;
	padding: 5px 0;
}
/*===============================================

Privacy

=================================================*/
.ofFrame {
	padding: 20px;
	text-align: left;
	font-size: 1.4rem;
	background: #fff;
	box-sizing: border-box;
}
.ifPrivacy {
	width: 100%;
	height: 130px;
	text-align: left;
	margin: 0 0 30px;
	border: 1px solid #d1d0ce;
	font-size: 1.4rem;
	background: #fff;
	box-sizing: border-box;
	overflow-x:hidden;
	overflow-y:scroll;
}
/*20220511ADD*/
.frame#SubscribeBranding .btnInR a{
	width:420px;
}