.list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list01>li:nth-of-type(3),
.list01>li:nth-of-type(4) {
  width: 100%;
  margin-top: 50px;
}

.list01>li {
  padding: 30px 25px;
  width: 330px;
  box-sizing: border-box;
  background: #d9f5ff;
}

.list01>li>span {
  color: #008ed5;
  line-height: 0;
  margin-bottom: -15px;
  left: 20px;
}

.list01>li h4 {
  color: #008ed5;
  line-height: 1.364;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.list01>li .listIn {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 10px;
}

.list01>li .listIn ul {
  padding: 20px 45px 20px;
}

.list01>li .listIn ul li {
  padding-left: 40px;
  margin-bottom: 20px;
}

.list01>li .listIn ul li:last-child {
  margin-bottom: 0;
}

.list01>li .listIn ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background-color: #005bac;
}

.list01>li .listIn p {
  padding: 0 45px;
}

.list01>li .listIn p.small {
  text-align: right;
  margin: -5px 0 20px;
}

/* .list01>li:nth-of-type(1) h4 {
	margin: 24px 0;
} */

.boxL {
  width: 48%;
  float: left;
  min-height: 260px;
}

.boxR {
  width: 48%;
  float: right;
  min-height: 260px;
}

.btnMore a {
  display: inline-block;
  background-color: #005bac;
  padding: 6px 60px;
  border-radius: 100px;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: 120%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: opacity .3s;
}

.list01.merchandise>li:nth-of-type(3),
.list01.merchandise>li:nth-of-type(4) {
  width: 330px;
}

.list01.merchandise>li {
  padding: 30px 25px;
  width: 330px;
  box-sizing: border-box;
  background: #d9f5ff;
}

.list01.merchandise>li:first-child {
  width: 100%;
}

.list01.merchandise>li:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #policyBtn img {
    width: 90%;
    height: auto;
  }

  .list01 {
    display: block;
  }

  .list01>li {
    width: 100%;
    padding: 25px 35px;
  }

  .list01>li:nth-child(n+2) {
    margin-top: 60px;
  }

  .list01>li>span {
    margin-bottom: -20px;
  }

  .list01>li h4 {
    font-size: 28px;
  }

  .list01>li .listIn {
    padding: 25px 0;
  }

  .list01>li .listIn ul li {
    padding-left: 65px;
    margin-bottom: 25px;
    line-height: 1.3;
  }

  .list01>li .listIn ul li:before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }

  .list01>li .listIn p {
    padding: 0 45px;
  }

  .list01>li .listIn p.small {
    text-align: right;
    margin: 5px 0 30px;
  }

  .boxL {
    width: 100%;
    float: left;
    min-height: 260px;
  }

  .boxR {
    width: 100%;
    float: right;
    margin: 60px 0!important;
  }

  .list01.merchandise>li:nth-of-type(3),
  .list01.merchandise>li:nth-of-type(4) {
    width: 100%;
  }

  .list01.merchandise>li {
    width: 100%;
    padding: 25px 35px;
  }

  .list01.merchandise>li:first-child {
    width: 100%;
  }

  .list01.merchandise>li:nth-child(n+2) {
    margin-top: 40px;
  }
}

/*
追加分　2026/06
-----------------------------------------------------------------*/
.row_blue_radical01 .h3_tit02 {
	font-weight: bold;
}
.row_blue_radical01 .video01 {
	margin-bottom: 3.8rem;
}
.row_blue_radical02 .list01 > li:nth-of-type(3) {
	padding: 30px 25px;
	width: 330px;
	box-sizing: border-box;
	background: #d9f5ff;
	margin-top: 0;
}
.row_blue_radical02 .list01 > li:nth-of-type(1) {
	width: 100%;
	margin-bottom: 50px;
}
.row_blue_radical02 .list01 > li:nth-of-type(1) .img {
	margin: auto;
	display: block;
	margin-bottom: calc(30 / 1920 * 100vw);
}
.row_blue_radical03 .border_blue01 ul, .row_blue_radical04 .border_blue01 ul {
	padding: 30px !important;
}
.row_blue_radical03 .border_blue01 ul li {
	display: inline-block;
	width: 48%;
}
/* table */
.tbl_default {
	margin: 0 auto calc(60 / 1920 * 100vw );
}
.tbl_default table {
	border: 1px solid #f9b05f;
	width: 100%;
	line-height: 1.5;
}
.tbl_default th {
	background: #f9b05f;
	color: #fff;
	width: 35%;
	text-align: left;
	font-weight: 300;
	padding: calc(15 / 1920 * 100vw ) calc(18 / 1920 * 100vw ) calc(16 / 1920 * 100vw );
	vertical-align: top;
}
.tbl_default.reverse th {
	width: 65%;
}
.tbl_default.half th {
	width: 50%;
}
.tbl_default tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_default td {
	width: 65%;
	padding: calc(15 / 1920 * 100vw ) calc(18 / 1920 * 100vw ) calc(16 / 1920 * 100vw );
}
.tbl_default.reverse td {
	width: 35%;
}
.tbl_default.half td {
	width: 50%;
}
.tbl_default tr:not(:last-child) td {
	border-bottom: 1px solid #f9b05f;
}
.tbl_default th.last{ border-bottom: 0 !important; }
.row_blue_radical05 .box_qa{
	margin-bottom: calc(30 / 1920 * 100vw);
}
.row_blue_radical05 .box_qa:last-child{
	margin-bottom: 0;
}
.row_blue_radical05 .box_qa .box_q {
	display: flex;
	align-items: center;
	padding: calc(10 / 1920 * 100vw);
	border-radius: calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0 0;
	background: #008ed5;
	color: #fff;
}
.row_blue_radical05 .box_qa .box_q .box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: calc(40 / 1920 * 100vw);
	min-height: calc(40 / 1920 * 100vw);
	width: 100%;
	height: 100%;
	background: #fff;
	color: #008ed5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5rem;
	border-radius: calc(10 / 1920 * 100vw);
}
.row_blue_radical05 .box_qa .box_q .txt,
.row_blue_radical05 .box_qa .box_a .txt{
	margin-left: calc(20 / 1920 * 100vw);
}
.row_blue_radical05 .box_qa .box_a{
	display: flex;
	align-items: flex-start;
	padding: calc(25 / 1920 * 100vw) calc(42/ 1920 * 100vw) calc(25 / 1920 * 100vw) calc(10 / 1920 * 100vw);
	border-radius: 0 0 calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
	background: #d9f5ff;
}
.row_blue_radical05 .box_qa .box_a .box{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: calc(40 / 1920 * 100vw);
	min-height: calc(40 / 1920 * 100vw);
	width: 100%;
	height: 100%;
	background: #008ed5;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.5rem;
	border-radius: calc(10 / 1920 * 100vw);
}
.row_blue_radical06 .box{
	padding: calc(40 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #d9f5ff;
    border-radius: calc(20 / 1920 * 100vw);
}
.row_blue_radical06 .box .copy{
	text-align: center;
    font-size: 1.875rem;
    color: #0d395d;
    text-decoration: underline;
    text-decoration-color: #fff97b;
    text-decoration-thickness: calc(10 / 1920 * 100vw);
    text-underline-offset: calc(-3 / 1920 * 100vw);
}
.row_blue_radical06 .box .link{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(min-width: 768px) and (max-width:1599px) {
	.row_blue_radical05 .box_qa{
		margin-bottom: calc(30 / 1599 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_q {
		padding: calc(10 / 1599 * 100vw);
		border-radius: calc(20 / 1599 * 100vw) calc(20 / 1599 * 100vw) 0 0;
	}
	.row_blue_radical05 .box_qa .box_q .box {
		max-width: calc(40 / 1599 * 100vw);
		min-height: calc(40 / 1599 * 100vw);
		border-radius: calc(10 / 1599 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_q .txt,
	.row_blue_radical05 .box_qa .box_a .txt{
		margin-left: calc(20 / 1599 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a{
		padding: calc(25 / 1599 * 100vw) calc(42/ 1599 * 100vw) calc(25 / 1599 * 100vw) calc(10 / 1599 * 100vw);
		border-radius: 0 0 calc(20 / 1599 * 100vw) calc(20 / 1599 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a .box{
		max-width: calc(40 / 1599 * 100vw);
		min-height: calc(40 / 1599 * 100vw);
		border-radius: calc(10 / 1599 * 100vw);
	}
	.row_blue_radical06 .box{
		padding: calc(40 / 1599 * 100vw) calc(30 / 1599 * 100vw);
		border-radius: calc(20 / 1599 * 100vw);
	}
	.row_blue_radical06 .box .copy{
		text-decoration-thickness: calc(10 / 1599 * 100vw);
		text-underline-offset: calc(-3 / 1599 * 100vw);
	}

}
@media(min-width: 768px) and (max-width:1299px) {
	.row_blue_radical05 .box_qa{
		margin-bottom: calc(30 / 1299 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_q {
		padding: calc(10 / 1299 * 100vw);
		border-radius: calc(20 / 1299 * 100vw) calc(20 / 1299 * 100vw) 0 0;
	}
	.row_blue_radical05 .box_qa .box_q .box {
		max-width: calc(40 / 1299 * 100vw);
		min-height: calc(40 / 1299 * 100vw);
		border-radius: calc(10 / 1299 * 100vw);
		font-size: 1.25rem;
	}
	.row_blue_radical05 .box_qa .box_q .txt,
	.row_blue_radical05 .box_qa .box_a .txt{
		margin-left: calc(20 / 1299 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a{
		padding: calc(25 / 1299 * 100vw) calc(42/ 1299 * 100vw) calc(25 / 1299 * 100vw) calc(10 / 1299 * 100vw);
		border-radius: 0 0 calc(20 / 1299 * 100vw) calc(20 / 1299 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a .box{
		max-width: calc(40 / 1299 * 100vw);
		min-height: calc(40 / 1299 * 100vw);
		border-radius: calc(10 / 1299 * 100vw);
		font-size: 1.25rem;
	}
	.row_blue_radical06 .box{
		padding: calc(40 / 1299 * 100vw) calc(30 / 1299 * 100vw);
		border-radius: calc(20 / 1299 * 100vw);
	}
	.row_blue_radical06 .box .copy{
		text-decoration-thickness: calc(10 / 1299 * 100vw);
		text-underline-offset: calc(-3 / 1299 * 100vw);
	}

}
@media only screen and (max-width: 767px) {
	.row_blue_radical01 .h3_tit02 {
		text-align: center;
	}
	.row_blue_radical02 .list01 > li{
		margin-bottom: 50px;
	}
	.row_blue_radical02 .list01 > li:nth-of-type(3) {
		width: 100%;
		padding: 25px 35px;
		float: none !important;
		margin: 0 0 35px !important;
	}
	.row_blue_radical02 .list01 > li .img,
	.row_blue_radical02 .list01 > li .pic_m {
		width: 100%;
		padding: 0 60px;
		float: none !important;
		margin: 0 0 35px !important;
	}
	.row_blue_radical03 .border_blue01 ul li {
		width: 100%;
	}
	/* table */
	.tbl_default {
		margin-bottom: 11vw;
	}
	.tbl_default th {
		width: 40%;
		padding: 2vw 3vw 3vw;
		-ms-vertical-align: middle;
		vertical-align: middle;
	}
	.tbl_default td {
		width: 60%;
		padding: 2vw 3vw 3vw;;
	}
	.tbl_caption {
		margin-top: 4vw;
	}
	.row_blue_radical05 .box_qa{
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_q {
		padding: calc(10 / 750 * 100vw);
		border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
	}
	.row_blue_radical05 .box_qa .box_q .box {
		max-width: calc(40 / 750 * 100vw);
		min-height: calc(40 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		font-size: 1.5rem;
	}
	.row_blue_radical05 .box_qa .box_q .txt,
	.row_blue_radical05 .box_qa .box_a .txt{
		margin-left: calc(20 / 750 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a{
		padding: calc(25 / 750 * 100vw) calc(42/ 750 * 100vw) calc(25 / 750 * 100vw) calc(10 / 750 * 100vw);
		border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
	}
	.row_blue_radical05 .box_qa .box_a .box{
		max-width: calc(40 / 750 * 100vw);
		min-height: calc(40 / 750 * 100vw);
		border-radius: calc(10 / 750 * 100vw);
		font-size: 1.5rem;
	}
	.row_blue_radical06 .box{
		padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
		border-radius: calc(20 / 750 * 100vw);
	}
	.row_blue_radical06 .box .copy{
		text-decoration-thickness: calc(10 / 750 * 100vw);
		text-underline-offset: calc(-3 / 750 * 100vw);
	}
	.row_blue_radical06 .box .txt{
		margin-bottom: calc(30 / 750 * 100vw);
	}
	.row_blue_radical06 .box .link {
		flex-wrap: wrap;
	}
	.row_blue_radical06 .tel_btn, .row_blue_radical06 .web_btn {
		width: 100%;
	}
	.row_blue_radical06 .tel_btn img, .row_blue_radical06 .web_btn img {
		width: 100%;
		height: auto;
	}
}

