@charset "utf-8";
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
/*	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:0 auto;
	text-align:left;
	background-color:#ffffff;
	color:#000;
}
#wra {
	margin:auto;
	width:100%;
	padding-top: 172px;
}
h1 {
	margin:0;
	padding:0;
}
a {
	color:#000000;
	outline: none;
}
a:link, a:visited {
	color:#000000;
}
a:hover, a:active {
	color:#000000;
}
img {
	display:block;
}
a:hover img,
a:hover .cropimg {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;

}
h1, h2, h3, h4, h5, h6, img, img a, p, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
.sec {
}
.sec-mar {
	margin:50px 0 100px;
}
.sec-mar-non {
	margin:50px 0 0px;
}
.inl-ima img {
	display:inline;
}
.sec-fle {
	display:flex;
}
.sec-fle-cen {
	display:flex;
}
.sec-fle .sec-fle-rig{
	margin-left:auto;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-tex-blo {
	display:none;
}
#hea-wra {
	width:100%;
	background:#fff;
}
#hea-blo {
	margin:auto;
	width:1000px;
	height:124px;
	display:flex;
	align-items:center;
}

#hea-lef {
width:400px;
font-size:74%;
color:#444;
}
#hea-lef p{
	width:226px;
text-align:center;
}
#hea-cen {
	margin:auto;
	width:110px;
}
#hea-rig {
	width:400px;
}
.hea-rig-men{
	margin-left:auto;
	display:flex;
	font-size:60%;
	width:262px;
	margin-bottom:5px;
	align-items: center;
	gap: 10px;
}
.hea-rig-men-upper div{
	display:flex;
	align-items:center;
	margin-left:auto;
}
.hea-rig-men-upper div:nth-child(2){
	margin-left:10px;
}
.hea-rig-men-upper div img{
	margin-right:3px;
}
.hea-rig-men-upper{
	margin-left:auto;
	display:flex;
	font-size:60%;
	width:302px;
	margin-bottom:5px;
}
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
#wra > .scroll {
	box-shadow: 0px 3px 5px #d2d2d2;
}

@media screen and (min-width: 800px){
	#wra > .scroll #hea-blo { height: 40px; }
	#wra > .scroll #hea-cen { width: auto; }
	#wra > .scroll #hea-cen img { height: 35px; width: auto; }
	#wra > .scroll #hea-lef.pc-blo { display: none; }
	#wra > .scroll #hea-rig.pc-blo { display: none; }
	
	#wra > .scroll[data-scroll-pos="0"] #hea-blo { height: 124px; }
	#wra > .scroll[data-scroll-pos="10"] #hea-blo { height:114px; }
	#wra > .scroll[data-scroll-pos="20"] #hea-blo { height:104px; }
	#wra > .scroll[data-scroll-pos="30"] #hea-blo { height: 94px; }
	#wra > .scroll[data-scroll-pos="40"] #hea-blo { height: 84px; }
	#wra > .scroll[data-scroll-pos="50"] #hea-blo { height: 74px; }
	#wra > .scroll[data-scroll-pos="60"] #hea-blo { height: 64px; }
	#wra > .scroll[data-scroll-pos="70"] #hea-blo { height: 54px; }
	#wra > .scroll[data-scroll-pos="80"] #hea-blo { height: 44px; }
	#wra > .scroll[data-scroll-pos="0"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="0"] #hea-rig.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="10"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="10"] #hea-rig.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="20"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="20"] #hea-rig.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="30"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="30"] #hea-rig.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="40"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="40"] #hea-rig.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="50"] #hea-lef.pc-blo { display: block; }
	#wra > .scroll[data-scroll-pos="50"] #hea-rig.pc-blo { display: block; }
}


/*-------------------------------------------------
 navigation
-------------------------------------------------*/
#men-bel {
}
#men-wra {
	margin:auto;
	width:1000px;
	height:auto;
	padding:0px;
	display: table;
}
#men {
	width:1000px;
	height:48px;
	display:table-row;
	align-items:center;
	background: #FFF;
}
#men li {
	height:48px;
	width:auto;
	text-align:center;
	border-left:dotted 1px #444;
	position: relative;
	display:table-cell;
	vertical-align: bottom;
}
#men li a {
	display:table-cell;
	vertical-align:middle;
	font-size:62%;
	line-height:120%;
	color:#000;
	height:48px;
	width:160px;
	text-align:center;
	letter-spacing:0px;
	text-decoration:none;
	background:#fff;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#men li a span{
	font-weight:600;
}
#men li a img {
	max-width: 100%;
}
#men .red {
	color:#cf0002;
}
#men .sns-icon {
	border-left: 0;
	width: 48px;
}
#men .sns-icon a {
	width: 48px;
}
#men .sns-icon a img {
	width: 100%;
}
#men li .men-act, #men li a:hover {
	color:#fff;
	background:#cf0002;
}
#men li a:hover span:nth-child(1){
	color:#fff;
}
#men li a span img{
	display:inline;
	padding:0 15px 0 10px;
	vertical-align:top;
}
#men li.mail {
	width:130px;
	text-align:left;
	border-left:none;
	display:table;
}
#men li.mail a {
	color:#FFF;
	background:#000;
	height:45px;
	text-align:left;
	letter-spacing:0px;
	border-bottom:solid 3px #cf0002;
}
#men li.mail a span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 18px;
}
#men li.mail a:hover {
	background:#cf0002;
}
#men-sma {
	display:none;
}
#navToggle {
	display:none;
}
.nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#men li ul {
	top: 48px;
	left: 0;
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 100%;
}
#men li ul li {
	border-left: 0;
	width: 100%;
	display: table;
}
#men li ul li a {
	display: table-cell;
	background: #ccc;
	width: 100%;
	color: #fff;
	height: 38px;
	border-top: 1px dotted #fff;
}
#men li:hover > ul {
	overflow: visible;
	height: auto;
	background: #ccc;
}
#men li ul li a span:nth-child(1) {
	color: #fff;
}
/*-------------------------------------------------
 メイン画像 main visual
  -------------------------------------------------*/
#mai-key-wra {
	height: 500px;
	width: 100%;
}
#mai-key-inn {
	margin:auto;
	width:1000px;
}

/*-------------------------------------------------
 Right-navigation
-------------------------------------------------*/
#rig-nav {
	width:332px;
}
#rig-nav .but-inp-sho{
	margin-left:auto;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
	width:100%;
	height:100%;
	background:#000000;
}
#foo-con {
	width:1000px;
	height:100%;
	margin:auto;
	padding:30px 0;
	display:flex;
}
.foo-men {
	padding:0 0px;
	width:100%;
}
.foo-men-lis {
	width:100%;
	display:flex;
}
.foo-men-lis li {
	display:block;
	vertical-align:middle;
	text-align:left;
	font-size:80%;
	letter-spacing:0px;
	padding-left:20px;
	margin-left:46px;
	position:relative;
	color:#FFF;
}
.foo-men-lis li a {
	color:#FFF;
}
.foo-men-lis:nth-child(2) {
}
.foo-men-lis li:before {
	position:absolute;
	top:5px;
	left:0px;
	content:"▼";
	display:inline-block;
	transform: rotate(30deg);
	font-size:70%;
	color:#fff;
}
#cop {
	width:100%;
	background:#000;
	padding:10px 0;
	text-align:center;
	font-size:80%;
	color:#fff;
}
#cop a {
	color:#FFF;
	text-decoration:none;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#new-foo-parts {
  border-bottom: 3px solid #fff;
  display: flex;
  min-width: 1000px;
}
.foo-upper-box-left {
  background: #000;
  padding: 20px 20px 20px 20px;
  width: 60%;
  border-right: 3px solid #fff;
}
.foo-upper-box-left-lists {
  display: flex;
  justify-content: space-between;
	/* max-width: 630px;
	margin: 0 0 auto auto; */
}
.foo-upper-box-left-lists > .foo-upper-right {
	margin-right: 40px;
}
.foo-upper-box-left h2 {
	color: #fff;
	/* max-width: 630px;
	margin: 0 0 auto auto; */
}
.foo-upper-box-left li {
  display: block;
  vertical-align: middle;
  text-align: left;
  font-size: 80%;
  letter-spacing: 0px;
  padding-left: 20px;
  margin-left: 46px;
  position: relative;
  color: #FFF;
  margin-bottom: 10px;
}
.foo-upper-box-left li ul {
	margin-top: 10px;
}
.foo-upper-box-left li ul li {
  margin-left: 0;
}
.foo-upper-box-left li:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "▼";
    display: inline-block;
    transform: rotate(30deg);
    font-size: 70%;
    color: #fff;
}
.foo-upper-box-left li a {
  color: #fff;
}
.foo-upper-box-right {
  width: 40%;
  border-left: 3px solid #fff;
  border-bottom: 2px solid #fff;
}
.foo-upper-box-right-con {
  border: 1px solid #bfbfbf;
  height: 100%;
}
.foo-news-tit {
  background: linear-gradient(to left, #000 86%, #cf0002 86%, #cf0002 100%);
  display: block;
  width: calc(100% - 27px);
  margin: 10px 0 10px 10px;
  padding: 0px 0px 2px;
  text-decoration: none;
}
.foo-news-tit-inn {
  width: 100%;
  display: flex;
  background: #FFF;
  padding: 0 0 5px 0;
  text-decoration: none;
}
.foo-news-tit-inn h2 .foo-news-tit-eng {
    display: block;
    color: #cf0002;
    font-size: 70%;
    line-height: 100%;
}
.foo-news-tit-inn h2 .foo-news-tit-mai-sma {
  display: block;
  font-size: 110%;
  font-weight: 600;
  line-height: 140%;
}
.foo-news-li-box {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 150px;
}
.foo-news-li-box li {
  margin: 0 10px 10px 10px;
  border-bottom: 1px dotted #000;
}
.foo-news {
  display: flex;
  font-size: 80%;
}
.foo-news p {
  font-weight: bold;
}
.foo-news-date {
  margin-right: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  #new-foo-parts {
	display: block;
	height: auto;
	border: 0;
	min-width: auto;
  }
  .foo-upper-box-left {
    display: none;
  }
  .foo-upper-box-right {
    width: 100%;
    border-left: 0;
    border-bottom: 0;
  }
  .foo-upper-box-left-lists {
    display: block;
  }
  .foo-upper-box-right-con {
		border-right: 0;
		border-left: 0;
  }
}


/*-------------------------------------------------
 breadcrumbs START
-------------------------------------------------*/

#breadcrumbs{
	padding: 20px 0 0 0;
}

#breadcrumbs ul{
	font-size: 12px;
	color: #333333;
	width: 1000px;
	margin: auto;
}

#breadcrumbs ul li{
	display: inline;
	font-weight: bold;
}

#breadcrumbs a{
	display: inline-block;
	color: #333333;
	font-weight: normal;
}

#breadcrumbs a:after{
	content: ">";
	display: inline-block;
	padding: 0 2px 0 7px;
	color: #333333;
	font-weight: normal;
}
@media screen and (max-width: 800px){
	#breadcrumbs { display: none; }
	#breadcrumbs ul{
		width: 100%;
	}
}

/*-------------------------------------------------
 common START
-------------------------------------------------*/
.sp-sea-for{
	display:none;
}

.sp-blo {
	display:none;
}
.pc-blo {
	display:block;
}
#con-wra {
	margin:auto;
}
#mai-con {
	width:1000px;
	background:#FFF;
	margin:auto;
	padding:20px 0 40px 0;
	display:flex;
}
#home #mai-con {
	padding:30px 0 40px 0;
}
#cen-con {
	width:624px;
	margin-right:44px;
}
body#home .hom-blog-list {
	margin-bottom: 50px;
}
.hom-art-mai-blo {
	width:624px;
	margin-bottom:30px;
}
.hom-art-mai-sec {
	display:flex;
}
.hom-art-mai-sec .hom-art-tex {
	margin-left:14px;
	width:330px;
	display:flex;
	flex-direction:column;
}
.hom-art-mai-full {
	margin-left:14px;
	width:624px;
	display:flex;
	flex-direction:column;
}
.hom-art-mai-full.detail-full {
	display: block;
}
.hom-art-mai-full .hom-art-mai-dat > p {
	display: inline-block;
}
.bac-col-enj-new {
	background:#cf0002;
	color:#fff;
	padding:3px 22px;
	font-size:100%;
	margin-right:15px;
}
.report-category {
	background:#000000;
	color:#fff;
	padding:3px 22px;
	font-size:100%;
	margin-right:15px;
	text-decoration: none;
	font-weight: bold;
}
.report-category.last {
	background-color: #fd0200;
}
.report-category:hover, .report-category:active,
.report-category:link, .report-category:visited{ color: #fff; }
	ul.report-tags {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-top: 10px;
    margin-left: auto;
    max-width: 600px;
	}
	ul.report-tags.text-right {
		text-align: right;
	}
	ul.report-tags li {
		display: inline-block;
		margin: 0 0 .3em 1em;
		padding: 0;
	}
	ul.report-tags li a {
		position: relative;
		display: inline-block;
		height: 20px;
		line-height: 23px;
		padding: 0 1em;
		background-color: #cf0002;
		border-radius: 0;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		-webkit-transition: .2s;
		transition: .2s;
	}
	ul.report-tags li a::before {
		position: absolute;
		top: 0;
		left: -10px;
		content: '';
		width: 0;
		height: 0;
		border-color: transparent #cf0002 transparent transparent;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		-webkit-transition: .2s;
		transition: .2s;
	}
	ul.report-tags li span {
		display: block;
		max-width: 100px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	ul.report-tags li a:hover {
		background-color: #555;
		color: #fff;
	}
	ul.report-tags li a:hover::before {
		border-right-color: #555;
	}
.hom-art-mai-sec .hom-art-dat{
	display:flex;
	align-items:center;
	font-size:70%;
	color:#999;
	padding-top: 0;
}
.hom-art-mai-sec .hom-art-tex h3,
.hom-art-mai-full h3{
	font-size:110%;
	line-height:140%;
	color:#000;
	padding:8px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
}
.hom-art-mai-sec .hom-art-tex h3.noborder,
.hom-art-mai-full h3.noborder{
	border: none;
}
.hom-art-mai-sec .hom-art-tex h3 a,
.hom-art-mai-full h3 a{
	text-decoration: none;
}
.hom-art-mai-sec .hom-art-mai-blo{
	padding:10px 0;
	line-height:120%;
	font-size:90%;
}

.hom-art-blo {
	width:624px;
	margin-bottom:0px;
	display:flex;
	flex-wrap:wrap;
}
.hom-art-blo .hom-art-sec:nth-child(3n-1){
	margin-left:30px;
	margin-right:30px;
}
.hom-art-blo .hom-art-sec .hom-art-tex h3 a{
	height: 38px;
	display: block;
	word-break: break-all;
}
.hom-art-sec {
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}
.hom-art-tex {
	margin-left:0px;
	width:186px;
	display:flex;
	flex-direction:column;
}
.hom-art-dat{
	align-items:center;
	font-size:70%;
	color:#999;
	line-height:100%;
	padding-top:10px;
}
.hom-art-tex h3{
	font-size:86%;
	line-height:150%;
	letter-spacing:normal;
	color:#000;
	padding:2px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
	overflow: hidden;
}
#p_index .hom-art-tex h3,
#p_movie .hom-art-tex h3,
#p_photo .hom-art-tex h3,
#p_result .hom-art-tex h3 {
	white-space: normal;
	text-overflow: inherit;
}
.hom-art-tex h3 a {
	text-decoration: none;
}
.hom-art-tex h3.noborder{
	border: none;
}
.hom-art-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:80%;
	min-height: 60px;
}
.hom-art-tex-blo a {
	text-decoration: none;
}
.hom-sea-blo{
	display:flex;
}
.hom-sea-sec{
	margin-left:auto;
}

.cal-blo {
	width:624px;
	margin-bottom:30px;
}
.cal-sec {
}
.cal-lin {
	width:calc(100% - 2px);
	display:table;
}
.cal-lin li{
	display:table-cell;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	width:84px;
	font-size:76%;
	padding:2px;
	height:84px;
}
.cal-header .cal-lin li{
	text-align:center;
	padding:0;
	width:88px;
	height:auto;
}
.cal-lin li:last-child{
	border-right:solid 1px #CCC;
	background:#f5f7fa;
}
.cal-lin:last-child li{
	border-bottom:solid 1px #CCC;
}
.cal-lin li a{
	display: block;
	text-decoration: none;
	height: 100%;
}
.cal-lin li:last-child a{
	color:#3fa1dc;
}
.cal-lin li:first-child{
	background:#fdf6f2;
}
.cal-lin li:first-child a{
	color:#cf0002;
}
.cal-lin-mat{
	text-align:center;
	font-size:260%;
	font-weight:500;
	line-height:140%;
	text-decoration: none;
}
.cal-lin-bel-bla{
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:74%;
	margin:0 10px;
	text-decoration: none;
}
.cal-lin-bel-red{
	text-align:center;
	background:#cf0002;
	color:#FFF;
	font-size:90%;
	font-weight:500;
	margin:5px 10px 3px;
	padding:10px 0;
	text-decoration: none;
}
.cal-lin li .cal-lin-day{
	display:flex;
}
.cal-lin li .cal-lin-day span{
	margin-left:auto;
	color:#cf0002;
}
.cal-lin li.cal-hol{
	background:#fdf6f2;
}
.cal-lin li.cal-hol a{
	color:#cf0002;
}
.cal-lin li.cal-nex{
	color:#999;
	background:#f6f6f6;
}
.cal-lin li.cal-nex a,.cal-lin li.cal-nex .cal-lin-day span{
	color:#999;
}

.cal-dat{
	display:flex;
	align-items:center;
	font-size:70%;
	color:#999;
}
.cal-tex h3{
	font-size:110%;
	line-height:140%;
	color:#000;
	padding:8px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
}
.cal-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:90%;
}
.but-ima{
	width:210px;
	height:30px;
	background:url(../images/but_lin_ima01.png) no-repeat;
	background-size: 100% auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;

}
.but-ima a .but-ima-tex{
	color:#FFF;
	font-size:80%;
	font-weight:600;
}
.mar-rig-sma-pc {
	margin-right: 20px;
}
.sec-tit .toygunanc {
	text-decoration: none;
}
.sec-tit .booksanc {
	text-decoration: none;
}
.sec-tit {
	display: block;
	width:100%;
	margin:0px 0 10px 0;
	padding:0px 0px 2px;
	text-decoration: none;
	background:#fff;
	background:-moz-linear-gradient(left, #000 91%, #cf0002 92%, #cf0002 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, #000 91%, #cf0002 92%, #cf0002 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to left, #000 91%, #cf0002 92%, #cf0002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#cf0002', GradientType=1 ); /* IE6-9 */
}
#mai-con > .sec-tit {
	background: -moz-linear-gradient(left, #000 95%, #cf0002 95%, #cf0002 100%);
	background: -webkit-linear-gradient(left, #000 95%, #cf0002 95%, #cf0002 100%);
	background: linear-gradient(to left, #000 95%, #cf0002 95%, #cf0002 100%);
}
#rig-nav .sec-tit {
	background:-moz-linear-gradient(left, #000 86%, #cf0002 86%, #cf0002 100%); /* FF3.6-15 */
	background:-webkit-linear-gradient(left, #000 86%, #cf0002 86%, #cf0002 100%); /* Chrome10-25,Safari5.1-6 */
	background:linear-gradient(to left, #000 86%, #cf0002 86%, #cf0002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#mai-con #cen-con .sec-tit {
	background: -moz-linear-gradient(left, #000 92%, #cf0002 92%, #cf0002 100%);
	background: -webkit-linear-gradient(left, #000 92%, #cf0002 92%, #cf0002 100%);
	background: linear-gradient(to left, #000 92%, #cf0002 92%, #cf0002 100%);
}

.sec-tit-inn {
	width:100%;
	display:flex;
	background:#FFF;
	padding:0 0 5px 0;
	text-decoration: none;
	position: relative;
}
.sec-tit-inn img {
	position: absolute;
	bottom: 10px;
}
.sec-tit-inn h2 .sec-tit-mai{
	display:block;
	font-size:120%;
	font-weight:600;
	line-height:140%;
}
.sec-tit-inn h2 .sec-tit-mai-sma{
	display:block;
	font-size:110%;
	font-weight:600;
	line-height:140%;
}
.sid-map-blo #map .gm-style .gm-style-iw {
	max-width: 85%;
}
.sec-tit-inn h2 {
	padding-left: 54px;
}
.sec-tit-inn h2 a{
	text-decoration: none;
}
.sec-tit-inn h2 .sec-tit-eng{
	display:block;
	color:#cf0002;
	font-size:70%;
	line-height:100%;
}
.cal-men-blo{
	display:flex;
	margin:20px 0;
	position: relative;
}
.cal-men-are{
	display:block;
	position: absolute;
	width: 160px;
}
.cal-men-are p.cal-are-but{
	display: none;
}
.cal-men-are .cal-are-dropdown a{
	display:block;
	background:#000;
	color:#fff;
	padding:0px 22px;
	font-size:100%;
	line-height:32px;
	text-decoration:none;
}
.cal-men-are .cal-are-but a{
	display:block;
	background:#aaa;
	color:#fff;
	padding:0px 22px;
	font-size:100%;
	line-height:32px;
	text-decoration:none;
}
.cal-men-are .cal-are-but a:hover{
	background:#000;
	color: #fff;
}

.cal-men-are .cal-are-dropdown a::after {
	content: "▼";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	color: #FFF;
}
.cal-men-are.open .cal-are-dropdown a::after {
	content: "▲";
}
.cal-men-are.open .cal-are-but {
	display: block;
}

.cal-men-man{
	margin-left:auto;
}
.cal-men-man ul{
	display:flex;
	align-items:center;
}
.cal-men-man ul li {
	font-size:120%;
}
.cal-men-man ul li p {
	display: none;
}
.cal-men-man ul li:nth-child(1) a::before {
	content: "▼";
	display: inline-block;
	transform: rotate(90deg);
}
.cal-men-man ul li:nth-last-child(1) a::after {
	content: "▼";
	display: inline-block;
	text-align: right;
	transform: rotate(-90deg);
}
.cal-men-man ul li a{
	text-decoration:none;
}
.cal-men-man ul li.select {
	font-size:150%;
	font-weight:600;
	line-height:130%;
	margin: 0 30px;
}
.cal-men-man ul li.select p {
	display: block;
}

.eve-blo {
	width:624px;
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
}
.eve-blo .eve-sec:nth-child(3n-1){
	margin-left:30px;
	margin-right:30px;
}
.eve-sec {
	display:flex;
	flex-direction:column;
	margin-bottom:20px;
}
.eve-tex {
	margin-left:0px;
	width:186px;
	display:flex;
	flex-direction:column;
}

.eve-dat{
	align-items:center;
	font-size:70%;
	color:#999;
	line-height:100%;
	padding-top:10px;
}
.eve-tex h3{
	font-size:86%;
	line-height:150%;
	letter-spacing:0px;
	color:#000;
	padding:5px 0;
	font-weight:600;
	border-bottom:dotted 1px #444;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#p_detail .eve-tex h3,
#p_result .eve-tex h3 {
	white-space: inherit;
	text-overflow: inherit;
}
.eve-tex-blo{
	padding:10px 0;
	line-height:120%;
	font-size:80%;
}
.eve-but-blo ul{
	display:flex;
	flex-wrap:wrap;
}
.eve-but-blo ul li{
	background:#666666;
	min-width:58px;
	height:20px;
	font-size:70%;
	font-weight:500;
	letter-spacing:0;
	text-align:center;
	color:#FFF;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0 6px;
	box-sizing: border-box;
}
.eve-but-blo ul li:nth-child(3n-1){
	margin-right:6px;
	margin-left:6px;
}
.eve-but-blo ul li.eve-but-red{
	background:#cf0002;
}
.lin-but-blo{
	display:block;
}

.art-lin-blo{
	display:table;
	align-items:center;
	font-size:74%;
	letter-spacing:0;
	font-weight:600;
	letter-spacing:0;
}
.art-lin-blo p {
	display:table-cell;
	vertical-align:middle;
}
.art-lin-blo p:first-child {
	width: 20px;
}
.art-lin-blo p:first-child img {
	margin-right:10px;
}
.art-lin-blo p > *, {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 95%;
	box-sizing: border-box;
}

.map-lin-blo{
	display:table;
	align-items:center;
	font-size:74%;
	letter-spacing:0;
	font-weight:600;
	letter-spacing:0;
}
.map-lin-blo p {
	display:table-cell;
	vertical-align:middle;
	}
.map-lin-blo p:first-child img {
	margin-right:10px;
}
.map-lin-blo p > a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 155px;
	display: block;
}

.sec-tit-sid-mor {
	margin-left:auto;
	align-self:flex-end;
	color:#000;
	font-size:70%;
}
.sec-tit-sid-mor a{
	text-decoration:none;
}
.sec-tit-sid-mor:before {
	content:"▼";
	width:16px;
	display:inline-block;
	transform: rotate(30deg);
	font-size:70%;
	padding-left:10px;
	color:#000;
}

.sid-pho-blo{
	margin-bottom:20px;
}

.sid-mov-blo{
	margin-bottom:20px;
}
.sid-mov-blo .pad-bot-sma > iframe{
	max-width: 100%;
	max-height: 250px;
}

.sid-dat-blo{
	margin-bottom:50px;
}
.sid-dat-link {
	display: block;
	text-decoration: none;
}
.sid-dat-sec{
	display:flex;
	text-decoration: none;
}
.sid-dat-sec > p{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
}
.sid-dat-bel-blo{
	display:table;
	width:144px;
}
.sid-dat-lis-blo{
	margin-left:auto;
}
.sid-dat-bel-blo li{
	color:#FFF;
	font-size:80%;
	font-weight:600;
	text-align:center;
	display:table-cell;
	width:48px;
	background:#000;
}
.sid-dat-bel-blo li:nth-child(3n-1){
	border-left:solid #FFF 4px;
	border-right:solid #FFF 4px;
}
.sid-dat-lis{
	font-size:80%;
	padding:10px 0;
	display: table;
}
.sid-dat-lis li{
	display: table-row;
	line-height:140%;
}
.sid-dat-lis li div{
	display: table-cell;
}
.sid-dat-lis .date{
	font-weight: bold;
}
.sid-dat-lis .maz-name{
	font-weight: bold;
	margin: 5px 0;
	display: block;
}
.sid-dat-lis .date span{
	font-weight: bold;
}
.sid-dat-lis li div:nth-child(1){
	width: 65px;
}
.sid-dat-fon-bol{
	font-size:100%;
	font-weight:600;
}
.sid-dat-fon-subtitle{
	font-size:90%;
	font-weight:normal;
}
.sid-dat-fon-sma{
	font-size:80%;
	line-height:120%;
}
.sid-map-blo{
	margin-bottom:50px;
}
.sid-map-sec{
	display:none;
	padding-bottom:10px;
}
.sid-map-sec.open{
	display: block;
}

.sid-map-bel-dropdown .sid-map-bel-areanavi {
	display: none;
	position: absolute;
	z-index: 999;
}
.sid-map-bel-dropdown.open .sid-map-bel-areanavi {
	display: block;
}
.sid-map-bel-select{
}
.sid-map-bel-select a{
	position: relative;
	width: 130px;
	color: #FFF;
	font-size: 80%;
	font-weight: 600;
	text-align: left;
	display: block;
	background: #000;
	padding: 3px 10px 3px 10px;
	box-sizing: border-box;
}
.sid-map-bel-select a::after {
	position: absolute;
	content:"▼";
	width:16px;
	right: 3px;
	display:inline-block;
	font-size:70%;
	color:#fff;
	margin-right:5px;
}
.sid-map-bel-blo{
}
.sid-map-bel-blo a{
	position: relative;
	width: 130px;
	color: #FFF;
	font-size: 80%;
	font-weight: 600;
	text-align: left;
	display: block;
	background: #aaa;
	padding: 3px 10px 3px 10px;
	box-sizing: border-box;
}
.sid-map-bel-blo a:hover{
	background: #000;
}
.sid-map-lis-blo{
	margin-left:auto;
}
.sid-map-bel-blo li{
	color:#FFF;
	font-size:80%;
	font-weight:600;
	text-align:center;
	display:table-cell;
	background:#000;
}
.sid-map-bel-blo li:nth-child(3n-1){
	border-left:solid #FFF 4px;
	border-right:solid #FFF 4px;
}
.sid-map-lis{
	font-size:90%;
	padding:2px 0;
	display: block;
}
.sid-map-lis li{
	margin-right:10px;
	display: inline-block;
}
.sid-map-fon-bol{
	font-size:90%;
	font-weight:600;
}
.sid-map-fon-sma{
	font-size:80%;
	line-height:120%;
}
.sid-ran-blo{
	margin-bottom:50px;
}
.sid-tag-blo{
	margin-bottom:50px;
}

.sid-ran-lis-blo{
}
.sid-ran-lis{
}
ol.sid-ran-lis {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.sid-ran-lis li{
  margin-bottom: 0px;
  padding:10px 10px 10px 30px;
  position: relative;
  width:292px;
  display:block;
  font-weight:700;
  text-decoration:none;
  border-bottom:dotted 1px #999;
  line-height:120%;
}
ol.sid-ran-lis li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #cf0002;
  color: #fff;
  display: block;
  float: left;
  margin:0px 20px 0 -15px;
  line-height: 24px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
ol.sid-ran-lis li .sid-ran-lis-bel{
	background:#cf0002;
	color:#fff;
	padding:0px 8px;
	font-size:65%;
	margin-right:5px;
}
ol.sid-ran-lis li .sid-ran-lis-tex{
	font-size:65%;
}

ol.sid-ran-lis li:after {
	content: "";
	display: inline-block;
	min-height: 30px;
	height: 100%;
}
ol.sid-ran-lis li {
	display: table;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	width: 100%;
  text-decoration:none;
  margin-bottom: 0px;
  position: relative;
  font-weight:700;
	border-bottom:dotted 1px #999;
	min-height: 30px;
}
ol.sid-ran-lis li:nth-child(1){
	background:url(../images/bac_sid_ran_cro_rank01.png) no-repeat left center;
	background-size: 50px;
}
ol.sid-ran-lis li:nth-child(2){
	background:url(../images/bac_sid_ran_cro_rank02.png) no-repeat left center;
	background-size: 50px;
}
ol.sid-ran-lis li:nth-child(3){
	background:url(../images/bac_sid_ran_cro_rank03.png) no-repeat left center;
	background-size: 50px;
}
ol.sid-ran-lis li:nth-child(4){
	background:url(../images/bac_sid_ran_cro_rank04.png) no-repeat left center;
	background-size: 40px;
	padding: 7px 0 7px 50px;
}
ol.sid-ran-lis li:nth-child(5){
	background:url(../images/bac_sid_ran_cro_rank05.png) no-repeat left center;
	background-size: 40px;
	padding: 7px 0 7px 50px;
}
ol.sid-ran-lis li > p {
	width: 85%;
	display: table-cell;
	padding-right: 5px;
	font-size: 76%;
	line-height: 1.3;
	vertical-align: middle;
}
ol.sid-ran-lis li > div {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
ol.sid-ran-lis li:nth-child(-n+3) img{
	margin-left:auto;
}
ol.sid-ran-lis li:before {
	display: none;
}

.sid-ran-fon-bol{
	font-size:90%;
	font-weight:600;
}
.sid-ran-fon-sma{
	font-size:80%;
	line-height:120%;
}

.sid-maz-blo{
	margin-bottom:50px;
}
.sid-maz-lis-blo{
	display:block;
}

.sid-maz-lis{
	display:flex;
	flex-direction:column;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dotted 1px #999;
}
.sid-maz-lis:last-child{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:none;
}
.sid-maz-lis-tit{
	position:relative;
	margin:5px 0;
}
.sid-maz-lis-banner{
	margin-bottom: 5px;
}
.sid-maz-lis .but-ima {
	margin-right: 0;
	margin-bottom: 5px;
	width: 100%;
	display: block;
} 
.sid-mag-zas ul{
	display:block;
	letter-spacing: -.4em;
	text-align: center;
}
.sid-mag-zas ul li{
	display: inline-block;
	letter-spacing: normal;
}
.sid-mag-zas ul li:nth-child(3n-1){
	margin-left:7px;
	margin-right:7px;
}
.sid-mag-buy-sec{
	display:flex;
	margin-bottom: 10px;
}
.sid-mag-buy-sec:nth-last-child(1){
	margin-bottom: 0;
}
.sid-mag-lis-blo{
	margin-left:auto;
	width:206px;
}
.sid-mag-lis-blo ul li{
	font-size:76%;
	line-height:140%;
}
.sid-mag-ama{
	background:#fefafa;
}
.sid-maz-fon-bol{
	font-weight:600;
}

.sid-banner-blo{
	margin-bottom:50px;
	text-align: center;
}
.sid-banner-blo p{
	text-align: left;
}
.sid-banner-blo img {
	max-width: 100%;
	margin: auto;
}


.sid-det-blo{
	margin-bottom:50px;
}
.sid-det-sec{
	display:flex;
	flex-direction:column;
}
.sid-det-sec h3{
	text-align:center;
	font-size:140%;
	font-weight:600;
	letter-spacing:0;
}
.sid-det-ima img{
	display:inline;
}
.sid-det-ima{
	text-align:center;
}
.sid-det-tex-blo{
	background:#f1f1f1;
	padding-top:10px;
}
.sid-det-bel{
	width:60px;
	height:0;
	border-style: solid;
border-width: 16px 10px 0 0px;
border-color: #cf0002 transparent transparent transparent;
position:relative;
}

.sid-det-bel h4{
	position:absolute;
	top:-16px;
	font-size:50%;
	color:#fff;
	background:#cf0002;
	padding:0 5px;
	text-align:center;
	width:50px;
	height:16px;
}

.sid-det-tex{
	font-size:80%;
	line-height:140%;
	padding:10px 15px;
}
.sid-det-lis li{
	font-size:90%;
	padding:10px 0;
	line-height:140%;
	border-bottom:dotted 1px #999;
}
.sid-det-lis li:last-child{
	border-bottom:none;
}

.sid-det-ban-lis li{
	text-align:center;
}
.sid-det-ban-lis li img{
	display:inline;
}
.sid-maz-bot-rig {
	display: flex;
	justify-content: space-between;
}
.sid-maz-bot-rig a .but-ima-tex {
	color: #FFF;
	font-size: 80%;
	font-weight: 600;
	margin-left: 13px;
}
.sid-maz-bot-rig .but-ima{
	width: 190px;
	margin-right: 0;
}
.art-ima-blo{
	max-width: 186px;
	position:relative;
	overflow: hidden;
}
.art-ima-blo.full-blo{
	max-width: none;
	position:relative;
}
.hom-art-mai-sec .art-ima-blo{
	max-width: 280px;
	position:relative;
}
.art-ima-bel{
	position:absolute;
	background:#000;
	font-size:56%;
	left:5px;
	letter-spacing:0;
	color:#FFF;
	padding:5px 15px;
}
.art-ima-bel02{
	position:absolute;
	background:#333;
	font-size:56%;
	left:5px;
	letter-spacing:0;
	color:#FFF;
	padding:5px 15px;
}
.art-ima-bel.last {
	background-color: #dc000d;
}
.pag-lis-blo{
	margin:auto;
}

.pag-lis-blo ul {
	display:flex;
	justify-content:center;
	height:40px;
	margin:20px auto;
}
.pag-lis-blo ul li a {
	color:#231815;
	padding:5px 10px;
	margin-left:20px;
	margin-right:auto;
	background:#fff;
	border-radius:0px;
	border:solid 1px #ccc;
	text-decoration:none;
	white-space: nowrap;
}
.pag-lis-blo ul li a.pag-lis-act {
	color:#cf0002;
	border:solid 1px #cf0002;
	padding:5px 10px;
	background:#fff;
}

.det-blo {
	width:624px;
	margin-bottom:30px;
}
.det-sec {
	display:flex;
}
.det-tit{
	display:flex;
	flex-direction:column;
	align-items:left;
	justify-content:center;
	margin-left:20px;
	width:calc(100% - 140px);
	min-height:118px;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}
.det-tit p{
	font-size:90%;
	letter-spacing:0;
}
.det-tit h2{
	font-size:220%;
	letter-spacing:0;
	font-weight:600;
}

.con-are {
	width:calc(100% - 40px);
	padding:20px;
	border-radius:8px;
	background:#FFF4F8;
}
.con-are-yel {
	width:calc(100% - 60px);
	padding:20px 30px;
	border-radius:8px;
	background-color: #FFFDEA;
	color:#434135;
	letter-spacing:2px;
}
/*-------------------------------------------------
 common END
-------------------------------------------------*/

/* ::::::::::
記号リスト　grand rule START
:::::::::: */
.tri-sma {
	display:inline-block;
	transform: rotate(30deg);
	font-size:56%;
	color:#f8931d;
}
.tri-nor {
	display:inline-block;
	transform: rotate(30deg);
	font-size:100%;
	color:#f8931d;
}
.tri-lis li {
	font-size:110%;
	line-height:120%;
	padding:5px 0;
	padding-left:30px;
	position:relative;
	font-weight:bold;
}
.tri-lis li:before {
	position:absolute;
	left:0px;
	content:"▼";
	display:inline-block;
	transform: rotate(30deg);
	font-size:90%;
	color:#cf0002;
}
.cir-lis li {
	font-size:100%;
	line-height:140%;
	padding:2px 5px 2px 20px;
	margin-bottom:2px;
	position:relative;
}
.cir-lis li:before {
	content:"●";
	left:0px;
	display:inline-block;
	font-size:80%;
	color:#cf0002;
	position:absolute;
}
.cir-lis dt, .cir-lis dd {
	font-size:100%;
	line-height:120%;
	padding:5px 0;
	padding-left:15px;
	position:relative;
}
.cir-lis dt {
	font-weight:bold;
}
.cir-lis dt:before {
	position:absolute;
	left:0px;
	content:"●";
	display:inline-block;
	font-size:80%;
	color:#ff93ac;
}

/* ::::::::::
記号リスト　grand rule END
:::::::::: */

.cke_editable {
	max-width: 624px;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo img,
.cke_editable img {
	display: inline-block;
	max-width: 100%;
	height: auto !important;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo iframe,
.cke_editable iframe {
	max-width: 100%;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo strong,
.cke_editable strong {
	font-weight: bold;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo h2,
.cke_editable h2 {
	font-size: 1.5em;
	font-weight: bold;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo h3,
.cke_editable h3 {
	font-size: 1.17em;
	font-weight: bold;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo ol,
.cke_editable ol {
	list-style: decimal;
	padding-left: 1em;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo ol > li,
.cke_editable ol > li {
	list-style: inherit;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo ul,
.cke_editable ul {
	list-style: disc;
	padding-left: 1em;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo ul > li,
.cke_editable ul > li {
	list-style: inherit;
}

.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo strong,
.cke_editable strong {
	font-weight: bold;
}
.hom-art-mai-tex-blo p em,.cke_editable p em {
	font-weight: inherit;
}
.hom-art-mai-tex-blo blockquote,.cke_editable blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	background: #fefafa;
}

.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo span,
.cke_editable span {
	font-weight: inherit;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo figure figcaption,
.cke_editable figure figcaption {
	text-align: left;
	font-size:14px;
	color: #d35400;
}
.blogs.detail .hom-art-mai-full .hom-art-mai-tex-blo figure,
.cke_editable figure {
	display: block !important;
}


/* ::::::::::
form START
:::::::::: */

input[type="text"], input[type="email"], input[type="tel"] {
	border:solid 1px #ccc;
	width:calc(100% - 12px);
	height:22px;
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
}
input[type="text"].inp-smid {
	border:none;
	width:188px;
	height:18px;
	padding:2px 5px;
	font-size:70%;
}
input[type="text"].inp-mid {
	border:none;
	width:106px;
	height:18px;
	padding:2px 5px;
}
input[type="text"].inp-sho {
	border:solid 1px #ccc;
	width:80px;
	height:22px;
	padding:3px 5px;
	font-size:100%;
}
input[type="text"].inp-lar {
	border:none;
	width:165px;
	height:22px;
	padding:4px 5px;
	font-size:90%;
}
select.sel-mid {
	width:240px;
	height:30px;
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
select.sel-mid-sho {
	width:180px;
	height:30px;
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
select.sel-sho {
	width:60px;
	height:30px;
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
	border:solid 1px #ccc;
}
textarea {
	border-radius:0px;
	border:solid 1px #ccc;
	padding:5px 5px;
	width:calc(100% - 12px);
	height:94px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	color: #e7e7e7;
	font-size:100%;
	letter-spacing:2px;
	background-color: #585858;
	line-height:50px;
	width: 20%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
}
.but-inp {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #cf0002;
	line-height:50px;
	width: 20%;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
}
.but-inp-sho {
	color: #fff;
	font-size:80%;
	letter-spacing:0px;
	background-color: #555;
	line-height:22px;
	width: 106px;
	border: none;
	border-radius:0px;
	cursor:pointer;
}

.but-inp-har {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	background-color: #cf0002;
	height:60px;
	width: 40%;
	border: 2px solid #cf9700;
	border-radius:3px;
	cursor:pointer;
}
.but-inp-fre a{
	color: #fff;
	font-size:140%;
	letter-spacing:2px;
	background-color: #cf0002;
	line-height:160%;
	width: auto;
	border-radius:8px;
	cursor:pointer;
	padding:10px 30px;
}
.but-inp-fre a:hover{
	background:#de3e82;
	text-decoration:none;
}
.but-sea {
	border:0;
	background:url(../images/but_ser01.png) no-repeat;
	background-size: 100% auto;
	width: 22px;
	height:22px;
	cursor:pointer;
}
.but-sea-lar {
	border:0;
	background:url(../images/but_ser_lar01.png) no-repeat;
	background-size: 100% auto;
	width: 30px;
	height:30px;
	cursor:pointer;
}

.req {
	background:#eeeeee;
}
.req-nin{
	background:#f4f4f4;
}

.req-for {
	background:#fff8d5;
}
.req-val{
	background:#f9f9f9;
}

/* ::::::::::
form END
:::::::::: */

/* ::::::::::
共通セレクタ　grand rule START
:::::::::: */
.cle-fix {
	display: block;
}
.cle-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.aco-tit {
	cursor:pointer;
}
.aco-tex {
	display:block;
}
.col-enj {
	color:#cf0002;
}
.col-enj a:hover {
	text-decoration:none;
}
.col-blu {
	color:#1568bc;
}
.col-gre {
	color:#53beb3;
}
.col-ore {
	color:#f8931d;
}
.bac-col-enj {
	background:#cf0002;
	color:#cf0002;
	padding:2px 5px;
	border-radius:3px;
	font-weight:normal;
}
.bac-col-yel {
	background:#fffde4;
	padding:0px 10px;
	border-radius:6px;
	font-weight:normal;
}
.bac-col-dbei {
	background:#f3eee8;
	padding:2px 5px;
	border-radius:3px;
}
.dot-lin {
	border-bottom:dotted 1px #cdcdcd;
}
.let-spa {
	letter-spacing:4px;
}
.lin-hei-mid {
	line-height:200%;
}
#back-top {
	position:fixed;
	bottom:30px;
	right:30px;
}
#back-top a {
	color:#FFF;
	text-decoration:none;
}
.flu-ima {
	max-width: 100%;
	height: auto;
}
.cropimg {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	background-position: center center;
	background-size: cover;
}
.cropimg img {
	max-width: 100%;
	height: auto;
	opacity: 0 !important;
}
.movie-box .cropimg::after {
	position: absolute;
	content: "";
	background: url(../images/ico_movie_play.png) no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-position: center;
	background-size: auto 30%;
}

.tab-cel {
	display:table-cell;
	vertical-align:top;
}
.tab-cel-mid {
	display:table-cell;
	vertical-align:middle;
}
.cle-bot {
	clear:both;
}
.bre-cru {
	clear:both;
	text-align: left;
	line-height:140%;
	font-size:90%;
	margin:10px auto 0px;
	width:1000px;
}
.bre-cru a {
	color:#cf0002;
	text-decoration:underline;
}
/* ::::::::::
共通セレクタ　grand rule END
:::::::::: */

/* ::::::::::
margin padding 配置制御 START
:::::::::: */
.flo-lef {
	float:left;
}
.flo-rig {
	float:right;
}
.flo-lis li {
	float:left;
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.mar-top-sma {
	margin-top:10px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-lef-sma {
	margin-left:10px;
}
.mar-lef-mid {
	margin-left:20px;
}
.mar-lef-85 {
	margin-left:85px;
}
.mar-bot-xsma {
	margin-bottom:5px;
}
.mar-bot-sma {
	margin-bottom:10px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-bot-xxtal {
	margin-bottom:120px;
}
.mar-top-bot-xsma {
	margin-top:5px;
	margin-bottom:5px;
}
.mar-top-bot-sma {
	margin-top:10px;
	margin-bottom:10px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-lef-rig-mid {
	margin-left:20px;
	margin-right:20px;
}
.mar-lef-rig-tal {
	margin-left:40px;
	margin-right:40px;
}
.mar-rig-sma {
	margin-right:10px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-rig-tal {
	margin-right:40px;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-top-sma {
	padding-top:10px;
}

.pad-bot-sma {
	padding-bottom:10px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-rig-mid {
	padding-right:20px;
}
/* ::::::::::
margin padding 配置制御 END
:::::::::: */

/* ::::::::::
font　フォント START
:::::::::: */

.fon-lar-bol {
	font-size:200%;
	font-weight:bold;
	letter-spacing:3px;
}
.fon-lar-max {
	font-size:340%;
}
.fon-lar-lar {
	font-size:186%;
}
.fon-lar {
	font-size:146%;
}
.fon-mid {
	font-size:124%;
}
.fon-sma {
	font-size:86%;
}
.fon-xsma {
	font-size:76%;
}
.fon-xxsma{
	font-size:70%;
}
.fon-bol {
	font-weight:bold;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
/* ::::::::::
font　フォント END
:::::::::: */


.rep-tit {
  background: linear-gradient(to left, #000 86%, #cf0002 86%, #cf0002 100%);

  display: block;
  width: 100%;
  margin: 0px 0 10px 0;
  padding: 0px 0px 2px;
  text-decoration: none;
}
.rep-tit-inn {
  width: 100%;
  display: flex;
  background: #FFF;
  padding: 0 0 5px 0;
  text-decoration: none;
}
.rep-tit-inn h2 .rep-tit-eng {
  display: block;
  color: #cf0002;
  font-size: 70%;
  line-height: 100%;
}
.rep-tit-inn h2 .rep-tit-mai-sma {
  display: block;
  font-size: 120%;
  font-weight: 600;
  line-height: 140%;
}


/* ::::::::::
広告設定 START
:::::::::: */
.adv-top-pc {
	margin-bottom: 30px;
}
.adv-top-pc > * { margin: auto; }
.adv-news-detail-top-pc {
	text-align: center;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.adv-news-detail-top-pc img {
	max-width: 100%;
}
.adv-news-detail-top-pc > * {
	max-width: 100%;
}
.adv-news-detail-top-pc > * { margin: auto; }
.adv-news-detail-mid-pc {
	display: flex;
	margin: 20px 0;
	justify-content: space-between;
}
.adv-news-detail-overlay-pc {
	height: 104px;
}
.adv-news-index-top-pc {
	display: flex;
	margin: 20px auto 0;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1000px;
}
.adv-news-index-top-pc > div {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.adv-news-index-top-pc img {
	max-width: 100%;
}
.adv-news-index-mid-pc {
	display: flex;
	margin: 30px 0;
	justify-content: space-between;
}
#back-top {
	display: none !important;
}
/* ::::::::::
広告設定 END
:::::::::: */
