/*===============================================
　SP
===============================================*/
@media (max-width:761px) {
	/* ============================================================
 	main vi 
	==============================================================*/
	#main_wrap_sec {
		width: 100%;
		height: calc(100vw * 1.1);
		position: relative;
	}

	#main_wrap_sec:after{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 1.4);
		background: linear-gradient( to top,  #fff 1%, #fff0 26% );
		position: absolute;
		top: 2px;
		left:0;
	}

	#main_wrap_sec:before{
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 1.4);
		background:url(../img/mv_bg_sp.jpg) no-repeat top center;
		background-size:100% auto;
		position: absolute;
		top:0;
		left:0;
	}

	.mv_ttl_wrap_b h1 .jp_txt{
		padding: 10px 0 0 5px;
	}
	
	
	/* ============================================================
 	section 01
	==============================================================*/
	#sec01 {
		width: 100%;
		background-size:180% auto;
		padding: 0 0 100px;
	}
	
	#sec01 .wrapper {
		width: 94vw;
		box-sizing:border-box;
		border-radius:10px 10px 0 0;
		padding: 40px 5% 0;
		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;
		line-height:2.4rem;
		color: #000000;
		position:relative;
		padding: 0 0 0px 19px;
		margin: 70px auto 15px;
	}
	
	#sec01 h2:before{
		content:"";
		position:absolute;
		width:12px;
		height:12px;
		background: #66CCFF;
		top: 1.2rem;
		left:0;
		transform: translate(0%, -50%);
	}

	#sec01 p.body_txt {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		text-align:left;
		padding: 0 0 13px;
	}

	#sec01 p.tel_txt {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		font-size: 2.2rem;
		text-align: center;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 1;
	}

	#sec01 p.note_txt{
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.3rem;
		letter-spacing: 0rem;
		text-align: center;
		font-feature-settings: 'palt';
		line-height: 1;
		padding: 8px 0 0;
	}


	#sec01 .t_block{
		/* padding: 0 0 80px; */
	}

	#sec01 p.ex_txt {
		font-weight: 400;
		font-family: "Noto Sans SC", sans-serif;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		text-align:left;
		padding: 20px 0 0 1em;
		text-indent: -1em;
	}

	#sec01 .tel_wrap{
		background:#F5F5F5;
		padding: 20px 5% 24px;
		/* display: flex; */
	}


	#sec01 h2.cv_ttl{
		font-size: 2.2rem;
		text-align:center;
		padding: 0 0 20px;
		margin:0 0 40px;
		position:relative;
	}

	#sec01 h2.cv_ttl:before{
		content: "";
		display: block;
		width:80px;
		height: 2px;
		background:#0858A3;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform:translate(-50%, 0);
	}
	

	#sec01 p.body_txt2 {
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		font-feature-settings: 'palt';
		line-height: 2.0;
		padding: 0 0 16px;
	}

	#sec01 li a{
		display:block;
		width: 200px;
		margin:40px auto 100px;
		box-sizing:border-box;
		border-radius:30px;
		font-family: "Noto Sans SC", sans-serif;
		font-weight: 400;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		padding: 9px 0 9px;
		text-align:center;
		color:#fff;
		background: linear-gradient( to bottom,  #0a5aa5 0%, #4090db 70% );
	}

	#sec01 li a span{
		display:inline-block;
		font-size: 1.2rem;
		padding:0 4px;
	}
	
	/* ============================================================
 	sec02
	==============================================================*/
	
	#sec02{
		width: 100%;
		padding: 0 0 140px;
	}

	#sec02 .wrapper{
		padding: 0 3%;
	}

	#sec02 h2{
		font-weight: 500;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
		color: #ffffff;
		position:relative;
		text-align: center;
		padding: 10px 0;
		margin: 10px auto 10px;
		background: #005bac;
		font-family: "Noto Sans SC", sans-serif;
	}	


	
/* フォームレイアウト全体 */
form {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 14px;
  color: #000000;
}

/* テーブル全体 */
.table_typeA {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table_typeA th {
  padding: 10px;
  background-color: #f5f5f5;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  color: #005bac;
  display: block;
  border: 1px solid #ccc;
  position: relative;
}

.table_typeA td {
  padding: 10px;
  border: 1px solid #ccc;
}

.table_typeA td label {
  display: block;
  margin-bottom: 4px;
  vertical-align: top;
  line-height: 1.4;
}

.table_typeA td {
  padding: 10px;
  line-height: 1.4;
}


.table_typeA td {
  padding: 14px 10px;
  display: block;
}

/* 入力フォーム共通 */
input[type="text"],
input[type="email"],
select,
textarea {
  padding: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 3px 0 3px;
  width: 100%;
  font-size: 1.5rem;
}

textarea {
  height: 100px;
}

/* ラジオボタン整列 */
.table_typeA td label {
  display: block;
  margin-bottom: 5px;
}

/* ボタン */
.submit-container {
  text-align: center;
  margin-top: 20px;
}

.submit-container .submit {
  background-color: #005bac;
  color: white;
  font-size: 16px;
  padding: 10px 40px;
  font-family: "Noto Sans SC", sans-serif;
  border: none;
  cursor: pointer;
}

.submit-container .submit:hover {
  background-color: #004c94;
}

/* 同意文 */
.consent {
  font-size: 1.6rem;
  margin: 72px 0 20px;
  text-align: left;
  position: relative;
  text-align: center;
}

.consent a {
  text-decoration: underline;
  color: #005bac;
}

/* 必須マーク */
th span {
    font-size: 0.8em;
    display: table-cell;
    height: 1.4em;
    color: #FFFFFF;
    position: absolute;
    top: 9px;
    right: 5px;
    background-color: #99cc00;    white-space: nowrap;
    border-radius: 4px;
    padding: 1px 7px 4px;
    text-align: center;
    margin: 2px 0 0 0.2em;
}
	.consent .formError.inline{
		position: absolute!important;
		top: -46px!important;
		left: 50%!important;
		text-align: left;
		transform: translate(-50%, 0%);
		white-space: nowrap;
	}
	
	#cv #sec01 h2{
		text-align: center;
	}	

	#cv #sec01 h2:before{
		display:none;
	}

	
}