@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}

#wrapper{
	position: relative;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
	.step .inbox03 {
		position: relative;
		margin: 18px 0;
		padding: 18px 20px;
		border: 1px solid #dedede;
		border-radius: 10px;
		font-size: 14px;
	}
	.step .inbox03 .lcont {
		float: left;
		width: 270px;
		padding-right: 24px;
		border-right: 1px solid #dedede;
	}
	.step .inbox03 .rcont {
		float: right;
		width: 270px;
	}
	.step .inbox03.box0102 .lcont {
		float: left;
		width: 310px;
		padding-right:0;
		border-right: none;
	}
	.step .inbox03.box0102 .lcont p {
		float: left;
		width: 310px;
		padding-right:0;
		border-right: none;
		line-height: 1.7;
	}
	.step .inbox03.box0102 .rcont {
		float: right;
		width: 270px;
	}
	.step .inbox03.box0102 .arrowbtn {
		margin-top: 0px;
	}
	.step .inbox03.box0102 .mb8 {
		margin-bottom: 8px;
	}
	.step .inbox03 .arrow_r {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 14px;
		height: 41px;
	}

	.arrow_b {
		position: relative;
		width: 100%;
		height: 20px;
		padding: 20px 0;
	}

	.arrow_b > span {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}

	.arrow_b > img {
		display: block;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
		z-index: 10;
	}

	.step .inbox03 .arrowbtn {
		margin-top: 15px;
	}
	.step .inbox03.box0201 {
		margin: 36px 0;
		padding-top: 40px;
	}
	.step .inbox03.box0201 h6 {
		position: absolute;
		left: 0;
		top: -18px;
		display: inline-block;
		height: 36px;
		line-height: 36px;
		padding: 0 30px;
		background: #d55d4a;
		border-radius: 18px 18px 18px 0;
		font-size: 15px;
		color: #fff;

	}
	.step .inbox03.box0202 {
		margin-bottom: 10px;
		padding-top: 40px;
	}
	.step .inbox03.box0202 h6 {
		position: absolute;
		left: 0;
		top: -18px;
		display: inline-block;
		height: 36px;
		line-height: 36px;
		padding: 0 30px;
		background: #777777;
		border-radius: 18px 18px 18px 0;
		font-size: 15px;
		color: #fff;
	}

	.arrowbtn a {
		width: auto;
		min-width: 50%;
		display: inline-block;
	}

	.arrowbtn.gray {
		min-width: 50%;
		display: inline-block;
	}

	.gray_box {
		border-radius: 10px;
		padding: 18px 20px;
		background: #f5f5f5;
		font-size: 14px;
		color: #777777;
	}
#wrapper{
	min-width: 1150px;
}
.table01 th {
	color: #d55d4a;
}
.table01 td a{
	color: #f76c56;
}
#contents .btn01 a{
	width: 350px;
	background: #FFFFFF;
	border: 1px solid #f76c56;
	color: #ff6363;
}
#contents .btn01 a:hover{
	border: 1px solid #f76c56;
	color: #fff;
	background: #f76c56;
}
#contents .btn01 a:before {
	border-top: 1px solid #f76c56;
}
#contents .btn01 a:after {
	border-color: transparent transparent transparent #f76c56;
}
#anc01 {
	margin-top : -150px;
	padding-top : 150px;
}
#anc02 {
	margin-top : -150px;
	padding-top : 150px;
}
#anc03 {
	margin-top : -150px;
	padding-top : 150px;
}

}
@media screen and (max-width: 767px) {
	.step .inbox03 {
		position: relative;
		margin: 15px 0;
		padding: 5.7% 5.7% 5.7%;
		border: 1px solid #dedede;
		border-radius: 5px;
	}
	.step .inbox03 .lcont {
		margin-bottom: 25px;
	}
	.step .inbox03 .rcont {
	}
	.step .inbox03 .arrow_r {
		margin-bottom: 20px;
	}

	.arrow_b {
		position: relative;
		width: 100%;
		height: 20px;
		padding: 20px 0;
	}

	.arrow_b > span {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}

	.arrow_b > img {
		width: 14px!important;
		display: block;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(90deg);
		z-index: 10;
	}
	.step .inbox03 .arrowbtn {
		margin-top: 15px;
	}
	.step .inbox03.box0102 .lcont {
		margin-bottom: 10px;
	}
	.step .inbox03.box0102 .arrowbtn {
		margin-top: 6px;
	}
	.step .inbox03.box0201 {
		margin: 36px 0 25px;
		padding-top: 30px;
	}
	.step .inbox03.box0201 h6 {
		position: absolute;
		left: 0;
		top: -11px;
		display: inline-block;
		height: 21px;
		line-height: 21px;
		padding: 0 15px;
		background: #d55d4a;
		border-radius: 18px 18px 18px 0;
		font-size: 11px;
		color: #fff;
	}
	.step .inbox03.box0202 {
		margin-bottom: 10px;
		padding-top: 30px;
	}
	.step .inbox03.box0202 h6 {
		position: absolute;
		left: 0;
		top: -11px;
		display: inline-block;
		height: 21px;
		line-height: 21px;
		padding: 0 15px;
		background: #777777;
		border-radius: 18px 18px 18px 0;
		font-size: 11px;
		color: #fff;
	}


	.gray_box{
		border-radius: 10px;
		padding: 3%;
		background: #f5f5f5;
		font-size: 10px;
		color: #777777;
	}
	.table01 th {
		color: #d55d4a;
	}
	.table01 td a{
		color: #f76c56;
	}
	#contents .btn01 a{
		background: #FFFFFF;
		border: 1px solid #f76c56;
		color: #ff6363;
	}
	#contents .btn01 a:before {
		border-top: 1px solid #f76c56;
	}
	#contents .btn01 a:after {
		border-color: transparent transparent transparent #f76c56;
	}
	#anc01 {
		margin-top : -26%;
		padding-top : 26%;
	}
	#anc02 {
		margin-top : -26%;
		padding-top : 26%;
	}
	#anc03 {
		margin-top : -26%;
		padding-top : 26%;
	}
}

@media screen and (min-width: 768px) {
	
#mv {
	position: relative;
	width: 100%;
	height: 430px;
}
#mv .mvttl {
	z-index: 4;
	position: absolute;
	left: 6.94%;
	top: 224px;
}
#mv .mvttl .subttl {
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	letter-spacing: 0.06em;
}
#mv .mvttl h2 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
/**/
#mv .photo {
	position: relative;
	float: right;
	width: 81.9%;
	height: 360px;
	background: url(../images/exam/personal/mv_bg.png) center center no-repeat;
	background-size: cover;
	border-radius: 0 0 0 20px;
}
/**/
#lnav {
	position: relative;
	bottom: 0;
	clear: both;
	width: 1110px;
	height: 114px;
	margin: 0 auto;
	transition: background 0.5s ease;
}
#lnav nav {
	display: block!important;
}
#lnav .lnavttl {
	display: none;
}
#lnav nav ul {
	position: absolute;
	top: -43px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	width: 546px;
	height: 114px;
	padding: 52px 0 0 0;
	background: #ffffff;
	border-radius: 20px;
}
#lnav nav ul li {
	height: 14px;
	line-height: 1.0;
	padding: 0 30px;
	font-size: 14px;
	border-left: 1px solid #cecece;
}
#lnav nav ul li:first-child {
	padding-left: 0;
	border-left: none;
}
#lnav nav ul li a {
	color: #444444;
}
#lnav.is-animation {
	z-index: 110;
	position: fixed;
	top: 80px;
	background: #f5f5f5;
	width: 100%;
	height: 54px;
	transition: background 0.5s ease;
}
#lnav.is-animation nav ul {
	position: inherit;
	top: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	background: none;
	border-radius: 0;
}
#lnav.is-animation nav ul li {
	height: 14px;
	line-height: 1.0;
	padding: 0 30px;
	font-size: 14px;
	border-left: 1px solid #cecece;
}
#lnav.is-animation nav ul li:first-child {
	padding-left: 30px;
	border-left: none;
}

}

@media screen and (max-width: 767px) {
	
	#mv {
		position: relative;
	}
	#mv .mvttl {
		z-index: 4;
		position: absolute;
		left: 4%;
		top: 25vw;
	}
	#mv .mvttl .subttl {
		margin-bottom: 1%;
		font-size: calc( 100vw * calc(20 / 750));
		font-weight: bold;
		color: #777777;
		letter-spacing: 0.06em;
	}
	#mv .mvttl h2 {
		font-size: calc( 100vw * calc(40 / 750));
		font-weight: bold;
		letter-spacing: 0.06em;
	}
	#mv h2 {
	}
	#lnav {
		display: none;
	}
	#lnav.is-animation-sp {
		z-index: 110;
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		color: #444; 
		/*transition: all 0.1s ease;*/
	}
	#lnav.is-animation-sp .lnavttl {
		position: relative;
		width: 100%;
		padding-bottom: 8.5%;
		margin-top: 12.5%;
		background: #f5f5f5;
	}
	#lnav.is-animation-sp .lnavttl .ttl {
		position: absolute;
		left: 4%;
		top: 0;
		margin-top: 2%;
		font-size: calc( 100vw * calc(20 / 750));
		font-weight: bold;
	}
	#lnav.is-animation-sp .lnavttl .btn{
		position: absolute;
		right: 4%;
		top: 0;
		margin-top: 2.4%;
		width: 5.07%;
		padding-bottom: 3.73%;
		background: url(../images/common/sp/lnav_btn01.png) center top no-repeat;
		background-size: 100% auto;
	}
	#lnav.is-animation-sp .lnavttl.tasu .btn {
		position: absolute;
		right: 4%;
		top: 0;
		margin-top: 2.4%;
		width: 5.07%;
		padding-bottom: 3.73%;
		background: url(../images/common/sp/lnav_btn02.png) center top no-repeat;
		background-size: 100% auto;
	}
	#lnav nav {
		display: none;
		width: 100%;
		padding: 6.7% 4%;
		background: #dddddd;
	}
	#lnav nav ul {
	}
	#lnav nav ul li {
		margin-bottom: 5.3vw;
		padding-left: 4vw;
		font-size: calc( 100vw * calc(20 / 750));
		background: url(../images/common/sp/arrow_4.png) left center no-repeat;
		background-size: 1.6vw auto;

	}
	#lnav nav ul li:last-child {
		margin-bottom: 0;
	}
	#lnav nav ul li a {
		color: #444444;
	}
}
	
@media screen and (min-width: 768px) {
	
#contents {
	padding: 0 0 0;
}

#topicpath {
	position: relative;
	width: 1050px;
	margin: 0 auto 50px;
	padding-top: 8px;
	font-size: 11px;
	color: #666666;
}
#topicpath a {
	color: #666666;
	text-decoration: underline;
}

#cont01 {
	width: 790px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-size: 16px;
	color: #444444;
	line-height: 1.875;
}
#cont01 h3 {
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #000000;
}
#cont01 .table01 tr:first-child th,
#cont01 .table01 tr:first-child td {
	border-top: 1px solid #dadada;
	
}
/**/
#cont01 .table01 .arrowbtn {
	margin-top: 15px;
}
/**/
	
}
@media screen and (max-width: 767px) {
	#topicpath {
		padding: 5.3% 0 6.7% 9.9%;
		font-size: calc( 100vw * calc(16 / 750));
		color: #666666;
	}
	#topicpath a {
		color: #666666;
		text-decoration: underline;
	}
	#cont01 {
		position: relative;
		padding: 0 4% 10.7%; 
		font-size: calc( 100vw * calc(24 / 750));
		color: #444444;
		line-height: 1.875;
	}
	#cont01 h3 {
		margin-bottom: 5.8%;
		font-size: calc( 100vw * calc(38 / 750));
		font-weight: bold;
		color: #000;
	}
	#cont01 .cont {
		padding: 0 6.4%;
		border: 1px solid #e8e8e8;
		border-radius: 5px;
	}
	#cont01 .table01 .arrowbtn {
		margin-top: 12px;
		
	}
	
}

@media screen and (min-width: 768px) {
#cont02 {
	background: #f5f5f5;
}
#cont02 .inner {
	position: relative;
	width: 790px;
	margin: 0 auto;
	padding: 90px 50px 20px;
	font-size: 16px;
	color: #444444;
	line-height: 1.875;
}
#cont02 h3 {
	margin-bottom: 55px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #000000;
}
#cont02 a {
	color: #f76c56;
}
#cont02 .contwrap {
	z-index: 2;
	position: relative;
	background: url(../images/exam/group/cont02_bdr.png) center 50px repeat-y;
}
#cont02 .contbox {
	box-sizing: border-box;
	width: 790px;
	margin-bottom: 80px;
	padding: 50px 40px 40px;
	border-radius: 20px;
	background: #fff;
	box-shadow:0px 12px 12px 0px rgba(0,0,0,0.05);
}
#cont02 .contbox .num{
	margin: -80px 0 23px 0;
}
#cont02 .contbox h4{
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #d55d4a;
}

#cont02 .inner .bg01{
	z-index: 1;
	position: absolute;
	right: -265px;
	top: 44px;
}
#cont02 .inner .bg02{
	z-index: 1;
	position: absolute;
	left: -265px;
	bottom: 635px;/*615px*/
}

#cont02 .contbox .inbox01 {
	position: relative;
	padding: 15px 20px;
	background: #fcf2f1;
	border-radius: 10px;
}
#cont02 .contbox .clr01 {
	color: #d55d4a;
}
#cont02 .contbox .small {
	color: #777777;
	font-size: 14px;
}
#cont02 .contbox.p01 .inbox01 {
	margin-top: 10px;
}
#cont02 .contbox.p01 .step {
	margin-top: 30px;
	background: url(../images/exam/group/step_bg.png);
}
.step .cont {
	width: 630px;
	margin: 0 0 25px 80px;
}
.step .s01 .txt {
	margin-bottom: 15px;
}
.step .mb8 {
	margin-bottom: 8px;
}
.step .s01 .small {
	margin-top: 15px;
}
#cont02 .contbox.p02  .small {
	margin-top: 8px;
}
#cont02 .contbox.p03  .small {
	margin-top: 8px;
	
}

}

@media screen and (max-width: 767px) {
	
	#cont02 {
		background: #f5f5f5;
	}
	#cont02 .inner {
		position: relative;
		margin: 0 auto;
		padding: 10.7% 4% 5.6%;
		color: #444444;
	}
	#cont02 a {
		color: #f76c56;
	}
	#cont02 h3 {
		margin-bottom: 55px;
		font-size: calc( 100vw * calc(38 / 750));
		font-weight: bold;
		letter-spacing: 0.06em;
		color: #000000;
	}
	#cont02 .contwrap {
	}
	#cont02 .contbox {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10.7%;
		padding: 8.7% 6.4% 8.7%;
		border-radius: 20px;
		background: #fff;
		box-shadow:0px 12px 12px 0px rgba(0,0,0,0.05);
		font-size: 12px;
	}
	#cont02 .contbox .num{
		position: absolute;
		left: 6.4%;
		top: 0;
		width: 29.6%;
		margin-top: -4.5%;
	}
	#cont02 .contbox h4{
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.06em;
		color: #d55d4a;
	}
	#cont02 .contbox .inbox01 {
		position: relative;
		padding: 13px;
		background: #fcf2f1;
		border-radius: 5px;
	}
	#cont02 .contbox .clr01 {
		color: #d55d4a;
	}
	#cont02 .contbox .small {
		color: #777777;
		font-size: 10px;
	}
	#cont02 .contbox.p01 .inbox01 {
		margin-top: 10px;
	}
	#cont02 .contbox.p01 .step {
		width: 100%;
		margin-top: 30px;
		background: url(../images/exam/group/sp/step_bg.png) left top;
		background-size: 100% auto;
	}
	.step h5 {
		margin-bottom: 5px;
	}
	.step .cont {
		margin: 0 0 20px 13.3%;
	}
	.step .arrowbtn {
		font-size: 11px;
	}
	.step .mb8 {
		margin-bottom: 8px;
	}
	.step .s01 .txt {
		margin-bottom: 15px;
	}
	.step .s01 .small {
		margin-top: 15px;
	}
	#cont02 .contbox.p02  .small {
		margin-top: 8px;
	}
	#cont02 .contbox.p03  .small {
		margin-top: 8px;
	}
}

@media screen and (min-width: 768px) {
	
#cont03 {
	background: #ffffff;
}
#cont03 .inner {
	width: 790px;
	margin: 0 auto;
	padding: 75px 0 80px;
}
#cont03 h3 {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #000000;
}
#cont03 h4{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #d55d4a;
}
#cont03 .qa {
	width: 790px;
	margin: 0 auto 60px;
}
#cont03 .qa:last-child {
	margin-bottom: 0px;
}
#cont03 .qa dl {
	border-bottom: 1px solid #dadada;
	color: #444;
}
#cont03 .qa dl:first-child {
	border-top: 1px solid #dadada;
}
#cont03 .qa dl dt {
	box-sizing: border-box;
	min-height: 93px;
	cursor: pointer;
	padding: 35px 40px 38px 70px;
	background: url(../images/app/cont05_icon_q.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#cont03 .qa dl dt.tasu {
	background:
	url(../images/app/cont05_icon_q.png) left center no-repeat,
	url(../images/app/cont05_icon_minus.png) right center no-repeat
	;
}
#cont03 .qa dl dt.hiku {
	background:
	url(../images/app/cont05_icon_q.png) left center no-repeat,
	url(../images/app/cont05_icon_plus.png) right center no-repeat
	;
}
#cont03 .qa dl dd {
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 90px 35px 70px;
	background: url(../images/app/cont05_icon_a.png) left top no-repeat;
	font-size: 16px;
	line-height: 1.875;
}
#cont03 .qa dl dd a {
	color: #d55d4a;
}
#cont03 .qa dl dd .small {
	color: #777777;
	font-size: 14px;
}
#cont03 .qa dl dd a.gray{
	color: #777;
	pointer-events: none;
	
}

}

@media screen and (max-width: 767px) {
	#cont03 {
		background: #ffffff;
	}
	#cont03 .inner {
		margin: 0 auto;
		padding: 40px 4% 10px;
	}
	#cont03 h3 {
		margin-bottom: 25px;
		font-size: calc( 100vw * calc(38 / 750));
		font-weight: bold;
		letter-spacing: 0.06em;
		color: #000000;
	}
	#cont03 h4{
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.06em;
		color: #d55d4a;
	}
	#cont03 .qa {
		width: 100%;
		margin: 0 auto 30px;
	}
	#cont03 .qa dl {
		border-bottom: 1px solid #dadada;
		color: #444;
	}
	#cont03 .qa dl:first-child {
		border-top: 1px solid #dadada;
	}
	#cont03 .qa dl dt {
		box-sizing: border-box;
		min-height: 57px;
		cursor: pointer;
		padding: 27px 35px 27px 35px;
		background: url(../images/app/cont05_icon_q.png) left center no-repeat;
		background-size: 27px auto;
		font-size: 12px;
		font-weight: bold;
	}
	#cont03 .qa dl dt.tasu {
		background:
		url(../images/app/cont05_icon_q.png) left center no-repeat,
		url(../images/app/cont05_icon_minus.png) right center no-repeat
		;
		background-size:
			auto 27px,
			auto 27px 
		;
	}
	#cont03 .qa dl dt.hiku {
		background:
		url(../images/app/cont05_icon_q.png) left center no-repeat,
		url(../images/app/cont05_icon_plus.png) right center no-repeat
		;
		background-size:
			auto 27px,
			auto 27px 
		;
	}
	#cont03 .qa dl dd {
		box-sizing: border-box;
		cursor: pointer;
		padding: 2px 35px 27px 35px;
		background: url(../images/app/cont05_icon_a.png) left top no-repeat;
		background-size: 27px auto;
		font-size: 12px;
		line-height: 1.875;
	}
	#cont03 .qa dl dd a {
		color: #d55d4a;
	}
	#cont03 .qa dl dd .small {
		color: #777777;
		font-size: 10px;
	}
	#cont03 .qa dl dd a.gray{
		color: #777;
		pointer-events: none;
		
	}

}




@media screen and (min-width: 768px) {
	

	#cont01_add {
		width: 900px;
		margin: 0 auto 50px;
		font-size: 16px;
		color: #444444;
		line-height: 1.875;
	}
	#cont01_add .lead {
		margin-bottom: 30px;
		text-align: center;
	}
	#cont01_add .menu {
		display: flex;
		width: 600px;
		height: 44px;
		margin: 0 auto 50px;
		border: 1px solid #ff6363;
		border-radius: 22px;
	}
	#cont01_add .menu li {
		width: 300px;
		height: 44px;
		border-left: 1px solid #f76c56;
	}
	#cont01_add .menu li:first-child {
		border-left: none;
	}
	#cont01_add .menu li span {
		display: block;
		width: 300px;
		height: 44px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 44px;
		color: #f76c56;
		cursor: pointer;
	}
	#cont01_add .menu li.is-active span {
		background: #f76c56;
		color: #fff;
	}
	#cont01_add .menu li.is-active:first-child span{
		border-radius: 22px 0 0 22px;
	}
	#cont01_add .menu li.is-active:last-child span{
		border-radius: 0 22px 22px 0;
	}
	
	.ChangeElem_Panel{
		display: none;
	}
	
	#cont01_add .cont {
		width: 900px;
		margin: 0 auto;
	}
	#cont01_add .cont .ttlbox {
		box-sizing: border-box;
		width: 860px;
		height: 360px;
		margin: 0 auto;
	}
	#cont01_add .cont .ttlbox h3 {
	}
	#cont01_add .cont .ttlbox p.txt {
		margin-top: -130px;
		text-align: center;
		color: #fff;
	}
	#cont01_add .cont .contbox{
		position: relative;
		box-sizing: border-box;
		width: 900px;
		min-height: 540px;
		margin-top: -36px;
		padding: 20px 55px 60px;
		border-radius: 30px;
		background: #fff;
		box-shadow:0px 15px 24px 0px rgba(0,0,0,0.1);
	}
	#cont01_add .contbox .btnarea{
		padding: 25px 0 0;
		text-align: center;
	}
		
	}

	@media screen and (max-width: 767px) {
		
		#cont01_add {
			position: relative;
			padding: 0 4% 0; 
			font-size: calc( 100vw * calc(24 / 750));
			color: #444444;
			line-height: 1.875;
			margin-bottom: 6%;
		}
		#cont01_add .lead {
			margin-bottom: 5.3%;
			text-align: center;
		}
		#cont01_add .menu {
			display: flex;
			width: 86vw;
			height: 30px;
			margin: 0 auto 5%;
			border: 1px solid #f76c56;
			border-radius: 22px;
			background: #fff;
		}
		#cont01_add .menu li {
			width: calc( 86vw / 2);
			height: 30px;
			border-left: 1px solid #f76c56;
		}
		#cont01_add .menu li:first-child {
			border-left: none;
		}
		#cont01_add .menu li span {
			display: block;
			width: 100%;
			height: 30px;
			text-align: center;
			font-size: calc( 100vw * calc(20 / 750));
			font-weight: bold;
			line-height: 30px;
			color: #f76c56;
		}
		#cont01_add .menu li.is-active span {
			background: #f76c56;
			color: #fff;
		}
		#cont01_add .menu li:first-child span:hover{
			border-radius: 22px 0 0 22px;
		}
		#cont01_add .menu li:last-child span:hover{
			border-radius: 0 22px 22px 0;
		}
		#cont01_add .menu li.is-active:first-child span{
			border-radius: 22px 0 0 22px;
		}
		#cont01_add .menu li.is-active:last-child span{
			border-radius: 0 22px 22px 0;
		}
		
		#cont01_add .cont {
			margin: 0 auto;
		}
		#cont01_add .cont .ttlbox {
			box-sizing: border-box;
			width: 86vw;
			height: 54.7vw;
			margin: 0 auto;
		}
		#cont01_add .cont .ttlbox p.txt {
			position: relative;
			margin-top: -23vw;
			text-align: center;
			color: #ffffff;
		}
		#cont01_add .cont .contbox{
			position: relative;
			box-sizing: border-box;
			width: 100%;
			margin-top: -1.5%;
			padding: 2% 6.5% 8.5%;
			border-radius: 15px;
			/*background: linear-gradient(90deg, #ffffff 0%, #ffffff 63%, #fbf9f5 63%, #fbf9f5 100%);*/
			background: #fff;
			box-shadow: 0px 15px 24px 0px rgba(0,0,0,0.1);
		}
		#cont01_add .contbox .btnarea{
			padding: 2% 0 0;
			text-align: center;
		}
		
	}
