/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		position: relative;
	}
	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		padding-top: 100%;
		background:url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
		z-index: 2;
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		padding:0;
		z-index: 1;
	}
	
	#sec01 .wrapper {
		width: 94vw;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 40px 5% 80px;
		background: #fff;
		margin: 0 auto;
	}
	#sec01 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 70px auto 15px;
	}
	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	#sec01 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.2rem;
		color: #000000;
		position:relative;
		margin: 30px auto 21px;
	}


	#sec01 p.body_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.5rem;
		line-height: 1.8;
		font-feature-settings: 'palt';
		color: #000;
	}

	#sec01 .back_txt{
		font-family: "Oswald", sans-serif;
		position: absolute;
		top: 0;
		right: -20%;
		font-size: 12rem;
		font-weight: 700;
		z-index: 1;
		color: #005bac;
		opacity: 0.05;
		text-align: right;
	}

	
	/* ============================================================
 	section 02
	==============================================================*/
	#sec02 {
		width: 100%;
		padding:0;
		position: relative;
	}
	
	#sec02 .wrapper {
		padding: 0 6% 120px;
		border-bottom: 12px solid #F1F1F1;
	}
	#sec02 .body_wrap{
		background:#F6F6F6;
		padding: 40px 5% 20px;
	}
	#sec02 .body_wrap:nth-child(even){
		background:#fff;
	}
	#sec02 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}
	#sec02 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 1.8rem;
		color: #000000;
		position:relative;
		padding: 10px 0;
	}
	
	#sec02 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}

	#sec02 p.body_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.5rem;
		line-height: 1.8;
		text-align:left;
		font-feature-settings: 'palt';
		padding: 0px 0 19px;
		color: #000;
	}
	#sec02 p a {
	  text-decoration: none;
	  color: #0066cc;
	}
	

	/* ============================================================
 	section 03
	==============================================================*/
	#sec03 {
		width: 100%;
		padding: 80px 0;
		position: relative;
	}
	
	#sec03 .wrapper {
		padding: 40px 3% 80px;
	}
	#sec03 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}
	#sec03 h3{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 600;
		font-size: 1.5rem;
		color: #000000;
		position:relative;
		padding: 14px 0 0px 20px;
	}
	
	#sec03 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	#sec03 a {
	  color: #0066cc;
	}
	
	#sec03 a:hover {
	  text-decoration: none;
	  color: #72a3d5;
	}

	#sec03 table{
		margin: 26px 0 0;
		width: 100%;
	}

	#sec03 tr{
		background:#F4F4F6;
		width: 40%;
	}

	#sec03 tr:nth-child(even){
		background:#fff;
	}
	
	#sec03 th {
		display:block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		letter-spacing: 0.2rem;
		font-feature-settings: 'palt';
		line-height: 1;
		color: #005bac;
		padding: 26px 5% 10px;
		text-align:left;
		white-space:nowrap;
	}

	#sec03 td {
		display:block;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		padding: 0 5% 26px;
	}
	
	/* ============================================================
 	section 04
	==============================================================*/
	#sec04 {
		width: 100%;
		padding:0;
		position: relative;
	}
	
	#sec04 .wrapper {
	}

	#sec04 .flex_wrap{
		display:flex;
		flex-wrap: wrap;
		padding: 26px 0 0 18px;
	}
	#sec04 h2{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 700;
		letter-spacing: 0.1rem;
		font-size: 2.0rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
	}	
	#sec04 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background:#ff9800;
		top: 50%;
		left:0;
		transform: translate(0%, -50%);
	}
	
	#sec04 a {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		text-decoration: none;
		border-bottom: 1px solid #0066cc;
		color: #0066cc;
		margin: 0 0 11px;
		position:relative;
		padding: 0 0 0 29px;
	}
	
	#sec04 a:before{
		content:"";
		position:absolute;
		width: 20px;
		height: 20px;
		top: 50%;
		left:0;
		background: url(/global/img/icon_pdf.png) no-repeat;
		transform: translate(0%, -50%);
		background-size: contain;
	}
	
	
}