.mt0{ margin-top: 0 !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}

.txt-l{ font-size: 120%;}
.txt-s{ font-size: 86%;}

.al-l{ text-align: left;}
.al-c{ text-align: center;}
.al-r{ text-align: right;}

a.link-none{
	cursor: default;
}

h3 a{display: inline;}

ul.disc{
	width: 100%;
	padding-left: 2em;
}
ul.disc li{
	list-style: disc;
}

@media screen and (max-width: 768px) {
	ul.foot-notes{
		margin-top: 20px;
	}
}

.main-wrap {
	padding: 128px 0 100px;
	font-size: 16px;
	color: #1A1A1A;
}

/* .heading-level-2 */
.heading-level-2{
	line-height: 1.3;
	padding-bottom: 25px;
}
.heading-level-2-lead{
	font-size: 18px;
}

/* .title-area */
.title-area{
	padding: 60px 0 50px;
}
#softTop .title-area{
	background: #fafafa;
	padding: 16px 0 64px;
}
.title-area-inr{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.heading-level-2-a{
	margin-bottom: 0;
	font-size: 220%;
}
.title-area-inr .heading-level-2-a,
.detail-col.w100 .heading-level-2-a{
	font-size: 300%;
}
#softTop .title-area-inr .heading-level-2-a{
	margin-bottom: 16px;
	font-size: 220%;
}
.title-area-inr p{
	margin-bottom: 36px;
	text-align: center;
}
.heading-level-2-a span{
	display: inline-block;
	margin-left: 36px;
	opacity: 0.5;
}
.lead-txt{
	text-align: center;
	font-size: 130%;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.main-wrap {
		padding: 30px 0;
	}
	.title-area{
		padding: 120px 0 50px;
	}
	#softTop .title-area{
		padding: 95px 0 40px;
	}
	.heading-level-2-a{
		font-size: 180%;
	}
}
@media screen and (max-width: 480px) {
	#softTop .title-area{
		padding: 85px 0 40px;
	}
}

/* .picup-area */
.picup-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 60px auto 0;
}
.picup-area .picup-items{
	background: #000;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
	text-align: center;
}
.picup-area .picup-items a{
	display: block;
	height: 100%;
	background: #FFF;
	border-radius: 8px;
	padding: 40px 48px 30px;
	color: #1A1A1A;
}
.picup-area .picup-items a:hover{
	opacity: 0.9;
}
.picup-area .picup-items h4{
	margin: 24px auto 8px;
	font-size: 20px;
}
.picup-area .picup-items p{
	font-size: 18px;
}
@media screen and (min-width: 769px) {
	.picup-area .picup-items{
		width: 33%;
		max-width: 416px;
		margin-bottom: 1.6vh;
	}
}
@media screen and (max-width: 768px) {
	.picup-area{
		width: 98%;
	}
	.picup-area .picup-items{
		width: 49%;
		margin-bottom: 16px;
	}
	.picup-area .picup-items a{
		padding: 36px 40px 28px;
	}
}
@media screen and (max-width: 768px) {
	.picup-area .picup-items a{
		padding: 20px 28px 16px;
	}
}

/* .section-bg-gray */
.section-bg-gray{
	background-color: #fafafa;
}

/* contents-area */
.contents-area{
	width: 100%;
	margin: 0 auto;
	padding: 64px 0;
}
@media screen and (min-width: 769px) {
	.contents-area{
		width: 100%;
		max-width: 1000px;
	}
}
@media screen and (max-width: 768px) {
	.contents-area{
	}
}

/* soft-heading */
.soft-heading-level-1{
	text-align: center;
	font-size: 250%;
	color: #00a0c3;
}

/* soft-nav */
.soft-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}
.soft-nav + .soft-nav{
	margin-top: 0;
}
.soft-nav .soft-nav-items{
	margin-top: 10px;
	background: #00a0c3;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 8px;
}
.soft-nav .soft-nav-items a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid 4px #00a0c3;
	border-radius: 8px;
	padding: 16px;
	color: #00a0c3;
}
.soft-nav .soft-nav-items a.no-icn{
	display: block;
	text-align: center;
}
.soft-nav .soft-nav-items a:hover{
	opacity: 0.85;
}
.soft-nav .soft-nav-items a .soft-nav-icn{
	width: 100%;
	max-width: 80px;
	margin-right: 18px;
}
.soft-nav .soft-nav-items a .soft-nav-txt{
	font-size: 22px;
	line-height: 1.1;
}
.soft-nav .soft-nav-items a .soft-nav-txt span{
	font-size: 16px;
}
@media screen and (min-width: 769px) {
	.soft-nav .soft-nav-items{
		width: 49.5%;
	}
}
@media screen and (max-width: 768px) {
	.soft-nav{
		display: block;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.soft-nav .soft-nav-items a .soft-nav-icn{
		max-width: 60px;
		margin-right: 16px;
	}
}

/* column */
.column{
	width: 100%;
	margin-top: 60px;
}
.clm-header{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: solid 4px #00a0c3;
	font-weight: bold;
}
.clm-header h3{
	font-size: 28px;
	color: #00a0c3;
}
.clm-header p{
	font-size: 20px;
}
.clm-header .clm-header-icn{
	width: 100%;
	max-width: 80px;
	margin-right: 16px;
}

.clm-heading{
	font-size: 22px;
	color: #00a0c3;
}
h5.clm-heading{
	font-size: 18px;
}
.clm-heading + .clm-heading{
	margin-top: 15px;
}
.clm-heading.left-border{
	padding-left: 10px;
	border-left: solid 5px #00a0c3;
}
@media screen and (max-width: 768px) {
	.column{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* .box-flex */
.box-flex{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}
.box-flex + .box-flex{
	margin-top: 50px;
}
.box-flex .flex-item{
	padding: 0;
}
.flex-item p{
	margin: 10px 0 0;
}
@media screen and (min-width: 769px) {
	.box-flex.col2 .flex-item{
		width: 47%;
	}
	.box-flex.col3 .flex-item{
		width: 30%;
	}
	.box-flex.col4 .flex-item{
		width: 24%;
	}
	.box-flex.col-img{
		flex-direction: row-reverse;
	}
	.box-flex.col-img .flex-item.txt{
		width: 62%;
	}
	.box-flex.col-img .flex-item.img{
		width: 37%;
	}
	.box-flex.col-img.soft-logo .flex-item.txt{
		width: 79%;
	}
	.box-flex.col-img.soft-logo .flex-item.img{
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.box-flex{
		display: block;
	}
	.box-flex .flex-item{
		margin-top: 20px;
	}
}

/* adobe-box */
.adobe-box{
	border: solid 2px #083190;
	padding: 20px;
}
.adobe-box .clm-heading{
	color: #083190;
}

/* top-image */
.top-image{
	width: 100%;
	text-align: center;
}
.top-image img{
	width: 100%;
	max-width: 1920px;
}

/* movie-area */
.movie-area{
	background: #fafafa;
	margin-bottom: 120px;
	padding: 200px 0;
	text-align: center;
}
.movie-area .link_youTube_list{
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.movie-area .link_youTube_list li{
  list-style: none;
}
.movie-area .link_youTube_left{
	margin-bottom: 20px;
}
.movie-area .link_youTube_list img{
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) {
	.movie-area .link_youTube_list{
	  width: 100%;
	  max-width: 1280px;
	  margin: 0 auto;
	  display: flex;
	  justify-content: center;	
	}
	.movie-area .link_youTube_list li{
	  width: 40%;
	  margin-right: 30px;
	}
	.movie-area .link_youTube_list .link_youTube_left{
	  margin-bottom: 0;
	}
	.movie-area .link_youTube_list .link_youTube_right{
	  margin-right: 0;
	}	
}
@media screen and (max-width: 768px) {
	.movie-area{
		padding: 8%;
	}
}

/* detail-col */
.detail-col{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 120px;
}
.detail-col.w100{
	max-width: 1920px;
}
@media screen and (max-width: 768px) {
	.detail-col{
		padding: 0 8%;
	}
	.detail-col.w100{
		padding: 0;
	}
	.detail-col.w100 .heading-level-2-a,
	.detail-col.w100 .lead-txt{
		padding: 0 8%;
	}
}

/* slider */
.slide-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots {
  /*position: absolute;
  left: 0;
  bottom: 20px;*/
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  /*text-indent: -9999px;*/
  /* font-size: 0;*/
  /*line-height: 0;*/
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /*padding: 5px;*/
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slide-dots li button:before {
  content: '';
  text-indent: 0px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: '';
  background-color: #808080;
}
.slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}

/* detail-btn */
.detail-btn-area{
	display: block;
	width: 100%;
	max-width: 200px;
	background: #000;
	border-radius: 4px;
	margin: 10px auto 0;
}
.detail-btn{
	display: block;
	width: 100%;
	padding: 4px;
	background: #fff;
	border: solid 1px #707070;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
}
.detail-btn:hover{
	opacity: 0.9;
}

/* bottom-link */
.bottom-link-area{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	margin: 30px auto 0;
}
.bottom-link{
	width: 30%;
	font-size: 16px;
	font-weight: bold;
}
.bottom-link a{
	color: #1a1a1a;
}
.bottom-link a:hover{
	opacity: 0.6;
}
.bottom-link.link-left,
.bottom-link.link-right{
	display: flex;
	align-items: center;
}
.bottom-link.link-left{
	justify-content: flex-start;
}
.bottom-link.link-right{
	justify-content: flex-end;
}
.bottom-link.link-index{
	text-align: center;
}
.bottom-link.link-index a{
	max-width: 320px;
	background: #000;
	border-radius: 4px;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	color: #fff;
}
.bottom-link.link-left a::before,
.bottom-link.link-right a::after{
	display: inline-block;
	width: 18px;
	height: 19px;
	content: " ";
	background: url(/fmv/soft/2206/images/ic_arrow.png) no-repeat center;
	vertical-align: -3.3px;
}
.bottom-link.link-left a::before{
	margin-right: 10px;

}
.bottom-link.link-right a::after{
	margin-left: 10px;
	transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
	.bottom-link-area{
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 0 8%;
	}
	.bottom-link{
		width: 50%;
	}
	.bottom-link.link-left{
		order: 1;
	}
	.bottom-link.link-right{
		order: 2;
	}
	.bottom-link.link-index{
		margin-top: 10px;
		order: 3;
	}
	.bottom-link.link-index a {
		max-width: 280px;
	}
}
