@charset "UTF-8";
/* CSS Document */

.dna-07{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
}

li{
	list-style:none;
}

main {
    padding-bottom: 0px!important;
}

.dna-07_innner{
	max-width: 1170px;
	margin: 0 auto;
	width: 90%;
}
.dna-07-sp{
	display: none;
}

/*------------------------
 *フェードイン
--------------------------*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.scroll_up2 {
  transition: 2s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*------------------------
 *main-img
--------------------------*/
.main-img{
	margin-top: 25px;
}
.main-img_inner{
	width: 870px;
	height: 489px;
	background-image: url("../img/mv.jpg") ;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	margin: 50px auto 0px;
	position: relative;
}
.main-img_inner > div{
	width: 440px;
	position: absolute;
    top: 45px;
    left: 40px;
}
.main-img_inner > div h2{
	font-size: 40px;
	font-weight: bold;
	color: #007FFF;
	padding-left: 45px;
	margin-bottom: 10px;
}
.main-img_inner > div .new-img{
	width: 96px;
}
.main-img_inner > div .img-1{
	width: 100%;
}

/*ふわっと表示*/
  .main-img_inner {
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
    animation: fadeIn 2.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

/*------------------------
 *ダウンロードボタン
--------------------------*/
.dna-07_btn a{
	display: flex;
	width: 620px;
	font-size: 28px;
	font-weight: bold;
	background-color: #FF0000;
	color: #fff;
	justify-content: center;
	margin: 60px auto;
	padding: 27px 0px;
}
.dna-07_btn a img{
	width: 40px;
	margin-left: 10px;
}
.dna-07_btn a:hover{
	opacity: 0.5;
}

/*------------------------
 *テキストアンダーライン
--------------------------*/
.c-headingLv2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background: linear-gradient(to right,red,red 40px,#666 40px,#666 80px,#b2b2b2 80px,#b2b2b2 120px,#f2f2f2 120px,#f2f2f2);
}

/*------------------------
 *コンテンツ1
--------------------------*/
.content_1{
	margin-bottom: 80px;
}
.content_1 .text{
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.content_1 img{
	width: 100%;
}

/*------------------------
 *コンテンツ2
--------------------------*/
.content_2{
	margin-bottom: 80px;
}
.content_2 .text{
	font-size: 16px;
	margin-top: 30px;
}
.content_2 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	justify-content: space-between;
}
.content_2 ul li{
	width: 560px;
	text-align: center;
	margin-bottom: 60px;
}
.content_2 ul li > img{
	width: 100%;
}
.content_2 ul li h3{
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.content_2 ul li h3 img{
	width: 30px;
	margin-right: 10px;
}
.content_2 ul li p{
	font-size: 16px;
}
.content_2 ul li h4{
	font-size: 22px;
	font-weight: bold;
	background-color: #005B90;
	color: #fff;
	padding: 6px 0px;
	margin-top: 5px;
}

/*------------------------
 *コンテンツ3
--------------------------*/
.content_3{
	margin-bottom: 200px;
}
.content_3 .text{
	font-size: 16px;
	margin-top: 30px;
}
.content_3_last-text{
	font-size: 16px;
	text-align: center;
	border: solid 1px #FF0000;
	width: 692px;
	padding: 17px 0px;
	margin: 50px auto;
}
.text-kome{
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
}
.content_3 table{
	font-size: 16px;
	border: solid #000 1px;
	font-weight: 500;
}
.content_3 table th{
	background-color: #005B90;
	color: #fff;
	border: solid #000 1px;
	text-align: center;
	padding: 2.5px 15px;
}
.content_3 table td{
	border: solid #000 1px;
	padding: 2.5px 0px 2.5px 10px;
	vertical-align: middle;
}
.content_3 table th:nth-child(1) {
	width: 222px;
}
.content_3 table th:nth-child(2) {
	width: 349px;
}
.content_3 table th:nth-child(3) {
	width: 599px;
}
.content_3_table-block{
	margin-top: 30px;
}
.table_min-text{
    font-size: 9px;
    vertical-align: 40%;
}
.table_gray{
	background-color: #F2F2F2;
}

/*------------------------
 *タブレット・スマホ
--------------------------*/
@media screen and (max-width: 1250px){
	.content_2 ul{
		flex-direction: column;
		align-items: center;
	}
	.content_3 table td{
		padding: 2.5px 10px 2.5px 10px;
	}
}
@media screen and (max-width: 980px){
	.main-img_inner{
		width: 100%;
	}
	.content_3 table td{
		white-space: nowrap;
	}
}
@media screen and (max-width: 821px){
	.main-img_inner{
		background-size: contain;
	}
	.main-img_inner > div{
		top: 5px;
	}
}
@media screen and (max-width: 750px){
	.main-img_inner{
		background-image: url(../img/mv-sp.jpg);
		background-size: cover;
        height: 160vw;	
	}
    .main-img_inner > div {
        top: 195px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;	
		text-align: center;
		width: 90%;
    }	
	.main-img_inner > div h2{
		padding-left: 0px;
	}
	.content_3_last-text{
		width: 100%;
	}
}

@media screen and (max-width: 650px){
	.dna-07{
		overflow-x: hidden;
	}
	.dna-07-pc{
		display: none;
	}
	.dna-07-sp{
		display: block;
	}
	.c-headingLv2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 38px;
		padding-bottom: 35px;
	}	
	.main-img_inner > div{
		top: 155px;
	}
	.dna-07_btn a{
		width: 100%;
	}
	.dna-07_btn-1 a{
		width: 90%;
	}
	.content_2 ul li{
		width: 100%;
	}
}

@media screen and (max-width: 550px){
	.main-img_inner{
		margin: 30px auto 0px;
	}
	.main-img_inner > div{
		top: 18vw;
	}
	.main-img_inner > div h2{
		font-size: 32px;
		margin-bottom: 20px;
	}
	.main-img_inner > div .img-1{
		width: 330px;
	}
	.dna-07_btn a{
		font-size: 18px;
		padding: 12px 0px;
	}
	.dna-07_btn a img{
		width: 30px;
	}
	.content_1 {
		margin-bottom: 100px;
	}	
	.content_1 .text{
		margin-bottom: 30px;
	}
	.scroll_up2 {
		transition: 1s ease-in-out;
	}
	.text-kome{
		font-size: 14px;
    	line-height: 22px;		
	}
}

@media screen and (max-width: 321px){
    .main-img_inner > div .img-1 {
        width: 230px;
    }
	.content_2 ul li h3{
		font-size: 22px;
	}
	.content_2 ul li h4{
		font-size: 18px;
	}
}



