.txtlink1 {
	position: relative;
	padding: 0 1em 0;
	line-height: 0;
	color: #0168b7 !important;
	white-space: nowrap;
}
.txtlink1::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	line-height: 0;
	border-top: #dd0011 solid 2px;
	border-right: #dd0011 solid 2px;
	margin: auto;
	transform: translateY(-50%) rotate(45deg);
}
.txtlink1:hover {
	text-decoration: underline;
}
.movie_ttl {
position: relative;
padding: 0.8em 1em 0.8em 1em!important;
line-height: 1.3;
font-weight: bold;
}
.movie_ttl_li {
padding: 0.8em 1em 0.8em 2em!important;
}

.movie_ttl::before {
 content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #dd0011;
}


.flexbox {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:  2em 0;
 }

.box-item {
width: calc(96% / 2); 
margin-bottom: 1%;
}


.box-item25 {
width: 25%; 
margin-bottom: 1%;
}
.box-item70 {
width: 70%; 
margin-bottom: 1%;
}



.figure iframe {
	display: block;
	width: 80%;
	height: 350px;
	text-align: center;
	margin:0 auto;
}

.flexbox::after {
display: block;
content:"";
width: calc(96% / 2)!important; 
order: 4;
}

#cont-area .entry-cont h3.line {
		padding: 0.25em 0.5em;
		border-left: solid 5px #dd0011;
		font-size: 22px;
	}

.ttl-bk { 
font-weight: bold;
}

.figure .w80p {
width: 80%!important;
margin: 2em auto 3em auto;
}


ul.disc, ul.disc_b0 {
list-style: none!important;
padding-bottom: 2em;
}

ul.disc > li:before, ul.disc_b0 > li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #000;
margin-left: 15px; 
}
ul.disc li, ul.disc_b0 li {
text-indent: -1em;
padding-left: 1em;
 padding-bottom: 10px;
list-style: none!important;
}


ul.disc_b0 {
padding-bottom: 0!important;
}

figure.listimg {
	float: right;
	margin: 0 0 0 15px;
	width: 40%;
	margin-bottom: 1em;
	padding: 1em;
	border: #ddd solid 1px;
}
figure.listimg img {
	max-width: 100%;
}

.float_none {
	clear: both;
}
.indexBox {
    margin: 30px 0;
    border-radius: 3px;
    background-color: #f2f2f2;
}

.indexBox div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #0168b7;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.indexBox ol {
    margin: 0;
    overflow: hidden;
}

.indexBox > ol {
    padding: 1em 1em 1em 3em;
}

.indexBox ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.indexBox li {
    padding: 5px 0;
    font-weight: normal;
	line-height:2;
	list-style: none!important;
}

.indexBox ol ol li {
    font-weight: normal;
    font-size: 0.9em;
}
.indexBox a {
    color: #333;
}
.indexBox a:hover {
    color: #0168b7!important;
    text-decoration:underline!important;
}

.list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none!important;
}

.list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #0168b7;
    content: "";
}

.figure h3 {
 padding: 10px 0 0 0!important;
font-size: 16px!important;
}
.figure ul li {
padding:0 0 1em 1em;
}
.figure ul h3.point-h {
	position: relative;
	margin-bottom: 0.8em;
	padding-top: 36px;
	font-size: 16px;}

.figure ul h3.point-h span {
	display: block;
	position: absolute;
	top: 8px!important;
	left: -10px!important;
	width: 70px;
	padding: 7px 0 2px 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	background: #dd0011;
	z-index: 1;
}

.figure ul h3.point-h p {
padding: 0 0 0 75px!important;
}
.figure ul h3.point-h span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 0;
	border-color: transparent #a3000d transparent transparent;
	z-index: -1;
}


.box-item .caption {
	max-width: 800px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.4;
	color: #999;
}


hr.line{
display: block;
border-top:1px solid #e5e5e5;
margin: 2em 0;
}

.pc_block {display: block!important;}
.sp_block {display: none!important;}


.dl-prof dd ul  {
list-style-type: none!important	
}
.dl-prof dd ul li  {
list-style-type: none!important	
}

.pdgb50 {
padding-bottom: 50px!important;
}

 @media screen and (max-width: 768px) {
.flexbox {
display: block;
}
.flexbox .box-item, .flexbox .box-item70 {
 width: 100%;
 margin: 0 auto 1em auto;
     }
	 
.flexbox h4 {
 font-size: 18px;
  }
	 
	 
.flexbox .box-item25 {
 width: 100%;
 margin: 0 auto;
     }
.flexbox br {
  display: none;
	 }
.figure .w80p {
width: 100%!important;
}
	 
.figure iframe {
	width: 100%;
}
.figure ul h3.point-h {
	padding-top: 0!important;
	padding-left: 70px;
	font-size: 24px;
}
ul.disc {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.2em;
}
.indexBox ol {
font-size: 16px;
} 	
.indexBox > ol {
    padding: 1em 1em 1em 1.5em!important;
}
figure.listimg {
	float: none;
	width: 100%;
	margin: 0;
	}
.pc_block {display: none!important;}
.sp_block {display:block!important;} 
 }

@media screen and (max-width: 900px) {
ul.disc {
	font-size: 16px;
}
.indexBox ol {
   font-size: 16px;
}
}
