
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	main_sec_wrap
	==============================================================*/
      
	#main_sec_wrap{
		width: 100%;
		height: 200px;
		position: relative;
		background: linear-gradient( to top,  #a59cc7 0%, #9b82b9 100% );
	}

	#main_sec_wrap .txt_wrap{
		position:absolute;
		left: 50%;
		top: 46%;
		transform: translate(-50%,-50%);
	}

	#main_sec_wrap h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 3.8rem;
		white-space: nowrap;
		letter-spacing: -0.1rem;
		line-height: 1;
		color: #fff;
		text-align: center;
		font-feature-settings: 'palt';
	}

	#main_sec_wrap h1 span{
		font-size: 1.8rem;
		font-weight: 400;
		display: inline-block;
		background: #fff;
		color: #8a77ab;
		line-height: 1.4;
		letter-spacing:0.1rem;
		vertical-align: middle;
		border-radius:4px;
		padding: 1px 8px 3px;
		margin: 3px 0 0 12px;
	}

	#main_sec_wrap span.eng_txt{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		color: #fff;
		font-feature-settings: 'palt';
		padding:0 0 5px;
		text-align: center;
	}
	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		padding:100px 0;
		/* position:relative; */
	}

	#sec01 .wrapper{
	padding: 0 3%;
	}

	
	#sec01 h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align: left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0 0 10px;
		border-bottom: 5px solid #000;
	}

	
	#sec01 h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 0px 0 17px;
	}
	
	#sec01 h3 span{
		font-size: 1.5rem;
		display:block;
		font-weight:400;
		margin: 6px 0 0 1em;
		text-indent: -1em;
	}
	
	#sec01 h4{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		line-height: 1.4;
		text-align:left;
		color: #000;
		font-feature-settings: 'palt';
		padding: 26px 0 17px;
	}


	#sec01 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		line-height:2.0;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 0px 0 67px;
		color: #000;
	}

	#sec01 ul.btn_more{
		width:140px;
		margin: 0 0 0 24px;
		position: relative;
		z-index: 999;
	}

	#sec01 ul.btn_more a{
		font-family: 'Barlow', sans-serif;
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		font-feature-settings: 'palt';
		color:#fff;
		background:#000;
		text-align:center;
		display:block;
		border-radius:30px;
		padding: 6px 0;
	}

	#sec01 ul.btn_more a{
		transition: all 0.5s ease 0s;
	}

	#sec01 ul.btn_more a:hover{
		transform: scale(1.1);
	}
	
	.table-wrapper {
	  font-size: 1.4rem;
	  font-family: "Noto Sans JP", sans-serif;
	  margin: 64px 0 92px;
	}
	
	.region {
	  text-align: center;
	  font-weight: 500;
	  color: #a18cd1;
	  font-size: 1.9rem;
	  margin-bottom: 1.5rem;
	}

	.scroll_wrap{
		overflow-x:scroll;
	}
	
	#sec01 table {
	  width: 605px;
	  border-collapse: separate;
	  border-spacing: 4px;
	  margin: 0 0 36px;
	}
	
	#sec01 .table-wrapper:nth-of-type(3) table,
	#sec01 .table-wrapper:nth-of-type(4) table,
	#sec01 .table-wrapper:nth-of-type(5) table,
	#sec01 .table-wrapper:nth-of-type(6) table{
	  width: 505px;		
	}
	
	#sec01 .table-wrapper:nth-of-type(3) table td,
	#sec01 .table-wrapper:nth-of-type(4) table td,
	#sec01 .table-wrapper:nth-of-type(5) table td,
	#sec01 .table-wrapper:nth-of-type(6) table td{
	  width: 57%;
	}
	
	#sec01 th {
	  background: #988fbe;
	  color: #fff;
	  font-feature-settings: 'palt';
	  text-align: left;
	  padding: 24px 0.8rem;
	  border-radius: 2px;
	  letter-spacing: 0.1rem;
	  font-weight: 400;
	  line-height: 1.6;
	}

	#sec01 th span.riha{
		display:block;
		font-size: 1.2rem;
		margin: -0.4rem 0 -2.0rem;
		color: #fff;
	}
	
	#sec01 th span.large_s{
		font-size: 1.7rem;
		font-weight: 500;
		margin: 0 0 9px;
		padding: 0 0 5px;
		display: block;
		border-bottom: 1px solid #fff;
	}
	
	#sec01 th span.mini_s{
		color: #fdfdfd;
		font-size: 1.2rem;
		font-weight: 300;
		display: block;
		margin: 12px 0 0 1em;
		text-indent: -1em;
		line-height: 1.3;
	}
	
	#sec01 th:first-child{
	}
	
	#sec01 tbody td {
	  background: #edecf4;
	  padding: 8px 1.8rem;
	  text-align: left;
	  font-feature-settings: 'palt';
	  color: #000;
	  width: 54%;
	  letter-spacing: 0.1rem;
	}
	
	#sec01 th.th_0{
		background: #4b4a4a;
	}
	
	#sec01 th.th_1{
		background: #776baa;
		width: 0;
	}
	
	#sec01 th.th_2{
	  background: #988fbe;
	}

	#sec01 th.u_th{
		padding: 24px 0.8rem 41px;
	}


	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

