@charset "UTF-8";
/*
contentWrap
---------------------------*/
.contentWrap .inner {
	padding: 50px 0;
}
@media screen and (min-width: 769px) {
	.contentWrap {
		font-size: 1.8rem;
	}
	.contentWrap .inner {
		padding: 120px 0 170px 0;
	}
}
/*
mainVisual
---------------------------*/
#mainVisual {
	height: auto;
	position: relative;
	padding-bottom: 20px;
}
#mainVisual .inner {
	background-image: url("/img/mv-bg.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	height: 0;
	padding: 118% 0 0 0;
	position: relative;
}
#mainVisual h1 {
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#mainVisual h1 img {
	width: 100%;
}
@media screen and (min-width: 568px){
	#mainVisual {
		padding-bottom: 0;
	}
	#mainVisual .inner {
		max-width: 1140px;
		background-position: right center;
		background-size: 34%;
		padding-top: min(44.6%,572px);
	}
	#mainVisual h1 {
		width: 66%;
		top: 22%;
		left: 0;
		right: inherit;
		margin: 0;
	}
}
@media screen and (min-width: 900px){
	#mainVisual .inner {
		background-size: /*contain*/50%;
	}
	#mainVisual h1 {
		width: 49%;
	}
}
/*
explain
---------------------------*/
#explain ul {
	display: flex;
	justify-content: space-between;
}
#explain .ph {
	width: 33%;
	padding-top: 5px;
}
#explain .txt {
	width: 65%;
}
#explain .txt p {
	font-size: min(4vw,15px);
}
#explain .txt p.note {
	padding-top: 1em;
}
#explain .titBox h2 {
	color: #20260B;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 22px;
	font-size: min(5vw,21px);
	padding-bottom: 12px;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 15px;
}
#explain .titBox h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #FFC107;
}
#explain .titBox h2 span {
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 145%;
}
#explain .marginArea {
	padding-top: 50px;
}
#explain .finishText {
	margin: auto;
	border: 2px solid #F84E41;
	width: 55%;
	font-weight: 600;
	font-size: 135%;
	color: #F84E41;
	padding: 20px 0;
}
#explain .finishText a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 769px){
	#explain .inner {
		padding: 100px 0;
	}
	#explain .ph {
		width: 45%;
		max-width: 510px;
		padding-top: 0;
	}
	#explain .txt {
		width: 53%;
	}
	#explain .txt p {
		font-size: 20px;
		line-height: 2;
	}
	#explain .titBox h2 {
		padding-bottom: 8px;
		line-height: 1.4;
		margin-bottom: 25px;
		font-size: 3.1rem;
	}
	#explain .titBox h2:after {
		height: 7px;
	}
}
@media screen and (min-width: 900px) {
	#explain .inner {
		position: relative;
	}
	#explain .titBox {
		position: absolute;
		top: 120px;
		width: 53%;
	}
	#explain .txt {
		margin-top: 200px;
		margin-top: min(16vw,200px);
		width: 49%;
	}
	#explain .titBox h2 {
		font-size: min(2.6vw,31px);
	}
	#explain .finishText {
		min-width: 843px;
	}
}
@media screen and (max-width: 899px) {
	#explain .finishText{
		width: 90%;
		font-size:110%;
	}
}
/*
outline
---------------------------*/
#outline dl {
	border: 1px solid #CDDC39;
	margin-bottom: 30px;
	padding-bottom: 3%;
}
#outline dl dl {
	border: 1px solid #ddd;
}
#outline dl:last-child {
	margin-bottom: 0;
}
#outline dt,
#outline dd {
	padding: 14px 20px;
}
#outline dt {
	background-color: #E6EE9C;
	font-weight: 700;
}
#outline ol li {
	line-height: 1.6;
	margin-bottom: 1em;
	font-weight: 500;
	position: relative;
	padding-left: 1.3em;
}
#outline ol li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "●";
	color: #B2D235;
	font-size: 80%;
}
#outline th,
#outline td {
	padding: 1em 2%;
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
}
#outline th {
	background-color: #B2D235;
	color: #ffffff;
}
#outline td {
	background-color: #F7F7F7;
}
#outline td.disabled {
	background-color: #ccc;
}
#outline .style01 .w-wide {
	width: 300px;
}
#outline .style01 td:first-child {
	text-align: left;
}
#outline table {
	width: 100%;
}
#outline table.style02 {
	max-width: 450px;
}
table tbody td.receptionClosed {
	color:#ffffff;
	font-size: 22px;
	letter-spacing: 0.12em;
}
#outline .txt-s {
	font-size: 90%;
}
#outline .t-left td {
	text-align: left;
}
#outline .t-left ul {
	padding-top: 10px;
}
#outline .t-left li {
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
#outline .style01 .att,  #outline .attNote{
	font-weight: 600;
	color: #F84E41;
	letter-spacing: -0.3px;
}
#outline .attNoteThin{
	color: #F84E41;
	letter-spacing: -0.3px;
	font-size: 20px;
}
#outline .mainText {
	display: inline-block;
	position: relative;
	color: #B2D235;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
#outline .mainText + .mainText {
	margin-bottom: 20px;
}
#outline .mainText span {
	font-weight: 700;
	font-size: 28px;
}
#outline .mainText:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #B2D235;
}
#outline .halfColumn th,
#outline .halfColumn td {
	width: 50%;
}
#outline .appPeriod {
	display: flex;
}
#outline span.through {
	text-decoration: line-through;
}
#outline .finishBtn{
	width: auto;
	border-radius: 30px;
	padding: 9px 1.8em;
	font-size: 14px;
	max-width: none;
	pointer-events: none;
	margin-left:10px;
}
#outline dl.continueArea {
	border: 1px solid #F84E41;
	margin-bottom: 120px;
	padding-bottom: 3%;
}
#outline .periodText {
	display:inline-block;
	vertical-align: top;
}
#outline .redBox {
	padding:20px 30px;
	margin: auto;
	border: 2px solid #F84E41;
	border-width:thin;
	width: 100%;
	font-weight: 600;
}
@media screen and (min-width: 769px) {
	#outline dt,
	#outline dd {
		padding: 20px 30px;
	}
	#outline table {
		font-size: 1.6rem;
	}
	#outline .mainText {
		font-size: 26px;
		margin-bottom: 20px;
	}
	#outline .mainText + .mainText {
		margin-bottom: 20px;
	}
	#outline .mainText span {
		font-size: 40px;
	}
}
@media screen and (min-width: 932px) {
	#outline .attNoteThin {
		font-size: 30px;
	}
}
@media screen and (max-width: 320px) {
	#outline th,
	#outline td {
		font-size: 90%;
	}
}
/*tableをスクロール*/
@media screen and (max-width: 778px) {
	#outline .table-scroll table {
		width: 778px;
	}
	#outline .table-scroll {
		overflow: auto;
		white-space: nowrap;
	}
	#outline .table-scroll.indention {
		white-space: inherit;
	}
	#outline .table-scroll::-webkit-scrollbar {
		height: 5px;
	}
	#outline .table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	#outline .table-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}
@media screen and (max-width: 430px) {
	#outline .table-scroll table {
		width: 670px;
	}
}
@media screen and (max-width: 940px) {
	#outline .appPeriod {
		display: block;
	}
	#outline .finishBtn{
		width: 140px;
	}
}
/*
howto、download
---------------------------*/
/*#howto .subTitle h2{
	color: #B2D235;
}*/
#howto dl,
#download .inner > div {
	background-color: #ffffff;
}
#howto #how01 {
	margin-bottom: 30px;
}
#howto dt {
	background-color: #ffc107;
	padding: 14px 0;
}
#howto dt span {
	color: #ffffff;
	padding-left: 60px;
	font-weight: 700;
	font-size: 135%;
	display: inline-block;
	position: relative;
}
#howto dt span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	background-image: url("/img/icon-pc.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 100%;
	height: 23px;
}
#howto #how02 dt span:before {
	background-image: url("/img/icon-post.svg");
	height: 29px;
}
#howto dd,
#download .inner > div {
	padding: 20px 20px 25px 20px;
}
#howto dd p,
#download p {
	margin-bottom: 1em;
}
#howto dd p:last-child,
#download p:last-child {
	margin-bottom: 0;
}
#download .howList {
	margin-bottom: 1em;
}
.howList.downloadList li {
	display: block;
	margin-top: 1em;
}
.howList li {
	display: inline-block;
	margin-top: 1em;
}
.howList li a.pdf:hover {
	text-decoration: underline;
}
.howList .btnR a,
.howList .btnR .dummy {
	width: auto;
	border-radius: 30px;
	padding: 9px 1.8em;
	font-size: 14px;
	max-width: none;
}
.howBox {
	border: 1px solid #B2D235;
	padding: 15px 20px 20px 20px;
	margin-top: 2.5em;
}
.howBox .atn {
	border: 1px solid #F84E41;
	padding: 0 5px 2px 5px;
}
#howto .appPeriod {
	display: flex;
}
#howto span.through {
	text-decoration: line-through;
}
#howto .finishBtn{
	width: auto;
	border-radius: 30px;
	padding: 9px 1.8em;
	font-size: 14px;
	max-width: none;
	pointer-events: none;
	margin-left:10px;
}
#howto table {
	width: 100%;
}
#howto th,
#howto td {
	padding: 1em 2%;
	font-weight: 400;
	line-height: 1.6;
}
#howto th {
	background-color: #B2D235;
	color: #ffffff;
}
#howto td {
	background-color: #F7F7F7;
}
#howto dd div {
	margin-top: 1.3em;
}
#howto dd div p {
	margin: 0px;
	font-size: 90%;
}
#howto dd div.newArea {
	background-color: #eff5e1;
	border-radius: 5px;
	padding: 5px 20px 20px 20px;
}
#howto dd div.newArea .annotation {
	margin-top: 1rem;
	line-height: 1.7;
}
#howto dd div.continueArea {
	background-color: #fff2f9;
	border-radius: 5px;
	padding: 5px 20px 20px 20px;
}
@media screen and (max-width: 365px) {
	.howList .btnR a,
	.howList .btnR .dummy {
		font-size: 12px;
	}
}
@media screen and (min-width: 769px) {
	#howto #how01 {
		margin-bottom: 50px;
	}
	#download .inner {
		padding-top: 50px;
	}
	#howto dt span {
		padding-left: 4em;
	}
	#howto dt span:before {
		left: 1.2em;
		height: 33px;
	}
	#howto #how02 dt span:before {
		left: 1.45em;
		height: 39px;
	}
	#howto dd,
	#download .inner > div {
		padding: 30px 30px 35px 30px;
	}
	#howto dd p,
	#download p {
		margin-bottom: 1.5em;
		line-height: 2;
	}
	.howList li {
		margin-top: 0.5em;
		margin-right: 0.5em;
	}
	.howList .btnR a {
		font-size: 17px;
	}
	#howto table {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 940px) {
	#howto .appPeriod {
		display: block;
	}
	#howto .finishBtn{
		width: 140px;
		margin:10px 0;
	}
}
@media screen and (max-width: 320px) {
	#howto th,
	#howto td {
		font-size: 90%;
	}
}
/*tableをスクロール*/
@media screen and (max-width: 778px) {
	#howto .table-scroll table {
		width: 778px;
	}
	#howto .table-scroll {
		overflow: auto;
		white-space: nowrap;
	}
	#howto .table-scroll.indention {
		white-space: inherit;
	}
	#howto .table-scroll::-webkit-scrollbar {
		height: 5px;
	}
	#howto .table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	#howto .table-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}
@media screen and (max-width: 430px) {
	#howto .table-scroll table {
		width: 670px;
	}
}
/*
flow
---------------------------*/
#flow .subTitle p {
	color: #B2D235;
}
#flow ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#flow li {
	width: 70%;
	margin: 0 auto 30px auto;
	text-align: center;
}
#flow dl {
	padding: 24px 20px;
}
#flow dt {
	font-weight: 700;
	font-size: min(3vw,24px);
	margin-bottom: 13px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 8px;
}
#flow dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 2em;
	height: 2px;
	background: -moz-linear-gradient(left, #E6EE9C, #B2D235);
	background: -webkit-linear-gradient(left, #E6EE9C, #B2D235);
	background: linear-gradient(to right, #E6EE9C, #B2D235);
}
#flow dt span {
	display: block;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	color: #B2D235;
	font-weight: 700;
	font-size: min(2.4vw,20px);
	margin-bottom: 13px;
}
#flow dd {
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (max-width: 428px){
	#flow ul {
		display: block;
	}
	#flow li {
		margin: 0 20px 30px 20px;
		width: auto;
	}
	#flow dt {
		font-size: 18px;
	}
	#flow dt span {
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px){
	#flow ul {
		flex-wrap: nowrap;
	}
	#flow li {
		width: 19.6%;
		max-width: 210px;
		text-align: left;
	}
	#flow dl {
		padding: 24px 20px;
	}
	#flow dt,
	#flow dt span {
		font-size: 20px;
	}
	#flow dt {
		letter-spacing: normal;
		padding: 0;
	}
	#flow dt:after {
		content: none;
	}
	#flow dt.lsp {
		letter-spacing: -0.07em;
	}
	#flow dt.lsp span {
		letter-spacing: normal;
	}
}

/*
faq
---------------------------*/
#faq .subTitle p {
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
#faq li {
	background-color: #ffffff;
	border: 1px solid #B2D235;
	margin-bottom: 20px;
	padding-bottom: 1px;
}
#faq li a {
	font-weight: 500;
	line-height: 1.4;
	display: block;
	padding: 20px 50px 20px 20px;
	position: relative;
}
#faq li a > span {
	font-weight: 500;
	line-height: 1.4;
}
#faq li a:after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/img/icon-arrow.svg);
	background-position: center center;
	background-size: contain;
	margin: auto;
}
@media screen and (min-width: 769px){
	#faq ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: baseline;
	}
	#faq li {
		width: 49%;
		max-width: 540px;
	}
	#faq li a {
		padding: 30px 60px 30px 30px ;
	}
	#faq li a:after {
		right: 30px;
		width: 22px;
		height: 22px;
	}
}
.listBase li {
	line-height: 1.8;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.contentWrap #attBlock {
	padding-bottom: 0;
}
#attBlock .attTitle {
	background-color: #F84E41;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	padding: 15px;
	margin-bottom: 20px;
}
#attBlock .attTitle02 {
	color: #F84E41;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
}

#attBlock .textBase {
	line-height: 1.8;
}
#attBlock .textBase + .textBase {
	padding-top: 1em;
}
#attBlock .textBase:last-of-type {
	padding-bottom: 20px;
}
#attBlock .attInnerBox {
	border: 1px solid #F84E41;
	padding: 15px;
	margin-top: 20px;
}
.bottom-sp {
	margin-bottom: 20px;
}
.top-sp {
	margin-bottom: 20px;
}
@media screen and (min-width: 769px){
	#attBlock .attTitle {
		font-size: 22px;
		text-align: center;
		margin-bottom: 30px;
	}
	#attBlock .attTitle02 {
		padding-bottom: 20px;
	}
	#attBlock .textBase:last-of-type {
		padding-bottom: 30px;
	}
	#attBlock .attInnerBox {
		padding: 20px;
		margin-top: 25px;
	}
}
.textLine {
	text-decoration: underline;
}
.blueText {
	color: /*#0063ff*/#03c112;
}
.pinkText {
	color: #ff286d;
}
td div div.td-left {
	text-align: left;
}
.flex-center {
	display:flex;
	justify-content:center;
}
span.finishBox {
    background-color: rgb(127 127 127);
    color: white;
    padding: 10px 30px;
    display: inline-block;
}
td.center {
	text-align: center;
}