@charset "utf-8";
.renew-2024{
    margin:0 auto;
}

.renew-2024 section{
  margin:0 auto 40px;
}

/* テキスト */
.renew-2024 h1{
    font-size:26px!important;
    color:#006ab7!important;
}

.renew-2024 h2{
    font-size:1.4em!important;
    color:#006ab7!important;
    text-align:left;
    padding:0 0 10px;
    border-bottom: 4px solid #70abd7;
}

.renew-2024 h2 span{
  font-weight: 600;
  font-size:0.6em;
  padding: 4px 10px;
  background:#006ab7;
  color:#FFF;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  margin-right:20px;
}

.renew-2024 p.center{
  text-align:center;
}

.renew-2024 p.attention{
  text-align:center;
}

.renew-2024 p.attention:before{
  content:"※";
}

.renew-2024 .red{
  color:#FF0000;
}

.renew-2024 .f-12{
  font-size:1.2em!important;
}

/* form */
.renew-2024 .form-box {
	width:100%!important;
	/* border: 10px solid #000000; */
}

.renew-2024 .form-box form {
  background-color:transparent!important;
  padding: 0!important;
  margin:20px 0!important;
}

.renew-2024 .form-box form table{
	margin:0 auto;
	width:100%;
	table-layout:auto;
	background-color:#FFF;
}


.renew-2024 .form-box form table thead{
	margin:0 auto;
}

.renew-2024 .form-box form table thead th{
	margin:0 auto;
}

.renew-2024 .form-box form table tbody{
	margin:0 auto;
}

.renew-2024 .form-box form table th,
.renew-2024 .form-box form table td{
    padding: 20px;
	vertical-align: middle;
}
.renew-2024 .form-box form table tbody th{
	margin:0 auto;
	color: #fff;
	background: #265280;
	text-align: left;
	line-height:26px;
	width: 35%;
}

.renew-2024 .form-box form table tbody th span{
  margin:0 0 2px;
  padding:0 20px!important;
  color:#FFF;
  display: block !important;
  font-weight: 500 !important;
  background-color:red;
  box-sizing: border-box !important;
  width: fit-content !important;
  font-size:0.6em;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.renew-2024 .form-box form table tbody td{
    text-align: left;
    width: auto!important;
    line-height: 1.6em;

}

.renew-2024 .form-box form table input{
	padding:10px!important;
	vertical-align: middle;
	font-size:18px;
}

.renew-2024 .form-box form table textarea{
	font-size:18px;
	padding:14px 20px;
	line-height:26px;
}

.renew-2024 .form-box form input[type=radio] {
    height: 16px;      /* 生成ボタンサイズ */
    width: 16px;       /* 生成ボタンサイズ */
	border-radius: 50%!important;
	margin:0 8px 3px 0!important;
}

.renew-2024 .form-box form label{
	padding:4px 10px!important;
	vertical-align: middle;
	display:block;
}

.renew-2024 .form-box form select {
	font-size:16px!important;
}

.renew-2024 .form-box form table img{
	margin:10px;
	/* width:50px; */
}

.renew-2024 .form-box form .btn{
	margin:40px auto!important;
}

@media screen and (max-width: 767px) {
.renew-2024 .form-box {
	margin: 0 auto!important;
}
	
.renew-2024 .form-box form {
  margin: 0!important;
  padding: 10px!important;
  box-sizing: border-box!important;
}

.renew-2024 .form-box form table{
	margin:0 auto;
	width:100%;
	table-layout:auto;
	border:0!important;
}

.renew-2024 .form-box form table thead,
.renew-2024 .form-box form table tbody{
	margin:0 auto;
}
	
.renew-2024 .form-box form table th,
.renew-2024 .form-box form table td{
    padding: 10px;
	display:block;
	border:0!important;
	font-size:16px!important;
}


	
.renew-2024 .form-box form table tbody th{
	/* margin:0 auto; */
	position: auto;
	/* text-align: left; */
	width: auto;
	position:unset;
}

.renew-2024 .form-box form table tbody th span,
.renew-2024 .form-box form table tbody th span{
  margin:0 0 2px;
  padding:4px 20px!important;
  font-size:0.8em!important;
}

.renew-2024 .form-box form table tbody td{
    text-align: left;
    width: auto!important;
    line-height: 1.6em;
    /* width:100%!important; */
}

.renew-2024 .form-box form table input{
	padding:10px!important;
	vertical-align: middle;
	max-width:100%!important;
　　box-sizing:border-box!important;
	margin:0!important;
}

.renew-2024 .form-box form input[type=radio] {
    height: 16px;      /* 生成ボタンサイズ */
    width: 16px;       /* 生成ボタンサイズ */
	border-radius: 50%!important;
	margin:0 8px 3px 0!important;
}

.renew-2024 .form-box form label{
	padding:6px 0!important;
	vertical-align: middle;
	display:block;
	font-size:16px;
}

.renew-2024 .form-box form select {
	font-size: 16px!important;
	background-color:#FFF;
	padding:20px;
	width:90%;
}

.renew-2024 .form-box form select option{
	font-size: 16px!important;
}
	
.renew-2024 .form-box form table img{
	margin:10px 0;
	width: auto;
}

.renew-2024 .form-box form table textarea{
	max-width:94%;
	padding:10px;
}

.renew-2024 .form-box form .btn{
	margin:20px 0!important;
}
}


/* box */
.renew-2024 .lp-flow{
  max-width:900px;
  margin:0 auto;
}

.renew-2024 .lp-flow p{
    padding: 15px;
    line-height: 1.6em;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.renew-2024 .lead-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.renew-2024 .lead-box p{
  text-align:center!important;
    font-size:19px!important;
  font-weight:600;
}

.renew-2024 .center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
margin:20px auto;
border: 6px solid #eee;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
padding:10px 10px;
}

.renew-2024 .column-box-2-flow02 {
height:160px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-position: right 10px;
background-repeat:no-repeat;
border: 6px solid #70abd7;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
margin:20px auto;
padding:10px 20px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 120px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub,
.renew-2024 .column-box-2 .sub {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100%;
	height:auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  color:#333;
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0!important;
  margin:10px 0 0;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0;
    line-height: 1.6rem;
    font-size: 16px!important;
}

@media screen and (max-width: 767px) {
.renew-2024 .column-box-2 {
display: block;
}
.renew-2024 .column-box-2 .main {
width: 100%;
}

.renew-2024 .column-box-2 .sub {
width: 100%;
}
}

/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
  line-height:1em;
font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding:20px 60px;
}

.renew-2024 .button-box button:after{
    content:"\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
  top:21px;
  position: absolute;
  font-size:0.6em;
  margin-left:10px;
}
.renew-2024 .button-box p.lead{
  margin:0 auto;
    color:#006ab7!important;
  text-align:center;
  font-size:1.4em;
  font-weight:600;
}

.renew-2024 .button-box p.attention{
  margin:0 auto;
  font-size:16px;
  text-align:center;
}

@media screen and (max-width: 767px) {
.renew-2024 h1,
.renew-2024 h2,
.renew-2024 h3,
.renew-2024 h4,
.renew-2024 h5{
    font-size:18px!important;
	text-align:left!important;
}

.renew-2024 h1{
	padding:20px 0 0!important;
}

.renew-2024 h2 span{
  display:block;
  width: fit-content;
  margin:0 0 6px;
}
	
.renew-2024 br{
	display:none;
}

.renew-2024 section{
	margin:0 0 20px;
}

.renew-2024 .lp-flow{
  max-width:100%;
  width:100%;
  margin:0;
  padding:0
}
	
.renew-2024 .content-box{
	padding:0 20px;
}

.renew-2024 .lead-box{
	padding:0!important;
	margin:0!important;
}
.renew-2024 .lead-box p{
  text-align:left!important;
  font-size:16px!important;
　padding:0!important;
}


/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
display: flex;
margin:10px auto;
padding:0 10px;
}

.renew-2024 .column-box-2-flow02 {
height:110px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-size:60px!important;
background-position: right 20px;
background-repeat:no-repeat;
margin:10px auto;
padding:0 10px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 10px 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 60px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub,
.renew-2024 .column-box-2 .sub {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
}


.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub {
    display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100px;
  padding: 20px 10px;
}
	
.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100px;
	height: auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0 0 0 30px!important;
  margin:10px 0 0;
  position:relative;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
  line-height:1.3em;
  position:relative;
  padding:0 0 0 20px!important;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px 0;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: none;
    padding: 2px 0;
    line-height: 1.2rem;
    font-size: 16px!important;
	margin:0 0 10px;
}


/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  padding:20px;
  font-size:20px;
  width:100%;
}

.renew-2024 .button-box p.attention{
  text-align:left;
  line-height:26px;
}
	
.renew-2024 .f-12{
  font-size:16px!important;
}
	
}
@charset "utf-8";
.renew-2024{
    margin:0 auto;
}

.renew-2024 section{
  margin:0 auto 40px;
}

/* テキスト */
.renew-2024 h1{
    font-size:26px!important;
    color:#006ab7!important;
}

.renew-2024 h2{
    font-size:1.4em!important;
    color:#006ab7!important;
    text-align:left;
    padding:0 0 10px;
    border-bottom: 4px solid #70abd7;
}

.renew-2024 h2 span{
  font-weight: 600;
  font-size:0.6em;
  padding: 4px 10px;
  background:#006ab7;
  color:#FFF;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  margin-right:20px;
}

.renew-2024 p.center{
  text-align:center;
}

.renew-2024 p.attention{
  text-align:center;
}

.renew-2024 p.attention:before{
  content:"※";
}

.renew-2024 .red{
  color:#FF0000;
}

.renew-2024 .f-12{
  font-size:1.2em!important;
}

/* box */
.renew-2024 .lp-flow{
  max-width:900px;
  margin:0 auto;
}

.renew-2024 .lp-flow p{
    padding: 15px;
    line-height: 1.6em;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.renew-2024 .lead-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.renew-2024 .lead-box p{
  text-align:center!important;
    font-size:19px!important;
  font-weight:600;
}

.renew-2024 .center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
margin:20px auto;
border: 6px solid #eee;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
padding:10px 10px;
}

.renew-2024 .column-box-2-flow02 {
height:160px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-position: right 10px;
background-repeat:no-repeat;
border: 6px solid #70abd7;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
margin:20px auto;
padding:10px 20px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 120px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub,
.renew-2024 .column-box-2 .sub {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100%;
	height:auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  color:#333;
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0!important;
  margin:10px 0 0;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0;
    line-height: 1.6rem;
    font-size: 16px!important;
}

@media screen and (max-width: 767px) {
.renew-2024 .column-box-2 {
display: block;
}
.renew-2024 .column-box-2 .main {
width: 100%;
}

.renew-2024 .column-box-2 .sub {
width: 100%;
}
}

/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
  line-height:1em;
font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding:20px 60px;
}

.renew-2024 .button-box button:after{
    content:"\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
  top:21px;
  position: absolute;
  font-size:0.6em;
  margin-left:10px;
}
.renew-2024 .button-box p.lead{
  margin:0 auto;
    color:#006ab7!important;
  text-align:center;
  font-size:1.4em;
  font-weight:600;
}

.renew-2024 .button-box p.attention{
  margin:0 auto;
  font-size:16px;
  text-align:center;
}

@media screen and (max-width: 767px) {
.renew-2024 h1,
.renew-2024 h2,
.renew-2024 h3,
.renew-2024 h4,
.renew-2024 h5{
    font-size:18px!important;
	text-align:left!important;
}

.renew-2024 h1{
	padding:20px 0 0!important;
}

.renew-2024 h2 span{
  display:block;
  width: fit-content;
  margin:0 0 6px;
}
	
.renew-2024 br{
	display:none;
}

.renew-2024 section{
	margin:0 0 20px;
}

.renew-2024 .lp-flow{
  max-width:100%;
  width:100%;
  margin:0;
  padding:0
}
	
.renew-2024 .content-box{
	padding:0 20px;
}

.renew-2024 .lead-box{
	padding:0!important;
	margin:0!important;
}
.renew-2024 .lead-box p{
  text-align:left!important;
  font-size:16px!important;
　padding:0!important;
}


/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
display: flex;
margin:10px auto;
padding:0 10px;
}

.renew-2024 .column-box-2-flow02 {
height:110px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-size:60px!important;
background-position: right 20px;
background-repeat:no-repeat;
margin:10px auto;
padding:0 10px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 10px 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 60px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub,
.renew-2024 .column-box-2 .sub {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
}


.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub {
    display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100px;
  padding: 20px 10px;
}
	
.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100px;
	height: auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0 0 0 30px!important;
  margin:10px 0 0;
  position:relative;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
  line-height:1.3em;
  position:relative;
  padding:0 0 0 20px!important;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px 0;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: none;
    padding: 2px 0;
    line-height: 1.2rem;
    font-size: 16px!important;
	margin:0 0 10px;
}


/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  padding:20px;
  font-size:20px;
  width:100%;
}

.renew-2024 .button-box p.attention{
  text-align:left;
  line-height:26px;
}
	
.renew-2024 .f-12{
  font-size:16px!important;
}
	
}
@charset "utf-8";
.renew-2024{
    margin:0 auto;
}

.renew-2024 section{
  margin:0 auto 40px;
}

/* テキスト */
.renew-2024 h1{
    font-size:26px!important;
    color:#006ab7!important;
}

.renew-2024 h2{
    font-size:1.4em!important;
    color:#006ab7!important;
    text-align:left;
    padding:0 0 10px;
    border-bottom: 4px solid #70abd7;
}

.renew-2024 h2 span{
  font-weight: 600;
  font-size:0.6em;
  padding: 4px 10px;
  background:#006ab7;
  color:#FFF;
  	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  margin-right:20px;
}

.renew-2024 p.center{
  text-align:center;
}

.renew-2024 p.attention{
  text-align:center;
}

.renew-2024 p.attention:before{
  content:"※";
}

.renew-2024 .red{
  color:#FF0000;
}

.renew-2024 .f-12{
  font-size:1.2em!important;
}

/* box */
.renew-2024 .lp-flow{
  max-width:900px;
  margin:0 auto;
}

.renew-2024 .lp-flow p{
    padding: 15px;
    line-height: 1.6em;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.renew-2024 .lead-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.renew-2024 .lead-box p{
  text-align:center!important;
    font-size:19px!important;
  font-weight:600;
}

.renew-2024 .center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
margin:20px auto;
border: 6px solid #eee;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
padding:10px 10px;
}

.renew-2024 .column-box-2-flow02 {
height:160px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-position: right 10px;
background-repeat:no-repeat;
border: 6px solid #70abd7;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color:#FFF;
margin:20px auto;
padding:10px 20px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 120px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub,
.renew-2024 .column-box-2 .sub {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 120px;
  padding: 30px;
}

.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100%;
	height:auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  color:#333;
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:18px;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0!important;
  margin:10px 0 0;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding: 2px 0;
    line-height: 1.6rem;
    font-size: 16px!important;
}

@media screen and (max-width: 767px) {
.renew-2024 .column-box-2 {
display: block;
}
.renew-2024 .column-box-2 .main {
width: 100%;
}

.renew-2024 .column-box-2 .sub {
width: 100%;
}
}

/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
  line-height:1em;
font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding:20px 60px;
}

.renew-2024 .button-box button:after{
    content:"\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
  top:21px;
  position: absolute;
  font-size:0.6em;
  margin-left:10px;
}
.renew-2024 .button-box p.lead{
  margin:0 auto;
    color:#006ab7!important;
  text-align:center;
  font-size:1.4em;
  font-weight:600;
}

.renew-2024 .button-box p.attention{
  margin:0 auto;
  font-size:16px;
  text-align:center;
}

@media screen and (max-width: 767px) {
.renew-2024 h1,
.renew-2024 h2,
.renew-2024 h3,
.renew-2024 h4,
.renew-2024 h5{
    font-size:18px!important;
	text-align:left!important;
}

.renew-2024 h1{
	padding:20px 20px 0!important;
}

.renew-2024 h2 span{
  display:block;
  width: fit-content;
  margin:0 0 6px;
}
	
.renew-2024 br{
	display:none;
}

.renew-2024 section{
	margin:0 0 20px;
}

.renew-2024 .lp-flow{
  max-width:100%;
  width:100%;
  margin:0;
  padding:0
}
	
.renew-2024 .content-box{
	padding:0 20px;
}

.renew-2024 .lead-box{
	padding:0 20px!important;
	margin:0!important;
}
.renew-2024 .lead-box p{
  text-align:left!important;
  font-size:16px!important;
}


/* カラム */
.renew-2024 .column-box-2,
.renew-2024 .column-box-2-flow01,
.renew-2024 .column-box-2-flow03,
.renew-2024 .column-box-2-flow04{
width: 100%; /*幅指定*/
display: flex;
margin:10px auto;
padding:0 10px;
}

.renew-2024 .column-box-2-flow02 {
height:110px;
width: 100%; /*幅指定*/
box-sizing:border-box;
display: flex;
background-image: url(https://jstcd.or.jp/wp-content/uploads/2024/01/img_bg_flow_illustration.png);
background-size:60px!important;
background-position: right 20px;
background-repeat:no-repeat;
margin:10px auto;
padding:0 10px;
}


.renew-2024 .column-box-2 .main,
.renew-2024 .column-box-2-flow01 .main,
.renew-2024 .column-box-2-flow03 .main,
.renew-2024 .column-box-2-flow04 .main{
	width: 100%;
	flex: 1;
	height:auto;
	/* background: #eee; */
	padding: 10px 10px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}

.renew-2024 .column-box-2-flow02 .main {
	width: 100%;flex: 1;/* background: #eee; */
	padding: 0 60px 0 0;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.renew-2024 .column-box-2-flow01 .sub,
.renew-2024 .column-box-2-flow02 .sub,
.renew-2024 .column-box-2 .sub {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
}


.renew-2024 .column-box-2-flow03 .sub,
.renew-2024 .column-box-2-flow04 .sub {
    display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100px;
  padding: 20px 10px;
}
	
.renew-2024 .column-box-2-flow01 .sub img,
.renew-2024 .column-box-2-flow02 .sub img,
.renew-2024 .column-box-2-flow03 .sub img,
.renew-2024 .column-box-2-flow04 .sub img,
.renew-2024 .column-box-2 .sub img{
	width:100px;
	height: auto;
}

.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2 h4{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  font-size:16px!important;
}

.renew-2024 .column-box-2-flow01 h3,
.renew-2024 .column-box-2-flow01 h4,
.renew-2024 .column-box-2-flow01 p,
.renew-2024 .column-box-2-flow02 h3,
.renew-2024 .column-box-2-flow02 h4,
.renew-2024 .column-box-2-flow02 p,
.renew-2024 .column-box-2-flow03 h3,
.renew-2024 .column-box-2-flow03 h4,
.renew-2024 .column-box-2-flow03 p,
.renew-2024 .column-box-2-flow04 h3,
.renew-2024 .column-box-2-flow04 h4,
.renew-2024 .column-box-2-flow04 p,
.renew-2024 .column-box-2 h3,
.renew-2024 .column-box-2 h4,
.renew-2024 .column-box-2 p{
  padding:0!important;
  margin:0 auto:
}

.renew-2024 .column-box-2-flow01 h5,
.renew-2024 .column-box-2-flow02 h5,
.renew-2024 .column-box-2-flow03 h5,
.renew-2024 .column-box-2-flow04 h5,
.renew-2024 .column-box-2 h5{
  padding:0 0 0 30px!important;
  margin:10px 0 0;
  position:relative;
}

.renew-2024 .column-box-2-flow01 h5:before,
.renew-2024 .column-box-2-flow02 h5:before,
.renew-2024 .column-box-2-flow03 h5:before,
.renew-2024 .column-box-2-flow04 h5:before,
.renew-2024 .column-box-2 h5:before{
  font-size:1em;
  content:"\f00c";
  font-family: "Font Awesome 5 Free";
	margin-right:10px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 p.attention,
.renew-2024 .column-box-2-flow02 p.attention,
.renew-2024 .column-box-2-flow03 p.attention,
.renew-2024 .column-box-2-flow04 p.attention,
.renew-2024 .column-box-2 p.attention{
  font-size:0.9em;
  text-align:left;
  line-height:1.3em;
  position:relative;
  padding:0 0 0 20px!important;
}

.renew-2024 .column-box-2-flow01 p.attention:before,
.renew-2024 .column-box-2-flow02 p.attention:before,
.renew-2024 .column-box-2-flow03 p.attention:before,
.renew-2024 .column-box-2-flow04 p.attention:before,
.renew-2024 .column-box-2 p.attention:before{
  content:"※";
  margin-right:4px;
  position:absolute;
  left:0;
}

.renew-2024 .column-box-2-flow01 ul,
.renew-2024 .column-box-2-flow02 ul,
.renew-2024 .column-box-2-flow03 ul,
.renew-2024 .column-box-2-flow04 ul,
.renew-2024 .column-box-2 ul{
  padding:10px 0;
  margin:0;
}

.renew-2024 .column-box-2-flow01 ul li,
.renew-2024 .column-box-2-flow02 ul li,
.renew-2024 .column-box-2-flow03 ul li,
.renew-2024 .column-box-2-flow04 ul li,
.renew-2024 .column-box-2 ul li{
    list-style-type: none;
    padding: 2px 0;
    line-height: 1.2rem;
    font-size: 16px!important;
	margin:0 0 10px;
}


/* ボタン  */
.renew-2024 .button-box{
  margin:0 auto;
}

.renew-2024 .button-box button{
  margin:0 auto;
  padding:20px;
  font-size:20px;
  width:100%;
}

.renew-2024 .button-box p.attention{
  text-align:left;
  line-height:26px;
}
	
.renew-2024 .f-12{
  font-size:16px!important;
}
	
}

