.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;
  margin-bottom: 8px;
}
.heading-level-2-lead{
	font-size: 18px;
}

/* .title-area */
.title-area{
	padding: 60px 0 50px;
}
#softTop .title-area{
	background: #fafafa;
	padding: 16px 0 24px;
}
.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;
	}
	#softTop .title-area{
		padding-top: 95px;
	}
	.heading-level-2-a{
		font-size: 180%;
	}
}
@media screen and (max-width: 480px) {
	#softTop .title-area{
		padding-top: 85px;
	}
}

/* .picup-area */
.picup-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.picup-area::after {
  display: block;
  content: "";
  width: 244px;
}
.picup-area .picup-items{
  width: 244px;
  aspect-ratio: 1;
	border-radius: 4px;
	text-align: center;
	position: relative;
}
.picup-area .picup-items:nth-of-type(n+5) {
  margin-top: 8px;
}
.picup-area .picup-items a{
	display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
	height: 100%;
  padding: 16px 0;
	background: #FFF;
	border-radius: 4px;
	color: #000;
}
.picup-area .picup-items .picup-item-title h4{
  margin-bottom: 8px;
	font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.picup-area .picup-items .picup-item-title p{
	font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  opacity: 0.5;
}
.picup-area .picup-items img {
  width: 48px;
  height: 48px;
}
.picup-area .picup-items a:hover img {
  transform: scale(1.2);
}
.picup-area .picup-items a:hover img.not-scale{
  transform: scale(1.0);
}
.picup-area .picup-items a img {
  transition: transform .2s ease-in-out;
}
@media screen and (max-width: 1010px) {
	.picup-area{
    max-width: calc(244px * 3 + 8px * 2 + 10px * 2);
		padding: 0 10px;
	}
  .picup-area::before {
    display: block;
    content: "";
    width: 244px;
    order: 1;
  }
  .picup-area::after {
    width: 244px;
  }
  .picup-area .picup-items{
    width: 244px;
	  position: relative;
  }
  .picup-area .picup-items:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 781px) {
  .picup-area{
    max-width: calc(244px * 2 + 5.65px + 5px * 2);
		padding: 0 5px;
	}
  .picup-area::after {
    width: calc(100% / 2 - 2.825px);
    max-width: 244px;
  }
  .picup-area .picup-items{
    width: calc(100% / 2 - 2.825px);
    max-width: 244px;
		position: relative;
  }
  .picup-area .picup-items a{
    padding: 11.29px 0;
  }
  .picup-area .picup-items:nth-of-type(n+3) {
    margin-top: 5.65px;
  }
}
@media screen and (max-width: 521px) {
  .picup-area{
    max-width: calc(172px * 2 + 5.65px + 5px * 2);
	}
  .picup-area .picup-items{
    max-width: 172px;
		position: relative;
  }
  .picup-area .picup-items .picup-item-title h4 {
    margin-bottom: 5.65px;
    font-size: 11.29px;
    line-height: 14.113px;
    letter-spacing: 0.071px;
  }
  .picup-area .picup-items .picup-item-title p {
    font-size: 7.762px;
    line-height: 11.29px;
    letter-spacing: 0.353px;
  }
  .picup-area .picup-items img {
    width: 33.871px;
    height: 33.871px;
  }
}
.picup-area .picup-btn {
  display: flex;
  width: 103px;
  height: 33px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  padding-top: 1px;
  color: #000;
  line-height: 20px;
  letter-spacing: 0.1px;
  border: 2px solid rgba(0, 0, 0, 0.50);
}
.picup-area .picup-items a:hover .picup-btn {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 521px) {
  .picup-area .picup-btn {
    width: 72.6px;
    height: 22.55px;
    font-size: 9.879px;
    line-height: 14.113px;
    letter-spacing: 0.071px;
  }
}

/* .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;
}

/* link_youtube */
.link_youTube {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .link_youTube {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.link_youTube_inr {
  position: relative;
  padding-bottom: 56.25%;
}
.link_youTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 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;
	}
}
