@charset "utf-8";

/**--------------------------------------
mv_profile_wrap
--------------------------------------**/

.ene_hint_mv_wrap .ene_mv_ttl {
    font-weight: bold;
}
@media print, screen and (min-width:768px){
	.list_orange_dot02_wrap.thum_text_link_wrap._col4 {
		display: block;
	}
	.list_orange_dot02_wrap.thum_text_link_wrap._col4 .thum_text_link{
		display: inline-block;
		width: auto;
		vertical-align: top;
		margin-right: 50px;
	}
	.list_orange_dot02_wrap.thum_text_link_wrap._col4 .thum_text_link:last-of-type{
		margin-right: 0;
	}
	.mv_profile_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.ene_hint_mv_wrap .ene_mv_ttl{
		margin-bottom: 20px;
		text-align: center;
		font-size: 24px;
	}
	.ene_hint_mv_wrap .ene_hint_mv_ttl{
		width: 510px;
	}
	.ene_hint_mv_wrap .ene_hint_mv_ttl img,
	.ene_hint_mv_wrap .ene_hint_mv_ttl .download_prevent{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	.ene_hint_mv_wrap .ene_mv_ttl{
		margin-bottom: 20px;
		font-size: 18px;
	}
}

/* list_orange_dot02
-------------------------------------------------- */
.list_orange_dot02{
	margin-bottom: 5px;
}
.list_orange_dot02 span{
	position: relative;
	padding-left: 16px;
}
.list_orange_dot02 span:before{
	content: "";
	position: absolute;
	top: .56em;
	left: 0;
	background-color: #FF5514;
	width: 8px;
	height: 8px;
	border-radius: 1000px;
}
.btn_small {
	max-width: 235px;
}
.list_orange_dot02_col4 {
	display: flex;
	flex-wrap: wrap;
}
@media print, screen and (min-width:768px){
	.list_orange_dot02{
		padding-bottom: 15px;
	}
	.list_orange_dot02 span{
		margin-bottom: 20px;
	}
	.list_orange_dot02 span:before{
		top: .7em;
	}
	.list_orange_dot02_col4 {
		margin-bottom: 50px;
	}
	.list_orange_dot02_col4 li{
		width: calc((100% - 130px)/4);
		margin-right: 20px;
	}
	.list_orange_dot02_col4 li:nth-of-type(4n){
		margin-right: 0;
	}
}
@media screen and (max-width:767px){
	.list_orange_dot02{
		padding-bottom: 10px;
	}
	.list_orange_dot02 span{
		margin-bottom: 15px;
	}
	.list_orange_dot02 span:before{
		top: .56em;
	}
	.ene_brown_wrap.no_img {
			padding-top: 60px;
			background-color: #FAF6F5;
	}
	.ene_brown_wrap.no_img .ene_brown_box:before {
			content: none;
	}
	.list_orange_dot02_col4{
		margin-bottom: 30px;
	}
	.list_orange_dot02_col4 li{
		width: calc((100% - 52px)/2);
		margin-right: 20px;
		margin-bottom: 5px;
	}
	.list_orange_dot02_col4 li:nth-of-type(2n){
		margin-right: 0;
	}
}

.img_bordered {
	border: 1px solid #ddd;
	padding: 10px;
}

.rounded_corner {
	border-radius: 10px !important;
}

/* imgtxt_ver_3_2
-------------------------------------------------- */
@media print, screen and (min-width:768px){
	.imgtxt_ver_3_2 .col_ttl {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px){
  .imgtxt_ver_3_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .imgtxt_ver_3_2 > .col_inner {
    width: calc((70% - 25px) / 2);
    margin-right: 0;
    margin-top: 0;
  }
	.imgtxt_ver_3_2 .col_ttl {
		margin-bottom: 10px;
		font-size: 14px;
	}
}
@media screen and (max-width:370px){
	.imgtxt_ver_3_2 .col_ttl {
		margin-bottom: 10px;
		font-size: 13px;
	}
}