@charset "utf-8";
/* ----------------------------------------
step
---------------------------------------- */
.step-list {
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.step-list > li {
	padding: 1rem 0;
}
.step-list > li:not(:last-child):after {
	right: 0.9rem;
}


/* ----------------------------------------
.attention
---------------------------------------- */
.attention{
	margin: 0 0 2rem 0;
}

.attention-bg{
	font-size: 1.4rem;
  padding:1.5rem;
	margin:0 0 4rem 0 ;
}


/* ----------------------------------------
table
---------------------------------------- */
.col-form .input-list{
  margin: 0 0 4rem 0; 
}

.col-form table,
.col-form table th,
.col-form table td{
	border: none;
}

.col-form table{
	width: 100%;
}

.col-form table th,
.col-form table td{
	display: block;
	width: 100%;
	padding:0.8rem 1.5rem;
}
.col-form table td{
	padding:1.5rem 0;
}

.col-form table th{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
	font-size: 1.6rem;
}
.col-form table td{
	margin: 0 0 1rem 0;
}

.col-form table .sub{
	font-size: 1.2rem;
	color: #555;
	margin:0 0 1rem 0;
}

.col-form select{
    width: 100%;
    font-size: 1.6rem;
}
		.col-form .select-wrap .selectArrow {
			display: inline-block;
			width: 0.8rem;
			height: 0.8rem;
			border-bottom: 1px solid #0068b7;
			border-right: 1px solid #0068b7;
			transform: rotate(45deg);
			position: absolute;
			top: 2rem;
			left: auto;
			right: 2rem;
		}

.col-form input{
    width: 100%;
    font-size: 1.6rem;
}

.col-form textarea{
	min-height: 12rem;
}

.col-form input.txt-S:nth-of-type(1){
	width: 10rem;
}
.col-form input.txt-S{
	width: 17rem;
}

/* ----------------------------------------
.errorMessage
---------------------------------------- */
.err{
	font-size: 1.4rem;}

.err:before{
	content: '!';
	display: inline-block;
	background-color: #e60012;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 9px;
	font-size: 1.4rem;
	line-height: 1.2;
	}	
.policy-err{
	margin: 0 0 1rem 0;
}

.errorMessage{
	padding: 1.5rem;
}
.errorMessage p{
  font-size: 1.6rem;
  line-height: normal;
}

.errorMessage ul{
	font-size: 1.4rem;
	padding-left: 1.5rem;}

.errorMessage ul li font,
.err font{
	font-size: 1.4rem !important;
}


/* ----------------------------------------
.policy-wrap
---------------------------------------- */
.policy-wrap{
	margin: 0 0 6rem 0;
}

.policy-wrap h3{
  font-size: 1.8rem;
  padding: 1.5rem;
}

p.categoTxt{
	margin: 0 0 2rem 0;
}

.sp.accordionBtn {display: block;}
.accordionBox{margin: 0 0 4rem 0;}

.scrl {
	width: auto;
	margin: 0 auto;
	height: 24rem;
	padding: 0 1.5rem;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;}

/*
.accordionBtn {
		margin:0 0 1.5rem 0;
		color: #0067d9;
		font-size: 1.4rem;}
.accordionBtn label{cursor: pointer;}

.accordionIcon {
  position: relative;
  margin: -0.2rem 1rem 0 1rem;}
.accordionIcon,
.accordionIcon:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.2rem;
  vertical-align: middle;
  background: #0067d9;}
.accordionIcon:after {
  position: absolute;
    top: calc(50% - 0.2rem / 2);
    left: 0;
  transform: rotate(90deg);
  transition: 0.4s;	}
#accordionBtn:checked + .accordionBtn .accordionIcon:after {
  transform: rotate(0);}

#accordionBtn {display: none;}
.accordionBox {
  height: 0;
  overflow: hidden;
  transition: 0.4s;}
  #accordionBtn:checked ~ .accordionBox {
    height: 24rem;}
*/

.scrl h4 {
	margin-top: 2rem;
	font-size: 1.4rem;}
.scrl p {
	width: 100%;
	font-size: 1.4rem;}
.scrl ol {
	font-size: 1.4rem;
	list-style: decimal;
	padding-left: 2rem;}
.scrl li {
	line-height: 2;}
.scrl > *:last-child {
	margin-bottom: 3rem;}

ol.cookie-txt{
	padding-left: 0;
	padding-top:1rem;}

ol.cookie-txt li{
	margin-left: 1.5rem;
}

ol.cookie-txt li:last-child {
	padding-top: 1.5rem;
}

ol.cookie-txt li ul{
	padding-left: 0;}

ol.cookie-txt li ul li{
	list-style-type: none;
	padding-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0;
}
ol.cookie-txt li ul li p{
	font-size: 1.4rem;
	margin-left: 0;
	padding-top: 0;
word-break: break-all;}

ol.cookie-txt li ul li p a{
	text-decoration: underline;
}

ol.cookie-txt li ul li p a:hover{
	text-decoration: none;
}


.privacyCheck{
	width: auto;
	font-size: 1.4rem;}


/* ----------------------------------------
.btn-confirm
---------------------------------------- */
.btn-confirm {
  width: 28rem;
  margin: 4rem auto 0;
}
.btn-confirm button {
  position: relative;
  width: 100%;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 30%);
  min-height: 6.4rem;
  padding: 1.5rem 4rem;
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: box-shadow 0.12s, background-color 0.12s;
}
.btn-confirm button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn-confirm button.hover {
  box-shadow: none;
  background-color: #137bca;
}

/* ----------------------------------------
.btn-correction
---------------------------------------- */
.btn-correction{
  text-align: center;
  margin: 4rem 0 0 0;
}

.btn-correction button {
	cursor: pointer;
	position: relative;
	width: 20rem;
	min-height: 5rem;
	padding: 1rem;
	color: #0068b7;
	font-size: 1.6rem;
  font-weight: bold;
	background-color: #eff4f7;
  border-radius: calc(infinity * 1px);
	transition: background 0.15s, color 0.15s;
}

.btn-correction button.hover {
  color: #fff;
  background-color: #0068b7;
}


